From aec9f9eaa9d1107d3762d1251bf10592afdb26cb Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 28 Jun 2001 14:38:21 -0400 Subject: [PATCH] BUG: pass flags to compiler during configure --- Templates/configure | 8 +++----- Templates/configure.in | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Templates/configure b/Templates/configure index 522fb4afe..681a30d3a 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 < @@ -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 < @@ -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 a632a2de7..9237325db 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 < @@ -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 <