aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf-2.59/autoreconf-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/autoconf/autoconf-2.59/autoreconf-include.patch')
-rw-r--r--recipes/autoconf/autoconf-2.59/autoreconf-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/autoconf/autoconf-2.59/autoreconf-include.patch b/recipes/autoconf/autoconf-2.59/autoreconf-include.patch
new file mode 100644
index 0000000000..5a7604b0fd
--- /dev/null
+++ b/recipes/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)