summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-31 20:54:08 +0200
committerPeter Simons <simons@cryp.to>2009-07-31 20:54:08 +0200
commit624f192f8e4e5b97de3f24a932ac0b8776060ddf (patch)
tree5f20837f267449be0cdd1bcebe13b136c8301980 /bootstrap.sh
parent469557db7517bcf0cf3e8d92a7102d6f525f17b2 (diff)
downloadautoconf-archive-624f192f8e4e5b97de3f24a932ac0b8776060ddf.tar.gz
bootstrap.sh: run sed to disable sc_file_system in maint.mk
This is not a particularly nice solution, but it does work for now.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 6094e6f..95d2a4e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -9,6 +9,8 @@ else
fi
$gnulibtool --m4-base build-aux --source-base build-aux --import git-version-gen gitlog-to-changelog gnupload maintainer-makefile announce-gen
+sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' maint.mk
+
echo TODO >AUTHORS
build-aux/gitlog-to-changelog -- master >ChangeLog