diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /intl/config.intl.in | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
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 0000000000000..040b7cf9d6d28 --- /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@' |