diff options
author | das <das> | 2007-01-19 01:05:17 (GMT) |
---|---|---|
committer | das <das> | 2007-01-19 01:05:17 (GMT) |
commit | 1db742bc9e473d2b3172fdc5328b673a301ec365 (patch) | |
tree | 0df897a114c850b51ed6bfd4839a4baa00023737 /macosx | |
parent | 75ccccac84a02f2efe7d0cbf26581f83661cf935 (diff) | |
download | tk-1db742bc9e473d2b3172fdc5328b673a301ec365.zip tk-1db742bc9e473d2b3172fdc5328b673a301ec365.tar.gz tk-1db742bc9e473d2b3172fdc5328b673a301ec365.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines.
* unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]
(Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when
present in CFLAGS to avoid discrepancies between what headers configure
sees during preprocessing tests and compiling tests.
* unix/configure: autoconf-2.59
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Wish.xcodeproj/project.pbxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/Wish.xcodeproj/project.pbxproj b/macosx/Wish.xcodeproj/project.pbxproj index 28ebae6..0383aef 100644 --- a/macosx/Wish.xcodeproj/project.pbxproj +++ b/macosx/Wish.xcodeproj/project.pbxproj @@ -4019,8 +4019,6 @@ HAVE_TK_CONFIG_H, TCL_NO_DEPRECATED, HAVE_TCL_CONFIG_H, - TCL_TOMMATH, - "MP_PREC=4", "${GCC_PREPROCESSOR_DEFINITIONS}", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; @@ -4157,8 +4155,6 @@ HAVE_TK_CONFIG_H, TCL_NO_DEPRECATED, HAVE_TCL_CONFIG_H, - TCL_TOMMATH, - "MP_PREC=4", "${GCC_PREPROCESSOR_DEFINITIONS}", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; @@ -4230,8 +4226,6 @@ HAVE_TK_CONFIG_H, TCL_NO_DEPRECATED, HAVE_TCL_CONFIG_H, - TCL_TOMMATH, - "MP_PREC=4", "${GCC_PREPROCESSOR_DEFINITIONS}", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; @@ -4303,8 +4297,6 @@ HAVE_TK_CONFIG_H, TCL_NO_DEPRECATED, HAVE_TCL_CONFIG_H, - TCL_TOMMATH, - "MP_PREC=4", "${GCC_PREPROCESSOR_DEFINITIONS}", ); GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; |