ChangeLog is now automatically generated from git log output
[hvgrip.git] / autogen.sh
index 56b1182..168f747 100755 (executable)
@@ -8,6 +8,9 @@ TEST_FILE=src/grip.c
 
 ACLOCAL_FLAGS="${ACLOCAL_FLAGS} -I config"
 
+# ChangeLog is generated from git log output using "make changelog"
+touch ChangeLog
+
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.