From: Tom Tromey Date: Fri, 5 Apr 1996 08:23:35 +0000 (+0000) Subject: Doc updates X-Git-Tag: Release-0-32~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c141a4e1db1b8a6b6246814896d8d227e1ee9c4;p=thirdparty%2Fautomake.git Doc updates --- diff --git a/TODO b/TODO index 1c4b974e2..cf9641e3c 100644 --- 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 ================================================================ diff --git a/automake.texi b/automake.texi index 2bc9db7de..1ecc3aa51 100644 --- a/automake.texi +++ b/automake.texi @@ -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 diff --git a/version.texi b/version.texi index c300307dd..ba0010965 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 4 April 1996 +@set UPDATED 5 April 1996 @set EDITION 0.32 @set VERSION 0.32