summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-06-04 14:15:33 +0200
committerPeter Simons <simons@cryp.to>2010-06-04 14:15:33 +0200
commit221684d18b339c3ccb4eb0f438041a7ebb422307 (patch)
tree3b13b8e1e8daba111a5e56c4475467e7394cc452 /bootstrap.sh
parentd5b2a88b2e212d447ac8e783bbbdde70eb079adc (diff)
downloadautoconf-archive-221684d18b339c3ccb4eb0f438041a7ebb422307.tar.gz
bootstrap.sh: disable 'sc_error_message_uppercase' QA test from gnulib
The test fails here: m4/ax_cxx_verbose_terminate_handler.m4:46: [throw std::runtime_error("Test of unhandled exception AABBCCDDEE");])],
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 46f038b..d708625 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -21,6 +21,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-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:/' \
+ -e 's/^sc_error_message_uppercase:/disabled_sc_error_message_uppercase:/' \
maint.mk
echo > ChangeLog '# Copyright (c) 2010 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'