aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2004-07-23 06:59:35 +0000
committerMatthias Klose <doko@gcc.gnu.org>2004-07-23 06:59:35 +0000
commitc2c36d38e2c7374f79da7008a88854c9608edb73 (patch)
tree733ffa5c5ebd113d4b7cdda28aee3ebf76af1d0b /gcc/config.in
parent11abc112af6e70657bf78e83436f3891195abdce (diff)
downloadgcc-c2c36d38e2c7374f79da7008a88854c9608edb73.zip
gcc-c2c36d38e2c7374f79da7008a88854c9608edb73.tar.gz
gcc-c2c36d38e2c7374f79da7008a88854c9608edb73.tar.bz2
intl.c (gcc_init_libintl): Use PACKAGE for the text domain.
2004-07-23 Matthias Klose <doko@debian.org> intl.c (gcc_init_libintl): Use PACKAGE for the text domain. configure.ac: Add AC_DEFINE_UNQUOTED for PACKAGE. config.h: Regenerate. configure: Likewise. From-SVN: r85072
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 2b213a2..387e708 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -516,6 +516,9 @@
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
+/* The name of this program for internationalization purposes. */
+#undef PACKAGE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT