]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recommend gettext.h.
authorBruno Haible <bruno@clisp.org>
Thu, 3 Jan 2002 11:42:21 +0000 (11:42 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:31:18 +0000 (00:31 +0200)
misc/ChangeLog
misc/gettextize.in

index f9a0c7b16a3f6759284d72b84e72d5dbb8c27af7..bc47b1450882b28ecbc21ee132a4f9adce3a2552 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-03  Bruno Haible  <bruno@clisp.org>
+
+       * gettextize.in: Recommend installation of gettext.h.
+
 2001-12-15  Karl Eichwalder  <ke@suse.de>
 
        * po-mode.el (po-eval-requoted): Add \r to avoid additional quoting
index 5b02eec255f41ef118d40209528c039c89db454f..5e620988db0bd131d8795eca1ad3830a2feb3f4b 100644 (file)
@@ -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 <libintl.h> that implements the configure --disable-nls option."
+echo
 
 exit 0