]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Doc updates
authorTom Tromey <tromey@redhat.com>
Fri, 5 Apr 1996 08:23:35 +0000 (08:23 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 5 Apr 1996 08:23:35 +0000 (08:23 +0000)
TODO
automake.texi
version.texi

diff --git a/TODO b/TODO
index 1c4b974e2ea0e5fd70c93b921e0610fb95e6fb49..cf9641e3c6ac3e1b73aae5b799d5e0e7b29e96b1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -204,8 +204,7 @@ Document gettext support
 
 Make a definition of the term "source"
 
-Better docs for foreign/gnits.  Explain how foreign relaxes
-constraints.
+need xref to libtool in docs
 
 ================================================================
 
index 2bc9db7dec7a750e90e06b2fc947bc2575b74af0..1ecc3aa51297bfedc680b87c46ec9578350bb4af 100644 (file)
@@ -435,6 +435,15 @@ Automake will generate rules to automatically regenerate the config
 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
@@ -447,16 +456,19 @@ or library.
 
 @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
@@ -467,6 +479,7 @@ information.
 @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
@@ -485,6 +498,20 @@ required.
 @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
index c300307dd1eb5a12d9ba6ca4a9a2ee04db8027d9..ba00109659e9a7c27d3b9dd78895e11328a7ec12 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 4 April 1996
+@set UPDATED 5 April 1996
 @set EDITION 0.32
 @set VERSION 0.32