diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-16 02:24:24 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-16 02:24:24 +0000 |
commit | b8796462fbed70f55219da6c3c8f6611de8f2a8c (patch) | |
tree | 61fe31dc31d3d70141b44b9513afc501a006c81b /acconfig.h | |
parent | 9238e1f1ed5ddcfd24606a8d2e67579040244725 (diff) |
Add gettext support.
Mon Jan 15 21:12:49 2001 Owen Taylor <otaylor@redhat.com>
* configure.in acconfig.h glibintl.h gutils.c
po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext
support.
* glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros
some more and put them in this file, though they also need
to be included in acinclude.m4 due to the brokeness of
aclocal.
* gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c
gshell.c: Remove dummy _() #defines, include glibintl.m4.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h index cb9e82c6c..d0e2fd25a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -43,6 +43,11 @@ The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). */ -#undef USE_LIBICONV -#undef SANE_MALLOC_PROTOS +#undef ENABLE_NLS +#undef GETTEXT_PACKAGE #undef GLIB_SIZEOF_SYSTEM_THREAD +#undef GLIB_LOCALE_DIR +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef SANE_MALLOC_PROTOS +#undef USE_LIBICONV |