Tcl Extension Architecture (TEA) Sample Extension

Check-in [3d81a38bda]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:tea 3.5 regen - no behavior change
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3d81a38bdadada596a2d2bd983f0d0ce00760e41
User & Date: hobbs 2006-01-25 21:25:22.000
Context
2006-05-26
19:16
autoconf-2.59 check-in: 262483f33b user: das tags: trunk
2006-01-25
21:25
tea 3.5 regen - no behavior change check-in: 3d81a38bda user: hobbs tags: trunk
2006-01-24
17:54
added commit notes check-in: 65577335da user: hobbs tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to configure.
8672
8673
8674
8675
8676
8677
8678
8679
8680
8681
8682
8683
8684
8685
8686
8687
8688
8689
	LDFLAGS="$LDFLAGS_ORIG"
	CC_SEARCH_FLAGS=""
	LD_SEARCH_FLAGS=""
	BUILD_DLTEST=""
    fi
    LDFLAGS="$LDFLAGS $LDFLAGS_ARCH"

    # For TEA, CC_SEARCH_FLAGS becomes LD_SEARCH_FLAGS:
    LD_SEARCH_FLAGS="${CC_SEARCH_FLAGS}"
    CC_SEARCH_FLAGS=""

    # If we're running gcc, then change the C flags for compiling shared
    # libraries to the right flags for gcc, instead of those for the
    # standard manufacturer compiler.

    if test "$DL_OBJS" != "tclLoadNone.o" ; then
	if test "$GCC" = "yes" ; then
	    case $system in







<
<
<
<







8672
8673
8674
8675
8676
8677
8678




8679
8680
8681
8682
8683
8684
8685
	LDFLAGS="$LDFLAGS_ORIG"
	CC_SEARCH_FLAGS=""
	LD_SEARCH_FLAGS=""
	BUILD_DLTEST=""
    fi
    LDFLAGS="$LDFLAGS $LDFLAGS_ARCH"





    # If we're running gcc, then change the C flags for compiling shared
    # libraries to the right flags for gcc, instead of those for the
    # standard manufacturer compiler.

    if test "$DL_OBJS" != "tclLoadNone.o" ; then
	if test "$GCC" = "yes" ; then
	    case $system in