From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../autoconf/autoconf/autoreconf-include.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch (limited to 'meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch') diff --git a/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch b/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch new file mode 100644 index 0000000000..31326f0bc8 --- /dev/null +++ b/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch @@ -0,0 +1,14 @@ +Upstream-Status: Pending + +Index: autoconf-2.63/bin/autoreconf.in +=================================================================== +--- autoconf-2.63.orig/bin/autoreconf.in 2008-08-28 03:08:10.000000000 +0100 ++++ autoconf-2.63/bin/autoreconf.in 2008-12-31 17:38:40.000000000 +0000 +@@ -190,6 +190,7 @@ + $autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include); + $autoheader .= join (' --include=', '', map { shell_quote ($_) } @include); + $autoheader .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include); ++ $aclocal .= join (' -I ', '', map { shell_quote ($_) } @include); + + # --install and --symlink; + if ($install) -- cgit v1.2.3-54-g00ecf