From 0c914a7924631a80b81f8913a17c3cbfb241f4ea Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 31 Mar 2008 16:37:22 +0000 Subject: [PATCH] add ChangeLog git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7989 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 2 +- docs/ChangeLog | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/ChangeLog diff --git a/bootstrap.sh b/bootstrap.sh index 61845e3733..89ac862716 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,9 +15,9 @@ fi # keep automake from making us magically GPL, and to stop complaining about missing files. cp -f docs/COPYING . cp -f docs/AUTHORS . +cp -f docs/ChangeLog . touch NEWS touch README -touch ChangeLog # autoconf 2.59 or newer ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;s/[- ].*//g;q'` diff --git a/docs/ChangeLog b/docs/ChangeLog new file mode 100644 index 0000000000..e69de29bb2