Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2005-08-17 02:09:42 +00:00
parent cfda0ea87b
commit 3e4ca115f5
2 changed files with 6 additions and 6 deletions

6
aclocal.m4 vendored
View File

@ -259,7 +259,7 @@ AC_DEFUN([AC_BAKEFILE_PLATFORM],
*-pc-os2_emx | *-pc-os2-emx )
PLATFORM_OS2=1
;;
powerpc-*-darwin* )
*-*-darwin* )
PLATFORM_MAC=1
PLATFORM_MACOSX=1
;;
@ -421,7 +421,7 @@ AC_DEFUN([AC_BAKEFILE_SUFFIXES],
LIBEXT=".$OS2_LIBEXT"
dlldir="$bindir"
;;
powerpc-*-darwin* )
*-*-darwin* )
SO_SUFFIX="dylib"
SO_SUFFIX_MODULE="bundle"
;;
@ -700,7 +700,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS],
DEPSMODE=gcc
DEPS_TRACKING=1
case "${BAKEFILE_HOST}" in
powerpc-*-darwin* )
*-*-darwin* )
dnl -cpp-precomp (the default) conflicts with -MMD option
dnl used by bk-deps (see also http://developer.apple.com/documentation/Darwin/Conceptual/PortingUnix/compiling/chapter_4_section_3.html)
DEPSFLAG_GCC="-no-cpp-precomp -MMD"

6
configure vendored
View File

@ -42162,7 +42162,7 @@ echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
*-pc-os2_emx | *-pc-os2-emx )
PLATFORM_OS2=1
;;
powerpc-*-darwin* )
*-*-darwin* )
PLATFORM_MAC=1
PLATFORM_MACOSX=1
;;
@ -42303,7 +42303,7 @@ fi;
LIBEXT=".$OS2_LIBEXT"
dlldir="$bindir"
;;
powerpc-*-darwin* )
*-*-darwin* )
SO_SUFFIX="dylib"
SO_SUFFIX_MODULE="bundle"
;;
@ -43234,7 +43234,7 @@ echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
DEPSMODE=gcc
DEPS_TRACKING=1
case "${BAKEFILE_HOST}" in
powerpc-*-darwin* )
*-*-darwin* )
DEPSFLAG_GCC="-no-cpp-precomp -MMD"
;;
* )