ChangeLog is now automatically generated from git log output
[hvutilities.git] / autogen.sh
index 7d91719..4b1afe0 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
 # autogen.sh -- Use this script to create generated files from the git distribution
 
-autoreconf -vfi
+# ChangeLog is generated from git log output using "make changelog"
+touch ChangeLog
+
+set -e
+autoreconf -vi
+rm -rf autom4te.cache