(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>
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.
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/},
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