aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intl/ChangeLog.Cygnus6
-rw-r--r--intl/configure.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/intl/ChangeLog.Cygnus b/intl/ChangeLog.Cygnus
index c814429..522a259 100644
--- a/intl/ChangeLog.Cygnus
+++ b/intl/ChangeLog.Cygnus
@@ -1,3 +1,9 @@
+Sun Apr 19 19:20:00 1998 Tom Tromey <tromey@cygnus.com>
+
+ * aclocal.m4, configure: Rebuilt.
+ * configure.in: Call AC_LINK_FILES so that <libintl.h> will
+ always exist.
+
Fri Mar 27 16:37:25 1998 Tom Tromey <tromey@cygnus.com>
* aclocal.m4, configure: Rebuilt with new cygettext.m4.
diff --git a/intl/configure.in b/intl/configure.in
index d3c9cea..4ba9c24 100644
--- a/intl/configure.in
+++ b/intl/configure.in
@@ -5,5 +5,6 @@ AM_CONFIG_HEADER(config.h:config.in)
AM_PROG_INSTALL
CY_GNU_GETTEXT
+AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
AC_OUTPUT(Makefile)