summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-25 23:09:51 +0100
committerPeter Simons <simons@cryp.to>2013-03-25 23:09:51 +0100
commit15f45487cba47937d9140ecd171f32a414d509a5 (patch)
tree6744453081cd4e6688006d8c53e42dd56dcd8aa5 /bootstrap.sh
parent67d0af543fdb5cc0268bc51433befdae8b431037 (diff)
downloadautoconf-archive-15f45487cba47937d9140ecd171f32a414d509a5.tar.gz
bootstrap.sh: don't refer to any particular branch when calling gitlog-to-changelog; just use the current head
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 35e082f..5ecf016 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -34,7 +34,7 @@ echo >>ChangeLog '# Copying and distribution of this file, with or without modif
echo >>ChangeLog '# permitted in any medium without royalty provided the copyright notice and'
echo >>ChangeLog '# this notice are preserved. This file is offered as-is, without any warranty.'
echo >>ChangeLog ''
-build-aux/gitlog-to-changelog >>ChangeLog -- master m4/
+build-aux/gitlog-to-changelog >>ChangeLog -- m4/
bash gen-authors.sh >AUTHORS
autoreconf --install -Wall