[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoreconf does not export -I option to aclocal
From: |
Andrey Simonenko |
Subject: |
autoreconf does not export -I option to aclocal |
Date: |
Wed, 25 Apr 2007 12:54:20 +0300 |
User-agent: |
Mutt/1.5.14 (2007-02-12) |
Hello,
Autoreconf (from 2.61) does not export -I option to aclocal:
--- autoreconf.in.orig Mon Oct 16 23:58:44 2006
+++ autoreconf.in Tue Apr 24 07:32:05 2007
@@ -184,6 +184,7 @@
# Dispatch autoreconf's option to the tools.
# --include;
+ $aclocal .= join (' -I ', '', @include);
$autoconf .= join (' --include=', '', @include);
$autoconf .= join (' --prepend-include=', '', @prepend_include);
$autoheader .= join (' --include=', '', @include);
ChangeLog entry can be:
* bin/autoreconf.in: export --include option to aclocal.
- autoreconf does not export -I option to aclocal,
Andrey Simonenko <=