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
This commit is contained in:
Philipp Thomas 2000-06-06 22:04:08 +00:00 committed by Philipp Thomas
parent 5b2abab835
commit 24c40136c3
3 changed files with 8 additions and 2 deletions

View File

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

2
gcc/aclocal.m4 vendored
View File

@ -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"

2
gcc/configure vendored
View File

@ -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