summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 95d2a4e..9d7c596 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -9,7 +9,13 @@ 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
+sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
+ -e 's/^sc_GPL_version:/disabled_sc_GPL_version:/' \
+ -e 's/^sc_m4_quote_check:/disabled_sc_m4_quote_check:/' \
+ -e 's/^sc_prohibit_strcmp:/disabled_sc_prohibit_strcmp:/' \
+ -e 's/^sc_space_tab:/disabled_sc_space_tab:/' \
+ -e 's/^sc_useless_cpp_parens:/disabled_sc_useless_cpp_parens:/' \
+ maint.mk
echo TODO >AUTHORS