]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: don't require g++ where any C++ compiler is enough
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 May 2011 14:15:27 +0000 (16:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 May 2011 14:15:27 +0000 (16:15 +0200)
* tests/specflg10.test ($required): Use `c++', not g++.
* tests/silent-many-generic.test: Likewise.

ChangeLog
tests/silent-many-generic.test
tests/specflg10.test

index e7dcc98d745a8284f3751eb21d498e62f13bc6db..e7f480ff8d7d576c2561c781cdb0ba43c55ea8d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       testsuite: don't require g++ where any C++ compiler is enough
+       * tests/specflg10.test ($required): Use `c++', not g++.
+       * tests/silent-many-generic.test: Likewise.
+
 2011-05-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        testsuite: require C compiler explicitly in tests needing it
index 80b9816ea9f84b8a4c0b97d0654b42167ffbfff3..9897b0c298d7abd97d753d7d9ff63dabc60a935d 100755 (executable)
@@ -22,8 +22,8 @@
 # sister test `silent-many-gcc.test', which requires the GNU compilers
 # and forces the use of gcc depmode.
 
-# FIXME: generic C++/Fortran compilers should suffice here
-required='cc g++ gfortran flex yacc'
+# FIXME: generic Fortran compilers should suffice here
+required='cc c++ gfortran flex yacc'
 . ./defs || Exit 1
 
 # Avoids too much code duplication.
index 36f6807862f53f6bf555a8516bd3dca394c39f99..eaac391c9a68ed16e434cb4644a12e29058a675c 100755 (executable)
@@ -16,7 +16,7 @@
 
 # AM_DEFAULT_SOURCE_EXT
 
-required='cc g++' #FIXME: a generic C++ compiler should be enough.
+required='cc c++'
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'