]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recommend the use of aclocal's --install option.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 21:22:53 +0000 (23:22 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 8 Jul 2011 21:22:53 +0000 (23:22 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index ec324893986016c0d91277ff42b6b61659a3cf8a..5a3294284f3a91c3d5bd5db9786a342af722efc9 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-08  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (aclocal): Recommend the use of aclocal's --install
+       option.
+       Suggested by Stefano Lattarini <stefano.lattarini@gmail.com>.
+
 2011-06-03  Bruno Haible  <bruno@clisp.org>
 
        Copyright: Use LGPL 2.1 instead of LGPL 2.0.
index 2965c74082aa5dad320d84351c5b8876f0a8d16e..e54e304b9f7b12d6d7f0d13707a1e874e6315aae 100644 (file)
@@ -7990,6 +7990,18 @@ ACLOCAL_AMFLAGS = -I m4
 @noindent
 to your top level @file{Makefile.am}.
 
+If you are using GNU @code{automake} 1.10 or newer, it is even easier:
+Add the line
+
+@example
+ACLOCAL_AMFLAGS = --install -I m4
+@end example
+
+@noindent
+to your top level @file{Makefile.am}, and run @samp{aclocal --install -I m4}.
+This will copy the needed files to the @file{m4/} subdirectory automatically,
+before updating @file{aclocal.m4}.
+
 These macros check for the internationalization support functions
 and related informations.  Hopefully, once stabilized, these macros
 might be integrated in the standard Autoconf set, because this