From: Bruno Haible Date: Wed, 21 Mar 2001 21:37:41 +0000 (+0000) Subject: AC_CANONICAL_HOST needs config.guess and config.sub. X-Git-Tag: v0.10.36~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78aedd93b743a44645b4a669d4a6551d4a5d86ea;p=thirdparty%2Fgettext.git AC_CANONICAL_HOST needs config.guess and config.sub. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 7c553cf21..d6bb2213a 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-03-21 Bruno Haible + + * gettextize.in: Mention where to get config.guess and config.sub. + 2001-03-20 Bruno Haible * gettextize.in: Verbosity: describe each action being done. Make the diff --git a/misc/gettextize.in b/misc/gettextize.in index 718d75406..7e498bc99 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -203,6 +203,8 @@ echo "Please add the files" echo " codeset.m4 gettext.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4" echo "from the @datadir@/aclocal directory to your autoconf macro directory" echo "or directly to your aclocal.m4 file." +echo "You will also need config.guess and config.sub, which you can get from" +echo "ftp://ftp.gnu.org/pub/gnu/config/." echo exit 0