summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-26 11:14:16 +0000
committerBruno Haible <bruno@clisp.org>2001-10-26 11:14:16 +0000
commiteac2ca903c1473fa9446851e7294f746f306ec53 (patch)
treee14d4032e8f8d204b4051b9d9bccf85324f078e1 /misc
parent39f18d43269f7ad360566f28292da0b69bfa159c (diff)
downloadexternal_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.zip
external_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.tar.gz
external_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.tar.bz2
Improve wording.
Diffstat (limited to 'misc')
-rw-r--r--misc/ChangeLog5
-rw-r--r--misc/gettextize.in6
2 files changed, 10 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index bfcb21d..3d2a738 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -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/.
diff --git a/misc/gettextize.in b/misc/gettextize.in
index 7aa03cb..a461137 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