--- automake-1.9.6/doc/automake.texi.orig 2005-07-09 11:28:44.000000000 +0200 +++ automake-1.9.6/doc/automake.texi 2005-07-16 15:22:23.458288944 +0200 @@ -32,14 +32,10 @@ @end quotation @end copying -@dircategory Software development +@dircategory Programming tools: @direntry -* automake: (automake). Making Makefile.in's. -@end direntry - -@dircategory Individual utilities -@direntry -* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. +* automake: (automake). Making Makefile.in's +* aclocal: (automake)aclocal. Generating aclocal.m4 @end direntry @titlepage @@ -130,7 +126,7 @@ * Requirements:: Configuration requirements * Optional:: Other things Automake recognizes -* Invoking aclocal:: Auto-generating aclocal.m4 +* aclocal:: Auto-generating aclocal.m4 * aclocal options:: aclocal command line arguments * Macro search path:: Modifying aclocal's search path * Macros:: Autoconf macros supplied with Automake @@ -1286,7 +1282,7 @@ @menu * Requirements:: Configuration requirements * Optional:: Other things Automake recognizes -* Invoking aclocal:: Auto-generating aclocal.m4 +* aclocal:: Auto-generating aclocal.m4 * aclocal options:: aclocal command line arguments * Macro search path:: Modifying aclocal's search path * Macros:: Autoconf macros supplied with Automake @@ -1490,13 +1486,12 @@ @code{m4_include} is seldom used by @file{configure.ac} authors, but can appear in @file{aclocal.m4} when @command{aclocal} detects that some required macros come from files local to your package (as opposed -to macros installed in a system-wide directory, @pxref{Invoking -aclocal}). +to macros installed in a system-wide directory, @pxref{aclocal}). @end ftable -@node Invoking aclocal +@node aclocal @section Auto-generating aclocal.m4 @cindex Invoking @command{aclocal} @@ -2120,12 +2115,12 @@ @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal} when @file{aclocal.m4} is to be rebuilt by @command{make}. This line is -also used by @command{autoreconf} (@pxref{autoreconf Invocation, , +also used by @command{autoreconf} (@pxref{autoreconf, , Using @command{autoreconf} to Update @file{configure} Scripts, autoconf, The Autoconf Manual}) to run @command{aclocal} with suitable -options, or by @command{autopoint} (@pxref{autopoint Invocation, , +options, or by @command{autopoint} (@pxref{autopoint, , Invoking the @command{autopoint} Program, gettext, GNU gettext tools}) -and @command{gettextize} (@pxref{gettextize Invocation, , Invoking the +and @command{gettextize} (@pxref{gettextize, , Invoking the @command{gettextize} Program, gettext, GNU gettext tools}) to locate the place where Gettext's macros should be installed. So even if you do not really care about the rebuild rules, you should define