Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Regenerated to use latest TEA tcl.m4 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
71c93dfe026e38021e6ff03ffa64abb4 |
User & Date: | nijtmans 2009-03-26 10:58:51.000 |
Context
2009-04-10
| ||
23:19 | autoconf-2.59 check-in: 06b0a3b600 user: das tags: trunk | |
2009-03-26
| ||
10:58 | Regenerated to use latest TEA tcl.m4 check-in: 71c93dfe02 user: nijtmans tags: trunk | |
2009-03-20
| ||
17:54 |
* configure: Regenerated to get my latest updates to tcl.m4 (See
tclconfig/ChangeLog).
NOTE: This pulled in an unexpected set of changes regarding SHLIB_VERSION and SHARED_LIB_SUFFIX, indicating that configure was not regenerated since some older change to tcl.m4.check-in: d116e0a8b6 user: andreas_kupries tags: trunk | |
Changes
Changes to ChangeLog.
1 2 3 4 5 6 7 | 2009-03-20 Andreas Kupries <[email protected]> * configure: Regenerated to get my latest updates to tcl.m4 (See tclconfig/ChangeLog). NOTE: This pulled in an unexpected set of changes regarding SHLIB_VERSION and SHARED_LIB_SUFFIX, indicating that configure was | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | 2009-03-26 Jan Nijtmans <[email protected]> * configure: Regenerated to use latest TEA tcl.m4. 2009-03-20 Andreas Kupries <[email protected]> * configure: Regenerated to get my latest updates to tcl.m4 (See tclconfig/ChangeLog). NOTE: This pulled in an unexpected set of changes regarding SHLIB_VERSION and SHARED_LIB_SUFFIX, indicating that configure was |
︙ | ︙ |
Changes to configure.
︙ | ︙ | |||
7931 7932 7933 7934 7935 7936 7937 | fi if test "$tcl_ok" = yes; then SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" | | | > | 7931 7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 | fi if test "$tcl_ok" = yes; then SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" LDFLAGS="$LDFLAGS -E" CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' LD_SEARCH_FLAGS='+s +b ${LIB_RUNTIME_DIR}:.' LD_LIBRARY_PATH_VAR="SHLIB_PATH" fi if test "$GCC" = yes; then SHLIB_LD='${CC} -shared' LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} else CFLAGS="$CFLAGS -z" # Users may want PA-RISC 1.1/2.0 portable code - needs HP cc #CFLAGS="$CFLAGS +DAportable" SHLIB_CFLAGS="+z" |
︙ | ︙ |