+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
#! /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
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