]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/base-passwd/base-passwd-3.5.9/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / base-passwd / base-passwd-3.5.9 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- base-passwd/configure.in~configure
7 +++ base-passwd/configure.in
8 @@ -1,5 +1,6 @@
9  dnl Initialize the autoconf process
10 -AC_INIT(update-passwd.c)
11 +AC_INIT
12 +AC_CONFIG_SRCDIR([update-passwd.c])
13  AC_CONFIG_HEADER(config.h)
14  AC_PREFIX_DEFAULT(/usr)
15  
16 @@ -12,5 +13,6 @@
17  AC_CHECK_FUNCS(putgrent)
18  
19  dnl Finally output everything
20 -AC_OUTPUT(Makefile)
21 +AC_CONFIG_FILES([Makefile])
22 +AC_OUTPUT
23