* configure.in (AC_C_INLINE): Added.
* aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
* configure: Regenerate.
From-SVN: r34440
+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.
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"
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