]> git.pld-linux.org Git - packages/pwdutils.git/blob - pwdutils-am.patch
make is optional in pam, make it optional here as well
[packages/pwdutils.git] / pwdutils-am.patch
1 diff -urN pwdutils-3.2.19/configure.in pwdutils-3.2.19.new/configure.in
2 --- pwdutils-3.2.19/configure.in        2012-05-08 14:14:25.000000000 +0200
3 +++ pwdutils-3.2.19.new/configure.in    2013-02-03 22:03:19.141740276 +0100
4 @@ -5,7 +5,7 @@
5  dnl
6  AC_INIT(src/passwd.c)
7  AM_INIT_AUTOMAKE("pwdutils", 3.2.19)
8 -AM_CONFIG_HEADER(config.h)
9 +AC_CONFIG_HEADERS(config.h)
10  AC_PREFIX_DEFAULT(/usr)
11  AC_CANONICAL_HOST
12  
This page took 0.512764 seconds and 3 git commands to generate.