diff options
author | Brad King <brad.king@kitware.com> | 2002-06-21 12:42:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-06-21 12:42:40 (GMT) |
commit | 38bfada11d2482c3ea9ad7a8db03d01e3e38317d (patch) | |
tree | e1b1ea46eafbecd8a430eb05bbdfbea6b4a9257b /configure | |
parent | a39a03c4d4e423a634d2ab1814876d841e0ae872 (diff) | |
download | CMake-38bfada11d2482c3ea9ad7a8db03d01e3e38317d.zip CMake-38bfada11d2482c3ea9ad7a8db03d01e3e38317d.tar.gz CMake-38bfada11d2482c3ea9ad7a8db03d01e3e38317d.tar.bz2 |
ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 26 |
1 files changed, 12 insertions, 14 deletions
@@ -999,28 +999,26 @@ EOF fi # 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 "configure:1005: checking for ansi standard C++ stringstream " >&5 - rm -rf conftest.* - cat > conftest.cc <<! +echo $ac_n "checking for ansi standard C++ stringstream ""... $ac_c" 1>&6 +echo "configure:1004: checking for ansi standard C++ stringstream " >&5 +rm -rf conftest.* +cat > conftest.cc <<! #include <sstream> ! - if test -z "`${CXX} $CMAKE_ANSI_CXXFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then - echo "$ac_t""yes" 1>&6 - else - cat >> confdefs.h <<\EOF +if test -z "`${CXX} $CMAKE_ANSI_CXXFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then + echo "$ac_t""yes" 1>&6 +else + cat >> confdefs.h <<\EOF #define CMAKE_NO_ANSI_STRING_STREAM 1 EOF - echo "$ac_t""no" 1>&6 - fi + echo "$ac_t""no" 1>&6 fi # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then 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.* cat > conftest.cc <<! #include <list> @@ -1040,7 +1038,7 @@ fi # check to see if for scoping is supported if test $ac_cv_prog_gxx = no; then 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.* cat > conftest.cc <<! 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. set dummy $ac_prog; ac_word=$2 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 echo $ac_n "(cached) $ac_c" 1>&6 else |