diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 06:59:35 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 06:59:35 +0000 |
commit | 439ca4c31d35dc3b284f484fac3d4c1cc0b85cf4 (patch) | |
tree | 733ffa5c5ebd113d4b7cdda28aee3ebf76af1d0b /gcc/config.in | |
parent | ab06d2ff0b7153967a8e76ad5499a0980bd7d5e6 (diff) | |
download | gcc-439ca4c31d35dc3b284f484fac3d4c1cc0b85cf4.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 2b213a2fdff..387e70899dc 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 |