diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-12-14 17:39:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-14 17:39:58 +0000 |
commit | 7facb75c85ddd3f98f664af7a65eaa7344d44c11 (patch) | |
tree | 39d0d0e66c5419606d8e1b1d66637f593c89bb8e /configure.in | |
parent | edc14768652f365a730d00614e08888604e05f44 (diff) | |
download | gtk+-7facb75c85ddd3f98f664af7a65eaa7344d44c11.tar.gz |
Added gettext-10.35
Mon Dec 14 12:24:13 1998 Owen Taylor <otaylor@redhat.com>
* HACKING: Added gettext-10.35
* autogen.sh: Run gettextize.
Wed Dec 9 16:29:06 1998 Owen Taylor <otaylor@redhat.com>
Applied gtk-egger-981010-[12]
[ Daniel.Egger@t-online.de (Daniel Egger) ]
* gtk/gtkintl.h: New file - defines for localization.
* gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings
for internationalization.
* gtk/gtkmain.c: call bindtextdomain
* po/ - directory for translations. Initially includes
German translation.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bf0378956e..a10471e40c 100644 --- a/configure.in +++ b/configure.in @@ -129,6 +129,10 @@ if test -n "$PERL" && perl -v | grep 'version 5.' > /dev/null ; then fi AC_SUBST(REBUILD) +# i18n stuff +ALL_LINGUAS="de" +AM_GNU_GETTEXT + dnl The DU4 header files don't provide library prototypes unless dnl -std1 is given to the native cc. AC_MSG_CHECKING([for extra flags to get ANSI library prototypes]) @@ -508,6 +512,8 @@ AC_SUBST(GTK_THREAD_FLAGS) AC_OUTPUT([ Makefile gtk-config +intl/Makefile +po/Makefile.in docs/Makefile gdk/Makefile gtk/Makefile |