]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Document that autoreconf doesn't pass -I to aclocal.
authorStepan Kasal <kasal@ucw.cz>
Thu, 30 Mar 2006 17:37:47 +0000 (17:37 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 30 Mar 2006 17:37:47 +0000 (17:37 +0000)
ChangeLog
doc/autoconf.texi

index 4c925b6103f714960a32d10407e7eb85e30b9484..e39b1b07cbb70e18b37c040d639efd8df6eec306 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
+
+       * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
+         aclocal cannot be given on the command line.
+
 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
index 966ab9f25b732bc65bc6c4ecef0fb4fcffbe82a9..75af9e65110bf34cc7e53e13a5a7e5d5c37099f5 100644 (file)
@@ -1541,10 +1541,12 @@ run @samp{make}.
 @item --include=@var{dir}
 @itemx -I @var{dir}
 Append @var{dir} to the include path.  Multiple invocations accumulate.
+Passed on to @command{autoconf} and @command{autoheader} internally.
 
 @item --prepend-include=@var{dir}
 @item -B @var{dir}
 Prepend @var{dir} to the include path.  Multiple invocations accumulate.
+Passed on to @command{autoconf} and @command{autoheader} internally.
 
 @item --warnings=@var{category}
 @itemx -W @var{category}
@@ -1587,6 +1589,8 @@ enable the warnings about obsolete constructs, you would use @option{-W
 none,obsolete}.
 @end table
 
+If you want @command{autoreconf} to pass flags that are not listed here
+to @command{aclocal}, set @code{ACLOCAL_AMFLAGS} in your Makefile.am.
 
 @c ========================================= Initialization and Output Files.