Implement workaround for flex --header-file option
[emu8051.git] / autogen.sh
index 44c1a7d..4b1afe0 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # autogen.sh -- Use this script to create generated files from the git distribution
 
-autoreconf -vi
+# ChangeLog is generated from git log output using "make changelog"
+touch ChangeLog
 
+set -e
+autoreconf -vi
+rm -rf autom4te.cache