summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-07-10 12:43:48 -0400
committerKristian Høgsberg <krh@redhat.com>2008-07-10 12:43:48 -0400
commit1a20b08b7cddd601a3c1e0ba5c6aeadc769fac29 (patch)
tree9c6051da64659f8fb98238d1c17b285a59c41bf2
parent9c4d48bb7e810ae5efdee484e4b0095a0c49fd6c (diff)
Create a stub ChangeLog before running automake.
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 2dce6f3..3d47a0b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -79,6 +79,10 @@ gtkdocize --copy --flavour no-tmpl
echo "Running autoheader..."
autoheader
fi
+
+ # Create a ChangeLog to keep automake from panicing.
+ echo "This file is a stub to keep automake happy." > ChangeLog
+
echo "Running automake --gnu -Wno-portability $am_opt ..."
automake --add-missing --gnu -Wno-portability $am_opt
echo "Running autoconf ..."