summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:34:25 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:34:25 +0000
commit3010d483748f058024c623fdfea689429e87bf5c (patch)
treee68d00fe019b4bfbbddd1f74e74188c0a2922ed6 /autogen.sh
parent562509761efc1dc4361d13e4f95e093f80b533da (diff)
downloadmdk-3010d483748f058024c623fdfea689429e87bf5c.tar.gz
mdk-3010d483748f058024c623fdfea689429e87bf5c.tar.bz2
ChangeLog is automatically generated.
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-6
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 d76540d..0f3974b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -71,6 +71,9 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
+# changelog file
+touch ChangeLog
+
echo "Running automake --add-missing --gnu $am_opt ..."
automake -a --gnu $am_opt