[Tclresource-commits] Source/tclconfig tcl.m4, 1.1, 1.2 ChangeLog, 1.1, NONE
Status: Beta
Brought to you by:
bdesgraupes
From: Daniel A. S. <da...@us...> - 2007-08-23 11:04:58
|
Update of /cvsroot/tclresource/Source/tclconfig In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv482/tclconfig Modified Files: tcl.m4 Removed Files: ChangeLog Log Message: * Improvements to TEA buildsystem, update to TEA 3.6. * Allow building against CoreServices only (instead of full Carbon). * Fix warnings from gcc. Index: tcl.m4 =================================================================== RCS file: /cvsroot/tclresource/Source/tclconfig/tcl.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- tcl.m4 5 Jan 2006 09:07:13 -0000 1.1 +++ tcl.m4 23 Aug 2007 11:04:58 -0000 1.2 @@ -11,7 +11,11 @@ # # RCS: @(#) $Id$ -AC_PREREQ(2.50) +AC_PREREQ(2.57) + +dnl TEA extensions pass us the version of TEA they think they +dnl are compatible with (must be set in TEA_INIT below) +dnl TEA_VERSION="3.6" # Possible values for key variables defined: [...2398 lines suppressed...] $1_LIB_SPEC=${$1_BUILD_LIB_SPEC} $1_STUB_LIB_SPEC=${$1_BUILD_STUB_LIB_SPEC} @@ -3909,7 +3986,7 @@ # the include and platform lib files #------------------------------------------------------------------------ -AC_DEFUN(TEA_PATH_CELIB, [ +AC_DEFUN([TEA_PATH_CELIB], [ # First, look for one uninstalled. # the alternative search directory is invoked by --with-celib @@ -3957,3 +4034,8 @@ fi fi ]) + + +# Local Variables: +# mode: autoconf +# End: --- ChangeLog DELETED --- |