dnl is stored.
dnl
dnl
-dnl Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+dnl Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
dnl
dnl $Id$
dnl sure we're not confused
is_pgi="`($CXX -V 2>&1) | grep 'Portland'`"
- if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x" ; then
+ if test "x$is_intel_icc" != "x" -a "x$is_pgi" = "x" ; then
GXX_BRAND=Intel
version_string="`($CXX -V 2>&1) | grep 'Version'` `($CXX -help 2>&1) | grep 'Version'`"
version5="`echo $version_string | grep 'Version 5'`"
dnl sure we're not confused
is_pgi="`($CXX -V 2>&1) | grep 'Portland'`"
- if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x"; then
+ if test "x$is_intel_icc" != "x" -a "x$is_pgi" = "x"; then
version_string="`($CC -V 2>&1) | grep 'Version'` `($CC -help 2>&1) | grep 'Version'`"
version5="`echo $version_string | grep 'Version 5'`"
version6="`echo $version_string | grep 'Version 6'`"
AC_DEFINE(HAVE_LIBUMFPACK,1,[UMFPACK is $1])
fi
- if test "x$UMFPACK_DIR" != "x" -a "x$acx_umfpack" == "xno" ; then
+ if test "x$UMFPACK_DIR" != "x" -a "x$acx_umfpack" = "xno" ; then
dnl A pathname has been given to --with-umfpack but nothing
dnl has been specified through the other two flags
#! /bin/sh
-# From configure.in Revision: 23045 .
+# From configure.in Revision: 23147 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for deal.II 7.0.0.
#
is_pgi="`($CXX -V 2>&1) | grep 'Portland'`"
- if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x" ; then
+ if test "x$is_intel_icc" != "x" -a "x$is_pgi" = "x" ; then
GXX_BRAND=Intel
version_string="`($CXX -V 2>&1) | grep 'Version'` `($CXX -help 2>&1) | grep 'Version'`"
version5="`echo $version_string | grep 'Version 5'`"
is_pgi="`($CXX -V 2>&1) | grep 'Portland'`"
- if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x"; then
+ if test "x$is_intel_icc" != "x" -a "x$is_pgi" = "x"; then
version_string="`($CC -V 2>&1) | grep 'Version'` `($CC -help 2>&1) | grep 'Version'`"
version5="`echo $version_string | grep 'Version 5'`"
version6="`echo $version_string | grep 'Version 6'`"
fi
- if test "x$UMFPACK_DIR" != "x" -a "x$acx_umfpack" == "xno" ; then
+ if test "x$UMFPACK_DIR" != "x" -a "x$acx_umfpack" = "xno" ; then
if test "x$DEAL_II_USE_INTERNAL_UMFPACK" != "xyes" ; then
OLD_LDFLAGS="$LDFLAGS"