aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.)