From: Bruno Haible Date: Thu, 3 Jan 2002 11:42:21 +0000 (+0000) Subject: Recommend gettext.h. X-Git-Tag: v0.11~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3ee2051d31be8c534166fbfd2809517ccb0d6b;p=thirdparty%2Fgettext.git Recommend gettext.h. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index f9a0c7b16..bc47b1450 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-03 Bruno Haible + + * gettextize.in: Recommend installation of gettext.h. + 2001-12-15 Karl Eichwalder * po-mode.el (po-eval-requoted): Add \r to avoid additional quoting diff --git a/misc/gettextize.in b/misc/gettextize.in index 5b02eec25..5e620988d 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -243,8 +243,13 @@ if test -f $srcdir/Makefile.am; then else echo "or directly to your aclocal.m4 file." fi +echo echo "You will also need config.guess and config.sub, which you can get from" echo "ftp://ftp.gnu.org/pub/gnu/config/." echo +echo "You might also want to copy the convenience header file gettext.h" +echo "from the $gettext_dir directory into your package. It is a wrapper" +echo "around that implements the configure --disable-nls option." +echo exit 0