summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1a738c020..b372b70f8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,6 +14,9 @@ REQUIRED_AUTOMAKE_VERSION=1.9
exit 1
}
+# Automake requires that ChangeLog exist.
+touch ChangeLog
+
which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1