build: only touch ChangeLog if it does not exist

This commit is contained in:
Simon Sobisch 2017-05-02 18:07:27 +02:00 committed by Will Estes
parent 634ef8a945
commit 4efcf28ee6

View File

@ -44,6 +44,8 @@ fi
#worried. (Don't worry, we *do* have a ChangeLog, we just need the
#Makefile first.)
touch ChangeLog
if ! test -f ChangeLog; then
touch ChangeLog
fi
"$LIBTOOLIZE" --install --force
autoreconf --install --force