+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.
@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}
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.