diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | autogen.sh | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.o *~ .deps/ +ChangeLog Makefile Makefile.in aclocal.m4 @@ -1,5 +1,8 @@ #! /bin/sh +# Create empty ChangeLog if we are building from git tree +test -f ChangeLog || touch ChangeLog + autoreconf -v --install || exit 1 ./configure "$@" |