diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-05-22 15:30:13 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2006-05-22 15:30:13 +0000 |
commit | bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26 (patch) | |
tree | 88f9733ad6532367d457f0d69da529363d49f618 /intl/config.intl.in | |
parent | 943284cc7c29a74a1bd1c7d90ea6dbd03bc8b17c (diff) | |
download | gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.zip gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.tar.gz gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.tar.bz2 |
2006-05-22 Steve Ellcey <sje@cup.hp.com>
* MAINTAINERS: Change intl updating instructions.
* config.rpath: Copy from GCC tree.
* intl: Replace contents of intl directory with intl from GCC tree.
Diffstat (limited to 'intl/config.intl.in')
-rw-r--r-- | intl/config.intl.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/intl/config.intl.in b/intl/config.intl.in new file mode 100644 index 0000000..040b7cf --- /dev/null +++ b/intl/config.intl.in @@ -0,0 +1,12 @@ +# This file records the configuration of libintl in a form that +# can be read back in by a configure script in a sister directory. +# See config/gettext.m4 for its use. + +USE_NLS='@USE_NLS@' +LIBINTL='@LIBINTL@' +LIBINTL_DEP='@LIBINTL_DEP@' +INCINTL='@INCINTL@' + +XGETTEXT='@XGETTEXT@' +GMSGFMT='@GMSGFMT@' +POSUB='@POSUB@' |