summaryrefslogtreecommitdiff
path: root/openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch
downloadopenembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.bz2
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.xz
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.zip
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch')
-rw-r--r--openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch b/openembedded/packages/autoconf/autoconf-2.59/autoreconf-include.patch
new file mode 100644
index 000000000..5a7604b0f
--- /dev/null
+++ b/openembedded/packages/autoconf/autoconf-2.59/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)