summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-28 18:38:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-28 18:38:21 (GMT)
commitaec9f9eaa9d1107d3762d1251bf10592afdb26cb (patch)
tree55d09cca5ff7d6e7e16ed0ea8773796d1b961c57
parent5bd5e6553b2d5536a6423fd823a01137e26977a3 (diff)
downloadCMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.zip
CMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.tar.gz
CMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.tar.bz2
BUG: pass flags to compiler during configure
-rwxr-xr-xTemplates/configure8
-rw-r--r--Templates/configure.in2
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 <<!