From 3b5675b054c089e47fafaf751f285d50e7d3cc8d Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Sun, 9 Feb 2003 09:33:59 +0000 Subject: Added missing file. Added de (German) to ALL_LINGUAS. * .cvsignore: Added missing file. * configure.in: Added de (German) to ALL_LINGUAS. --- .cvsignore | 21 +++++++++++---------- ChangeLog | 5 +++++ configure.in | 3 ++- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index edd95d8..fde4434 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,18 +1,19 @@ -stamp-h.in -stamp-h -intltool-update.in +Makefile +Makefile.in +aclocal.m4 +autom4te.cache intltool-update -intltool-merge.in +intltool-update.in intltool-merge -intltool-extract.in +intltool-merge.in intltool-extract -configure +intltool-extract.in config.status config.log config.h.in config.h -autom4te.cache -aclocal.m4 -Makefile.in -Makefile +configure +stamp-h.in +stamp-h1 +stamp-h zenity.spec diff --git a/ChangeLog b/ChangeLog index 4f3da26..7900031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-09 Christian Neumair + + * .cvsignore: Added missing file. + * configure.in: Added de (German) to ALL_LINGUAS. + 2003-02-05 Glynn Foster * THANKS, src/about.c: Add Ross. diff --git a/configure.in b/configure.in index 52f45e5..34bd818 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,4 @@ +AC_PREREQ(2.53) AC_INIT(src) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(zenity, 1.0) @@ -27,7 +28,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am da es nl no sv vi zh_TW" +ALL_LINGUAS="am da de es nl no sv vi zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT -- cgit v1.1-4-g5e80