summaryrefslogtreecommitdiffstats
path: root/misc/gettextize.in
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/gettextize.in
parent39f18d43269f7ad360566f28292da0b69bfa159c (diff)
downloadexternal_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.zip
external_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.tar.gz
external_gettext-eac2ca903c1473fa9446851e7294f746f306ec53.tar.bz2
Improve wording.
Diffstat (limited to 'misc/gettextize.in')
-rw-r--r--misc/gettextize.in6
1 files changed, 5 insertions, 1 deletions
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