From: Ivo Timmermans Date: Tue, 25 Apr 2000 19:23:23 +0000 (+0000) Subject: Create a ChangeLog file, automake requires it. X-Git-Tag: release-1.0pre1~54 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=04db888b1a94a7d63fdf9800cfd722aa9c16cd26;hp=c78b76c53f516cf944ee738fad3e7d4607f282ab Create a ChangeLog file, automake requires it. --- diff --git a/autogen.sh b/autogen.sh index 55a27a95..09e5ecdc 100644 --- a/autogen.sh +++ b/autogen.sh @@ -102,6 +102,7 @@ do ## echo "**Warning**: No such directory \`$k'. Ignored." fi done + touch ChangeLog if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in