aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-passwd/base-passwd-3.5.9/configure.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/base-passwd/base-passwd-3.5.9/configure.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/base-passwd/base-passwd-3.5.9/configure.patch')
-rw-r--r--packages/base-passwd/base-passwd-3.5.9/configure.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/base-passwd/base-passwd-3.5.9/configure.patch b/packages/base-passwd/base-passwd-3.5.9/configure.patch
index e69de29bb2..a9adb1e9e2 100644
--- a/packages/base-passwd/base-passwd-3.5.9/configure.patch
+++ b/packages/base-passwd/base-passwd-3.5.9/configure.patch
@@ -0,0 +1,23 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- base-passwd/configure.in~configure
++++ base-passwd/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
+