summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-08 08:54:25 +0200
committerJim Meyering <meyering@redhat.com>2009-07-08 16:17:51 +0200
commit27b175b9a254d5dc4bbc1d6f198f58b287e516a2 (patch)
treecb7f674e0b407cf3244876a8ee631b1447ac81f7 /autogen.sh
parentuse gnumakefile and maintainer-makefile modules from gnulib (diff)
downloadlibvirt-27b175b9a254d5dc4bbc1d6f198f58b287e516a2.tar.gz
libvirt-27b175b9a254d5dc4bbc1d6f198f58b287e516a2.tar.bz2
libvirt-27b175b9a254d5dc4bbc1d6f198f58b287e516a2.zip
generate ChangeLog from git logs into distribution tarball
No longer maintain a version-controlled ChangeLog file, but do continue to include a ChangeLog file in distribution tarball. * Makefile.am (gen-ChangeLog): New rule. (dist-hook): Depend on it. (EXTRA_DIST): Add ChangeLog-old. * bootstrap (modules): Add gitlog-to-changelog. * ChangeLog: Remove file. Renamed to... * ChangeLog-old: ...this. New file. * autogen.sh: Touch ChangeLog, to ensure it exists. For automake.
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 788729fae..c026112d2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,6 +54,9 @@ if test -z "$*"; then
echo "to pass any to it, please specify them on the $0 command line."
fi
+# Automake requires that ChangeLog exist.
+touch ChangeLog
+
autopoint --force
#rm -rf m4
libtoolize --copy --force