]> www.fi.muni.cz Git - evince.git/commitdiff
Add required gettext version
authorMarco Pesenti Gritti <marco@gnome.org>
Mon, 4 Apr 2005 11:55:18 +0000 (11:55 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 4 Apr 2005 11:55:18 +0000 (11:55 +0000)
2005-04-04  Marco Pesenti Gritti <marco@gnome.org>

        * autogen.sh:

        Add required gettext version

ChangeLog
autogen.sh

index 18787ee2c3db023aaf391f2712c0a746c58c3031..3571839e0011e419a721f1c436b03aaeb950e4e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
+
+       * autogen.sh:
+
+       Add required gettext version
+
 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
index 9008f64cb1ff265e2e17b9f9fb9dd392999f6257..8c72043584660d28c45b26d015d1d14a0339cedd 100755 (executable)
@@ -17,4 +17,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-USE_COMMON_DOC_BUILD=yes REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+USE_COMMON_DOC_BUILD=yes REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 REQUIRED_GETTEXT_VERSION=0.10.36 . gnome-autogen.sh