--- automake-1.9.4/doc/automake.texi.orig 2004-12-18 18:52:10.000000000 +0100 +++ automake-1.9.4/doc/automake.texi 2004-12-21 08:37:57.657523648 +0100 @@ -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 @@ -1259,7 +1255,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 @@ -1458,13 +1454,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} @@ -2064,12 +2059,12 @@ @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal} when @file{aclocal.m4} is to be rebuilt by @code{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