summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-27 21:29:15 +0100
committerPeter Simons <simons@cryp.to>2009-12-27 22:23:01 +0100
commit69b901898c66d3d4f83b8d23ef861a6257cb15b2 (patch)
treec6598ca7b4bc8b8bdbde97c2ce7900d356c08ef8 /bootstrap.sh
parenta3921e67155a29a11f9b69214f0809b2e75401a0 (diff)
downloadautoconf-archive-69b901898c66d3d4f83b8d23ef861a6257cb15b2.tar.gz
bootstrap.sh: disable Gnulib's sc_copyright_check target
The regular expression that verifies whether the copyright line in doc/autoconf-archive.texi is up-to-date assumes that the date is followed by the string "Free Software Foundation". In our case, however, the copyright owner is "Autoconf Archive Maintainers". Eventually, the project is going to be signed over to the FSF; then we can enable that check again.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index fe1d105..f45646e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -16,6 +16,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_space_tab:/disabled_sc_space_tab:/' \
-e 's/^sc_useless_cpp_parens:/disabled_sc_useless_cpp_parens:/' \
-e 's/^sc_prohibit_magic_number_exit:/disabled_sc_prohibit_magic_number_exit:/' \
+ -e 's/^sc_copyright_check:/disabled_sc_copyright_check:/' \
maint.mk
./gen-authors.sh >AUTHORS