* aclocal.m4, configure: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Mon, 20 Apr 1998 01:30:46 +0000 (01:30 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Apr 1998 01:30:46 +0000 (01:30 +0000)
* configure.in: Call AC_LINK_FILES so that <libintl.h> will
always exist.

intl/ChangeLog.Cygnus
intl/configure.in

index c81442942f239a1f40c4b0cbf9c46894b1c42390..522a259ddcc7f8ff00cbff5e5a14298016fe9350 100644 (file)
@@ -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.
index d3c9ceab727cd394d86d430e2e9d750b1f619146..4ba9c244efae026689431a9352d04d10c86108e6 100644 (file)
@@ -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)
This page took 0.025306 seconds and 4 git commands to generate.