summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-02 11:13:22 +0100
committerPeter Simons <simons@cryp.to>2013-02-02 11:13:22 +0100
commit74e151daa20159bc81d26b3064e4435ffbacb0a7 (patch)
tree0b2ddd712ef4e4dcf6033adef33ccdb4abecee79 /bootstrap.sh
parent2101c26600c9434216f0566b52f3cd001e581335 (diff)
downloadautoconf-archive-74e151daa20159bc81d26b3064e4435ffbacb0a7.tar.gz
gnulib: disable 'sc_prohibit_doubled_word' test to avoid false positive in ax_openmp.m4
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 f9d5f12..23634fd 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -25,6 +25,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
-e 's/^sc_prohibit_always-defined_macros:/disabled_sc_prohibit_always-defined_macros:/' \
-e 's/^sc_prohibit_always_true_header_tests:/disabled_sc_prohibit_always_true_header_tests:/' \
-e 's/^sc_prohibit_test_minus_ao:/disabled_sc_prohibit_test_minus_ao:/' \
+ -e 's/^sc_prohibit_doubled_word:/disabled_sc_prohibit_doubled_word:/' \
maint.mk
echo > ChangeLog '# Copyright (c) 2013 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'