summaryrefslogtreecommitdiff
path: root/packages/autoconf/autoconf-2.61/autoreconf-include.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-14 19:56:47 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-14 19:56:47 +0000
commitcb0ba4ccc336e946f63ba1a6e63daf2c60f82817 (patch)
tree1c4a895a84a45bfdcf5d89abb9ca430b5aa3a5de /packages/autoconf/autoconf-2.61/autoreconf-include.patch
parente8bff3e7ae81da2f058adc57b841a33a1dd0798e (diff)
autoconf: added 2.61 (with DEF_PREF=-1 as not yet tested)
Diffstat (limited to 'packages/autoconf/autoconf-2.61/autoreconf-include.patch')
-rw-r--r--packages/autoconf/autoconf-2.61/autoreconf-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/autoconf/autoconf-2.61/autoreconf-include.patch b/packages/autoconf/autoconf-2.61/autoreconf-include.patch
new file mode 100644
index 0000000000..5a7604b0fd
--- /dev/null
+++ b/packages/autoconf/autoconf-2.61/autoreconf-include.patch
@@ -0,0 +1,10 @@
+--- autoconf/bin/autoreconf.in~ 2004-04-06 23:36:10.000000000 +0100
++++ autoconf/bin/autoreconf.in 2004-04-08 20:51:57.000000000 +0100
+@@ -179,6 +179,7 @@
+ $autoconf .= join (' --prepend-include=', '', @prepend_include);
+ $autoheader .= join (' --include=', '', @include);
+ $autoheader .= join (' --prepend-include=', '', @prepend_include);
++ $aclocal .= join (' -I ', '', @include);
+
+ # --install and --symlink;
+ if ($install)