+2002-03-02 Bruno Haible <bruno@clisp.org>
+
+ * gettext.m4 (AM_GNU_GETTEXT): Set LIBINTL and LTLIBINTL to empty if
+ no preinstalled GNU gettext was found.
+ Reported by Paul Eggert.
+
2002-02-10 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_GNU_GETTEXT): Don't prevent installation of libintl
|| { test "$gt_cv_func_gnugettext_libintl" = "yes" \
&& test "$PACKAGE" != gettext; }; then
gt_use_preinstalled_gnugettext=yes
+ else
+ dnl Reset the values set by searching libintl.
+ LIBINTL=
+ LTLIBINTL=
+ INCINTL=
fi
ifelse(gt_included_intl, yes, [