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:
parent
5219f16233
commit
bfa29b637c
@ -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
2
gcc/aclocal.m4
vendored
@ -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
319
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user