]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Improve wording.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 11:14:16 +0000 (11:14 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 11:14:16 +0000 (11:14 +0000)
misc/ChangeLog
misc/gettextize.in

index bfcb21d3b39e7aef8ad6d46833f2c59733342d5a..3d2a7381255b6241c51ffa9fc131f224c67ff56b 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-26  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettextize.in: Use a different wording about aclocal.m4 if the
+       package uses automake.
+
 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
 
        * gettextize.in: Copy only ABOUT-NLS, intl/, po/.
index 7aa03cb1824cd1454090f841e480a3d633004dfc..a46113784ab472615682de9815a98c0e1308693a 100644 (file)
@@ -209,7 +209,11 @@ echo "Please add the files"
 echo "  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4"
 echo "  progtest.m4"
 echo "from the @datadir@/aclocal directory to your autoconf macro directory"
-echo "or directly to your aclocal.m4 file."
+if test -f $srcdir/Makefile.am; then
+  echo "and run 'aclocal' to regenerate the aclocal.m4 file."
+else
+  echo "or directly to your aclocal.m4 file."
+fi
 echo "You will also need config.guess and config.sub, which you can get from"
 echo "ftp://ftp.gnu.org/pub/gnu/config/."
 echo