summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
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 2a01086..030bc06 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
autoheader