Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-04-04 11:55:18 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-04-04 11:55:18 (GMT)
commitb5a2716bcaaf6bea132cf8b1aaf3fbfbb0fbb4e9 (patch)
treeca87d3da03f84870903771ee234b757bd88f6fa3
parentb15c51f06e42e5adae3910d43b286158d2debfd6 (diff)
Add required gettext version
2005-04-04 Marco Pesenti Gritti <marco@gnome.org> * autogen.sh: Add required gettext version
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18787ee..3571839 100644
--- 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
diff --git a/autogen.sh b/autogen.sh
index 9008f64..8c72043 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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