#! /bin/sh
-# From configure.in Revision: 17948 .
+# From configure.in Revision: 18101 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for deal.II 6.2.pre.
#
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
CFLAGS="$OLDCFLAGS"
-# Extract the first word of "$CC", so it can be a program name with args.
-set dummy $CC; ac_word=$2
+
+ testprog=""
+ testargs=""
+ processingargs="no"
+ for i in $CC ; do
+ if test "$processingargs" = "no" ; then
+ testprog="$i" ;
+ processingargs="yes" ;
+ else
+ testargs="$testargs $i" ;
+ fi
+ done
+
+ # Extract the first word of "$testprog", so it can be a program name with args.
+set dummy $testprog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_CC+set}" = set; then
fi
+ eval "CC=\"${CC} $testargs\""
+
OLDCXXFLAGS="$CXXFLAGS"
ac_ext=cpp
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
CXXFLAGS="$OLDCXXFLAGS"
-# Extract the first word of "$CXX", so it can be a program name with args.
-set dummy $CXX; ac_word=$2
+
+ testprog=""
+ testargs=""
+ processingargs="no"
+ for i in $CXX ; do
+ if test "$processingargs" = "no" ; then
+ testprog="$i" ;
+ processingargs="yes" ;
+ else
+ testargs="$testargs $i" ;
+ fi
+ done
+
+ # Extract the first word of "$testprog", so it can be a program name with args.
+set dummy $testprog; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_CXX+set}" = set; then
fi
+ eval "CXX=\"${CXX} $testargs\""
+
if test "$GXX" = "yes" ; then