From 82d8d483a950a45039b810d54ee3462a8d9d0df7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 Mar 2011 14:33:55 +0100 Subject: [PATCH] doc: Improve doc regarding autopoint vs. gnulib. * doc/gnulib-tool.texi (gettextize and autopoint): Recommend to disable autopoint while running autoreconf. Suggested by Ralf Wildenhues. --- ChangeLog | 7 +++++++ doc/gnulib-tool.texi | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0a4c6a4c..5413efc5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-03-05 Bruno Haible + + doc: Improve doc regarding autopoint vs. gnulib. + * doc/gnulib-tool.texi (gettextize and autopoint): Recommend to + disable autopoint while running autoreconf. + Suggested by Ralf Wildenhues. + 2011-03-05 Ralf Wildenhues Update AC_OPENMP macro for Lahey compiler on GNU/Linux. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index a483d03ab..8e38c38e9 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -483,6 +483,14 @@ it means that a new GNU gettext release was made, and its autoconf macros were integrated into Gnulib and now mismatch the @file{po/} infrastructure. In this case, fetch and install the new GNU gettext release and run @code{gettextize} followed by @code{gnulib-tool}. + +@item +When you invoke @code{autoreconf} after @code{gnulib-tool}, make sure to +not invoke @code{autopoint} a second time, by setting the @code{AUTOPOINT} +environment variable, like this: +@smallexample +$ env AUTOPOINT=true autoreconf --install +@end smallexample @end enumerate -- 2.11.0