From: Bruno Haible Date: Fri, 26 Oct 2001 11:14:16 +0000 (+0000) Subject: Improve wording. X-Git-Tag: v0.11~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac2ca903c1473fa9446851e7294f746f306ec53;p=thirdparty%2Fgettext.git Improve wording. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index bfcb21d3b..3d2a73812 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-26 Bruno Haible + + * gettextize.in: Use a different wording about aclocal.m4 if the + package uses automake. + 2001-10-21 Bruno Haible * gettextize.in: Copy only ABOUT-NLS, intl/, po/. diff --git a/misc/gettextize.in b/misc/gettextize.in index 7aa03cb18..a46113784 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -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