]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use *apple-darwin* instead of powerpc-apple-darwin, to also support the new
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Jul 2006 13:12:53 +0000 (13:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Jul 2006 13:12:53 +0000 (13:12 +0000)
Intel Macs

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

deal.II/aclocal.m4
deal.II/configure
deal.II/configure.in

index 5b352eb8dfd2e8b943b63809625480ca4221c296..b412868bf52472a9d13ca11b569acf998cba3885 100644 (file)
@@ -3431,7 +3431,7 @@ AC_DEFUN(DEAL_II_CHECK_WEAK_LINKAGE_BUG, dnl
 [
   DARWIN_GCC_WEAK_LINKAGE_BUG="no"
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
 
     AC_MSG_CHECKING(for weak linkage bug (Apple gcc.3.3) )
 
index 1520e327e713d8a0af2d2aa0855bde60f13de5de..76cab4f55dd82ea3c5af549f121686e0b90dd966 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.231 .
+# From configure.in Revision: 1.232 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre.
 #
@@ -6361,7 +6361,7 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
   DARWIN_GCC_WEAK_LINKAGE_BUG="no"
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
 
     echo "$as_me:$LINENO: checking for weak linkage bug (Apple gcc.3.3) " >&5
 echo $ECHO_N "checking for weak linkage bug (Apple gcc.3.3) ... $ECHO_C" >&6
@@ -10223,7 +10223,7 @@ esac
 
 
 case "$target" in
-   powerpc-apple-darwin* )
+   *-apple-darwin* )
            shared_lib_suffix=".dylib"
            darwin_shared_lib="yes"
            ;;
@@ -10239,7 +10239,7 @@ if test "x$enableshared" = "xyes" ; then
   SHLIBFLAGS="-shared"
 
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
        SHLIBFLAGS="-dynamiclib"
           ;;
   esac
@@ -10247,7 +10247,7 @@ if test "x$enableshared" = "xyes" ; then
 else
   LDFLAGSSTATIC="-static"
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
        LDFLAGSSTATIC=""
           ;;
   esac
index 5905276c243a735944a00306d0337fd1b7f55c9d..bd8c9bb787ccc7d0da2ac0c5acc1aa6f931a571b 100644 (file)
@@ -296,7 +296,7 @@ esac
 dnl TODO Maybe the major version number should be inserted before .dylib 
 dnl (.5.dylib for example).
 case "$target" in
-   powerpc-apple-darwin* )
+   *-apple-darwin* )
            shared_lib_suffix=".dylib"
            darwin_shared_lib="yes"
            ;;
@@ -312,7 +312,7 @@ if test "x$enableshared" = "xyes" ; then
   SHLIBFLAGS="-shared"
 
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
        SHLIBFLAGS="-dynamiclib"
           ;;
   esac
@@ -323,7 +323,7 @@ dnl other compilers do not like this flag we should introduce a
 dnl LDFLAGSSTATIC variable and check -static through AC_TRY_LINK.
   LDFLAGSSTATIC="-static"
   case "$target" in
-    powerpc-apple-darwin* )
+    *-apple-darwin* )
        LDFLAGSSTATIC=""
           ;;
   esac

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.