summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-22 20:30:23 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-22 20:30:23 (EDT)
commitccd1d4b8eee393d9910d604d9df68c1410e8e7a7 (patch)
treeaba076d815e323ee66cccc7685204409b2ed32b2 /autogen.sh
parent7748bcfcb1ee5153fbffe3ceca958523fb32255f (diff)
autogen.sh: Add text to ChangeLog.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 42ce403..dfa4540 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,9 @@ srcdir="${0%/*}"
(
cd "${srcdir}"
[ -d build-aux ] || mkdir build-aux
- >ChangeLog
+ cat >ChangeLog <<-EOF
+This file is generated upon release. Run `git log` for a list of changes.
+EOF
aclocal
autoconf
automake --add-missing --copy