diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-06 22:04:08 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-06 22:04:08 +0000 |
commit | 13c13ccb728a7f0a0564585f9a99828b01767ec1 (patch) | |
tree | 241b15a36dcd7176c9a95a944c2ce1de4a77a944 /gcc | |
parent | 6d2516c43876d835bac3c0ee4dfe87ceb4d63629 (diff) | |
download | gcc-13c13ccb728a7f0a0564585f9a99828b01767ec1.tar.gz |
* configure.in (AC_C_INLINE): Added.
* aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/aclocal.m4 | 2 | ||||
-rwxr-xr-x | 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 <pthomas@suse.de> + + * configure.in (AC_C_INLINE): Added. + * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default. + * configure: Regenerate. + 2000-06-06 Mark Mitchell <mark@codesourcery.com> * 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 |