aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-20 01:30:46 +0000
committerTom Tromey <tromey@redhat.com>1998-04-20 01:30:46 +0000
commit15a4be0cfa4413029985eaeb9b8828f382273b96 (patch)
tree4992cbec0bda5f94a39b1d6a5cd5129ee2ba6a08 /intl
parent5412dcebb205caa67dda4070b340b97fb9669c6c (diff)
downloadgdb-15a4be0cfa4413029985eaeb9b8828f382273b96.zip
gdb-15a4be0cfa4413029985eaeb9b8828f382273b96.tar.gz
gdb-15a4be0cfa4413029985eaeb9b8828f382273b96.tar.bz2
* aclocal.m4, configure: Rebuilt.
* configure.in: Call AC_LINK_FILES so that <libintl.h> will always exist.
Diffstat (limited to 'intl')
-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)