From: Paul Mangan Date: Fri, 28 Feb 2003 20:48:59 +0000 (+0000) Subject: add the --check option to po/Makefile.in.in X-Git-Tag: rel_0_8_11~60 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=fae40e48da87872ab2388eb376b108032ec2e6df add the --check option to po/Makefile.in.in --- diff --git a/ChangeLog.claws b/ChangeLog.claws index d1529fdfe..33739dc46 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2003-02-28 [paul] 0.8.10claws62 + + * po/Makefile.in.in + add the --check option + Patch submitted by Ricardo Mones Lastra + 2003-02-28 [paul] 0.8.10claws61 * src/prefs_account.c diff --git a/configure.ac b/configure.ac index f88d46c4d..30c2d74e3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws61 +EXTRA_VERSION=claws62 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 32b737655..2b5d53104 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -2,7 +2,7 @@ # Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper # # This file file be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License +# be used in projects which are not available under the GNU General Public License # but which still want to provide support for the GNU gettext functionality. # Please note that the actual code is *not* freely available. @@ -69,7 +69,7 @@ CATALOGS = @CATALOGS@ .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + && rm -f $$file && $(GMSGFMT) --check --statistics -o $$file $< all: all-@USE_NLS@