summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e81633c..6802e9f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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