Hello,
Chris proposed to document that autoreconf doesn't pass -I to
aclocal. I remember that I was confused by this some time ago, too.
I think his addition can help many users, and there were no objections,
so I committed it, as attached.
(I changed s/on to/to/ on the last line, it seems more correct to me.)
Have a nice day,
Stepan
2006-03-30 Chris Pickett <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED]
@itemx -I @var{dir}
Append @var{dir} to the include path. Multiple invocations accumulate.
+Passed on to @command{autoconf} and @command{autoheader} internally.
@item [EMAIL PROTECTED]
@item -B @var{dir}
Prepend @var{dir} to the include path. Multiple invocations accumulate.
+Passed on to @command{autoconf} and @command{autoheader} internally.
@item [EMAIL PROTECTED]
@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.
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf