* aclocal.m4, configure: Rebuilt.

* configure.in: Call AC_LINK_FILES so that <libintl.h> will
	always exist.
This commit is contained in:
Tom Tromey 1998-04-20 01:30:46 +00:00
parent 5412dcebb2
commit 15a4be0cfa
2 changed files with 7 additions and 0 deletions

View 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.

View 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)