diff options
Diffstat (limited to 'Templates')
-rwxr-xr-x | Templates/configure | 8 | ||||
-rw-r--r-- | Templates/configure.in | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Templates/configure b/Templates/configure index 522fb4a..681a30d 100755 --- a/Templates/configure +++ b/Templates/configure @@ -2936,7 +2936,6 @@ fi if test $ac_cv_prog_gxx = no; then echo $ac_n "checking ansi standard C++ stream headers ""... $ac_c" 1>&6 echo "configure:2939: checking ansi standard C++ stream headers " >&5 - echo "******" rm -rf conftest.* cat > conftest.cc <<! #include <iostream> @@ -2952,9 +2951,8 @@ fi # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then - echo "******" echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6 -echo "configure:2958: checking ansi standard namespace support " >&5 +echo "configure:2956: checking ansi standard namespace support " >&5 rm -rf conftest.* cat > conftest.cc <<! #include <list> @@ -2980,7 +2978,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:2984: checking for $ac_word" >&5 +echo "configure:2982: 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 @@ -3020,7 +3018,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:3024: checking for $ac_word" >&5 +echo "configure:3022: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CMAKE_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/Templates/configure.in b/Templates/configure.in index a632a2d..9237325 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -512,7 +512,6 @@ AC_SUBST(CMAKE_TEMPLATE_FLAGS) # ansi stream files (without the .h) if test $ac_cv_prog_gxx = no; then AC_MSG_CHECKING( ansi standard C++ stream headers ) - echo "******" rm -rf conftest.* cat > conftest.cc <<! #include <iostream> @@ -528,7 +527,6 @@ AC_SUBST(CMAKE_NO_STD_NAMESPACE) # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then - echo "******" AC_MSG_CHECKING( ansi standard namespace support ) rm -rf conftest.* cat > conftest.cc <<! |