summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-14 22:29:30 +0000
committerPaul Smith <psmith@gnu.org>2000-06-14 22:29:30 +0000
commitc392c19335891fddcb446e63cbe6aa43b4f4b3a2 (patch)
tree66e404c5960982bf12ea81ee50ac6b545301e976 /ChangeLog
parent4972b017b63f3ce324bfa65a1b46a2a173baf463 (diff)
downloadgunmake-c392c19335891fddcb446e63cbe6aa43b4f4b3a2.tar.gz
* More fixes for configuring gettext correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df101bb..f4885bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-06-14 Paul D. Smith <psmith@gnu.org>
+
+ * acinclude.m4 (pds_WITH_GETTEXT): rewrite fp_WITH_GETTEXT and
+ rename it to avoid confusion. This version is very specific: it
+ won't accept any gettext that isn't GNU. If the user doesn't
+ explicitly ask for the included gettext, we look to see if the
+ system gettext is GNU (testing both the actual libintl library,
+ and the libintl.h header file). Only if the system gettext is
+ really GNU gettext will we allow it to be used.
+ (pds_CHECK_SYSTEM_GETTEXT): A helper function.
+
2000-06-13 Paul D. Smith <psmith@gnu.org>
* gettext.h: If we have libintl.h, use that instead of any of the