]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Talk about configure.ac instead of configure.in.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Oct 2007 18:55:34 +0000 (18:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:26 +0000 (12:15 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettextize.texi

index 5cdbc78bb7e91e0395a7bfee2737b339fb7a79d8..07af08ae56d6955ea4a99446df858f59421745e3 100644 (file)
@@ -4,6 +4,7 @@
        (configure.ac): Renamed from configure.in.
        (Autoconf macros for use in configure.ac): Renamed from "Autoconf
        macros for use in configure.in".
+       * gettextize.texi: Talk about configure.ac instead of configure.in.
 
 2007-10-28  Bruno Haible  <bruno@clisp.org>
 
index 22e6f5f36bd436f7565eef3673641b1edf604e1c..8254b114ed8b4feebab190d3f94be1c7b8f83b25 100644 (file)
@@ -54,7 +54,7 @@ Force replacement of files which already exist.
 Install the libintl sources in a subdirectory named @file{intl/}.
 This libintl will be used to provide internationalization on systems
 that don't have GNU libintl installed.  If this option is omitted,
-the call to @code{AM_GNU_GETTEXT} in @file{configure.in} should read:
+the call to @code{AM_GNU_GETTEXT} in @file{configure.ac} should read:
 @samp{AM_GNU_GETTEXT([external])}, and internationalization will not
 be enabled on systems lacking GNU gettext.
 
@@ -157,8 +157,8 @@ should use @samp{-h} option with @code{tar} within your @code{dist}
 goal of your main @file{Makefile.in}.
 
 Furthermore, @code{gettextize} will update all @file{Makefile.am} files
-in each affected directory, as well as the top level @file{configure.in}
-or @file{configure.ac} file.
+in each affected directory, as well as the top level @file{configure.ac}
+or @file{configure.in} file.
 
 It is interesting to understand that most new files for supporting
 GNU @code{gettext} facilities in one package go in @file{intl/},
@@ -184,7 +184,7 @@ read the section @ref{Adjusting Files} after invoking @code{gettextize}.
 In particular, if after using @samp{gettexize}, you get an error
 @samp{AC_COMPILE_IFELSE was called before AC_GNU_SOURCE} or
 @samp{AC_RUN_IFELSE was called before AC_GNU_SOURCE}, you can fix it
-by modifying @file{configure.ac}, as described in @ref{configure.in}.
+by modifying @file{configure.ac}, as described in @ref{configure.ac}.
 
 It is also important to understand that @code{gettextize} is not part
 of the GNU build system, in the sense that it should not be invoked