summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-02 14:59:23 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-02 14:59:23 (EST)
commit580f3650ea8c3c01e5f8b0986df36822033225b5 (patch)
tree2b5a9aadd3073288e035a35726ac54ddde3b5409 /autogen.sh
parentcd5322592bdc65713f782b2005a329fb426a901c (diff)
Generate ChangeLog.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c90bb39..e4043f8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,9 @@ srcdir="${0%/*}"
{(
cd "${srcdir}"
[ -d build-aux ] || mkdir build-aux
+ cat >ChangeLog <<-EOF
+This file is generated upon release. Run \`git log\` for a list of changes.
+EOF
aclocal
autoconf
automake --add-missing --copy