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]
Other format: [Raw text]

[libstdc++] Build system cleanup [5/n]


These 4 gettext DEFINES should have been deleted with the libstdc++-v3/intl was deleted 3 years ago since they aren't used anywhere within libstdc++-v3.

Bootstrapped i686-pc-cygwin
OK to install?

2004-04-04  Kelley Cook  <kcook@gcc.gnu.org>

	* acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
	(HAVE_GETTEXT, HAVE_STPCPY): Likewise.
	* config.h.in: Regenerate.
	
--- ../../gcc-orig/libstdc++-v3/acconfig.h	2005-04-01 12:24:18.212396600 -0500
+++ acconfig.h	2005-04-04 16:53:50.017221000 -0400
@@ -4,11 +4,6 @@
 #undef PACKAGE
 #undef VERSION
 
-// Needed for gettext.
-#undef ENABLE_NLS
-#undef HAVE_CATGETS
-#undef HAVE_GETTEXT
-#undef HAVE_STPCPY
 
 // Define if code specialized for long long should be used.
 #undef _GLIBCXX_USE_LONG_LONG

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