summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-31 19:33:59 +0200
committerPeter Simons <simons@cryp.to>2009-07-31 19:33:59 +0200
commita0748a290c9969149025535e13c269f66fbe1752 (patch)
treee75226d2db8d716d9f6a75a34b16460497902326 /bootstrap.sh
parentd9afb8a1d8e63a5eec2bb9ec84cfa73ce3b6e7e7 (diff)
downloadautoconf-archive-a0748a290c9969149025535e13c269f66fbe1752.tar.gz
bootstrap.sh: build ChangeLog based on the history of the master repository
It's unnecessary to change into the m4 submodule; the top-level repository has the same information.
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 6f25ade..6094e6f 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -11,6 +11,6 @@ $gnulibtool --m4-base build-aux --source-base build-aux --import git-version-gen
echo TODO >AUTHORS
-(cd m4 && ../build-aux/gitlog-to-changelog -- master >../ChangeLog)
+build-aux/gitlog-to-changelog -- master >ChangeLog
autoreconf --install -Wall