]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
subsume gcc snapshots 2.96 and 2.97 under gcc version 2.95 as well, as
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Oct 2000 14:32:31 +0000 (14:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Oct 2000 14:32:31 +0000 (14:32 +0000)
they should support the same compiler flags

git-svn-id: https://svn.dealii.org/trunk@3376 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 4106b0f03d93e4c5a5754ab01141a174f0acf643..e96b7e1d8e4aa4dc665ffb417db74120d072f0b4 100755 (executable)
@@ -1183,7 +1183,7 @@ if test $GXX = yes ; then
        echo "$ac_t""Compiler is egcs-1.1" 1>&6
        GXX_VERSION=egcs1.1
        ;;
-    *2.95*)
+    *2.95* | *2.96* | *2.97* )
        echo "$ac_t""Compiler is gcc-2.95" 1>&6
        GXX_VERSION=gcc2.95
        ;;
index e12cd7a5b3327f64f76dc002cc55668b6633ea5b..8e7b003f78999f77a2f7de46648d9ea79781df6d 100644 (file)
@@ -107,6 +107,10 @@ AC_PATH_PROG(CC,$CC)
 
 dnl    Find the right C++ compiler. This modifies the following
 dnl    variables: CXX, GXX, CXXFLAGS
+dnl
+dnl    Note that we subsume gcc snapshots 2.96 and 2.97 under
+dnl    gcc version 2.95 as well, as they should support the same
+dnl    compiler flags
 AC_PROG_CXX
 AC_PATH_PROG(CXX,$CXX)
 if test $GXX = yes ; then
@@ -117,7 +121,7 @@ if test $GXX = yes ; then
        AC_MSG_RESULT(Compiler is egcs-1.1)
        GXX_VERSION=egcs1.1
        ;;
-    *2.95*)
+    *2.95* | *2.96* | *2.97* )
        AC_MSG_RESULT(Compiler is gcc-2.95)
        GXX_VERSION=gcc2.95
        ;;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.