2006-03-30 Chris Pickett (tiny change) * doc/autoconf.texi (autoreconf Invocation): Mention that -I for aclocal cannot be given on the command line. Index: doc/autoconf.texi =================================================================== RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v retrieving revision 1.972 diff -u -r1.972 autoconf.texi --- doc/autoconf.texi 30 Mar 2006 06:42:57 -0000 1.972 +++ doc/autoconf.texi 30 Mar 2006 17:34:14 -0000 @@ -1541,10 +1541,12 @@ @item address@hidden @itemx -I @var{dir} Append @var{dir} to the include path. Multiple invocations accumulate. +Passed on to @command{autoconf} and @command{autoheader} internally. @item address@hidden @item -B @var{dir} Prepend @var{dir} to the include path. Multiple invocations accumulate. +Passed on to @command{autoconf} and @command{autoheader} internally. @item address@hidden @itemx -W @var{category} @@ -1587,6 +1589,8 @@ 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.