mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
* tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
benefit of platforms like Solaris+GCC where it is common to have a non-working g++ installation.
This commit is contained in:
parent
570310e87e
commit
5bcf9bc19c
@ -1,3 +1,9 @@
|
||||
2006-11-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
|
||||
benefit of platforms like Solaris+GCC where it is common to have a
|
||||
non-working g++ installation.
|
||||
|
||||
2006-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
and Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
and Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
@ -131,6 +131,9 @@ ac_exclude_list='
|
||||
/^AC_(PROG_CC|C_CONST|C_VOLATILE)$/ {next}
|
||||
/^AC_PATH_XTRA$/ {next}
|
||||
|
||||
# Requires a working C++ compiler, which is not a given.
|
||||
/^AC_PROG_CXX_C_O$/ {next}
|
||||
|
||||
# Already tested by AT_CHECK_MACRO.
|
||||
/^AC_OUTPUT$/ {next}
|
||||
'
|
||||
|
Loading…
x
Reference in New Issue
Block a user