From 24c40136c3e06831cf63df58fd5faee1dbbb0d56 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Tue, 6 Jun 2000 22:04:08 +0000 Subject: [PATCH] configure.in (AC_C_INLINE): Added. * configure.in (AC_C_INLINE): Added. * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default. * configure: Regenerate. From-SVN: r34440 --- gcc/ChangeLog | 6 ++++++ gcc/aclocal.m4 | 2 +- gcc/configure | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c76f0d6e28..a0db4b4f5d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-06-06 Philipp Thomas + + * configure.in (AC_C_INLINE): Added. + * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default. + * configure: Regenerate. + 2000-06-06 Mark Mitchell * c-common.h (c_language_kind): New type. diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 3d7ee94ce91..19a1f637e89 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -313,7 +313,7 @@ AC_DEFUN(AM_WITH_NLS, AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, - nls_cv_force_use_gnu_gettext=no) + nls_cv_force_use_gnu_gettext=yes) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" diff --git a/gcc/configure b/gcc/configure index ade96b0d2e0..1cbe6cb9110 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7566,7 +7566,7 @@ if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" nls_cv_force_use_gnu_gettext=$withval else - nls_cv_force_use_gnu_gettext=no + nls_cv_force_use_gnu_gettext=yes fi echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6 -- 2.30.2