This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Making --without-included-gettext the default


* Philipp Thomas (pthomas@suse.de) [20000912 00:53]:

> > We turned --with-included-gettext on by default to flush out these
> > bugs, but now most (all, hopefully) have been found and fixed.
> > There's been two changes in the past three months.  I think we could
> > probably get away with turning it back off again.
> 
> That's exactly my sentiment, so thanks for the second opinion. As I'm the
> maintainer for the i18n stuff, I'll check in a patch that does exactly that.
> I'll also keep a note to turn it on again when we update our libintl (which
> I've slated to happen sometime after the next gettext release).

I've just commited the following after bootstrapping on i686-suse-linux :

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

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

Index: aclocal.m4
===================================================================
RCS file: /cvs/gcc/egcs/gcc/aclocal.m4,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- aclocal.m4	2000/07/12 04:06:13	1.33
+++ aclocal.m4	2000/09/12 02:07:00	1.34
@@ -313,7 +313,7 @@
       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"


-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]