X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=autogen.sh;h=4b1afe0f95c0448a2c195ba2bb50fc71e89c9f49;hb=30c9bf42074e6b4ff0fced70041c0def07e23aa1;hp=7d91719f18315c73f77a8e13c02883aaa6bbe3d4;hpb=5b1ff87ac527d9481d9f3f2984794058d8938c1f;p=hvutilities.git diff --git a/autogen.sh b/autogen.sh index 7d91719..4b1afe0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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