header.
@cvindex AC_CONFIG_HEADER
+@item AC_CONFIG_AUX_DIR
+Automake will look for various helper scripts, such as
+@file{mkinstalldirs}, in the directory named in this macro invocation.
+If not seen, the scripts are looked for in their ``standard'' locations
+(either the top source directory, or in the source directory
+corresponding to the current @file{Makefile.am}, whichever is
+appropriate).
+@cvindex AC_CONFIG_AUX_DIR
+
@item AC_OUTPUT
Automake uses this to determine which files to create.
@cvindex AC_OUTPUT
@item AC_CANONICAL_HOST
@item AC_CANONICAL_SYSTEM
+@item AC_CHECK_TOOL
Automake will ensure that @file{config.guess} and @file{config.sub}
exist.
@cvindex AC_CANONICAL_HOST
@cvindex AC_CANONICAL_SYSTEM
+@cvindex AC_CHECK_TOOL
@item AC_FUNC_ALLOCA
@item AC_FUNC_GETLOADAVG
@item AC_FUNC_MEMCMP
@item AC_STRUCT_ST_BLOCKS
@item fp_FUNC_FNMATCH
+@item AC_FUNC_FNMATCH
@item AC_REPLACE_FUNCS
Automake will ensure that the appropriate source files are part of the
distribution, and will ensure that the appropriate dependencies are
@cvindex AC_FUNC_MEMCMP
@cvindex AC_STRUCT_ST_BLOCKS
@cvindex fp_FUNC_FNMATCH
+@cvindex AC_FUNC_FNMATCH
@cvindex AC_REPLACE_FUNCS
Automake will also detect statements which put @samp{.o} files into
@cvindex AC_PROG_INSTALL
@cvindex fp_PROG_INSTALL
+@item gm_PROG_LIBTOOL
+@item AC_PROG_LIBTOOL
+Automake will turn on processing for @code{libtool}. FIXME xref. This
+work is still preliminary.
+@cvindex gm_PROG_LIBTOOL
+@cvindex AC_PROG_LIBTOOL
+
+@item ALL_LINGUAS
+If Automake sees that this variable is set in @file{configure.in}, it
+will check the @file{po} directory to ensure that all the named
+@samp{.po} files exist, and that all the @samp{.po} files that exist are
+named.
+@cvindex ALL_LINGUAS
+
@item fp_C_PROTOTYPES
This is required when using automatic de-ANSI-fication, see @ref{ANSI}.
@cvindex fp_C_PROTOTYPES