===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tix-8.4.3/configure.in-87-TEA_ADD_HEADERS([])
tix-8.4.3/configure.in:88:TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}/generic`\"])
tix-8.4.3/configure.in-89-TEA_ADD_CFLAGS([])
##############################################
tix-8.4.3/configure.in-130-    TEA_ADD_SOURCES([tixWCmpt.c tixWinWm.c tixWinXpm.c tixWinDraw.c])
tix-8.4.3/configure.in:131:    TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}/win`\"])
tix-8.4.3/configure.in-132-else
##############################################
tix-8.4.3/configure.in-135-    TEA_ADD_SOURCES([tixUnixDraw.c tixUnixXpm.c tixUnixWm.c])
tix-8.4.3/configure.in:136:    TEA_ADD_INCLUDES([-I. -I\"`${CYGPATH} ${srcdir}/unix`\"])
tix-8.4.3/configure.in-137-fi
##############################################
tix-8.4.3/tclconfig/install-sh-93-then
tix-8.4.3/tclconfig/install-sh:94:	dst="$dst"/`basename $src`
tix-8.4.3/tclconfig/install-sh-95-fi
##############################################
tix-8.4.3/tclconfig/install-sh-98-
tix-8.4.3/tclconfig/install-sh:99:dstdir=`dirname $dst`
tix-8.4.3/tclconfig/install-sh-100-dsttmp=$dstdir/#inst.$$#
##############################################
tix-8.4.3/tclconfig/tcl.m4-69-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tix-8.4.3/tclconfig/tcl.m4:70:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tix-8.4.3/tclconfig/tcl.m4-71-			fi ;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-73-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:74:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tix-8.4.3/tclconfig/tcl.m4-75-		else
##############################################
tix-8.4.3/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/tclconfig/tcl.m4-97-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-109-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:110:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tix-8.4.3/tclconfig/tcl.m4-111-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-122-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:123:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-124-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-130-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tix-8.4.3/tclconfig/tcl.m4:131:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:132:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:133:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-134-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/tclconfig/tcl.m4-138-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:139:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-140-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-148-			${srcdir}/../tcl \
tix-8.4.3/tclconfig/tcl.m4:149:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:150:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:151:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tix-8.4.3/tclconfig/tcl.m4-152-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:153:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/tclconfig/tcl.m4-154-		    break
##############################################
tix-8.4.3/tclconfig/tcl.m4-212-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tix-8.4.3/tclconfig/tcl.m4:213:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tix-8.4.3/tclconfig/tcl.m4-214-			fi ;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-216-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:217:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tix-8.4.3/tclconfig/tcl.m4-218-		else
##############################################
tix-8.4.3/tclconfig/tcl.m4-238-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:239:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/tclconfig/tcl.m4-240-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-252-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:253:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tix-8.4.3/tclconfig/tcl.m4-254-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-260-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tix-8.4.3/tclconfig/tcl.m4:261:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:262:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:263:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-264-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/tclconfig/tcl.m4-268-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:269:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-270-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-281-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:282:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-283-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-291-			${srcdir}/../tk \
tix-8.4.3/tclconfig/tcl.m4:292:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:293:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:294:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tix-8.4.3/tclconfig/tcl.m4-295-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:296:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/tclconfig/tcl.m4-297-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-364-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tix-8.4.3/tclconfig/tcl.m4:365:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tix-8.4.3/tclconfig/tcl.m4:366:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/tclconfig/tcl.m4:367:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tix-8.4.3/tclconfig/tcl.m4:368:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tix-8.4.3/tclconfig/tcl.m4-369-			    break
##############################################
tix-8.4.3/tclconfig/tcl.m4-452-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tix-8.4.3/tclconfig/tcl.m4:453:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tix-8.4.3/tclconfig/tcl.m4:454:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/tclconfig/tcl.m4:455:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tix-8.4.3/tclconfig/tcl.m4:456:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tix-8.4.3/tclconfig/tcl.m4-457-			    break
##############################################
tix-8.4.3/tclconfig/tcl.m4-831-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tix-8.4.3/tclconfig/tcl.m4:832:		    tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid`
tix-8.4.3/tclconfig/tcl.m4-833-		fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-949-	AC_MSG_CHECKING([if Windows/CE build is requested])
tix-8.4.3/tclconfig/tcl.m4:950:	AC_ARG_ENABLE(wince,[  --enable-wince          enable Win/CE support (where applicable)], [doWince=$enableval], [doWince=no])
tix-8.4.3/tclconfig/tcl.m4-951-	AC_MSG_RESULT([$doWince])
##############################################
tix-8.4.3/tclconfig/tcl.m4-979-    UNSHARED_LIB_SUFFIX=""
tix-8.4.3/tclconfig/tcl.m4:980:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tix-8.4.3/tclconfig/tcl.m4:981:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tix-8.4.3/tclconfig/tcl.m4-982-    TCL_LIB_VERSIONS_OK=ok
##############################################
tix-8.4.3/tclconfig/tcl.m4-1010-		fi
tix-8.4.3/tclconfig/tcl.m4:1011:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tix-8.4.3/tclconfig/tcl.m4-1012-		PATH64=""
##############################################
tix-8.4.3/tclconfig/tcl.m4-1074-		fi
tix-8.4.3/tclconfig/tcl.m4:1075:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/tclconfig/tcl.m4:1076:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/tclconfig/tcl.m4-1077-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tix-8.4.3/tclconfig/tcl.m4-1119-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tix-8.4.3/tclconfig/tcl.m4:1120:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tix-8.4.3/tclconfig/tcl.m4-1121-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tix-8.4.3/tclconfig/tcl.m4-1132-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tix-8.4.3/tclconfig/tcl.m4:1133:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tix-8.4.3/tclconfig/tcl.m4-1134-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tix-8.4.3/tclconfig/tcl.m4-1348-		if test "$GCC" = "yes" ; then
tix-8.4.3/tclconfig/tcl.m4:1349:		    hpux_arch=`${CC} -dumpmachine`
tix-8.4.3/tclconfig/tcl.m4-1350-		    case $hpux_arch in
##############################################
tix-8.4.3/tclconfig/tcl.m4-1607-		# The -pthread needs to go in the CFLAGS, not LIBS
tix-8.4.3/tclconfig/tcl.m4:1608:		LIBS=`echo $LIBS | sed s/-pthread//`
tix-8.4.3/tclconfig/tcl.m4-1609-		CFLAGS="$CFLAGS -pthread"
##############################################
tix-8.4.3/tclconfig/tcl.m4-1682-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tix-8.4.3/tclconfig/tcl.m4:1683:	    test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \
tix-8.4.3/tclconfig/tcl.m4:1684:		"`echo "${CFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4 && \
tix-8.4.3/tclconfig/tcl.m4-1685-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tix-8.4.3/tclconfig/tcl.m4-1702-	    test "$fat_32_64" = yes && test -n "${TK_BIN_DIR}" && \
tix-8.4.3/tclconfig/tcl.m4:1703:		CFLAGS="`echo "$CFLAGS " | sed -e 's/-arch ppc64 / /g' -e 's/-arch x86_64 / /g'`"
tix-8.4.3/tclconfig/tcl.m4-1704-	    ;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-1769-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tix-8.4.3/tclconfig/tcl.m4:1770:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tix-8.4.3/tclconfig/tcl.m4-1771-		if test "$GCC" = "yes" ; then
##############################################
tix-8.4.3/tclconfig/tcl.m4-1884-			if test "$GCC" = "yes" ; then
tix-8.4.3/tclconfig/tcl.m4:1885:			    if test "`gcc -dumpversion | awk -F. '{print [$]1}'`" -lt "3" ; then
tix-8.4.3/tclconfig/tcl.m4-1886-				AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tix-8.4.3/tclconfig/tcl.m4-2876-		# this assumes it is in a VPATH dir
tix-8.4.3/tclconfig/tcl.m4:2877:		i=`basename $i`
tix-8.4.3/tclconfig/tcl.m4-2878-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/tclconfig/tcl.m4-2879-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/tclconfig/tcl.m4:2880:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tix-8.4.3/tclconfig/tcl.m4-2881-		else
tix-8.4.3/tclconfig/tcl.m4:2882:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tix-8.4.3/tclconfig/tcl.m4-2883-		fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-2919-	# this assumes it is in a VPATH dir
tix-8.4.3/tclconfig/tcl.m4:2920:	i=`basename $i`
tix-8.4.3/tclconfig/tcl.m4-2921-	# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/tclconfig/tcl.m4-2922-	if test x"${OBJEXT}" != x ; then
tix-8.4.3/tclconfig/tcl.m4:2923:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tix-8.4.3/tclconfig/tcl.m4-2924-	else
tix-8.4.3/tclconfig/tcl.m4:2925:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tix-8.4.3/tclconfig/tcl.m4-2926-	fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3027-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/tclconfig/tcl.m4:3028:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tix-8.4.3/tclconfig/tcl.m4-3029-	fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3236-	    # the private libraries of Tcl and Tk.
tix-8.4.3/tclconfig/tcl.m4:3237:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tix-8.4.3/tclconfig/tcl.m4-3238-	    if test x"${TK_BIN_DIR}" != x ; then
tix-8.4.3/tclconfig/tcl.m4:3239:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tix-8.4.3/tclconfig/tcl.m4-3240-	    fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3321-    for i in \
tix-8.4.3/tclconfig/tcl.m4:3322:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3323:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3324:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3325:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3326:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3327:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3328:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/tclconfig/tcl.m4:3329:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tix-8.4.3/tclconfig/tcl.m4-3330-	if test -f "$i" ; then
tix-8.4.3/tclconfig/tcl.m4:3331:	    tea_lib_name_dir=`dirname $i`
tix-8.4.3/tclconfig/tcl.m4:3332:	    $1_LIB_NAME=`basename $i`
tix-8.4.3/tclconfig/tcl.m4-3333-	    $1_LIB_PATH_NAME=$i
##############################################
tix-8.4.3/tclconfig/tcl.m4-3338-    if test "${TEA_PLATFORM}" = "windows"; then
tix-8.4.3/tclconfig/tcl.m4:3339:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tix-8.4.3/tclconfig/tcl.m4-3340-    else
##############################################
tix-8.4.3/tclconfig/tcl.m4-3342-
tix-8.4.3/tclconfig/tcl.m4:3343:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tix-8.4.3/tclconfig/tcl.m4-3344-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tix-8.4.3/tclconfig/tcl.m4-3381-
tix-8.4.3/tclconfig/tcl.m4:3382:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tix-8.4.3/tclconfig/tcl.m4-3383-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/tclconfig/tcl.m4-3405-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tix-8.4.3/tclconfig/tcl.m4:3406:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tix-8.4.3/tclconfig/tcl.m4-3407-	        ;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-3467-		    *TCL_FRAMEWORK*)
tix-8.4.3/tclconfig/tcl.m4:3468:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3469-			;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-3475-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tix-8.4.3/tclconfig/tcl.m4:3476:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3477-	    fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3483-	    list="$list \
tix-8.4.3/tclconfig/tcl.m4:3484:		`ls -d ${temp_includedir}        2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3485:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3486:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3487-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tix-8.4.3/tclconfig/tcl.m4-3489-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tix-8.4.3/tclconfig/tcl.m4:3490:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tix-8.4.3/tclconfig/tcl.m4:3491:		    list="$list `ls -d ${d} 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3492-		fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3512-
tix-8.4.3/tclconfig/tcl.m4:3513:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tix-8.4.3/tclconfig/tcl.m4-3514-
##############################################
tix-8.4.3/tclconfig/tcl.m4-3539-
tix-8.4.3/tclconfig/tcl.m4:3540:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tix-8.4.3/tclconfig/tcl.m4-3541-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/tclconfig/tcl.m4-3626-		    *TK_FRAMEWORK*)
tix-8.4.3/tclconfig/tcl.m4:3627:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3628-			;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-3634-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tix-8.4.3/tclconfig/tcl.m4:3635:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3636-	    fi
##############################################
tix-8.4.3/tclconfig/tcl.m4-3643-	    list="$list \
tix-8.4.3/tclconfig/tcl.m4:3644:		`ls -d ${temp_includedir}        2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3645:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3646:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3647:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3648:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3649-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tix-8.4.3/tclconfig/tcl.m4-3670-
tix-8.4.3/tclconfig/tcl.m4:3671:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tix-8.4.3/tclconfig/tcl.m4-3672-
##############################################
tix-8.4.3/tclconfig/tcl.m4-3681-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tix-8.4.3/tclconfig/tcl.m4:3682:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tix-8.4.3/tclconfig/tcl.m4-3683-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tix-8.4.3/tclconfig/tcl.m4-3724-        fi
tix-8.4.3/tclconfig/tcl.m4:3725:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3726:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3727:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3728-        for i in $list ; do
tix-8.4.3/tclconfig/tcl.m4-3729-            if test -f "$i/${TCLSH_PROG}" ; then
tix-8.4.3/tclconfig/tcl.m4:3730:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/tclconfig/tcl.m4-3731-                break
##############################################
tix-8.4.3/tclconfig/tcl.m4-3774-        fi
tix-8.4.3/tclconfig/tcl.m4:3775:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3776:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3777:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/tclconfig/tcl.m4-3778-        for i in $list ; do
tix-8.4.3/tclconfig/tcl.m4-3779-            if test -f "$i/${WISH_PROG}" ; then
tix-8.4.3/tclconfig/tcl.m4:3780:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/tclconfig/tcl.m4-3781-                break
##############################################
tix-8.4.3/tclconfig/tcl.m4-3829-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tix-8.4.3/tclconfig/tcl.m4:3830:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tix-8.4.3/tclconfig/tcl.m4-3831-			fi;;
##############################################
tix-8.4.3/tclconfig/tcl.m4-3833-		if test -f "${with_$1config}/$1Config.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:3834:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tix-8.4.3/tclconfig/tcl.m4-3835-		else
##############################################
tix-8.4.3/tclconfig/tcl.m4-3843-			../$1 \
tix-8.4.3/tclconfig/tcl.m4:3844:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3845:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3846:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3847:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-3848-			../../$1 \
tix-8.4.3/tclconfig/tcl.m4:3849:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3850:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3851:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3852:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-3853-			../../../$1 \
tix-8.4.3/tclconfig/tcl.m4:3854:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3855:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3856:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3857:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-3858-			${srcdir}/../$1 \
tix-8.4.3/tclconfig/tcl.m4:3859:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3860:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3861:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3862:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-3863-			; do
tix-8.4.3/tclconfig/tcl.m4-3864-		    if test -f "$i/$1Config.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:3865:			ac_cv_c_$1config=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-3866-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-3868-		    if test -f "$i/unix/$1Config.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:3869:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tix-8.4.3/tclconfig/tcl.m4-3870-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-3876-	    if test x"${ac_cv_c_$1config}" = x ; then
tix-8.4.3/tclconfig/tcl.m4:3877:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3878:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4:3879:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-3880-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/tclconfig/tcl.m4-3884-		    if test -f "$i/$1Config.sh" ; then
tix-8.4.3/tclconfig/tcl.m4:3885:			ac_cv_c_$1config=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-3886-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-3991-		if test -d "${with_celibconfig}/inc" ; then
tix-8.4.3/tclconfig/tcl.m4:3992:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tix-8.4.3/tclconfig/tcl.m4-3993-		else
##############################################
tix-8.4.3/tclconfig/tcl.m4-4007-			${srcdir}/../celib \
tix-8.4.3/tclconfig/tcl.m4:4008:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tix-8.4.3/tclconfig/tcl.m4-4009-			; do
tix-8.4.3/tclconfig/tcl.m4-4010-		    if test -d "$i/inc" ; then
tix-8.4.3/tclconfig/tcl.m4:4011:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tix-8.4.3/tclconfig/tcl.m4-4012-			break
##############################################
tix-8.4.3/tclconfig/tcl.m4-4021-	    CELIB_DIR=${ac_cv_c_celibconfig}
tix-8.4.3/tclconfig/tcl.m4:4022:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tix-8.4.3/tclconfig/tcl.m4-4023-	    AC_MSG_RESULT([found $CELIB_DIR])
##############################################
tix-8.4.3/PyTix-2.0/2.0/_tkinter.c-1744-static PyObject *
tix-8.4.3/PyTix-2.0/2.0/_tkinter.c:1745:Tkapp_InterpAddr(PyObject *self, PyObject *args)
tix-8.4.3/PyTix-2.0/2.0/_tkinter.c-1746-{
##############################################
tix-8.4.3/debian/patches/02-autoconf-67-+if test -z "$BASH_VERSION$ZSH_VERSION" \
tix-8.4.3/debian/patches/02-autoconf:68:+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/debian/patches/02-autoconf-69-+  as_echo='print -r --'
tix-8.4.3/debian/patches/02-autoconf-70-+  as_echo_n='print -rn --'
tix-8.4.3/debian/patches/02-autoconf:71:+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/debian/patches/02-autoconf-72-+  as_echo='printf %s\n'
##############################################
tix-8.4.3/debian/patches/02-autoconf-74-+else
tix-8.4.3/debian/patches/02-autoconf:75:+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tix-8.4.3/debian/patches/02-autoconf-76-+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tix-8.4.3/debian/patches/02-autoconf-84-+	expr "X$arg" : "X\\(.*\\)$as_nl";
tix-8.4.3/debian/patches/02-autoconf:85:+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tix-8.4.3/debian/patches/02-autoconf-86-+      esac;
##############################################
tix-8.4.3/debian/patches/02-autoconf-200-+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tix-8.4.3/debian/patches/02-autoconf:201:+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tix-8.4.3/debian/patches/02-autoconf-202-+test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tix-8.4.3/debian/patches/02-autoconf-214- do
tix-8.4.3/debian/patches/02-autoconf:215:-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tix-8.4.3/debian/patches/02-autoconf-216--    eval $as_var=C; export $as_var
##############################################
tix-8.4.3/debian/patches/02-autoconf-320-+      case $as_dir in #(
tix-8.4.3/debian/patches/02-autoconf:321:+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tix-8.4.3/debian/patches/02-autoconf-322-+      *) as_qdir=$as_dir;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-385-+  {
tix-8.4.3/debian/patches/02-autoconf:386:+    as_val=`expr "$@" || test $? -eq 1`
tix-8.4.3/debian/patches/02-autoconf-387-+  }
##############################################
tix-8.4.3/debian/patches/02-autoconf-392-+# ---------------------------------
tix-8.4.3/debian/patches/02-autoconf:393:+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tix-8.4.3/debian/patches/02-autoconf-394-+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tix-8.4.3/debian/patches/02-autoconf-481--  as_lineno_2=$LINENO
tix-8.4.3/debian/patches/02-autoconf:482:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/debian/patches/02-autoconf-483--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/debian/patches/02-autoconf-520--  as_lineno_2=$LINENO
tix-8.4.3/debian/patches/02-autoconf:521:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/debian/patches/02-autoconf-522--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/debian/patches/02-autoconf-547-+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tix-8.4.3/debian/patches/02-autoconf:548:+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tix-8.4.3/debian/patches/02-autoconf-549-+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tix-8.4.3/debian/patches/02-autoconf-672-+	esac;
tix-8.4.3/debian/patches/02-autoconf:673:+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tix-8.4.3/debian/patches/02-autoconf-674-+	???[sx]*):;;*)false;;esac;fi
##############################################
tix-8.4.3/debian/patches/02-autoconf-989- 
tix-8.4.3/debian/patches/02-autoconf:990:-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-991-+  case $ac_option in
tix-8.4.3/debian/patches/02-autoconf:992:+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tix-8.4.3/debian/patches/02-autoconf-993-+  *)	ac_optarg=yes ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1024-   -disable-* | --disable-*)
tix-8.4.3/debian/patches/02-autoconf:1025:-    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf:1026:+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-1027-     # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1030--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1031:-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1032--    eval "enable_$ac_feature=no" ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1035-+    ac_useropt_orig=$ac_useropt
tix-8.4.3/debian/patches/02-autoconf:1036:+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1037-+    case $ac_user_opts in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1056-   -enable-* | --enable-*)
tix-8.4.3/debian/patches/02-autoconf:1057:-    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tix-8.4.3/debian/patches/02-autoconf:1058:+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tix-8.4.3/debian/patches/02-autoconf-1059-     # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1062--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1063:-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1064--    case $ac_option in
tix-8.4.3/debian/patches/02-autoconf:1065:-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tix-8.4.3/debian/patches/02-autoconf-1066--      *) ac_optarg=yes ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1069-+    ac_useropt_orig=$ac_useropt
tix-8.4.3/debian/patches/02-autoconf:1070:+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1071-+    case $ac_user_opts in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1137-   -with-* | --with-*)
tix-8.4.3/debian/patches/02-autoconf:1138:-    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tix-8.4.3/debian/patches/02-autoconf:1139:+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tix-8.4.3/debian/patches/02-autoconf-1140-     # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1143--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1144:-    ac_package=`echo $ac_package| sed 's/-/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1145--    case $ac_option in
tix-8.4.3/debian/patches/02-autoconf:1146:-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tix-8.4.3/debian/patches/02-autoconf-1147--      *) ac_optarg=yes ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1150-+    ac_useropt_orig=$ac_useropt
tix-8.4.3/debian/patches/02-autoconf:1151:+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1152-+    case $ac_user_opts in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1162-   -without-* | --without-*)
tix-8.4.3/debian/patches/02-autoconf:1163:-    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf:1164:+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-1165-     # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1168--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1169:-    ac_package=`echo $ac_package | sed 's/-/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1170--    eval "with_$ac_package=no" ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1173-+    ac_useropt_orig=$ac_useropt
tix-8.4.3/debian/patches/02-autoconf:1174:+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/debian/patches/02-autoconf-1175-+    case $ac_user_opts in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1197-   *=*)
tix-8.4.3/debian/patches/02-autoconf:1198:     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tix-8.4.3/debian/patches/02-autoconf-1199-     # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1202--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1203:-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
tix-8.4.3/debian/patches/02-autoconf-1204--    eval "$ac_envvar='$ac_optarg'"
##############################################
tix-8.4.3/debian/patches/02-autoconf-1224- if test -n "$ac_prev"; then
tix-8.4.3/debian/patches/02-autoconf:1225:   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tix-8.4.3/debian/patches/02-autoconf-1226--  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
tix-8.4.3/debian/patches/02-autoconf-1233--do
tix-8.4.3/debian/patches/02-autoconf:1234:-  eval ac_val=$`echo $ac_var`
tix-8.4.3/debian/patches/02-autoconf-1235--  case $ac_val in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1256- do
tix-8.4.3/debian/patches/02-autoconf:1257:-  eval ac_val=$`echo $ac_var`
tix-8.4.3/debian/patches/02-autoconf-1258-+  eval ac_val=\$$ac_var
##############################################
tix-8.4.3/debian/patches/02-autoconf-1261-+    */ )
tix-8.4.3/debian/patches/02-autoconf:1262:+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-1263-+      eval $ac_var=\$ac_val;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-1291-+ac_ls_di=`ls -di .` &&
tix-8.4.3/debian/patches/02-autoconf:1292:+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tix-8.4.3/debian/patches/02-autoconf-1293-+  as_fn_error "working directory cannot be determined"
##############################################
tix-8.4.3/debian/patches/02-autoconf-1357--   { (exit 1); exit 1; }; }
tix-8.4.3/debian/patches/02-autoconf:1358:-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
tix-8.4.3/debian/patches/02-autoconf-1359--ac_env_build_alias_set=${build_alias+set}
##############################################
tix-8.4.3/debian/patches/02-autoconf-1406-+case $srcdir in
tix-8.4.3/debian/patches/02-autoconf:1407:+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tix-8.4.3/debian/patches/02-autoconf-1408-+esac
##############################################
tix-8.4.3/debian/patches/02-autoconf-1433- By default, \`make install' will install all the files in
tix-8.4.3/debian/patches/02-autoconf:1434: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tix-8.4.3/debian/patches/02-autoconf-1435-@@ -814,18 +1323,25 @@ for instance \`--prefix=\$HOME'.
##############################################
tix-8.4.3/debian/patches/02-autoconf-1511--if test "$ac_dir" != .; then
tix-8.4.3/debian/patches/02-autoconf:1512:-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tix-8.4.3/debian/patches/02-autoconf-1513--  # A "../" for each directory in $ac_dir_suffix.
tix-8.4.3/debian/patches/02-autoconf:1514:-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tix-8.4.3/debian/patches/02-autoconf-1515--else
##############################################
tix-8.4.3/debian/patches/02-autoconf-1520-+*)
tix-8.4.3/debian/patches/02-autoconf:1521:+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tix-8.4.3/debian/patches/02-autoconf-1522-+  # A ".." for each directory in $ac_dir_suffix.
tix-8.4.3/debian/patches/02-autoconf:1523:+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tix-8.4.3/debian/patches/02-autoconf-1524-+  case $ac_top_builddir_sub in
##############################################
tix-8.4.3/debian/patches/02-autoconf-1540--    else
tix-8.4.3/debian/patches/02-autoconf:1541:-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tix-8.4.3/debian/patches/02-autoconf-1542--    fi ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-2106--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tix-8.4.3/debian/patches/02-autoconf:2107:-      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/debian/patches/02-autoconf-2108-+    *\'*)
tix-8.4.3/debian/patches/02-autoconf:2109:+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/debian/patches/02-autoconf-2110-     esac
##############################################
tix-8.4.3/debian/patches/02-autoconf-2196-     do
tix-8.4.3/debian/patches/02-autoconf:2197:-      eval ac_val=$`echo $ac_var`
tix-8.4.3/debian/patches/02-autoconf-2198--      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tix-8.4.3/debian/patches/02-autoconf-2200-+      case $ac_val in
tix-8.4.3/debian/patches/02-autoconf:2201:+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tix-8.4.3/debian/patches/02-autoconf-2202-+      esac
##############################################
tix-8.4.3/debian/patches/02-autoconf-2218-       do
tix-8.4.3/debian/patches/02-autoconf:2219:-	eval ac_val=$`echo $ac_var`
tix-8.4.3/debian/patches/02-autoconf-2220--	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tix-8.4.3/debian/patches/02-autoconf-2222-+	case $ac_val in
tix-8.4.3/debian/patches/02-autoconf:2223:+	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tix-8.4.3/debian/patches/02-autoconf-2224-+	esac
##############################################
tix-8.4.3/debian/patches/02-autoconf-2369-     set,)
tix-8.4.3/debian/patches/02-autoconf:2370:-      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tix-8.4.3/debian/patches/02-autoconf:2371:-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tix-8.4.3/debian/patches/02-autoconf:2372:+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tix-8.4.3/debian/patches/02-autoconf:2373:+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tix-8.4.3/debian/patches/02-autoconf-2374-       ac_cache_corrupted=: ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-2391-+	# differences in whitespace do not lead to failure.
tix-8.4.3/debian/patches/02-autoconf:2392:+	ac_old_val_w=`echo x $ac_old_val`
tix-8.4.3/debian/patches/02-autoconf:2393:+	ac_new_val_w=`echo x $ac_new_val`
tix-8.4.3/debian/patches/02-autoconf-2394-+	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-2412--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tix-8.4.3/debian/patches/02-autoconf:2413:-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/debian/patches/02-autoconf:2414:+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/debian/patches/02-autoconf-2415-     *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-2645-+$as_echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tix-8.4.3/debian/patches/02-autoconf:2646: 			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tix-8.4.3/debian/patches/02-autoconf-2647- 			fi ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-2649- 		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tix-8.4.3/debian/patches/02-autoconf:2650: 		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tix-8.4.3/debian/patches/02-autoconf-2651- 		else
##############################################
tix-8.4.3/debian/patches/02-autoconf-2730-+$as_echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;}
tix-8.4.3/debian/patches/02-autoconf:2731: 			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tix-8.4.3/debian/patches/02-autoconf-2732- 			fi ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-2734- 		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tix-8.4.3/debian/patches/02-autoconf:2735: 		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tix-8.4.3/debian/patches/02-autoconf-2736- 		else
##############################################
tix-8.4.3/debian/patches/02-autoconf-3330--     "checking for C compiler version" >&5
tix-8.4.3/debian/patches/02-autoconf:3331:-ac_compiler=`set X $ac_compile; echo $2`
tix-8.4.3/debian/patches/02-autoconf-3332--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-3389--echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
tix-8.4.3/debian/patches/02-autoconf:3390:-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tix-8.4.3/debian/patches/02-autoconf-3391--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-3406-+$as_echo_n "checking whether the C compiler works... " >&6; }
tix-8.4.3/debian/patches/02-autoconf:3407:+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tix-8.4.3/debian/patches/02-autoconf-3408-+
##############################################
tix-8.4.3/debian/patches/02-autoconf-3452-     *.* )
tix-8.4.3/debian/patches/02-autoconf:3453:-	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/debian/patches/02-autoconf-3454--	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
tix-8.4.3/debian/patches/02-autoconf-3459-+	then :; else
tix-8.4.3/debian/patches/02-autoconf:3460:+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/debian/patches/02-autoconf-3461-+	fi
##############################################
tix-8.4.3/debian/patches/02-autoconf-3575-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tix-8.4.3/debian/patches/02-autoconf:3576:     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/debian/patches/02-autoconf-3577--	  export ac_cv_exeext
##############################################
tix-8.4.3/debian/patches/02-autoconf-3707-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tix-8.4.3/debian/patches/02-autoconf:3708:     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-3709-        break;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-3795--echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
tix-8.4.3/debian/patches/02-autoconf:3796:-GCC=`test $ac_compiler_gnu = yes && echo yes`
tix-8.4.3/debian/patches/02-autoconf-3797-+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-4501--echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
tix-8.4.3/debian/patches/02-autoconf:4502:-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
tix-8.4.3/debian/patches/02-autoconf-4503--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-4507-+set x ${MAKE-make}
tix-8.4.3/debian/patches/02-autoconf:4508:+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tix-8.4.3/debian/patches/02-autoconf-4509-+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
tix-8.4.3/debian/patches/02-autoconf-4518- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tix-8.4.3/debian/patches/02-autoconf:4519:-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
tix-8.4.3/debian/patches/02-autoconf-4520--if test -n "$ac_maketemp"; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-4524--fi
tix-8.4.3/debian/patches/02-autoconf:4525:+case `${MAKE-make} -f conftest.make 2>/dev/null` in
tix-8.4.3/debian/patches/02-autoconf-4526-+  *@@@%%%=?*=@@@%%%*)
##############################################
tix-8.4.3/debian/patches/02-autoconf-4532- fi
tix-8.4.3/debian/patches/02-autoconf:4533:-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tix-8.4.3/debian/patches/02-autoconf-4534--  echo "$as_me:$LINENO: result: yes" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-4688-+  # Check for GNU $ac_path_GREP
tix-8.4.3/debian/patches/02-autoconf:4689:+case `"$ac_path_GREP" --version 2>&1` in
tix-8.4.3/debian/patches/02-autoconf-4690-+*GNU*)
##############################################
tix-8.4.3/debian/patches/02-autoconf-4757-+  # Check for GNU $ac_path_EGREP
tix-8.4.3/debian/patches/02-autoconf:4758:+case `"$ac_path_EGREP" --version 2>&1` in
tix-8.4.3/debian/patches/02-autoconf-4759-+*GNU*)
##############################################
tix-8.4.3/debian/patches/02-autoconf-4989--do
tix-8.4.3/debian/patches/02-autoconf:4990:-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/debian/patches/02-autoconf-4991--echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-5036--fi
tix-8.4.3/debian/patches/02-autoconf:5037:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/debian/patches/02-autoconf:5038:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/debian/patches/02-autoconf:5039:-if test `eval echo '${'$as_ac_Header'}'` = yes; then
tix-8.4.3/debian/patches/02-autoconf-5040-+do :
tix-8.4.3/debian/patches/02-autoconf:5041:+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/debian/patches/02-autoconf-5042-+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tix-8.4.3/debian/patches/02-autoconf-5046-   cat >>confdefs.h <<_ACEOF
tix-8.4.3/debian/patches/02-autoconf:5047:-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/debian/patches/02-autoconf:5048:+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/debian/patches/02-autoconf-5049- _ACEOF
##############################################
tix-8.4.3/debian/patches/02-autoconf-7947--do
tix-8.4.3/debian/patches/02-autoconf:7948:-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/debian/patches/02-autoconf-7949--if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-7954--fi
tix-8.4.3/debian/patches/02-autoconf:7955:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/debian/patches/02-autoconf:7956:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/debian/patches/02-autoconf-7957-+    fi
##############################################
tix-8.4.3/debian/patches/02-autoconf-8125--fi
tix-8.4.3/debian/patches/02-autoconf:8126:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/debian/patches/02-autoconf:8127:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/debian/patches/02-autoconf-8128-+
##############################################
tix-8.4.3/debian/patches/02-autoconf-8131- fi
tix-8.4.3/debian/patches/02-autoconf:8132:-if test `eval echo '${'$as_ac_Header'}'` = yes; then
tix-8.4.3/debian/patches/02-autoconf-8133-+
##############################################
tix-8.4.3/debian/patches/02-autoconf-8141-   cat >>confdefs.h <<_ACEOF
tix-8.4.3/debian/patches/02-autoconf:8142:-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/debian/patches/02-autoconf-8143-+#define HAVE_SYS_PARAM_H 1
##############################################
tix-8.4.3/debian/patches/02-autoconf-8243- 
tix-8.4.3/debian/patches/02-autoconf:8244:     TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tix-8.4.3/debian/patches/02-autoconf-8245-     TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/debian/patches/02-autoconf-8271- 
tix-8.4.3/debian/patches/02-autoconf:8272:     TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tix-8.4.3/debian/patches/02-autoconf-8273-     TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/debian/patches/02-autoconf-8350-     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tix-8.4.3/debian/patches/02-autoconf:8351:-    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
tix-8.4.3/debian/patches/02-autoconf-8352-+    for ac_var in incroot usrlibdir libdir; do
tix-8.4.3/debian/patches/02-autoconf:8353:+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
tix-8.4.3/debian/patches/02-autoconf-8354-+    done
##############################################
tix-8.4.3/debian/patches/02-autoconf-8512--LIBS=$ac_save_LIBS
tix-8.4.3/debian/patches/02-autoconf:8513:-for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
tix-8.4.3/debian/patches/02-autoconf-8514-+  LIBS=$ac_save_LIBS
tix-8.4.3/debian/patches/02-autoconf:8515:+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
tix-8.4.3/debian/patches/02-autoconf-8516- do
##############################################
tix-8.4.3/debian/patches/02-autoconf-9742- 		if test -d "${with_celibconfig}/inc" ; then
tix-8.4.3/debian/patches/02-autoconf:9743: 		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tix-8.4.3/debian/patches/02-autoconf-9744- 		else
##############################################
tix-8.4.3/debian/patches/02-autoconf-9762- 	    CELIB_DIR=${ac_cv_c_celibconfig}
tix-8.4.3/debian/patches/02-autoconf:9763: 	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tix-8.4.3/debian/patches/02-autoconf-9764--	    echo "$as_me:$LINENO: result: found $CELIB_DIR" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-9771-@@ -8233,9 +6518,7 @@ echo "${ECHO_T}found $CELIB_DIR" >&6
tix-8.4.3/debian/patches/02-autoconf:9772: 		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/debian/patches/02-autoconf-9773- 		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tix-8.4.3/debian/patches/02-autoconf-10610-@@ -9413,19 +7458,15 @@ echo "${ECHO_T}$tcl_cv_ld_single_module"
tix-8.4.3/debian/patches/02-autoconf:10611: 		"`echo "${CFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4 && \
tix-8.4.3/debian/patches/02-autoconf-10612- 		LDFLAGS="$LDFLAGS -prebind"
##############################################
tix-8.4.3/debian/patches/02-autoconf-10730- 			if test "$GCC" = "yes" ; then
tix-8.4.3/debian/patches/02-autoconf:10731: 			    if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
tix-8.4.3/debian/patches/02-autoconf-10732--				{ echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-11489--do
tix-8.4.3/debian/patches/02-autoconf:11490:-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tix-8.4.3/debian/patches/02-autoconf-11491--echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
tix-8.4.3/debian/patches/02-autoconf-11578--fi
tix-8.4.3/debian/patches/02-autoconf:11579:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
tix-8.4.3/debian/patches/02-autoconf:11580:-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tix-8.4.3/debian/patches/02-autoconf:11581:-if test `eval echo '${'$as_ac_var'}'` = yes; then
tix-8.4.3/debian/patches/02-autoconf-11582-+	for ac_func in open64 lseek64
tix-8.4.3/debian/patches/02-autoconf-11583-+do :
tix-8.4.3/debian/patches/02-autoconf:11584:+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
tix-8.4.3/debian/patches/02-autoconf-11585-+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
tix-8.4.3/debian/patches/02-autoconf-11588-   cat >>confdefs.h <<_ACEOF
tix-8.4.3/debian/patches/02-autoconf:11589:-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tix-8.4.3/debian/patches/02-autoconf:11590:+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
tix-8.4.3/debian/patches/02-autoconf-11591- _ACEOF
##############################################
tix-8.4.3/debian/patches/02-autoconf-11941--ac_LF_and_DOT=`echo; echo .`
tix-8.4.3/debian/patches/02-autoconf:11942:-DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
tix-8.4.3/debian/patches/02-autoconf-11943--rm -f confdef2opt.sed
##############################################
tix-8.4.3/debian/patches/02-autoconf-11958-+'
tix-8.4.3/debian/patches/02-autoconf:11959:+DEFS=`sed -n "$ac_script" confdefs.h`
tix-8.4.3/debian/patches/02-autoconf-11960- 
##############################################
tix-8.4.3/debian/patches/02-autoconf-11971-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tix-8.4.3/debian/patches/02-autoconf:11972:+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tix-8.4.3/debian/patches/02-autoconf-11973-+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tix-8.4.3/debian/patches/02-autoconf-12058-+if test -z "$BASH_VERSION$ZSH_VERSION" \
tix-8.4.3/debian/patches/02-autoconf:12059:+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/debian/patches/02-autoconf-12060-+  as_echo='print -r --'
tix-8.4.3/debian/patches/02-autoconf-12061-+  as_echo_n='print -rn --'
tix-8.4.3/debian/patches/02-autoconf:12062:+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/debian/patches/02-autoconf-12063-+  as_echo='printf %s\n'
##############################################
tix-8.4.3/debian/patches/02-autoconf-12065-+else
tix-8.4.3/debian/patches/02-autoconf:12066:+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tix-8.4.3/debian/patches/02-autoconf-12067-+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tix-8.4.3/debian/patches/02-autoconf-12075-+	expr "X$arg" : "X\\(.*\\)$as_nl";
tix-8.4.3/debian/patches/02-autoconf:12076:+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tix-8.4.3/debian/patches/02-autoconf-12077-+      esac;
##############################################
tix-8.4.3/debian/patches/02-autoconf-12147--do
tix-8.4.3/debian/patches/02-autoconf:12148:-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tix-8.4.3/debian/patches/02-autoconf-12149--    eval $as_var=C; export $as_var
##############################################
tix-8.4.3/debian/patches/02-autoconf-12166-+# ---------------------------------
tix-8.4.3/debian/patches/02-autoconf:12167:+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tix-8.4.3/debian/patches/02-autoconf-12168-+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tix-8.4.3/debian/patches/02-autoconf-12238-+  {
tix-8.4.3/debian/patches/02-autoconf:12239:+    as_val=`expr "$@" || test $? -eq 1`
tix-8.4.3/debian/patches/02-autoconf-12240-+  }
##############################################
tix-8.4.3/debian/patches/02-autoconf-12316--  as_lineno_2=$LINENO
tix-8.4.3/debian/patches/02-autoconf:12317:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/debian/patches/02-autoconf-12318--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/debian/patches/02-autoconf-12356--  as_lineno_2=$LINENO
tix-8.4.3/debian/patches/02-autoconf:12357:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/debian/patches/02-autoconf-12358--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/debian/patches/02-autoconf-12478-+      case $as_dir in #(
tix-8.4.3/debian/patches/02-autoconf:12479:+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tix-8.4.3/debian/patches/02-autoconf-12480-+      *) as_qdir=$as_dir;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-12537-+	esac;
tix-8.4.3/debian/patches/02-autoconf:12538:+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tix-8.4.3/debian/patches/02-autoconf-12539-+	???[sx]*):;;*)false;;esac;fi
##############################################
tix-8.4.3/debian/patches/02-autoconf-12661-+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tix-8.4.3/debian/patches/02-autoconf:12662:+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tix-8.4.3/debian/patches/02-autoconf-12663- ac_cs_version="\\
##############################################
tix-8.4.3/debian/patches/02-autoconf-12665--configured by $0, generated by GNU Autoconf 2.59,
tix-8.4.3/debian/patches/02-autoconf:12666:-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
tix-8.4.3/debian/patches/02-autoconf-12667-+configured by $0, generated by GNU Autoconf 2.65,
##############################################
tix-8.4.3/debian/patches/02-autoconf-12692-   --*=*)
tix-8.4.3/debian/patches/02-autoconf:12693:-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
tix-8.4.3/debian/patches/02-autoconf:12694:-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf:12695:+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tix-8.4.3/debian/patches/02-autoconf:12696:+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tix-8.4.3/debian/patches/02-autoconf-12697-     ac_shift=:
##############################################
tix-8.4.3/debian/patches/02-autoconf-12742-+    case $ac_optarg in
tix-8.4.3/debian/patches/02-autoconf:12743:+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/debian/patches/02-autoconf-12744-+    esac
##############################################
tix-8.4.3/debian/patches/02-autoconf-12878-+fi
tix-8.4.3/debian/patches/02-autoconf:12879:+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tix-8.4.3/debian/patches/02-autoconf-12880-+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-12899-+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
tix-8.4.3/debian/patches/02-autoconf:12900:+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
tix-8.4.3/debian/patches/02-autoconf-12901-+ac_delim='%!_!# '
##############################################
tix-8.4.3/debian/patches/02-autoconf-13068--      fi
tix-8.4.3/debian/patches/02-autoconf:13069:-      ac_sed_frag=`expr $ac_sed_frag + 1`
tix-8.4.3/debian/patches/02-autoconf-13070--      ac_beg=$ac_end
tix-8.4.3/debian/patches/02-autoconf:13071:-      ac_end=`expr $ac_end + $ac_max_sed_lines`
tix-8.4.3/debian/patches/02-autoconf-13072--    fi
##############################################
tix-8.4.3/debian/patches/02-autoconf-13075--    ac_sed_cmds=cat
tix-8.4.3/debian/patches/02-autoconf:13076:+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tix-8.4.3/debian/patches/02-autoconf-13077-+  if test $ac_delim_n = $ac_delim_num; then
##############################################
tix-8.4.3/debian/patches/02-autoconf-13096--	cat >$tmp/stdin
tix-8.4.3/debian/patches/02-autoconf:13097:-	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tix-8.4.3/debian/patches/02-autoconf:13098:-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tix-8.4.3/debian/patches/02-autoconf:13099:-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tix-8.4.3/debian/patches/02-autoconf:13100:-	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tix-8.4.3/debian/patches/02-autoconf-13101--  * )   ac_file_in=$ac_file.in ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-13241-+      esac
tix-8.4.3/debian/patches/02-autoconf:13242:+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tix-8.4.3/debian/patches/02-autoconf-13243-+      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tix-8.4.3/debian/patches/02-autoconf-13333--if test "$ac_dir" != .; then
tix-8.4.3/debian/patches/02-autoconf:13334:-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tix-8.4.3/debian/patches/02-autoconf-13335--  # A "../" for each directory in $ac_dir_suffix.
tix-8.4.3/debian/patches/02-autoconf:13336:-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tix-8.4.3/debian/patches/02-autoconf-13337--else
##############################################
tix-8.4.3/debian/patches/02-autoconf-13342-+*)
tix-8.4.3/debian/patches/02-autoconf:13343:+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tix-8.4.3/debian/patches/02-autoconf-13344-+  # A ".." for each directory in $ac_dir_suffix.
tix-8.4.3/debian/patches/02-autoconf:13345:+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tix-8.4.3/debian/patches/02-autoconf-13346-+  case $ac_top_builddir_sub in
##############################################
tix-8.4.3/debian/patches/02-autoconf-13362--    else
tix-8.4.3/debian/patches/02-autoconf:13363:-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tix-8.4.3/debian/patches/02-autoconf-13364--    fi ;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-13491-+/@mandir@/p'
tix-8.4.3/debian/patches/02-autoconf:13492:+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tix-8.4.3/debian/patches/02-autoconf-13493-+*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tix-8.4.3/debian/patches/02-autoconf-13510-+
tix-8.4.3/debian/patches/02-autoconf:13511:+# Neutralize VPATH when `$srcdir' = `.'.
tix-8.4.3/debian/patches/02-autoconf-13512-+# Shell code in configure.ac might set extrasub.
##############################################
tix-8.4.3/debian/patches/02-autoconf-13556-+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tix-8.4.3/debian/patches/02-autoconf:13557:+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
tix-8.4.3/debian/patches/02-autoconf:13558:+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
tix-8.4.3/debian/patches/02-autoconf-13559-+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
tix-8.4.3/debian/rules-145-#	for i in man/*.n; do \
tix-8.4.3/debian/rules:146:#	  cp -p $$i $(d_dev)/usr/share/man/man3/`basename $$i .n`.3; \
tix-8.4.3/debian/rules:147:#	  sed -i -e 's/.so man.macros/.mso tix.tmac/g' $(d_dev)/usr/share/man/man3/`basename $$i .n`.3; \
tix-8.4.3/debian/rules:148:#	  perl -pi -e "s|\.TH \w+ n|\.TH TIX 3|g" $(d_dev)/usr/share/man/man3/`basename $$i .n`.3; \
tix-8.4.3/debian/rules-149-#	done
##############################################
tix-8.4.3/debian/rules-151-	for i in man/*.n; do \
tix-8.4.3/debian/rules:152:	  cp -p $$i $(d_dev)/usr/share/man/man3/`basename $$i .n`.3; \
tix-8.4.3/debian/rules:153:	  perl -pi -e "s|\.TH \w+ n|\.TH TIX 3|g" $(d_dev)/usr/share/man/man3/`basename $$i .n`.3; \
tix-8.4.3/debian/rules-154-	done
##############################################
tix-8.4.3/debian/rules-181-	for d in `find debian -depth -type d -empty 2> /dev/null`; do \
tix-8.4.3/debian/rules:182:	    while rmdir $$d 2> /dev/null; do d=`dirname $$d`; done; \
tix-8.4.3/debian/rules-183-	done
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-69-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:70:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-71-			fi ;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-73-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:74:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-75-		else
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-97-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-109-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:110:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-111-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-122-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:123:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-124-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-130-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:131:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:132:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:133:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-134-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-138-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:139:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-140-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-148-			${srcdir}/../tcl \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:149:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:150:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:151:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-152-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:153:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-154-		    break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-212-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:213:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-214-			fi ;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-216-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:217:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-218-		else
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-238-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:239:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-240-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-252-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:253:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-254-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-260-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:261:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:262:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:263:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-264-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-268-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:269:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-270-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-281-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:282:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-283-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-291-			${srcdir}/../tk \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:292:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:293:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:294:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-295-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:296:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-297-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-364-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:365:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:366:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:367:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:368:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-369-			    break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-452-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:453:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:454:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:455:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:456:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-457-			    break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-831-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:832:		    tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-833-		fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-949-	AC_MSG_CHECKING([if Windows/CE build is requested])
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:950:	AC_ARG_ENABLE(wince,[  --enable-wince          enable Win/CE support (where applicable)], [doWince=$enableval], [doWince=no])
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-951-	AC_MSG_RESULT([$doWince])
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-979-    UNSHARED_LIB_SUFFIX=""
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:980:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:981:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-982-    TCL_LIB_VERSIONS_OK=ok
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1010-		fi
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1011:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1012-		PATH64=""
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1074-		fi
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1075:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1076:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1077-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1119-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1120:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1121-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1132-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1133:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1134-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1348-		if test "$GCC" = "yes" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1349:		    hpux_arch=`${CC} -dumpmachine`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1350-		    case $hpux_arch in
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1607-		# The -pthread needs to go in the CFLAGS, not LIBS
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1608:		LIBS=`echo $LIBS | sed s/-pthread//`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1609-		CFLAGS="$CFLAGS -pthread"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1682-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1683:	    test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1684:		"`echo "${CFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4 && \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1685-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1702-	    test "$fat_32_64" = yes && test -n "${TK_BIN_DIR}" && \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1703:		CFLAGS="`echo "$CFLAGS " | sed -e 's/-arch ppc64 / /g' -e 's/-arch x86_64 / /g'`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1704-	    ;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1769-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1770:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1771-		if test "$GCC" = "yes" ; then
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1884-			if test "$GCC" = "yes" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:1885:			    if test "`gcc -dumpversion | awk -F. '{print [$]1}'`" -lt "3" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-1886-				AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2876-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2877:		i=`basename $i`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2878-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2879-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2880:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2881-		else
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2882:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2883-		fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2919-	# this assumes it is in a VPATH dir
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2920:	i=`basename $i`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2921-	# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2922-	if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2923:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2924-	else
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:2925:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-2926-	fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3027-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3028:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3029-	fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3236-	    # the private libraries of Tcl and Tk.
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3237:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3238-	    if test x"${TK_BIN_DIR}" != x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3239:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3240-	    fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3321-    for i in \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3322:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3323:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3324:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3325:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3326:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3327:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3328:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3329:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3330-	if test -f "$i" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3331:	    tea_lib_name_dir=`dirname $i`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3332:	    $1_LIB_NAME=`basename $i`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3333-	    $1_LIB_PATH_NAME=$i
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3338-    if test "${TEA_PLATFORM}" = "windows"; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3339:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3340-    else
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3342-
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3343:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3344-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3381-
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3382:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3383-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3405-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3406:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3407-	        ;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3467-		    *TCL_FRAMEWORK*)
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3468:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3469-			;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3475-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3476:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3477-	    fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3483-	    list="$list \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3484:		`ls -d ${temp_includedir}        2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3485:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3486:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3487-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3489-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3490:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3491:		    list="$list `ls -d ${d} 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3492-		fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3512-
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3513:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3514-
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3539-
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3540:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3541-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3626-		    *TK_FRAMEWORK*)
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3627:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3628-			;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3634-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3635:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3636-	    fi
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3643-	    list="$list \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3644:		`ls -d ${temp_includedir}        2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3645:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3646:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3647:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3648:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3649-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3670-
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3671:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3672-
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3681-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3682:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3683-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3724-        fi
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3725:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3726:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3727:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3728-        for i in $list ; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3729-            if test -f "$i/${TCLSH_PROG}" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3730:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3731-                break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3774-        fi
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3775:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3776:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3777:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3778-        for i in $list ; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3779-            if test -f "$i/${WISH_PROG}" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3780:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3781-                break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3829-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3830:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3831-			fi;;
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3833-		if test -f "${with_$1config}/$1Config.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3834:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3835-		else
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3843-			../$1 \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3844:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3845:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3846:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3847:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3848-			../../$1 \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3849:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3850:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3851:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3852:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3853-			../../../$1 \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3854:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3855:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3856:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3857:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3858-			${srcdir}/../$1 \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3859:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3860:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3861:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3862:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3863-			; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3864-		    if test -f "$i/$1Config.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3865:			ac_cv_c_$1config=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3866-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3868-		    if test -f "$i/unix/$1Config.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3869:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3870-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3876-	    if test x"${ac_cv_c_$1config}" = x ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3877:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3878:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3879:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3880-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3884-		    if test -f "$i/$1Config.sh" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3885:			ac_cv_c_$1config=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3886-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3991-		if test -d "${with_celibconfig}/inc" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:3992:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-3993-		else
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4007-			${srcdir}/../celib \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:4008:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4009-			; do
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4010-		    if test -d "$i/inc" ; then
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:4011:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4012-			break
##############################################
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4021-	    CELIB_DIR=${ac_cv_c_celibconfig}
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4:4022:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/01-fix-ftbfs-on-kfreebsd/tclconfig/tcl.m4-4023-	    AC_MSG_RESULT([found $CELIB_DIR])
##############################################
tix-8.4.3/.pc/02-autoconf/configure-43-do
tix-8.4.3/.pc/02-autoconf/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tix-8.4.3/.pc/02-autoconf/configure-45-    eval $as_var=C; export $as_var
##############################################
tix-8.4.3/.pc/02-autoconf/configure-101-  as_lineno_2=$LINENO
tix-8.4.3/.pc/02-autoconf/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/.pc/02-autoconf/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/.pc/02-autoconf/configure-140-  as_lineno_2=$LINENO
tix-8.4.3/.pc/02-autoconf/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/.pc/02-autoconf/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/.pc/02-autoconf/configure-361-
tix-8.4.3/.pc/02-autoconf/configure:362:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
tix-8.4.3/.pc/02-autoconf/configure-363-
##############################################
tix-8.4.3/.pc/02-autoconf/configure-394-  -disable-* | --disable-*)
tix-8.4.3/.pc/02-autoconf/configure:395:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tix-8.4.3/.pc/02-autoconf/configure-396-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-399-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:400:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tix-8.4.3/.pc/02-autoconf/configure-401-    eval "enable_$ac_feature=no" ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-403-  -enable-* | --enable-*)
tix-8.4.3/.pc/02-autoconf/configure:404:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tix-8.4.3/.pc/02-autoconf/configure-405-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-408-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:409:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tix-8.4.3/.pc/02-autoconf/configure-410-    case $ac_option in
tix-8.4.3/.pc/02-autoconf/configure:411:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tix-8.4.3/.pc/02-autoconf/configure-412-      *) ac_optarg=yes ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-585-  -with-* | --with-*)
tix-8.4.3/.pc/02-autoconf/configure:586:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tix-8.4.3/.pc/02-autoconf/configure-587-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-590-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:591:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tix-8.4.3/.pc/02-autoconf/configure-592-    case $ac_option in
tix-8.4.3/.pc/02-autoconf/configure:593:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tix-8.4.3/.pc/02-autoconf/configure-594-      *) ac_optarg=yes ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-598-  -without-* | --without-*)
tix-8.4.3/.pc/02-autoconf/configure:599:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tix-8.4.3/.pc/02-autoconf/configure-600-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-603-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:604:    ac_package=`echo $ac_package | sed 's/-/_/g'`
tix-8.4.3/.pc/02-autoconf/configure-605-    eval "with_$ac_package=no" ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-630-  *=*)
tix-8.4.3/.pc/02-autoconf/configure:631:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tix-8.4.3/.pc/02-autoconf/configure-632-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-635-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:636:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
tix-8.4.3/.pc/02-autoconf/configure-637-    eval "$ac_envvar='$ac_optarg'"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-651-if test -n "$ac_prev"; then
tix-8.4.3/.pc/02-autoconf/configure:652:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tix-8.4.3/.pc/02-autoconf/configure-653-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
tix-8.4.3/.pc/02-autoconf/configure-659-do
tix-8.4.3/.pc/02-autoconf/configure:660:  eval ac_val=$`echo $ac_var`
tix-8.4.3/.pc/02-autoconf/configure-661-  case $ac_val in
##############################################
tix-8.4.3/.pc/02-autoconf/configure-671-do
tix-8.4.3/.pc/02-autoconf/configure:672:  eval ac_val=$`echo $ac_var`
tix-8.4.3/.pc/02-autoconf/configure-673-  case $ac_val in
##############################################
tix-8.4.3/.pc/02-autoconf/configure-738-   { (exit 1); exit 1; }; }
tix-8.4.3/.pc/02-autoconf/configure:739:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
tix-8.4.3/.pc/02-autoconf/configure-740-ac_env_build_alias_set=${build_alias+set}
##############################################
tix-8.4.3/.pc/02-autoconf/configure-809-By default, \`make install' will install all the files in
tix-8.4.3/.pc/02-autoconf/configure:810:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tix-8.4.3/.pc/02-autoconf/configure:811:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tix-8.4.3/.pc/02-autoconf/configure-812-for instance \`--prefix=\$HOME'.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-888-if test "$ac_dir" != .; then
tix-8.4.3/.pc/02-autoconf/configure:889:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tix-8.4.3/.pc/02-autoconf/configure-890-  # A "../" for each directory in $ac_dir_suffix.
tix-8.4.3/.pc/02-autoconf/configure:891:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tix-8.4.3/.pc/02-autoconf/configure-892-else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-901-    else
tix-8.4.3/.pc/02-autoconf/configure:902:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tix-8.4.3/.pc/02-autoconf/configure-903-    fi ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1057-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tix-8.4.3/.pc/02-autoconf/configure:1058:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/.pc/02-autoconf/configure-1059-    esac
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1129-    do
tix-8.4.3/.pc/02-autoconf/configure:1130:      eval ac_val=$`echo $ac_var`
tix-8.4.3/.pc/02-autoconf/configure-1131-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1143-      do
tix-8.4.3/.pc/02-autoconf/configure:1144:	eval ac_val=$`echo $ac_var`
tix-8.4.3/.pc/02-autoconf/configure-1145-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1250-    set,)
tix-8.4.3/.pc/02-autoconf/configure:1251:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tix-8.4.3/.pc/02-autoconf/configure:1252:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tix-8.4.3/.pc/02-autoconf/configure-1253-      ac_cache_corrupted=: ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1273-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tix-8.4.3/.pc/02-autoconf/configure:1274:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/.pc/02-autoconf/configure-1275-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1493-echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tix-8.4.3/.pc/02-autoconf/configure:1494:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tix-8.4.3/.pc/02-autoconf/configure-1495-			fi ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1497-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1498:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1499-		else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1521-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1522:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1523-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1535-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1536:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1537-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1548-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1549:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1550-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1556-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tix-8.4.3/.pc/02-autoconf/configure:1557:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1558:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1559:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure-1560-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1564-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1565:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1566-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1574-			${srcdir}/../tcl \
tix-8.4.3/.pc/02-autoconf/configure:1575:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1576:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1577:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
tix-8.4.3/.pc/02-autoconf/configure-1578-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1579:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1580-		    break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1634-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tix-8.4.3/.pc/02-autoconf/configure:1635:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tix-8.4.3/.pc/02-autoconf/configure:1636:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/.pc/02-autoconf/configure:1637:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tix-8.4.3/.pc/02-autoconf/configure:1638:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tix-8.4.3/.pc/02-autoconf/configure-1639-			    break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1709-echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;}
tix-8.4.3/.pc/02-autoconf/configure:1710:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tix-8.4.3/.pc/02-autoconf/configure-1711-			fi ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1713-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1714:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1715-		else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1737-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1738:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1739-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1751-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1752:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1753-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1759-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tix-8.4.3/.pc/02-autoconf/configure:1760:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1761:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1762:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure-1763-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1767-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1768:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1769-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1780-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1781:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1782-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1790-			${srcdir}/../tk \
tix-8.4.3/.pc/02-autoconf/configure:1791:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1792:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:1793:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
tix-8.4.3/.pc/02-autoconf/configure-1794-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/.pc/02-autoconf/configure:1795:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-1796-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-1850-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tix-8.4.3/.pc/02-autoconf/configure:1851:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tix-8.4.3/.pc/02-autoconf/configure:1852:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/.pc/02-autoconf/configure:1853:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tix-8.4.3/.pc/02-autoconf/configure:1854:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tix-8.4.3/.pc/02-autoconf/configure-1855-			    break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2274-     "checking for C compiler version" >&5
tix-8.4.3/.pc/02-autoconf/configure:2275:ac_compiler=`set X $ac_compile; echo $2`
tix-8.4.3/.pc/02-autoconf/configure-2276-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2313-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
tix-8.4.3/.pc/02-autoconf/configure:2314:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tix-8.4.3/.pc/02-autoconf/configure-2315-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2341-    *.* )
tix-8.4.3/.pc/02-autoconf/configure:2342:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/.pc/02-autoconf/configure-2343-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2421-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
tix-8.4.3/.pc/02-autoconf/configure:2422:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/.pc/02-autoconf/configure-2423-	  export ac_cv_exeext
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2471-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
tix-8.4.3/.pc/02-autoconf/configure:2472:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tix-8.4.3/.pc/02-autoconf/configure-2473-       break;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-2550-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
tix-8.4.3/.pc/02-autoconf/configure:2551:GCC=`test $ac_compiler_gnu = yes && echo yes`
tix-8.4.3/.pc/02-autoconf/configure-2552-ac_test_CFLAGS=${CFLAGS+set}
##############################################
tix-8.4.3/.pc/02-autoconf/configure-3207-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
tix-8.4.3/.pc/02-autoconf/configure:3208:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
tix-8.4.3/.pc/02-autoconf/configure-3209-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
tix-8.4.3/.pc/02-autoconf/configure-3216-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tix-8.4.3/.pc/02-autoconf/configure:3217:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
tix-8.4.3/.pc/02-autoconf/configure-3218-if test -n "$ac_maketemp"; then
##############################################
tix-8.4.3/.pc/02-autoconf/configure-3224-fi
tix-8.4.3/.pc/02-autoconf/configure:3225:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tix-8.4.3/.pc/02-autoconf/configure-3226-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-3523-do
tix-8.4.3/.pc/02-autoconf/configure:3524:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/.pc/02-autoconf/configure-3525-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-3570-fi
tix-8.4.3/.pc/02-autoconf/configure:3571:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/.pc/02-autoconf/configure:3572:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/.pc/02-autoconf/configure:3573:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tix-8.4.3/.pc/02-autoconf/configure-3574-  cat >>confdefs.h <<_ACEOF
tix-8.4.3/.pc/02-autoconf/configure:3575:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/.pc/02-autoconf/configure-3576-_ACEOF
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6196-do
tix-8.4.3/.pc/02-autoconf/configure:6197:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/.pc/02-autoconf/configure-6198-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6203-fi
tix-8.4.3/.pc/02-autoconf/configure:6204:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/.pc/02-autoconf/configure:6205:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/.pc/02-autoconf/configure-6206-else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6330-fi
tix-8.4.3/.pc/02-autoconf/configure:6331:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tix-8.4.3/.pc/02-autoconf/configure:6332:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tix-8.4.3/.pc/02-autoconf/configure-6333-
tix-8.4.3/.pc/02-autoconf/configure-6334-fi
tix-8.4.3/.pc/02-autoconf/configure:6335:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tix-8.4.3/.pc/02-autoconf/configure-6336-  cat >>confdefs.h <<_ACEOF
tix-8.4.3/.pc/02-autoconf/configure:6337:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/.pc/02-autoconf/configure-6338-_ACEOF
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6384-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6385:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6386-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6387-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6388:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6389-		else
tix-8.4.3/.pc/02-autoconf/configure:6390:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6391-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6420-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6421:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6422-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6423-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6424:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6425-		else
tix-8.4.3/.pc/02-autoconf/configure:6426:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6427-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6455-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6456:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6457-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6458-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6459:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6460-		else
tix-8.4.3/.pc/02-autoconf/configure:6461:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6462-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6492-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6493:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6494-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6495-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6496:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6497-		else
tix-8.4.3/.pc/02-autoconf/configure:6498:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6499-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6527-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6528:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6529-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6530-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6531:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6532-		else
tix-8.4.3/.pc/02-autoconf/configure:6533:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6534-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6556-
tix-8.4.3/.pc/02-autoconf/configure:6557:    vars="-I. -I\"`${CYGPATH} ${srcdir}/generic`\""
tix-8.4.3/.pc/02-autoconf/configure-6558-    for i in $vars; do
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6579-	# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:6580:	i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-6581-	# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-6582-	if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:6583:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6584-	else
tix-8.4.3/.pc/02-autoconf/configure:6585:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-6586-	fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6619-
tix-8.4.3/.pc/02-autoconf/configure:6620:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tix-8.4.3/.pc/02-autoconf/configure-6621-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6643-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tix-8.4.3/.pc/02-autoconf/configure:6644:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tix-8.4.3/.pc/02-autoconf/configure-6645-	        ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6671-
tix-8.4.3/.pc/02-autoconf/configure:6672:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tix-8.4.3/.pc/02-autoconf/configure-6673-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6761-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tix-8.4.3/.pc/02-autoconf/configure:6762:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
tix-8.4.3/.pc/02-autoconf/configure-6763-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
tix-8.4.3/.pc/02-autoconf/configure-6918-LIBS=$ac_save_LIBS
tix-8.4.3/.pc/02-autoconf/configure:6919:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
tix-8.4.3/.pc/02-autoconf/configure-6920-do
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7194-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/.pc/02-autoconf/configure:7195:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tix-8.4.3/.pc/02-autoconf/configure-7196-	fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7220-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:7221:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-7222-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-7223-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:7224:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7225-		else
tix-8.4.3/.pc/02-autoconf/configure:7226:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7227-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7235-
tix-8.4.3/.pc/02-autoconf/configure:7236:    vars="-I. -I\"`${CYGPATH} ${srcdir}/win`\""
tix-8.4.3/.pc/02-autoconf/configure-7237-    for i in $vars; do
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7263-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:7264:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-7265-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-7266-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:7267:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7268-		else
tix-8.4.3/.pc/02-autoconf/configure:7269:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7270-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7297-		# this assumes it is in a VPATH dir
tix-8.4.3/.pc/02-autoconf/configure:7298:		i=`basename $i`
tix-8.4.3/.pc/02-autoconf/configure-7299-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/.pc/02-autoconf/configure-7300-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:7301:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7302-		else
tix-8.4.3/.pc/02-autoconf/configure:7303:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/.pc/02-autoconf/configure-7304-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7312-
tix-8.4.3/.pc/02-autoconf/configure:7313:    vars="-I. -I\"`${CYGPATH} ${srcdir}/unix`\""
tix-8.4.3/.pc/02-autoconf/configure-7314-    for i in $vars; do
##############################################
tix-8.4.3/.pc/02-autoconf/configure-7930-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tix-8.4.3/.pc/02-autoconf/configure:7931:		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
tix-8.4.3/.pc/02-autoconf/configure-7932-		fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8034-    UNSHARED_LIB_SUFFIX=""
tix-8.4.3/.pc/02-autoconf/configure:8035:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tix-8.4.3/.pc/02-autoconf/configure:8036:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tix-8.4.3/.pc/02-autoconf/configure-8037-    TCL_LIB_VERSIONS_OK=ok
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8097-		fi
tix-8.4.3/.pc/02-autoconf/configure:8098:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tix-8.4.3/.pc/02-autoconf/configure-8099-		PATH64=""
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8155-		if test -d "${with_celibconfig}/inc" ; then
tix-8.4.3/.pc/02-autoconf/configure:8156:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-8157-		else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8173-			${srcdir}/../celib \
tix-8.4.3/.pc/02-autoconf/configure:8174:			`ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure-8175-			; do
tix-8.4.3/.pc/02-autoconf/configure-8176-		    if test -d "$i/inc" ; then
tix-8.4.3/.pc/02-autoconf/configure:8177:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tix-8.4.3/.pc/02-autoconf/configure-8178-			break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8191-	    CELIB_DIR=${ac_cv_c_celibconfig}
tix-8.4.3/.pc/02-autoconf/configure:8192:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/02-autoconf/configure-8193-	    echo "$as_me:$LINENO: result: found $CELIB_DIR" >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8231-		fi
tix-8.4.3/.pc/02-autoconf/configure:8232:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/02-autoconf/configure:8233:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/.pc/02-autoconf/configure-8234-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8273-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/.pc/02-autoconf/configure:8274:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tix-8.4.3/.pc/02-autoconf/configure-8275-	fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8288-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tix-8.4.3/.pc/02-autoconf/configure:8289:		    arch=`echo ${ARCH} | awk '{print tolower($0)}'`
tix-8.4.3/.pc/02-autoconf/configure-8290-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8313-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tix-8.4.3/.pc/02-autoconf/configure:8314:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tix-8.4.3/.pc/02-autoconf/configure-8315-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-8751-		if test "$GCC" = "yes" ; then
tix-8.4.3/.pc/02-autoconf/configure:8752:		    hpux_arch=`${CC} -dumpmachine`
tix-8.4.3/.pc/02-autoconf/configure-8753-		    case $hpux_arch in
##############################################
tix-8.4.3/.pc/02-autoconf/configure-9180-		# The -pthread needs to go in the CFLAGS, not LIBS
tix-8.4.3/.pc/02-autoconf/configure:9181:		LIBS=`echo $LIBS | sed s/-pthread//`
tix-8.4.3/.pc/02-autoconf/configure-9182-		CFLAGS="$CFLAGS -pthread"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-9411-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tix-8.4.3/.pc/02-autoconf/configure:9412:	    test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int($2)}'`" -lt 4 -a \
tix-8.4.3/.pc/02-autoconf/configure:9413:		"`echo "${CFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4 && \
tix-8.4.3/.pc/02-autoconf/configure-9414-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tix-8.4.3/.pc/02-autoconf/configure-9484-	    test "$fat_32_64" = yes && test -n "${TK_BIN_DIR}" && \
tix-8.4.3/.pc/02-autoconf/configure:9485:		CFLAGS="`echo "$CFLAGS " | sed -e 's/-arch ppc64 / /g' -e 's/-arch x86_64 / /g'`"
tix-8.4.3/.pc/02-autoconf/configure-9486-	    ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-9554-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tix-8.4.3/.pc/02-autoconf/configure:9555:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tix-8.4.3/.pc/02-autoconf/configure-9556-		if test "$GCC" = "yes" ; then
##############################################
tix-8.4.3/.pc/02-autoconf/configure-9683-			if test "$GCC" = "yes" ; then
tix-8.4.3/.pc/02-autoconf/configure:9684:			    if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
tix-8.4.3/.pc/02-autoconf/configure-9685-				{ echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-10496-do
tix-8.4.3/.pc/02-autoconf/configure:10497:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tix-8.4.3/.pc/02-autoconf/configure-10498-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
tix-8.4.3/.pc/02-autoconf/configure-10585-fi
tix-8.4.3/.pc/02-autoconf/configure:10586:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
tix-8.4.3/.pc/02-autoconf/configure:10587:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tix-8.4.3/.pc/02-autoconf/configure:10588:if test `eval echo '${'$as_ac_var'}'` = yes; then
tix-8.4.3/.pc/02-autoconf/configure-10589-  cat >>confdefs.h <<_ACEOF
tix-8.4.3/.pc/02-autoconf/configure:10590:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tix-8.4.3/.pc/02-autoconf/configure-10591-_ACEOF
##############################################
tix-8.4.3/.pc/02-autoconf/configure-10773-	    # the private libraries of Tcl and Tk.
tix-8.4.3/.pc/02-autoconf/configure:10774:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tix-8.4.3/.pc/02-autoconf/configure-10775-	    if test x"${TK_BIN_DIR}" != x ; then
tix-8.4.3/.pc/02-autoconf/configure:10776:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tix-8.4.3/.pc/02-autoconf/configure-10777-	    fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-10844-        fi
tix-8.4.3/.pc/02-autoconf/configure:10845:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:10846:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:10847:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/.pc/02-autoconf/configure-10848-        for i in $list ; do
tix-8.4.3/.pc/02-autoconf/configure-10849-            if test -f "$i/${TCLSH_PROG}" ; then
tix-8.4.3/.pc/02-autoconf/configure:10850:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/.pc/02-autoconf/configure-10851-                break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-10876-        fi
tix-8.4.3/.pc/02-autoconf/configure:10877:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:10878:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/.pc/02-autoconf/configure:10879:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/.pc/02-autoconf/configure-10880-        for i in $list ; do
tix-8.4.3/.pc/02-autoconf/configure-10881-            if test -f "$i/${WISH_PROG}" ; then
tix-8.4.3/.pc/02-autoconf/configure:10882:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/.pc/02-autoconf/configure-10883-                break
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11000-ac_LF_and_DOT=`echo; echo .`
tix-8.4.3/.pc/02-autoconf/configure:11001:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
tix-8.4.3/.pc/02-autoconf/configure-11002-rm -f confdef2opt.sed
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11076-do
tix-8.4.3/.pc/02-autoconf/configure:11077:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tix-8.4.3/.pc/02-autoconf/configure-11078-    eval $as_var=C; export $as_var
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11134-  as_lineno_2=$LINENO
tix-8.4.3/.pc/02-autoconf/configure:11135:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/.pc/02-autoconf/configure-11136-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11174-  as_lineno_2=$LINENO
tix-8.4.3/.pc/02-autoconf/configure:11175:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tix-8.4.3/.pc/02-autoconf/configure-11176-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11348-configured by $0, generated by GNU Autoconf 2.59,
tix-8.4.3/.pc/02-autoconf/configure:11349:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
tix-8.4.3/.pc/02-autoconf/configure-11350-
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11365-  --*=*)
tix-8.4.3/.pc/02-autoconf/configure:11366:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
tix-8.4.3/.pc/02-autoconf/configure:11367:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
tix-8.4.3/.pc/02-autoconf/configure-11368-    ac_shift=:
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11660-      fi
tix-8.4.3/.pc/02-autoconf/configure:11661:      ac_sed_frag=`expr $ac_sed_frag + 1`
tix-8.4.3/.pc/02-autoconf/configure-11662-      ac_beg=$ac_end
tix-8.4.3/.pc/02-autoconf/configure:11663:      ac_end=`expr $ac_end + $ac_max_sed_lines`
tix-8.4.3/.pc/02-autoconf/configure-11664-    fi
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11677-	cat >$tmp/stdin
tix-8.4.3/.pc/02-autoconf/configure:11678:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tix-8.4.3/.pc/02-autoconf/configure:11679:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tix-8.4.3/.pc/02-autoconf/configure:11680:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tix-8.4.3/.pc/02-autoconf/configure:11681:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tix-8.4.3/.pc/02-autoconf/configure-11682-  * )   ac_file_in=$ac_file.in ;;
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11725-if test "$ac_dir" != .; then
tix-8.4.3/.pc/02-autoconf/configure:11726:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tix-8.4.3/.pc/02-autoconf/configure-11727-  # A "../" for each directory in $ac_dir_suffix.
tix-8.4.3/.pc/02-autoconf/configure:11728:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tix-8.4.3/.pc/02-autoconf/configure-11729-else
##############################################
tix-8.4.3/.pc/02-autoconf/configure-11738-    else
tix-8.4.3/.pc/02-autoconf/configure:11739:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tix-8.4.3/.pc/02-autoconf/configure-11740-    fi ;;
##############################################
tix-8.4.3/.pc/10-fixInterpResult.patch/PyTix-2.0/2.0/_tkinter.c-1743-static PyObject *
tix-8.4.3/.pc/10-fixInterpResult.patch/PyTix-2.0/2.0/_tkinter.c:1744:Tkapp_InterpAddr(PyObject *self, PyObject *args)
tix-8.4.3/.pc/10-fixInterpResult.patch/PyTix-2.0/2.0/_tkinter.c-1745-{
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-148-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR)
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:149:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:150:		  TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library` \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:151:		  TIX_LIBRARY=`@CYGPATH@ $(srcdir)/library` \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-152-		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-210-	  if test -f $(srcdir)/$$p; then \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:211:	    destp=`basename $$p`; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-212-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-230-	@list='$(PKG_MAN_PAGES)'; for p in $$list; do \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:231:		html=`basename $$p|sed -e 's/.[^.]*$$//'`.html; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-232-	  	$(INSTALL_DATA) $(srcdir)/doc/$$html $(DESTDIR)$(pkglibdir)/html/; \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-237-	list='$(PKG_MAN_PAGES)'; for p in $$list; do \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:238:		html=`basename $$p|sed -e 's/.[^.]*$$//'`.html; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-239-		echo "Creating \"$$html\" from \"$$p\""; \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-246-test: binaries libraries
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:247:	$(WISH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) | cat
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-248-
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-252-demo: binaries libraries
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:253:	$(WISH) `@CYGPATH@ $(srcdir)/demos/tixwidgets.tcl` $(TESTFLAGS) | cat
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-254-
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-280-# tkpkg.$(OBJEXT): $(srcdir)/src/win/tkpkg.c
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:281:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/tkpkg.c` -o $@
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-282-#
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-292-.c.@OBJEXT@:
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:293:	$(COMPILE) -c `@CYGPATH@ $<`
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-294-
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-336-	    $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:337:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-338-	    if test "x$$ext" = "xdll"; then \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:339:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-340-		if test -f $$lib; then \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-349-	  if test -f $(srcdir)/$$p; then \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:350:	    destp=`basename $$p`; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-351-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkglibdir)/$$destp; \
##############################################
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-384-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in:385:	  p=`basename $$p`; \
tix-8.4.3/.pc/15-fix_pkgIndex.patch/Makefile.in-386-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \
##############################################
tix-8.4.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
tix-8.4.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/configure-47-  as_echo='print -r --'
tix-8.4.3/configure-48-  as_echo_n='print -rn --'
tix-8.4.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/configure-50-  as_echo='printf %s\n'
##############################################
tix-8.4.3/configure-52-else
tix-8.4.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tix-8.4.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tix-8.4.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
tix-8.4.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tix-8.4.3/configure-64-      esac;
##############################################
tix-8.4.3/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tix-8.4.3/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tix-8.4.3/configure-174-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tix-8.4.3/configure-288-      case $as_dir in #(
tix-8.4.3/configure:289:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tix-8.4.3/configure-290-      *) as_qdir=$as_dir;;
##############################################
tix-8.4.3/configure-353-  {
tix-8.4.3/configure:354:    as_val=`expr "$@" || test $? -eq 1`
tix-8.4.3/configure-355-  }
##############################################
tix-8.4.3/configure-360-# ---------------------------------
tix-8.4.3/configure:361:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tix-8.4.3/configure-362-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tix-8.4.3/configure-423-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tix-8.4.3/configure:424:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tix-8.4.3/configure-425-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tix-8.4.3/configure-514-	esac;
tix-8.4.3/configure:515:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tix-8.4.3/configure-516-	???[sx]*):;;*)false;;esac;fi
##############################################
tix-8.4.3/configure-812-  case $ac_option in
tix-8.4.3/configure:813:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tix-8.4.3/configure-814-  *)	ac_optarg=yes ;;
##############################################
tix-8.4.3/configure-855-  -disable-* | --disable-*)
tix-8.4.3/configure:856:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tix-8.4.3/configure-857-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/configure-860-    ac_useropt_orig=$ac_useropt
tix-8.4.3/configure:861:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/configure-862-    case $ac_user_opts in
##############################################
tix-8.4.3/configure-881-  -enable-* | --enable-*)
tix-8.4.3/configure:882:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tix-8.4.3/configure-883-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/configure-886-    ac_useropt_orig=$ac_useropt
tix-8.4.3/configure:887:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/configure-888-    case $ac_user_opts in
##############################################
tix-8.4.3/configure-1085-  -with-* | --with-*)
tix-8.4.3/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tix-8.4.3/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/configure-1090-    ac_useropt_orig=$ac_useropt
tix-8.4.3/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/configure-1092-    case $ac_user_opts in
##############################################
tix-8.4.3/configure-1101-  -without-* | --without-*)
tix-8.4.3/configure:1102:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tix-8.4.3/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/configure-1106-    ac_useropt_orig=$ac_useropt
tix-8.4.3/configure:1107:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tix-8.4.3/configure-1108-    case $ac_user_opts in
##############################################
tix-8.4.3/configure-1139-  *=*)
tix-8.4.3/configure:1140:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tix-8.4.3/configure-1141-    # Reject names that are not valid shell variable names.
##############################################
tix-8.4.3/configure-1160-if test -n "$ac_prev"; then
tix-8.4.3/configure:1161:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tix-8.4.3/configure-1162-  as_fn_error "missing argument to $ac_option"
##############################################
tix-8.4.3/configure-1182-    */ )
tix-8.4.3/configure:1183:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tix-8.4.3/configure-1184-      eval $ac_var=\$ac_val;;
##############################################
tix-8.4.3/configure-1219-ac_ls_di=`ls -di .` &&
tix-8.4.3/configure:1220:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tix-8.4.3/configure-1221-  as_fn_error "working directory cannot be determined"
##############################################
tix-8.4.3/configure-1275-case $srcdir in
tix-8.4.3/configure:1276:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tix-8.4.3/configure-1277-esac
##############################################
tix-8.4.3/configure-1318-By default, \`make install' will install all the files in
tix-8.4.3/configure:1319:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tix-8.4.3/configure:1320:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tix-8.4.3/configure-1321-for instance \`--prefix=\$HOME'.
##############################################
tix-8.4.3/configure-1412-*)
tix-8.4.3/configure:1413:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tix-8.4.3/configure-1414-  # A ".." for each directory in $ac_dir_suffix.
tix-8.4.3/configure:1415:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tix-8.4.3/configure-1416-  case $ac_top_builddir_sub in
##############################################
tix-8.4.3/configure-1896-    *\'*)
tix-8.4.3/configure:1897:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/configure-1898-    esac
##############################################
tix-8.4.3/configure-1983-      case $ac_val in
tix-8.4.3/configure:1984:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tix-8.4.3/configure-1985-      esac
##############################################
tix-8.4.3/configure-2000-	case $ac_val in
tix-8.4.3/configure:2001:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tix-8.4.3/configure-2002-	esac
##############################################
tix-8.4.3/configure-2113-    set,)
tix-8.4.3/configure:2114:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tix-8.4.3/configure:2115:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tix-8.4.3/configure-2116-      ac_cache_corrupted=: ;;
##############################################
tix-8.4.3/configure-2124-	# differences in whitespace do not lead to failure.
tix-8.4.3/configure:2125:	ac_old_val_w=`echo x $ac_old_val`
tix-8.4.3/configure:2126:	ac_new_val_w=`echo x $ac_new_val`
tix-8.4.3/configure-2127-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tix-8.4.3/configure-2144-    case $ac_new_val in
tix-8.4.3/configure:2145:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/configure-2146-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tix-8.4.3/configure-2336-$as_echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tix-8.4.3/configure:2337:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tix-8.4.3/configure-2338-			fi ;;
##############################################
tix-8.4.3/configure-2340-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tix-8.4.3/configure:2341:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tix-8.4.3/configure-2342-		else
##############################################
tix-8.4.3/configure-2362-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/configure:2363:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/configure-2364-			break
##############################################
tix-8.4.3/configure-2376-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tix-8.4.3/configure:2377:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tix-8.4.3/configure-2378-			break
##############################################
tix-8.4.3/configure-2389-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/configure:2390:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/configure-2391-			break
##############################################
tix-8.4.3/configure-2397-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tix-8.4.3/configure:2398:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/configure:2399:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/configure:2400:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/configure-2401-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/configure-2405-		    if test -f "$i/tclConfig.sh" ; then
tix-8.4.3/configure:2406:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tix-8.4.3/configure-2407-			break
##############################################
tix-8.4.3/configure-2415-			${srcdir}/../tcl \
tix-8.4.3/configure:2416:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
tix-8.4.3/configure:2417:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
tix-8.4.3/configure:2418:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
tix-8.4.3/configure-2419-		    if test -f "$i/unix/tclConfig.sh" ; then
tix-8.4.3/configure:2420:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tix-8.4.3/configure-2421-		    break
##############################################
tix-8.4.3/configure-2475-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tix-8.4.3/configure:2476:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tix-8.4.3/configure:2477:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/configure:2478:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tix-8.4.3/configure:2479:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tix-8.4.3/configure-2480-			    break
##############################################
tix-8.4.3/configure-2550-$as_echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;}
tix-8.4.3/configure:2551:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tix-8.4.3/configure-2552-			fi ;;
##############################################
tix-8.4.3/configure-2554-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tix-8.4.3/configure:2555:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tix-8.4.3/configure-2556-		else
##############################################
tix-8.4.3/configure-2576-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/configure:2577:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/configure-2578-			break
##############################################
tix-8.4.3/configure-2590-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tix-8.4.3/configure:2591:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tix-8.4.3/configure-2592-			break
##############################################
tix-8.4.3/configure-2598-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tix-8.4.3/configure:2599:		for i in `ls -d ${libdir} 2>/dev/null` \
tix-8.4.3/configure:2600:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tix-8.4.3/configure:2601:			`ls -d ${prefix}/lib 2>/dev/null` \
tix-8.4.3/configure-2602-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tix-8.4.3/configure-2606-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/configure:2607:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/configure-2608-			break
##############################################
tix-8.4.3/configure-2619-		    if test -f "$i/tkConfig.sh" ; then
tix-8.4.3/configure:2620:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tix-8.4.3/configure-2621-			break
##############################################
tix-8.4.3/configure-2629-			${srcdir}/../tk \
tix-8.4.3/configure:2630:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
tix-8.4.3/configure:2631:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
tix-8.4.3/configure:2632:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
tix-8.4.3/configure-2633-		    if test -f "$i/unix/tkConfig.sh" ; then
tix-8.4.3/configure:2634:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tix-8.4.3/configure-2635-			break
##############################################
tix-8.4.3/configure-2689-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tix-8.4.3/configure:2690:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tix-8.4.3/configure:2691:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tix-8.4.3/configure:2692:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tix-8.4.3/configure:2693:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tix-8.4.3/configure-2694-			    break
##############################################
tix-8.4.3/configure-3232-$as_echo_n "checking whether the C compiler works... " >&6; }
tix-8.4.3/configure:3233:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tix-8.4.3/configure-3234-
##############################################
tix-8.4.3/configure-3276-	then :; else
tix-8.4.3/configure:3277:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/configure-3278-	fi
##############################################
tix-8.4.3/configure-3337-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tix-8.4.3/configure:3338:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tix-8.4.3/configure-3339-	  break;;
##############################################
tix-8.4.3/configure-3446-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tix-8.4.3/configure:3447:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tix-8.4.3/configure-3448-       break;;
##############################################
tix-8.4.3/configure-3824-set x ${MAKE-make}
tix-8.4.3/configure:3825:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tix-8.4.3/configure-3826-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
tix-8.4.3/configure-3834-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tix-8.4.3/configure:3835:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tix-8.4.3/configure-3836-  *@@@%%%=?*=@@@%%%*)
##############################################
tix-8.4.3/configure-3978-  # Check for GNU $ac_path_GREP
tix-8.4.3/configure:3979:case `"$ac_path_GREP" --version 2>&1` in
tix-8.4.3/configure-3980-*GNU*)
##############################################
tix-8.4.3/configure-4044-  # Check for GNU $ac_path_EGREP
tix-8.4.3/configure:4045:case `"$ac_path_EGREP" --version 2>&1` in
tix-8.4.3/configure-4046-*GNU*)
##############################################
tix-8.4.3/configure-4205-do :
tix-8.4.3/configure:4206:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tix-8.4.3/configure-4207-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tix-8.4.3/configure-4211-  cat >>confdefs.h <<_ACEOF
tix-8.4.3/configure:4212:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tix-8.4.3/configure-4213-_ACEOF
##############################################
tix-8.4.3/configure-4996-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:4997:		i=`basename $i`
tix-8.4.3/configure-4998-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-4999-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5000:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5001-		else
tix-8.4.3/configure:5002:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5003-		fi
##############################################
tix-8.4.3/configure-5030-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5031:		i=`basename $i`
tix-8.4.3/configure-5032-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5033-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5034:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5035-		else
tix-8.4.3/configure:5036:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5037-		fi
##############################################
tix-8.4.3/configure-5063-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5064:		i=`basename $i`
tix-8.4.3/configure-5065-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5066-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5067:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5068-		else
tix-8.4.3/configure:5069:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5070-		fi
##############################################
tix-8.4.3/configure-5098-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5099:		i=`basename $i`
tix-8.4.3/configure-5100-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5101-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5102:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5103-		else
tix-8.4.3/configure:5104:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5105-		fi
##############################################
tix-8.4.3/configure-5131-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5132:		i=`basename $i`
tix-8.4.3/configure-5133-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5134-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5135:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5136-		else
tix-8.4.3/configure:5137:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5138-		fi
##############################################
tix-8.4.3/configure-5158-
tix-8.4.3/configure:5159:    vars="-I. -I\"`${CYGPATH} ${srcdir}/generic`\""
tix-8.4.3/configure-5160-    for i in $vars; do
##############################################
tix-8.4.3/configure-5179-	# this assumes it is in a VPATH dir
tix-8.4.3/configure:5180:	i=`basename $i`
tix-8.4.3/configure-5181-	# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5182-	if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5183:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5184-	else
tix-8.4.3/configure:5185:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5186-	fi
##############################################
tix-8.4.3/configure-5217-
tix-8.4.3/configure:5218:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tix-8.4.3/configure-5219-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/configure-5241-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tix-8.4.3/configure:5242:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tix-8.4.3/configure-5243-	        ;;
##############################################
tix-8.4.3/configure-5267-
tix-8.4.3/configure:5268:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tix-8.4.3/configure-5269-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tix-8.4.3/configure-5357-    for ac_var in incroot usrlibdir libdir; do
tix-8.4.3/configure:5358:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
tix-8.4.3/configure-5359-    done
##############################################
tix-8.4.3/configure-5467-  LIBS=$ac_save_LIBS
tix-8.4.3/configure:5468:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
tix-8.4.3/configure-5469-do
##############################################
tix-8.4.3/configure-5671-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/configure:5672:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tix-8.4.3/configure-5673-	fi
##############################################
tix-8.4.3/configure-5695-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5696:		i=`basename $i`
tix-8.4.3/configure-5697-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5698-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5699:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5700-		else
tix-8.4.3/configure:5701:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5702-		fi
##############################################
tix-8.4.3/configure-5710-
tix-8.4.3/configure:5711:    vars="-I. -I\"`${CYGPATH} ${srcdir}/win`\""
tix-8.4.3/configure-5712-    for i in $vars; do
##############################################
tix-8.4.3/configure-5736-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5737:		i=`basename $i`
tix-8.4.3/configure-5738-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5739-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5740:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5741-		else
tix-8.4.3/configure:5742:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5743-		fi
##############################################
tix-8.4.3/configure-5768-		# this assumes it is in a VPATH dir
tix-8.4.3/configure:5769:		i=`basename $i`
tix-8.4.3/configure-5770-		# handle user calling this before or after TEA_SETUP_COMPILER
tix-8.4.3/configure-5771-		if test x"${OBJEXT}" != x ; then
tix-8.4.3/configure:5772:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tix-8.4.3/configure-5773-		else
tix-8.4.3/configure:5774:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tix-8.4.3/configure-5775-		fi
##############################################
tix-8.4.3/configure-5783-
tix-8.4.3/configure:5784:    vars="-I. -I\"`${CYGPATH} ${srcdir}/unix`\""
tix-8.4.3/configure-5785-    for i in $vars; do
##############################################
tix-8.4.3/configure-6249-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tix-8.4.3/configure:6250:		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
tix-8.4.3/configure-6251-		fi
##############################################
tix-8.4.3/configure-6325-    UNSHARED_LIB_SUFFIX=""
tix-8.4.3/configure:6326:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tix-8.4.3/configure:6327:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tix-8.4.3/configure-6328-    TCL_LIB_VERSIONS_OK=ok
##############################################
tix-8.4.3/configure-6390-		fi
tix-8.4.3/configure:6391:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tix-8.4.3/configure-6392-		PATH64=""
##############################################
tix-8.4.3/configure-6444-		if test -d "${with_celibconfig}/inc" ; then
tix-8.4.3/configure:6445:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tix-8.4.3/configure-6446-		else
##############################################
tix-8.4.3/configure-6460-			${srcdir}/../celib \
tix-8.4.3/configure:6461:			`ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \
tix-8.4.3/configure-6462-			; do
tix-8.4.3/configure-6463-		    if test -d "$i/inc" ; then
tix-8.4.3/configure:6464:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tix-8.4.3/configure-6465-			break
##############################################
tix-8.4.3/configure-6476-	    CELIB_DIR=${ac_cv_c_celibconfig}
tix-8.4.3/configure:6477:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tix-8.4.3/configure-6478-	    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $CELIB_DIR" >&5
##############################################
tix-8.4.3/configure-6516-		fi
tix-8.4.3/configure:6517:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/configure:6518:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tix-8.4.3/configure-6519-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tix-8.4.3/configure-6556-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tix-8.4.3/configure:6557:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tix-8.4.3/configure-6558-	fi
##############################################
tix-8.4.3/configure-6571-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tix-8.4.3/configure:6572:		    arch=`echo ${ARCH} | awk '{print tolower($0)}'`
tix-8.4.3/configure-6573-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tix-8.4.3/configure-6596-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tix-8.4.3/configure:6597:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tix-8.4.3/configure-6598-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tix-8.4.3/configure-6944-		if test "$GCC" = "yes" ; then
tix-8.4.3/configure:6945:		    hpux_arch=`${CC} -dumpmachine`
tix-8.4.3/configure-6946-		    case $hpux_arch in
##############################################
tix-8.4.3/configure-7309-		# The -pthread needs to go in the CFLAGS, not LIBS
tix-8.4.3/configure:7310:		LIBS=`echo $LIBS | sed s/-pthread//`
tix-8.4.3/configure-7311-		CFLAGS="$CFLAGS -pthread"
##############################################
tix-8.4.3/configure-7456-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tix-8.4.3/configure:7457:	    test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int($2)}'`" -lt 4 -a \
tix-8.4.3/configure:7458:		"`echo "${CFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4 && \
tix-8.4.3/configure-7459-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tix-8.4.3/configure-7501-	    test "$fat_32_64" = yes && test -n "${TK_BIN_DIR}" && \
tix-8.4.3/configure:7502:		CFLAGS="`echo "$CFLAGS " | sed -e 's/-arch ppc64 / /g' -e 's/-arch x86_64 / /g'`"
tix-8.4.3/configure-7503-	    ;;
##############################################
tix-8.4.3/configure-7569-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tix-8.4.3/configure:7570:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tix-8.4.3/configure-7571-		if test "$GCC" = "yes" ; then
##############################################
tix-8.4.3/configure-7690-			if test "$GCC" = "yes" ; then
tix-8.4.3/configure:7691:			    if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
tix-8.4.3/configure-7692-				{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
##############################################
tix-8.4.3/configure-8180-do :
tix-8.4.3/configure:8181:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
tix-8.4.3/configure-8182-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
tix-8.4.3/configure-8185-  cat >>confdefs.h <<_ACEOF
tix-8.4.3/configure:8186:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
tix-8.4.3/configure-8187-_ACEOF
##############################################
tix-8.4.3/configure-8333-	    # the private libraries of Tcl and Tk.
tix-8.4.3/configure:8334:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tix-8.4.3/configure-8335-	    if test x"${TK_BIN_DIR}" != x ; then
tix-8.4.3/configure:8336:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tix-8.4.3/configure-8337-	    fi
##############################################
tix-8.4.3/configure-8404-        fi
tix-8.4.3/configure:8405:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/configure:8406:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/configure:8407:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/configure-8408-        for i in $list ; do
tix-8.4.3/configure-8409-            if test -f "$i/${TCLSH_PROG}" ; then
tix-8.4.3/configure:8410:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/configure-8411-                break
##############################################
tix-8.4.3/configure-8436-        fi
tix-8.4.3/configure:8437:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tix-8.4.3/configure:8438:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tix-8.4.3/configure:8439:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tix-8.4.3/configure-8440-        for i in $list ; do
tix-8.4.3/configure-8441-            if test -f "$i/${WISH_PROG}" ; then
tix-8.4.3/configure:8442:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tix-8.4.3/configure-8443-                break
##############################################
tix-8.4.3/configure-8572-'
tix-8.4.3/configure:8573:DEFS=`sed -n "$ac_script" confdefs.h`
tix-8.4.3/configure-8574-
##############################################
tix-8.4.3/configure-8580-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tix-8.4.3/configure:8581:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tix-8.4.3/configure-8582-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tix-8.4.3/configure-8649-if test -z "$BASH_VERSION$ZSH_VERSION" \
tix-8.4.3/configure:8650:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/configure-8651-  as_echo='print -r --'
tix-8.4.3/configure-8652-  as_echo_n='print -rn --'
tix-8.4.3/configure:8653:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tix-8.4.3/configure-8654-  as_echo='printf %s\n'
##############################################
tix-8.4.3/configure-8656-else
tix-8.4.3/configure:8657:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tix-8.4.3/configure-8658-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tix-8.4.3/configure-8666-	expr "X$arg" : "X\\(.*\\)$as_nl";
tix-8.4.3/configure:8667:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tix-8.4.3/configure-8668-      esac;
##############################################
tix-8.4.3/configure-8742-# ---------------------------------
tix-8.4.3/configure:8743:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tix-8.4.3/configure-8744-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tix-8.4.3/configure-8814-  {
tix-8.4.3/configure:8815:    as_val=`expr "$@" || test $? -eq 1`
tix-8.4.3/configure-8816-  }
##############################################
tix-8.4.3/configure-8918-      case $as_dir in #(
tix-8.4.3/configure:8919:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tix-8.4.3/configure-8920-      *) as_qdir=$as_dir;;
##############################################
tix-8.4.3/configure-8975-	esac;
tix-8.4.3/configure:8976:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tix-8.4.3/configure-8977-	???[sx]*):;;*)false;;esac;fi
##############################################
tix-8.4.3/configure-9052-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tix-8.4.3/configure:9053:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tix-8.4.3/configure-9054-ac_cs_version="\\
##############################################
tix-8.4.3/configure-9075-  --*=*)
tix-8.4.3/configure:9076:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tix-8.4.3/configure:9077:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tix-8.4.3/configure-9078-    ac_shift=:
##############################################
tix-8.4.3/configure-9099-    case $ac_optarg in
tix-8.4.3/configure:9100:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tix-8.4.3/configure-9101-    esac
##############################################
tix-8.4.3/configure-9212-fi
tix-8.4.3/configure:9213:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tix-8.4.3/configure-9214-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tix-8.4.3/configure-9229-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
tix-8.4.3/configure:9230:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
tix-8.4.3/configure-9231-ac_delim='%!_!# '
##############################################
tix-8.4.3/configure-9235-
tix-8.4.3/configure:9236:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tix-8.4.3/configure-9237-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tix-8.4.3/configure-9389-      esac
tix-8.4.3/configure:9390:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tix-8.4.3/configure-9391-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tix-8.4.3/configure-9448-*)
tix-8.4.3/configure:9449:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tix-8.4.3/configure-9450-  # A ".." for each directory in $ac_dir_suffix.
tix-8.4.3/configure:9451:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tix-8.4.3/configure-9452-  case $ac_top_builddir_sub in
##############################################
tix-8.4.3/configure-9504-/@mandir@/p'
tix-8.4.3/configure:9505:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tix-8.4.3/configure-9506-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tix-8.4.3/configure-9521-
tix-8.4.3/configure:9522:# Neutralize VPATH when `$srcdir' = `.'.
tix-8.4.3/configure-9523-# Shell code in configure.ac might set extrasub.
##############################################
tix-8.4.3/configure-9548-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tix-8.4.3/configure:9549:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
tix-8.4.3/configure:9550:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
tix-8.4.3/configure-9551-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
tix-8.4.3/Makefile.in-148-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR)
tix-8.4.3/Makefile.in:149:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
tix-8.4.3/Makefile.in:150:		  TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library` \
tix-8.4.3/Makefile.in:151:		  TIX_LIBRARY=`@CYGPATH@ $(srcdir)/library` \
tix-8.4.3/Makefile.in-152-		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
##############################################
tix-8.4.3/Makefile.in-210-	  if test -f $(srcdir)/$$p; then \
tix-8.4.3/Makefile.in:211:	    destp=`basename $$p`; \
tix-8.4.3/Makefile.in-212-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tix-8.4.3/Makefile.in-230-	@list='$(PKG_MAN_PAGES)'; for p in $$list; do \
tix-8.4.3/Makefile.in:231:		html=`basename $$p|sed -e 's/.[^.]*$$//'`.html; \
tix-8.4.3/Makefile.in-232-	  	$(INSTALL_DATA) $(srcdir)/doc/$$html $(DESTDIR)$(pkglibdir)/html/; \
##############################################
tix-8.4.3/Makefile.in-237-	list='$(PKG_MAN_PAGES)'; for p in $$list; do \
tix-8.4.3/Makefile.in:238:		html=`basename $$p|sed -e 's/.[^.]*$$//'`.html; \
tix-8.4.3/Makefile.in-239-		echo "Creating \"$$html\" from \"$$p\""; \
##############################################
tix-8.4.3/Makefile.in-246-test: binaries libraries
tix-8.4.3/Makefile.in:247:	$(WISH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) | cat
tix-8.4.3/Makefile.in-248-
##############################################
tix-8.4.3/Makefile.in-252-demo: binaries libraries
tix-8.4.3/Makefile.in:253:	$(WISH) `@CYGPATH@ $(srcdir)/demos/tixwidgets.tcl` $(TESTFLAGS) | cat
tix-8.4.3/Makefile.in-254-
##############################################
tix-8.4.3/Makefile.in-280-# tkpkg.$(OBJEXT): $(srcdir)/src/win/tkpkg.c
tix-8.4.3/Makefile.in:281:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/tkpkg.c` -o $@
tix-8.4.3/Makefile.in-282-#
##############################################
tix-8.4.3/Makefile.in-292-.c.@OBJEXT@:
tix-8.4.3/Makefile.in:293:	$(COMPILE) -c `@CYGPATH@ $<`
tix-8.4.3/Makefile.in-294-
##############################################
tix-8.4.3/Makefile.in-336-	    $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; \
tix-8.4.3/Makefile.in:337:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tix-8.4.3/Makefile.in-338-	    if test "x$$ext" = "xdll"; then \
tix-8.4.3/Makefile.in:339:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tix-8.4.3/Makefile.in-340-		if test -f $$lib; then \
##############################################
tix-8.4.3/Makefile.in-349-	  if test -f $(srcdir)/$$p; then \
tix-8.4.3/Makefile.in:350:	    destp=`basename $$p`; \
tix-8.4.3/Makefile.in-351-	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkglibdir)/$$destp; \
##############################################
tix-8.4.3/Makefile.in-384-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tix-8.4.3/Makefile.in:385:	  p=`basename $$p`; \
tix-8.4.3/Makefile.in-386-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \