summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Collapse)AuthorAgeFilesLines
* fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9)jan.nijtmans2011-04-111-1/+4
|
* Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-061-6/+1
|
* set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+22
|
* Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-33/+4
|\ | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-33/+4
| | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * [Bug 3205320]: stack space detection defeated by inliningjan.nijtmans2011-03-101-3/+5
| |
| * Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-8/+45
| |
| * Better building on OpenBSD.stwo2010-12-121-13/+33
| |
| * Backport blkcnt_t detection/usage.stwo2010-09-061-1/+67
| |
| * * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.hobbs2010-08-271-1/+1
| | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
| * * unix/ldAix: remove ancient (pre-4.2) AIX supporthobbs2010-08-121-152/+20
| | | | | | | | | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
| * * generic/tcl.h: Bump to 8.5.9 for release.dgp2010-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release.
| * Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-191-1/+9
| |
| * Various trivial fixes, discovered during CYGWIN porting attempt. All ↵nijtmans2010-01-061-6152/+6334
| | | | | | | | backported from trunk.
| * regen with autconf 2.61dkf2009-12-281-6175/+6220
| |
| * [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-259/+0
| | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
| * * generic/tcl.h: Bump to 8.5.8 for release.dgp2009-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-2/+3
| | | | | | | | to add _r to CC on AIX with threads.
| * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| | | | | | | | Regen unix/configure.
| * * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-2/+75
| | | | | | | | | | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
| * * generic/tcl.h: Bump to 8.5.7 for release.dgp2009-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-221-1/+1
| | | | | | | | * unix/configure: Autoconf 2.59
| * Backport of Patch 907924Kevin B Kenny2009-01-201-4/+13
| |
| * * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6dgp2008-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
| * * generic/tcl.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tcl.spec: * win/configure.in: * tools/tcl.wse.in: * README * unix/configure: autoconf (2.59) * win/configure:
| * * generic/tcl.h: Bump to 8.5.5 for release.dgp2008-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * * generic/tcl.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tcl.spec: * win/configure.in: * tools/tcl.wse.in: * README * unix/configure: autoconf (2.59) * win/configure:
| * autoconf-2.59das2008-08-131-1/+5
| |
| * * generic/tcl.h: Bump to 8.5.4 for release.dgp2008-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * * generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * * unix/configure: autoconf-2.59das2008-06-121-20/+52
| |
| * * generic/tcl.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure:
| * autoconf-2.59das2008-04-011-9/+1
| |
| * * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-2/+179
| | | | | | | | | | * unix/tcl.m4: rounding setup on solaris x86, native cc), provided * unix/configure: by Michael Schlenker. configure regen'd.
| * merge updates from HEAD dgp2008-03-311-0/+69
| |
* | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-131-0/+5
| |
* | Better building on OpenBSD.stwo2010-12-121-13/+33
| |
* | [Patch #3116490] cross-compile support for unixnijtmans2010-12-051-8/+45
| |
* | re-generate configure with autoconf-2.59nijtmans2010-09-291-4840/+13632
| |
* | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-13341/+4889
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine.
* | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.hobbs2010-08-271-1/+1
| | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
* | * unix/ldAix: remove ancient (pre-4.2) AIX supporthobbs2010-08-121-156/+19
| | | | | | | | | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
* | Use SC_PROG_TCLSH to set a native tclsh in the Makefile.patthoyts2010-07-111-1/+47
| | | | | | | | | | | | | | | | When installing the libraries a native tcl interpreter is used to process some files. The makefile uses NATIVE_TCLSH for this. This patch causes us to prefer an installed tclsh over the build product which solves build issues when cross-compiling (provided a native tcl is installed). If there is no native version, just try using the build product.
* | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-04-301-1/+1
| | | | | | | | | | | | | | | | | | * library/init.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | regenerated with autoconf-2.59nijtmans2010-04-061-4794/+13368
| | | | | | | | | | [Bug 2982540] configure and install* script files should always have LF
* | regenerated with autoconf-2.59nijtmans2010-04-061-12055/+3597
| | | | | | | | | | [Bug 2982540] configure and install* script files should always have LF
* | Regen with autoconf 2.61 (what I have)dkf2010-04-051-6356/+6240
| |
* | Only test for -visibility=hidden with gccnijtmans2010-03-291-4/+13
| | | | | | | | (Second remark in [Bug 2976508])
* | Split tommath stub lib source filenijtmans2010-03-041-1/+1
| | | | | | | | | | in separate file. Don't use -fvisibility=hidden for cygwin
* | [Enh 2959069] Support for -fvisibility=hiddennijtmans2010-03-021-4/+61
| |