aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.

2000-09-12  Philipp Thomas  <pthomas@suse.de>

	* aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
	* configure: Rebuilt.

From-SVN: r36345
This commit is contained in:
Philipp Thomas 2000-09-12 02:07:00 +00:00 committed by Philipp Thomas
parent 5219f16233
commit bfa29b637c
3 changed files with 170 additions and 156 deletions

View File

@ -1,3 +1,8 @@
2000-09-12 Philipp Thomas <pthomas@suse.de>
* aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
* configure: Rebuilt.
2000-09-13 Michael Hayes <mhayes@cygnus.com>
* flow.c (split_block): Fix update of registers live at

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=yes)
nls_cv_force_use_gnu_gettext=no)
AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"

319
gcc/configure vendored

File diff suppressed because it is too large Load Diff