aboutsummaryrefslogtreecommitdiffstats
path: root/base-passwd/base-passwd-3.5.7/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'base-passwd/base-passwd-3.5.7/configure.patch')
-rw-r--r--base-passwd/base-passwd-3.5.7/configure.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/base-passwd/base-passwd-3.5.7/configure.patch b/base-passwd/base-passwd-3.5.7/configure.patch
index e69de29bb2..1cddfbea26 100644
--- a/base-passwd/base-passwd-3.5.7/configure.patch
+++ b/base-passwd/base-passwd-3.5.7/configure.patch
@@ -0,0 +1,23 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- base-passwd-3.5.4/configure.in~configure
++++ base-passwd-3.5.4/configure.in
+@@ -1,5 +1,6 @@
+ dnl Initialize the autoconf process
+-AC_INIT(update-passwd.c)
++AC_INIT
++AC_CONFIG_SRCDIR([update-passwd.c])
+ AC_CONFIG_HEADER(config.h)
+ AC_PREFIX_DEFAULT(/usr)
+
+@@ -12,5 +13,6 @@
+ AC_CHECK_FUNCS(putgrent)
+
+ dnl Finally output everything
+-AC_OUTPUT(Makefile)
++AC_CONFIG_FILES([Makefile])
++AC_OUTPUT
+