diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-21 19:25:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-21 19:25:59 +0800 |
commit | df8fa12b76208e560753c6b9bc4efc7b03b4dabc (patch) | |
tree | 928523c120a1de8953a692461ec91a957fc7ea3a /autogen.sh | |
parent | b889c5a6bdbaa2a278930d9990bd9f758b8d5c88 (diff) | |
download | gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar.gz gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar.bz2 gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar.lz gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar.xz gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.tar.zst gsoc2013-epiphany-df8fa12b76208e560753c6b9bc4efc7b03b4dabc.zip |
Remove po/ChangeLog, and depend on intltool 0.40.4 in svn builds.
svn path=/branches/gnome-2-24/; revision=8512
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 93c3f2a2d..8d9b85063 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,4 +18,6 @@ which gnome-autogen.sh || { exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.9 +REQUIRED_INTLTOOL_VERSION=0.40.4 +. gnome-autogen.sh |