Skip to content

Commit

Permalink
Merge pull request #15 from gahr/tea-3.9.0
Browse files Browse the repository at this point in the history
Update TEA to 3.9.0
  • Loading branch information
lehenbauer committed Jul 10, 2014
2 parents 113a042 + 0a75853 commit 4597742
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 142 deletions.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AC_INIT([yajltcl], [1.5])
# as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE.
#--------------------------------------------------------------------

TEA_INIT([3.8])
TEA_INIT([3.9])

AC_CONFIG_AUX_DIR(tclconfig)

Expand Down
40 changes: 38 additions & 2 deletions tclconfig/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@
2010-08-11 Jeff Hobbs <[email protected]>
2010-08-16 Jeff Hobbs <[email protected]>

*** Bump to TEA_VERSION 3.9 ***
If upgrading from TEA_VERSION 3.8, copy over tcl.m4, change
TEA_INIT to use 3.9 and reconfigure (ac-2.59+).
BUILD_${PACKAGE_NAME} will be auto-defined on Windows for
correct setting of TCL_STORAGE_CLASS.
TEA_LOAD_CONFIG users should remove the SHLIB_LD_LIBS setting done
in configure.in (LIBS will be automagically populated by
TEA_LOAD_CONFIG).
TEA_EXPORT_CONFIG has been added for ${pkg}Config.sh creators
SHLIB_LD_FLAGS was deprecated a while ago, remove it if it is
still in your Makefile.in.

* tcl.m4: add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
Auto-define BUILD_$PACKAGE_NAME so users don't need to. This
needs to correspond with $pkg.h define magic for TCL_STORAGE_CLASS.
Auto-define CLEANFILES. Users can expand it.
(SHLIB_LD_LIBS): define to '${LIBS}' default and change it only if
necessary. Platforms not using this may simply not work or have
very funky linkers.
(TEA_LOAD_CONFIG): When loading config for another extension,
auto-add stub libraries found with TEA_ADD_LIBS. Eases
configure.in for modules like itk and img::*.
(TEA_EXPORT_CONFIG): Add standardized function for exporting a
${pkg}Config.sh. See use by img::* and itcl.

2010-08-12 Jeff Hobbs <[email protected]>

*** Bump to TEA_VERSION 3.8 ***
If upgrading from TEA_VERSION 3.7, copy over tcl.m4, change
TEA_INIT to use 3.8 and reconfigure (ac-2.59+).
No other changes should be necessary.

* tcl.m4: remove more vestigial bits from removed platforms.
Add back SCO_SV-3.2*.
Remove use of DL_LIBS and DL_OBJS and related baggage - these are
only needed by the core to support 'load'.
Allow for macosx in TEA_ADD_SOURCES.
Correct check for found_xincludes=no in TEA_PATH_UNIX_X.

2010-08-11 Jeff Hobbs <[email protected]>

* tcl.m4: remove the following old platform configurations:
UNIX_SV*|UnixWare-5*, SunOS-4.*, SINIX*5.4*, SCO_SV-3.2*,
UNIX_SV*|UnixWare-5*, SunOS-4.*, SINIX*5.4*, SCO_SV-3.2*<readded>,
OSF1-1.*, NEXTSTEP-*, NetBSD-1.*|FreeBSD-[[1-2]].*, MP-RAS-*,
IRIX-5.*, HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*, dgux*,
BSD/OS-2.1*|BSD/OS-3*
Expand Down
Loading

0 comments on commit 4597742

Please sign in to comment.