aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-09-21 19:25:59 +0800
committerChristian Persch <chpe@src.gnome.org>2008-09-21 19:25:59 +0800
commitdf8fa12b76208e560753c6b9bc4efc7b03b4dabc (patch)
tree928523c120a1de8953a692461ec91a957fc7ea3a
parentb889c5a6bdbaa2a278930d9990bd9f758b8d5c88 (diff)
downloadgsoc2013-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
-rwxr-xr-xautogen.sh4
-rw-r--r--po/ChangeLog3
2 files changed, 3 insertions, 4 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
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index cb0434fc7..000000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-Do not add entries to this ChangeLog file; instead use the text
-you would usually use here as your svn checkin comment.
-(This file only exists due to an intltool bug.)