ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in.
This commit is contained in:
parent
a39a03c4d4
commit
38bfada11d
|
@ -778,10 +778,9 @@ echo "configure:768: checking ansi standard C++ stream headers " >&5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# check non-g++ compilers to see if they have std::stringstream
|
# check compilers to see if they have std::stringstream
|
||||||
if test $ac_cv_prog_gxx = no; then
|
|
||||||
echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6
|
echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6
|
||||||
echo "configure:785: checking for ansi standard C++ stringstream " >&5
|
echo "configure:784: checking for ansi standard C++ stringstream " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -792,13 +791,12 @@ echo "configure:785: checking for ansi standard C++ stringstream " >&5
|
||||||
CMAKE_NO_ANSI_STRING_STREAM="1"
|
CMAKE_NO_ANSI_STRING_STREAM="1"
|
||||||
echo "$ac_t""no" 1>&6
|
echo "$ac_t""no" 1>&6
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# check to see if stl is in the std namespace
|
# check to see if stl is in the std namespace
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6
|
echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6
|
||||||
echo "configure:802: checking ansi standard namespace support " >&5
|
echo "configure:800: checking ansi standard namespace support " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
#include <list>
|
#include <list>
|
||||||
|
@ -816,7 +814,7 @@ fi
|
||||||
# check to see if for scoping is supported
|
# check to see if for scoping is supported
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
echo $ac_n "checking ansi for scope support ""... $ac_c" 1>&6
|
echo $ac_n "checking ansi for scope support ""... $ac_c" 1>&6
|
||||||
echo "configure:820: checking ansi for scope support " >&5
|
echo "configure:818: checking ansi for scope support " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
void foo() { for(int i;;); for(int i;;); }
|
void foo() { for(int i;;); for(int i;;); }
|
||||||
|
@ -837,7 +835,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:841: checking for $ac_word" >&5
|
echo "configure:839: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_CMAKE_AR_TMP'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_CMAKE_AR_TMP'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
|
@ -999,9 +999,8 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check non-g++ compilers to see if they have std::stringstream
|
# check non-g++ compilers to see if they have std::stringstream
|
||||||
if test $ac_cv_prog_gxx = no; then
|
|
||||||
echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6
|
echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6
|
||||||
echo "configure:1005: checking for ansi standard C++ stringstream " >&5
|
echo "configure:1004: checking for ansi standard C++ stringstream " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -1015,12 +1014,11 @@ EOF
|
||||||
|
|
||||||
echo "$ac_t""no" 1>&6
|
echo "$ac_t""no" 1>&6
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# check to see if stl is in the std namespace
|
# check to see if stl is in the std namespace
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6
|
echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6
|
||||||
echo "configure:1024: checking ansi standard namespace support " >&5
|
echo "configure:1022: checking ansi standard namespace support " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
#include <list>
|
#include <list>
|
||||||
|
@ -1040,7 +1038,7 @@ fi
|
||||||
# check to see if for scoping is supported
|
# check to see if for scoping is supported
|
||||||
if test $ac_cv_prog_gxx = no; then
|
if test $ac_cv_prog_gxx = no; then
|
||||||
echo $ac_n "checking ansi for scope support ""... $ac_c" 1>&6
|
echo $ac_n "checking ansi for scope support ""... $ac_c" 1>&6
|
||||||
echo "configure:1044: checking ansi for scope support " >&5
|
echo "configure:1042: checking ansi for scope support " >&5
|
||||||
rm -rf conftest.*
|
rm -rf conftest.*
|
||||||
cat > conftest.cc <<!
|
cat > conftest.cc <<!
|
||||||
void foo() { for(int i;;); for(int i;;); }
|
void foo() { for(int i;;); for(int i;;); }
|
||||||
|
@ -1062,7 +1060,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:1066: checking for $ac_word" >&5
|
echo "configure:1064: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue