aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-passwd/base-passwd-3.5.9/configure.patch
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2009-02-25 08:31:16 -0500
committerCliff Brake <cbrake@bec-systems.com>2009-02-25 08:31:16 -0500
commit8a7ae36c691b44efdc1d0935535e850cc3ffc8d7 (patch)
tree37177e6be31e69978e175a336e501beb19724e47 /packages/base-passwd/base-passwd-3.5.9/configure.patch
parentcdbe198009d0b73bca24ae7aada4401ae2f0b630 (diff)
parent98238944c784e673cab4691a861f3d9fa61f85a4 (diff)
downloadopenembedded-8a7ae36c691b44efdc1d0935535e850cc3ffc8d7.tar.gz
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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, 0 insertions, 23 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
deleted file mode 100644
index a9adb1e9e2..0000000000
--- a/packages/base-passwd/base-passwd-3.5.9/configure.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#
-# 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
-