diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-09 13:56:01 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-09 13:56:01 +0000 |
commit | 1c67ffac425b1b68d113df75ea4426fa5a7fd44c (patch) | |
tree | d6e62f9f9b0b462d8d6f17b961c5813067a4e3b8 /autoconf/autoconf-2.59 | |
parent | 3781ff82c86adb194ab8de234257479d6ced0277 (diff) |
autofoo patch from pb_
BKrev: 4076ab717cSWzWOj7c-8jMJa99bmeA
Diffstat (limited to 'autoconf/autoconf-2.59')
-rw-r--r-- | autoconf/autoconf-2.59/autoreconf-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/autoconf/autoconf-2.59/autoreconf-include.patch b/autoconf/autoconf-2.59/autoreconf-include.patch index e69de29bb2..5a7604b0fd 100644 --- a/autoconf/autoconf-2.59/autoreconf-include.patch +++ b/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) |