]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Regenerate
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 May 2002 15:02:34 +0000 (15:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 May 2002 15:02:34 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@5828 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 1222317079572e074d8318d706a0d8a31c4c3cfd..a32fc806b2eaefc3b065feb41a5b15aa2e0c2fdd 100755 (executable)
@@ -2695,10 +2695,18 @@ echo "${ECHO_T}C++ compiler is Portland Group C++" >&6
                  GXX_VERSION=portland_group
                else
 
-                                        { { echo "$as_me:$LINENO: error: Unrecognized compiler" >&5
+                                 is_aCC="`($CXX -V 2>&1) | grep 'aCC'`"
+                 if test "x$is_aCC" != "x" ; then
+                   echo "$as_me:$LINENO: result: C++ compiler is HP aCC" >&5
+echo "${ECHO_T}C++ compiler is HP aCC" >&6
+                   GXX_VERSION=hp_aCC
+                 else
+
+                                            { { echo "$as_me:$LINENO: error: Unrecognized compiler" >&5
 echo "$as_me: error: Unrecognized compiler" >&2;}
    { (exit sorry); exit sorry; }; }
-                    exit 1
+                      exit 1
+                    fi
                   fi
                 fi
               fi
@@ -2870,6 +2878,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
           CXXFLAGSPIC="-Kpic"
           ;;
 
+      hp_aCC)
+          CXXFLAGSG="$CXXFLAGS -g1 +p +w -z -Aa -AA"
+          CXXFLAGSO="$CXXFLAGS -A -Xa -z +O2 -Aa -AA"
+          CXXFLAGSPIC="+Z"
+         # for linking shared libs, -b is also necessary...
+          ;;
+
       *)
           { { echo "$as_me:$LINENO: error: No compiler options for this C++ compiler
                        specified at present" >&5

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.