]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Clarify how to obtain the various autoconf macros.
authorBruno Haible <bruno@clisp.org>
Wed, 7 May 2025 16:03:18 +0000 (18:03 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 May 2025 16:18:48 +0000 (18:18 +0200)
* gettext-tools/doc/gettext.texi (autoconf macros): Suggest to use gettextize or
autopoint. Discourage autoreconf.

gettext-tools/doc/gettext.texi

index 2ba499e954856fc0587c46f01f66db8aaa1017a7..b53440fd8c0d85271826ba4de74364ea24716e8a 100644 (file)
@@ -9282,6 +9282,12 @@ package that needs it should contain a copy of it on its own.
 GNU @code{gettext} installs macros for use in a package's
 @file{configure.ac} or @file{configure.in}.
 @xref{Top, , Introduction, autoconf, The Autoconf Manual}.
+
+In order to copy these macros into your package,
+use the @code{gettextize} or @code{autopoint} programs.
+See @ref{gettextize Invocation} or @ref{autopoint Invocation}.
+Attempts to use the @code{autoreconf} program for this purpose are unreliable.
+
 The primary macro is, of course, @code{AM_GNU_GETTEXT}.
 
 @menu