X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c8acbdfd5c42cc344980e454dc0ac2eae689aab..772513d82432ecf323bca55251551fd5c8a7562d:/configure.in diff --git a/configure.in b/configure.in index b49988536d..4ae4fc3e65 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,4 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Id$)dnl AC_PREREQ(2.58) @@ -9,15 +8,13 @@ dnl Top-level configure.in for wxWidgets by Robert Roebling, Phil Blecker, dnl Vadim Zeitlin and Ron Lee dnl dnl This script is under the wxWindows licence. -dnl -dnl Version: $Id$ dnl --------------------------------------------------------------------------- dnl --------------------------------------------------------------------------- dnl initialization dnl --------------------------------------------------------------------------- -AC_INIT([wxWidgets], [2.9.5], [wx-dev@lists.wxwidgets.org]) +AC_INIT([wxWidgets], [3.0.0], [wx-dev@lists.wxwidgets.org]) dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package AC_CONFIG_SRCDIR([wx-config.in]) @@ -41,9 +38,9 @@ dnl When making releases do: dnl dnl wx_release_number += 1 -wx_major_version_number=2 -wx_minor_version_number=9 -wx_release_number=5 +wx_major_version_number=3 +wx_minor_version_number=0 +wx_release_number=0 wx_subrelease_number=0 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number @@ -2107,7 +2104,7 @@ if test "$wxUSE_STL" = "yes"; then fi fi -AC_CHECK_HEADERS([type_traits tr1/type_traits]) +AC_CHECK_HEADERS([type_traits tr1/type_traits], break) dnl check for atomic operations builtins for wx/atomic.h: WX_ATOMIC_BUILTINS @@ -8202,11 +8199,11 @@ dnl when we've configured a Universal binary build. dnl The next version of Bakefile will have the correct fix for this dnl at which time, this hack can be removed. -if test "$wxUSE_MAC" = 1 ; then +if test "$DEPS_TRACKING" = 1 -a "$wxUSE_MAC" = 1 ; then if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then if test "x$disable_macosx_deps" = "xyes"; then sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp - mv temp bk-deps + mv temp bk-deps chmod +x bk-deps fi fi