Commit 24c40136 by Philipp Thomas Committed by Philipp Thomas

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
parent 5b2abab8
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.
......
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment