From 69b901898c66d3d4f83b8d23ef861a6257cb15b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Dec 2009 21:29:15 +0100 Subject: 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. --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') 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 -- cgit v1.2.1