summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-19 01:29:12 +0200
committerPeter Simons <simons@cryp.to>2009-09-19 01:29:12 +0200
commitd680d8ed79037c2dc00b693ee593a0da02529308 (patch)
tree8b361e0ae4d9c54bfef25c85549f6a105dea860c /bootstrap.sh
parent374be76dcb55b717b26a45e91bebd46f338dd860 (diff)
downloadautoconf-archive-d680d8ed79037c2dc00b693ee593a0da02529308.tar.gz
bootstrap.sh: generate a ChangeLog only for the macro contents
Users typically aren't interested in the meta files like Makefile.am etc., and if they are, the complete history is publicly available in git. TODO: This really ought to be done by automake.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index c3f8b46..0b3d025 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -19,7 +19,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
echo TODO >AUTHORS
-build-aux/gitlog-to-changelog -- master >ChangeLog
+build-aux/gitlog-to-changelog >ChangeLog -- master m4/
autoreconf --install -Wall