X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=autogen.sh;h=4b1afe0f95c0448a2c195ba2bb50fc71e89c9f49;hb=HEAD;hp=44c1a7d312f9180bd69858dc96246e17303b6a5b;hpb=2dcf6a1a19a80d9a274468e75ae94de701b8b444;p=emu8051.git diff --git a/autogen.sh b/autogen.sh index 44c1a7d..4b1afe0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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