=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== mysqltcl-3.052/tests/test.test-115- set newid [mysqlinsertid $handle] mysqltcl-3.052/tests/test.test:116: set rname [lindex [lindex [mysqlsel $handle "select Name from Student where MatrNr = $newid" -list] 0] 0] mysqltcl-3.052/tests/test.test:117: mysqlexec $handle "DELETE FROM Student WHERE MatrNr = $newid" mysqltcl-3.052/tests/test.test-118- mysqlclose $handle ############################################## mysqltcl-3.052/tests/test.test-277- set newid [mysqlinsertid $handle] mysqltcl-3.052/tests/test.test:278: mysqlexec $handle "UPDATE Student SET Semester=12 WHERE MatrNr=$newid" mysqltcl-3.052/tests/test.test-279- mysqlinfo $handle info mysqltcl-3.052/tests/test.test:280: mysqlexec $handle "DELETE FROM Student WHERE MatrNr=$newid" mysqltcl-3.052/tests/test.test-281-} -result 1 ############################################## mysqltcl-3.052/tests/test.test-287- set mysqlstatus(nullvalue) NULL mysqltcl-3.052/tests/test.test:288: set res [lindex [mysqlsel $handle "select Name,Semester from Student where MatrNr=$id" -list] 0] mysqltcl-3.052/tests/test.test-289- lindex $res 1 ############################################## mysqltcl-3.052/tests/test.tcl-114- set newid [mysqlinsertid $handle] mysqltcl-3.052/tests/test.tcl:115: set rname [lindex [lindex [mysqlsel $handle "select Name from Student where MatrNr = $newid" -list] 0] 0] mysqltcl-3.052/tests/test.tcl:116: mysqlexec $handle "DELETE FROM Student WHERE MatrNr = $newid" mysqltcl-3.052/tests/test.tcl-117- mysqlclose $handle ############################################## mysqltcl-3.052/tests/test.tcl-249- set newid [mysqlinsertid $handle] mysqltcl-3.052/tests/test.tcl:250: mysqlexec $handle "UPDATE Student SET Semester=12 WHERE MatrNr=$newid" mysqltcl-3.052/tests/test.tcl-251- mysqlinfo $handle info mysqltcl-3.052/tests/test.tcl:252: mysqlexec $handle "DELETE FROM Student WHERE MatrNr=$newid" mysqltcl-3.052/tests/test.tcl-253-} -result 1 ############################################## mysqltcl-3.052/tests/test.tcl-259- set mysqlstatus(nullvalue) NULL mysqltcl-3.052/tests/test.tcl:260: set res [lindex [mysqlsel $handle "select Name,Semester from Student where MatrNr=$id" -list] 0] mysqltcl-3.052/tests/test.tcl-261- lindex $res 1 ############################################## mysqltcl-3.052/tests/binarytest.tcl-39-fconfigure $fhandle -translation binary -encoding binary mysqltcl-3.052/tests/binarytest.tcl:40:#set nbinary [lindex [lindex [mysqlsel $handle "SELECT data from Binarytest where id=$id" -list] 0] 0] mysqltcl-3.052/tests/binarytest.tcl:41:mysqlsel $handle "SELECT data from Binarytest where id=$id" mysqltcl-3.052/tests/binarytest.tcl-42-#set nbinary [encoding convertfrom [encoding system] [lindex [mysqlnext $handle] 0]] ############################################## mysqltcl-3.052/tests/binarytest.tcl-51-} mysqltcl-3.052/tests/binarytest.tcl:52:puts "Length in Mysql [mysqlsel $handle "SELECT LENGTH(data) from Binarytest where id=$id" -flatlist]" mysqltcl-3.052/tests/binarytest.tcl-53- ############################################## mysqltcl-3.052/tests/binarytest.tcl-56-set handle2 [mysqlconnect -user root -db uni -encoding binary] mysqltcl-3.052/tests/binarytest.tcl:57:mysqlexec $handle2 "Update Binarytest set data = '[mysqlescape $binary]' where id=$id" mysqltcl-3.052/tests/binarytest.tcl:58:mysqlsel $handle2 "SELECT data from Binarytest where id=$id" mysqltcl-3.052/tests/binarytest.tcl-59-set nbinary [lindex [mysqlnext $handle2] 0] ############################################## mysqltcl-3.052/tests/binarytest.tcl-71-} mysqltcl-3.052/tests/binarytest.tcl:72:puts "Length in Mysql [mysqlsel $handle2 "SELECT LENGTH(data) from Binarytest where id=$id" -flatlist]" mysqltcl-3.052/tests/binarytest.tcl-73- ############################################## mysqltcl-3.052/tests/binarytest.tcl-78-set handle2 [mysqlconnect -user root -db uni -encoding iso8859-1] mysqltcl-3.052/tests/binarytest.tcl:79:mysqlsel $handle2 "SELECT data from Binarytest where id=$id" mysqltcl-3.052/tests/binarytest.tcl-80-set nbinary [lindex [mysqlnext $handle2] 0] ############################################## mysqltcl-3.052/tests/binarytest.tcl:98:mysqlexec $handle3 "Update Binarytest set data = '$umlaute' where id=$id" mysqltcl-3.052/tests/binarytest.tcl:99:mysqlsel $handle3 "SELECT data from Binarytest where id=$id" mysqltcl-3.052/tests/binarytest.tcl-100-set umlauteOut [lindex [mysqlnext $handle3] 0] ############################################## mysqltcl-3.052/tests/binarytest.tcl-106- mysqltcl-3.052/tests/binarytest.tcl:107:puts "Length in Mysql [mysqlsel $handle3 "SELECT LENGTH(data) from Binarytest where id=$id" -flatlist]" mysqltcl-3.052/tests/binarytest.tcl-108- ############################################## mysqltcl-3.052/tclconfig/install-sh-93-then mysqltcl-3.052/tclconfig/install-sh:94: dst="$dst"/`basename $src` mysqltcl-3.052/tclconfig/install-sh-95-fi ############################################## mysqltcl-3.052/tclconfig/install-sh-98- mysqltcl-3.052/tclconfig/install-sh:99:dstdir=`dirname $dst` mysqltcl-3.052/tclconfig/install-sh-100-dsttmp=$dstdir/#inst.$$# ############################################## mysqltcl-3.052/tclconfig/tcl.m4-69- AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself]) mysqltcl-3.052/tclconfig/tcl.m4:70: with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'` mysqltcl-3.052/tclconfig/tcl.m4-71- fi ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-73- if test -f "${with_tclconfig}/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:74: ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-75- else ############################################## mysqltcl-3.052/tclconfig/tcl.m4-95- if test -f "$i/unix/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:96: ac_cv_c_tclconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-97- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-109- if test -f "$i/Tcl.framework/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:110: ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-111- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-122- if test -f "$i/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:123: ac_cv_c_tclconfig=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-124- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-130- if test x"${ac_cv_c_tclconfig}" = x ; then mysqltcl-3.052/tclconfig/tcl.m4:131: for i in `ls -d ${libdir} 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:132: `ls -d ${exec_prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:133: `ls -d ${prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-134- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## mysqltcl-3.052/tclconfig/tcl.m4-138- if test -f "$i/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:139: ac_cv_c_tclconfig=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-140- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-148- ${srcdir}/../tcl \ mysqltcl-3.052/tclconfig/tcl.m4:149: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:150: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:151: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do mysqltcl-3.052/tclconfig/tcl.m4-152- if test -f "$i/unix/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:153: ac_cv_c_tclconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-154- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-212- AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself]) mysqltcl-3.052/tclconfig/tcl.m4:213: with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'` mysqltcl-3.052/tclconfig/tcl.m4-214- fi ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-216- if test -f "${with_tkconfig}/tkConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:217: ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-218- else ############################################## mysqltcl-3.052/tclconfig/tcl.m4-238- if test -f "$i/unix/tkConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:239: ac_cv_c_tkconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-240- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-252- if test -f "$i/Tk.framework/tkConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:253: ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-254- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-260- if test x"${ac_cv_c_tkconfig}" = x ; then mysqltcl-3.052/tclconfig/tcl.m4:261: for i in `ls -d ${libdir} 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:262: `ls -d ${exec_prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:263: `ls -d ${prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-264- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## mysqltcl-3.052/tclconfig/tcl.m4-268- if test -f "$i/tkConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:269: ac_cv_c_tkconfig=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-270- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-281- if test -f "$i/tclConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:282: ac_cv_c_tclconfig=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-283- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-291- ${srcdir}/../tk \ mysqltcl-3.052/tclconfig/tcl.m4:292: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:293: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:294: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do mysqltcl-3.052/tclconfig/tcl.m4-295- if test -f "$i/unix/tkConfig.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:296: ac_cv_c_tkconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-297- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-364- if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then mysqltcl-3.052/tclconfig/tcl.m4:365: for i in "`cd ${TCL_BIN_DIR}; pwd`" \ mysqltcl-3.052/tclconfig/tcl.m4:366: "`cd ${TCL_BIN_DIR}/../..; pwd`"; do mysqltcl-3.052/tclconfig/tcl.m4:367: if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then mysqltcl-3.052/tclconfig/tcl.m4:368: TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}" mysqltcl-3.052/tclconfig/tcl.m4-369- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-452- if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then mysqltcl-3.052/tclconfig/tcl.m4:453: for i in "`cd ${TK_BIN_DIR}; pwd`" \ mysqltcl-3.052/tclconfig/tcl.m4:454: "`cd ${TK_BIN_DIR}/../..; pwd`"; do mysqltcl-3.052/tclconfig/tcl.m4:455: if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then mysqltcl-3.052/tclconfig/tcl.m4:456: TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}" mysqltcl-3.052/tclconfig/tcl.m4-457- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-831- if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then mysqltcl-3.052/tclconfig/tcl.m4:832: tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid` mysqltcl-3.052/tclconfig/tcl.m4-833- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-949- AC_MSG_CHECKING([if Windows/CE build is requested]) mysqltcl-3.052/tclconfig/tcl.m4:950: AC_ARG_ENABLE(wince,[ --enable-wince enable Win/CE support (where applicable)], [doWince=$enableval], [doWince=no]) mysqltcl-3.052/tclconfig/tcl.m4-951- AC_MSG_RESULT([$doWince]) ############################################## mysqltcl-3.052/tclconfig/tcl.m4-979- UNSHARED_LIB_SUFFIX="" mysqltcl-3.052/tclconfig/tcl.m4:980: TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`' mysqltcl-3.052/tclconfig/tcl.m4:981: ECHO_VERSION='`echo ${PACKAGE_VERSION}`' mysqltcl-3.052/tclconfig/tcl.m4-982- TCL_LIB_VERSIONS_OK=ok ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1010- fi mysqltcl-3.052/tclconfig/tcl.m4:1011: MSSDK=`echo "$MSSDK" | sed -e 's!\\\!/!g'` mysqltcl-3.052/tclconfig/tcl.m4-1012- PATH64="" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1074- fi mysqltcl-3.052/tclconfig/tcl.m4:1075: WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'` mysqltcl-3.052/tclconfig/tcl.m4:1076: SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'` mysqltcl-3.052/tclconfig/tcl.m4-1077- if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \ ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1119- RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\"" mysqltcl-3.052/tclconfig/tcl.m4:1120: arch=`echo ${ARCH} | awk '{print tolower([$]0)}'` mysqltcl-3.052/tclconfig/tcl.m4-1121- defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1132- CFLAGS_OPTIMIZE="-nologo -Ox" mysqltcl-3.052/tclconfig/tcl.m4:1133: lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'` mysqltcl-3.052/tclconfig/tcl.m4-1134- lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1344- if test "$GCC" = "yes" ; then mysqltcl-3.052/tclconfig/tcl.m4:1345: hpux_arch=`${CC} -dumpmachine` mysqltcl-3.052/tclconfig/tcl.m4-1346- case $hpux_arch in ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1591- # The -pthread needs to go in the CFLAGS, not LIBS mysqltcl-3.052/tclconfig/tcl.m4:1592: LIBS=`echo $LIBS | sed s/-pthread//` mysqltcl-3.052/tclconfig/tcl.m4-1593- CFLAGS="$CFLAGS -pthread" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1627- test -z "${MACOSX_DEPLOYMENT_TARGET}" || \ mysqltcl-3.052/tclconfig/tcl.m4:1628: test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F. '{print [$]2}'`" -lt 4 && \ mysqltcl-3.052/tclconfig/tcl.m4-1629- LDFLAGS="$LDFLAGS -prebind" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1646- test $do64bit_ok = no && test -n "${TK_BIN_DIR}" && \ mysqltcl-3.052/tclconfig/tcl.m4:1647: CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`" mysqltcl-3.052/tclconfig/tcl.m4-1648- ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1713- CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64" mysqltcl-3.052/tclconfig/tcl.m4:1714: LIBS=`echo $LIBS | sed s/-lpthreads//` mysqltcl-3.052/tclconfig/tcl.m4-1715- if test "$GCC" = "yes" ; then ############################################## mysqltcl-3.052/tclconfig/tcl.m4-1828- if test "$GCC" = "yes" ; then mysqltcl-3.052/tclconfig/tcl.m4:1829: if test "`gcc -dumpversion | awk -F. '{print [$]1}'`" -lt "3" ; then mysqltcl-3.052/tclconfig/tcl.m4-1830- AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system]) ############################################## mysqltcl-3.052/tclconfig/tcl.m4-2814- # this assumes it is in a VPATH dir mysqltcl-3.052/tclconfig/tcl.m4:2815: i=`basename $i` mysqltcl-3.052/tclconfig/tcl.m4-2816- # handle user calling this before or after TEA_SETUP_COMPILER mysqltcl-3.052/tclconfig/tcl.m4-2817- if test x"${OBJEXT}" != x ; then mysqltcl-3.052/tclconfig/tcl.m4:2818: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}" mysqltcl-3.052/tclconfig/tcl.m4-2819- else mysqltcl-3.052/tclconfig/tcl.m4:2820: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}" mysqltcl-3.052/tclconfig/tcl.m4-2821- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-2857- # this assumes it is in a VPATH dir mysqltcl-3.052/tclconfig/tcl.m4:2858: i=`basename $i` mysqltcl-3.052/tclconfig/tcl.m4-2859- # handle user calling this before or after TEA_SETUP_COMPILER mysqltcl-3.052/tclconfig/tcl.m4-2860- if test x"${OBJEXT}" != x ; then mysqltcl-3.052/tclconfig/tcl.m4:2861: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}" mysqltcl-3.052/tclconfig/tcl.m4-2862- else mysqltcl-3.052/tclconfig/tcl.m4:2863: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}" mysqltcl-3.052/tclconfig/tcl.m4-2864- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-2965- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib mysqltcl-3.052/tclconfig/tcl.m4:2966: i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'` mysqltcl-3.052/tclconfig/tcl.m4-2967- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3171- # the private libraries of Tcl and Tk. mysqltcl-3.052/tclconfig/tcl.m4:3172: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\"" mysqltcl-3.052/tclconfig/tcl.m4-3173- if test x"${TK_BIN_DIR}" != x ; then mysqltcl-3.052/tclconfig/tcl.m4:3174: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\"" mysqltcl-3.052/tclconfig/tcl.m4-3175- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3253- for i in \ mysqltcl-3.052/tclconfig/tcl.m4:3254: `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3255: `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3256: `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3257: `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3258: `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3259: `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3260: `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \ mysqltcl-3.052/tclconfig/tcl.m4:3261: `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do mysqltcl-3.052/tclconfig/tcl.m4-3262- if test -f "$i" ; then mysqltcl-3.052/tclconfig/tcl.m4:3263: tea_lib_name_dir=`dirname $i` mysqltcl-3.052/tclconfig/tcl.m4:3264: $1_LIB_NAME=`basename $i` mysqltcl-3.052/tclconfig/tcl.m4-3265- $1_LIB_PATH_NAME=$i ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3270- if test "${TEA_PLATFORM}" = "windows"; then mysqltcl-3.052/tclconfig/tcl.m4:3271: $1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\" mysqltcl-3.052/tclconfig/tcl.m4-3272- else ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3274- mysqltcl-3.052/tclconfig/tcl.m4:3275: tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'` mysqltcl-3.052/tclconfig/tcl.m4-3276- $1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3313- mysqltcl-3.052/tclconfig/tcl.m4:3314: TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}` mysqltcl-3.052/tclconfig/tcl.m4-3315- TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3337- TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else mysqltcl-3.052/tclconfig/tcl.m4:3338: TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi mysqltcl-3.052/tclconfig/tcl.m4-3339- ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3394- *TCL_FRAMEWORK*) mysqltcl-3.052/tclconfig/tcl.m4:3395: list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3396- ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3402- if test -f "${TCL_BIN_DIR}/Makefile" ; then mysqltcl-3.052/tclconfig/tcl.m4:3403: list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3404- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3410- list="$list \ mysqltcl-3.052/tclconfig/tcl.m4:3411: `ls -d ${temp_includedir} 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3412: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3413: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3414- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3416- if test x"${TCL_INCLUDE_SPEC}" != x ; then mysqltcl-3.052/tclconfig/tcl.m4:3417: d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'` mysqltcl-3.052/tclconfig/tcl.m4:3418: list="$list `ls -d ${d} 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3419- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3439- mysqltcl-3.052/tclconfig/tcl.m4:3440: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}` mysqltcl-3.052/tclconfig/tcl.m4-3441- ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3466- mysqltcl-3.052/tclconfig/tcl.m4:3467: TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}` mysqltcl-3.052/tclconfig/tcl.m4-3468- TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3549- *TK_FRAMEWORK*) mysqltcl-3.052/tclconfig/tcl.m4:3550: list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3551- ;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3557- if test -f "${TK_BIN_DIR}/Makefile" ; then mysqltcl-3.052/tclconfig/tcl.m4:3558: list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3559- fi ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3566- list="$list \ mysqltcl-3.052/tclconfig/tcl.m4:3567: `ls -d ${temp_includedir} 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3568: `ls -d ${TK_PREFIX}/include 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3569: `ls -d ${TK_BIN_DIR}/../include 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3570: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3571: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3572- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3593- mysqltcl-3.052/tclconfig/tcl.m4:3594: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}` mysqltcl-3.052/tclconfig/tcl.m4-3595- ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3604- if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then mysqltcl-3.052/tclconfig/tcl.m4:3605: INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`" mysqltcl-3.052/tclconfig/tcl.m4-3606- TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\" ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3647- fi mysqltcl-3.052/tclconfig/tcl.m4:3648: list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3649: `ls -d ${TCL_BIN_DIR}/.. 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3650: `ls -d ${TCL_PREFIX}/bin 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3651- for i in $list ; do mysqltcl-3.052/tclconfig/tcl.m4-3652- if test -f "$i/${TCLSH_PROG}" ; then mysqltcl-3.052/tclconfig/tcl.m4:3653: REAL_TCL_BIN_DIR="`cd "$i"; pwd`" mysqltcl-3.052/tclconfig/tcl.m4-3654- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3697- fi mysqltcl-3.052/tclconfig/tcl.m4:3698: list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3699: `ls -d ${TK_BIN_DIR}/.. 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3700: `ls -d ${TK_PREFIX}/bin 2>/dev/null`" mysqltcl-3.052/tclconfig/tcl.m4-3701- for i in $list ; do mysqltcl-3.052/tclconfig/tcl.m4-3702- if test -f "$i/${WISH_PROG}" ; then mysqltcl-3.052/tclconfig/tcl.m4:3703: REAL_TK_BIN_DIR="`cd "$i"; pwd`" mysqltcl-3.052/tclconfig/tcl.m4-3704- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3752- AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself]) mysqltcl-3.052/tclconfig/tcl.m4:3753: with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'` mysqltcl-3.052/tclconfig/tcl.m4-3754- fi;; ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3756- if test -f "${with_$1config}/$1Config.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:3757: ac_cv_c_$1config=`(cd ${with_$1config}; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3758- else ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3766- ../$1 \ mysqltcl-3.052/tclconfig/tcl.m4:3767: `ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3768: `ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3769: `ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3770: `ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3771- ../../$1 \ mysqltcl-3.052/tclconfig/tcl.m4:3772: `ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3773: `ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3774: `ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3775: `ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3776- ../../../$1 \ mysqltcl-3.052/tclconfig/tcl.m4:3777: `ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3778: `ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3779: `ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3780: `ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3781- ${srcdir}/../$1 \ mysqltcl-3.052/tclconfig/tcl.m4:3782: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3783: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3784: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3785: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3786- ; do mysqltcl-3.052/tclconfig/tcl.m4-3787- if test -f "$i/$1Config.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:3788: ac_cv_c_$1config=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3789- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3791- if test -f "$i/unix/$1Config.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:3792: ac_cv_c_$1config=`(cd $i/unix; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3793- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3799- if test x"${ac_cv_c_$1config}" = x ; then mysqltcl-3.052/tclconfig/tcl.m4:3800: for i in `ls -d ${libdir} 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3801: `ls -d ${exec_prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4:3802: `ls -d ${prefix}/lib 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3803- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3807- if test -f "$i/$1Config.sh" ; then mysqltcl-3.052/tclconfig/tcl.m4:3808: ac_cv_c_$1config=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3809- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3914- if test -d "${with_celibconfig}/inc" ; then mysqltcl-3.052/tclconfig/tcl.m4:3915: ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3916- else ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3930- ${srcdir}/../celib \ mysqltcl-3.052/tclconfig/tcl.m4:3931: `ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \ mysqltcl-3.052/tclconfig/tcl.m4-3932- ; do mysqltcl-3.052/tclconfig/tcl.m4-3933- if test -d "$i/inc" ; then mysqltcl-3.052/tclconfig/tcl.m4:3934: ac_cv_c_celibconfig=`(cd $i; pwd)` mysqltcl-3.052/tclconfig/tcl.m4-3935- break ############################################## mysqltcl-3.052/tclconfig/tcl.m4-3944- CELIB_DIR=${ac_cv_c_celibconfig} mysqltcl-3.052/tclconfig/tcl.m4:3945: CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` mysqltcl-3.052/tclconfig/tcl.m4-3946- AC_MSG_RESULT([found $CELIB_DIR]) ############################################## mysqltcl-3.052/doc/mysqltcl.man-268- set id [lb]lindex $row 0[rb] mysqltcl-3.052/doc/mysqltcl.man:269: set query2 [lb]::mysql::query $db "SELECT ADDRESS FROM ADDRESS WHERE FRIENDID=$ID"[rb] mysqltcl-3.052/doc/mysqltcl.man-270- ::mysql::map $query2 address { puts "address = $address" } ############################################## mysqltcl-3.052/doc/mysqltcl.n-528- set id [lindex $row 0] mysqltcl-3.052/doc/mysqltcl.n:529: set query2 [::mysql::query $db "SELECT ADDRESS FROM ADDRESS WHERE FRIENDID=$ID"] mysqltcl-3.052/doc/mysqltcl.n-530- ::mysql::map $query2 address { puts "address = $address" } ############################################## mysqltcl-3.052/doc/mysqltcl.html-327- set id [lindex $row 0] mysqltcl-3.052/doc/mysqltcl.html:328: set query2 [::mysql::query $db "SELECT ADDRESS FROM ADDRESS WHERE FRIENDID=$ID"] mysqltcl-3.052/doc/mysqltcl.html-329- ::mysql::map $query2 address { puts "address = $address" } ############################################## mysqltcl-3.052/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ mysqltcl-3.052/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then mysqltcl-3.052/configure-47- as_echo='print -r --' mysqltcl-3.052/configure-48- as_echo_n='print -rn --' mysqltcl-3.052/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then mysqltcl-3.052/configure-50- as_echo='printf %s\n' ############################################## mysqltcl-3.052/configure-52-else mysqltcl-3.052/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then mysqltcl-3.052/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## mysqltcl-3.052/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; mysqltcl-3.052/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; mysqltcl-3.052/configure-64- esac; ############################################## mysqltcl-3.052/configure-173- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && mysqltcl-3.052/configure:174: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 mysqltcl-3.052/configure-175-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## mysqltcl-3.052/configure-296- case $as_dir in #( mysqltcl-3.052/configure:297: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( mysqltcl-3.052/configure-298- *) as_qdir=$as_dir;; ############################################## mysqltcl-3.052/configure-361- { mysqltcl-3.052/configure:362: as_val=`expr "$@" || test $? -eq 1` mysqltcl-3.052/configure-363- } ############################################## mysqltcl-3.052/configure-368-# ---------------------------------------- mysqltcl-3.052/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are mysqltcl-3.052/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## mysqltcl-3.052/configure-431- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && mysqltcl-3.052/configure:432: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { mysqltcl-3.052/configure-433- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## mysqltcl-3.052/configure-522- esac; mysqltcl-3.052/configure:523: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( mysqltcl-3.052/configure-524- ???[sx]*):;;*)false;;esac;fi ############################################## mysqltcl-3.052/configure-798- case $ac_option in mysqltcl-3.052/configure:799: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; mysqltcl-3.052/configure-800- *=) ac_optarg= ;; ############################################## mysqltcl-3.052/configure-842- -disable-* | --disable-*) mysqltcl-3.052/configure:843: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` mysqltcl-3.052/configure-844- # Reject names that are not valid shell variable names. ############################################## mysqltcl-3.052/configure-847- ac_useropt_orig=$ac_useropt mysqltcl-3.052/configure:848: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` mysqltcl-3.052/configure-849- case $ac_user_opts in ############################################## mysqltcl-3.052/configure-868- -enable-* | --enable-*) mysqltcl-3.052/configure:869: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` mysqltcl-3.052/configure-870- # Reject names that are not valid shell variable names. ############################################## mysqltcl-3.052/configure-873- ac_useropt_orig=$ac_useropt mysqltcl-3.052/configure:874: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` mysqltcl-3.052/configure-875- case $ac_user_opts in ############################################## mysqltcl-3.052/configure-1072- -with-* | --with-*) mysqltcl-3.052/configure:1073: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` mysqltcl-3.052/configure-1074- # Reject names that are not valid shell variable names. ############################################## mysqltcl-3.052/configure-1077- ac_useropt_orig=$ac_useropt mysqltcl-3.052/configure:1078: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` mysqltcl-3.052/configure-1079- case $ac_user_opts in ############################################## mysqltcl-3.052/configure-1088- -without-* | --without-*) mysqltcl-3.052/configure:1089: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` mysqltcl-3.052/configure-1090- # Reject names that are not valid shell variable names. ############################################## mysqltcl-3.052/configure-1093- ac_useropt_orig=$ac_useropt mysqltcl-3.052/configure:1094: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` mysqltcl-3.052/configure-1095- case $ac_user_opts in ############################################## mysqltcl-3.052/configure-1126- *=*) mysqltcl-3.052/configure:1127: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` mysqltcl-3.052/configure-1128- # Reject names that are not valid shell variable names. ############################################## mysqltcl-3.052/configure-1147-if test -n "$ac_prev"; then mysqltcl-3.052/configure:1148: ac_option=--`echo $ac_prev | sed 's/_/-/g'` mysqltcl-3.052/configure-1149- as_fn_error $? "missing argument to $ac_option" ############################################## mysqltcl-3.052/configure-1169- */ ) mysqltcl-3.052/configure:1170: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` mysqltcl-3.052/configure-1171- eval $ac_var=\$ac_val;; ############################################## mysqltcl-3.052/configure-1206-ac_ls_di=`ls -di .` && mysqltcl-3.052/configure:1207:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || mysqltcl-3.052/configure-1208- as_fn_error $? "working directory cannot be determined" ############################################## mysqltcl-3.052/configure-1262-case $srcdir in mysqltcl-3.052/configure:1263:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; mysqltcl-3.052/configure-1264-esac ############################################## mysqltcl-3.052/configure-1305-By default, \`make install' will install all the files in mysqltcl-3.052/configure:1306:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify mysqltcl-3.052/configure:1307:an installation prefix other than \`$ac_default_prefix' using \`--prefix', mysqltcl-3.052/configure-1308-for instance \`--prefix=\$HOME'. ############################################## mysqltcl-3.052/configure-1396-*) mysqltcl-3.052/configure:1397: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` mysqltcl-3.052/configure-1398- # A ".." for each directory in $ac_dir_suffix. mysqltcl-3.052/configure:1399: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` mysqltcl-3.052/configure-1400- case $ac_top_builddir_sub in ############################################## mysqltcl-3.052/configure-1880- *\'*) mysqltcl-3.052/configure:1881: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; mysqltcl-3.052/configure-1882- esac ############################################## mysqltcl-3.052/configure-1963- case $ac_val in mysqltcl-3.052/configure:1964: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; mysqltcl-3.052/configure-1965- esac ############################################## mysqltcl-3.052/configure-1978- case $ac_val in mysqltcl-3.052/configure:1979: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; mysqltcl-3.052/configure-1980- esac ############################################## mysqltcl-3.052/configure-2098- set,) mysqltcl-3.052/configure:2099: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 mysqltcl-3.052/configure:2100:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} mysqltcl-3.052/configure-2101- ac_cache_corrupted=: ;; ############################################## mysqltcl-3.052/configure-2109- # differences in whitespace do not lead to failure. mysqltcl-3.052/configure:2110: ac_old_val_w=`echo x $ac_old_val` mysqltcl-3.052/configure:2111: ac_new_val_w=`echo x $ac_new_val` mysqltcl-3.052/configure-2112- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## mysqltcl-3.052/configure-2129- case $ac_new_val in mysqltcl-3.052/configure:2130: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; mysqltcl-3.052/configure-2131- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## mysqltcl-3.052/configure-2327-$as_echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;} mysqltcl-3.052/configure:2328: with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'` mysqltcl-3.052/configure-2329- fi ;; ############################################## mysqltcl-3.052/configure-2331- if test -f "${with_tclconfig}/tclConfig.sh" ; then mysqltcl-3.052/configure:2332: ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)` mysqltcl-3.052/configure-2333- else ############################################## mysqltcl-3.052/configure-2353- if test -f "$i/unix/tclConfig.sh" ; then mysqltcl-3.052/configure:2354: ac_cv_c_tclconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/configure-2355- break ############################################## mysqltcl-3.052/configure-2367- if test -f "$i/Tcl.framework/tclConfig.sh" ; then mysqltcl-3.052/configure:2368: ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)` mysqltcl-3.052/configure-2369- break ############################################## mysqltcl-3.052/configure-2380- if test -f "$i/tclConfig.sh" ; then mysqltcl-3.052/configure:2381: ac_cv_c_tclconfig=`(cd $i; pwd)` mysqltcl-3.052/configure-2382- break ############################################## mysqltcl-3.052/configure-2388- if test x"${ac_cv_c_tclconfig}" = x ; then mysqltcl-3.052/configure:2389: for i in `ls -d ${libdir} 2>/dev/null` \ mysqltcl-3.052/configure:2390: `ls -d ${exec_prefix}/lib 2>/dev/null` \ mysqltcl-3.052/configure:2391: `ls -d ${prefix}/lib 2>/dev/null` \ mysqltcl-3.052/configure-2392- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## mysqltcl-3.052/configure-2396- if test -f "$i/tclConfig.sh" ; then mysqltcl-3.052/configure:2397: ac_cv_c_tclconfig=`(cd $i; pwd)` mysqltcl-3.052/configure-2398- break ############################################## mysqltcl-3.052/configure-2406- ${srcdir}/../tcl \ mysqltcl-3.052/configure:2407: `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \ mysqltcl-3.052/configure:2408: `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \ mysqltcl-3.052/configure:2409: `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do mysqltcl-3.052/configure-2410- if test -f "$i/unix/tclConfig.sh" ; then mysqltcl-3.052/configure:2411: ac_cv_c_tclconfig=`(cd $i/unix; pwd)` mysqltcl-3.052/configure-2412- break ############################################## mysqltcl-3.052/configure-2466- if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then mysqltcl-3.052/configure:2467: for i in "`cd ${TCL_BIN_DIR}; pwd`" \ mysqltcl-3.052/configure:2468: "`cd ${TCL_BIN_DIR}/../..; pwd`"; do mysqltcl-3.052/configure:2469: if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then mysqltcl-3.052/configure:2470: TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}" mysqltcl-3.052/configure-2471- break ############################################## mysqltcl-3.052/configure-3002-$as_echo_n "checking whether the C compiler works... " >&6; } mysqltcl-3.052/configure:3003:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` mysqltcl-3.052/configure-3004- ############################################## mysqltcl-3.052/configure-3046- then :; else mysqltcl-3.052/configure:3047: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` mysqltcl-3.052/configure-3048- fi ############################################## mysqltcl-3.052/configure-3106- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; mysqltcl-3.052/configure:3107: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` mysqltcl-3.052/configure-3108- break;; ############################################## mysqltcl-3.052/configure-3215- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; mysqltcl-3.052/configure:3216: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` mysqltcl-3.052/configure-3217- break;; ############################################## mysqltcl-3.052/configure-3593-set x ${MAKE-make} mysqltcl-3.052/configure:3594:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` mysqltcl-3.052/configure-3595-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## mysqltcl-3.052/configure-3603-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. mysqltcl-3.052/configure:3604:case `${MAKE-make} -f conftest.make 2>/dev/null` in mysqltcl-3.052/configure-3605- *@@@%%%=?*=@@@%%%*) ############################################## mysqltcl-3.052/configure-3747- # Check for GNU $ac_path_GREP mysqltcl-3.052/configure:3748:case `"$ac_path_GREP" --version 2>&1` in mysqltcl-3.052/configure-3749-*GNU*) ############################################## mysqltcl-3.052/configure-3813- # Check for GNU $ac_path_EGREP mysqltcl-3.052/configure:3814:case `"$ac_path_EGREP" --version 2>&1` in mysqltcl-3.052/configure-3815-*GNU*) ############################################## mysqltcl-3.052/configure-3974-do : mysqltcl-3.052/configure:3975: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` mysqltcl-3.052/configure-3976-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## mysqltcl-3.052/configure-3979- cat >>confdefs.h <<_ACEOF mysqltcl-3.052/configure:3980:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 mysqltcl-3.052/configure-3981-_ACEOF ############################################## mysqltcl-3.052/configure-4753- # this assumes it is in a VPATH dir mysqltcl-3.052/configure:4754: i=`basename $i` mysqltcl-3.052/configure-4755- # handle user calling this before or after TEA_SETUP_COMPILER mysqltcl-3.052/configure-4756- if test x"${OBJEXT}" != x ; then mysqltcl-3.052/configure:4757: j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}" mysqltcl-3.052/configure-4758- else mysqltcl-3.052/configure:4759: j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}" mysqltcl-3.052/configure-4760- fi ############################################## mysqltcl-3.052/configure-4790- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib mysqltcl-3.052/configure:4791: i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'` mysqltcl-3.052/configure-4792- fi ############################################## mysqltcl-3.052/configure-4811- # this assumes it is in a VPATH dir mysqltcl-3.052/configure:4812: i=`basename $i` mysqltcl-3.052/configure-4813- # handle user calling this before or after TEA_SETUP_COMPILER mysqltcl-3.052/configure-4814- if test x"${OBJEXT}" != x ; then mysqltcl-3.052/configure:4815: j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}" mysqltcl-3.052/configure-4816- else mysqltcl-3.052/configure:4817: j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}" mysqltcl-3.052/configure-4818- fi ############################################## mysqltcl-3.052/configure-4901- *TCL_FRAMEWORK*) mysqltcl-3.052/configure:4902: list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`" mysqltcl-3.052/configure-4903- ;; ############################################## mysqltcl-3.052/configure-4909- if test -f "${TCL_BIN_DIR}/Makefile" ; then mysqltcl-3.052/configure:4910: list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`" mysqltcl-3.052/configure-4911- fi ############################################## mysqltcl-3.052/configure-4917- list="$list \ mysqltcl-3.052/configure:4918: `ls -d ${temp_includedir} 2>/dev/null` \ mysqltcl-3.052/configure:4919: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ mysqltcl-3.052/configure:4920: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" mysqltcl-3.052/configure-4921- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## mysqltcl-3.052/configure-4923- if test x"${TCL_INCLUDE_SPEC}" != x ; then mysqltcl-3.052/configure:4924: d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'` mysqltcl-3.052/configure:4925: list="$list `ls -d ${d} 2>/dev/null`" mysqltcl-3.052/configure-4926- fi ############################################## mysqltcl-3.052/configure-4949- mysqltcl-3.052/configure:4950: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}` mysqltcl-3.052/configure-4951- ############################################## mysqltcl-3.052/configure-5485- UNSHARED_LIB_SUFFIX="" mysqltcl-3.052/configure:5486: TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`' mysqltcl-3.052/configure:5487: ECHO_VERSION='`echo ${PACKAGE_VERSION}`' mysqltcl-3.052/configure-5488- TCL_LIB_VERSIONS_OK=ok ############################################## mysqltcl-3.052/configure-5550- fi mysqltcl-3.052/configure:5551: MSSDK=`echo "$MSSDK" | sed -e 's!\\\!/!g'` mysqltcl-3.052/configure-5552- PATH64="" ############################################## mysqltcl-3.052/configure-5604- if test -d "${with_celibconfig}/inc" ; then mysqltcl-3.052/configure:5605: ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)` mysqltcl-3.052/configure-5606- else ############################################## mysqltcl-3.052/configure-5620- ${srcdir}/../celib \ mysqltcl-3.052/configure:5621: `ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \ mysqltcl-3.052/configure-5622- ; do mysqltcl-3.052/configure-5623- if test -d "$i/inc" ; then mysqltcl-3.052/configure:5624: ac_cv_c_celibconfig=`(cd $i; pwd)` mysqltcl-3.052/configure-5625- break ############################################## mysqltcl-3.052/configure-5636- CELIB_DIR=${ac_cv_c_celibconfig} mysqltcl-3.052/configure:5637: CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` mysqltcl-3.052/configure-5638- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $CELIB_DIR" >&5 ############################################## mysqltcl-3.052/configure-5676- fi mysqltcl-3.052/configure:5677: WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'` mysqltcl-3.052/configure:5678: SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'` mysqltcl-3.052/configure-5679- if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \ ############################################## mysqltcl-3.052/configure-5716- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib mysqltcl-3.052/configure:5717: i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'` mysqltcl-3.052/configure-5718- fi ############################################## mysqltcl-3.052/configure-5731- RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\"" mysqltcl-3.052/configure:5732: arch=`echo ${ARCH} | awk '{print tolower($0)}'` mysqltcl-3.052/configure-5733- defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS" ############################################## mysqltcl-3.052/configure-5756- CFLAGS_OPTIMIZE="-nologo -Ox" mysqltcl-3.052/configure:5757: lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'` mysqltcl-3.052/configure-5758- lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo" ############################################## mysqltcl-3.052/configure-6100- if test "$GCC" = "yes" ; then mysqltcl-3.052/configure:6101: hpux_arch=`${CC} -dumpmachine` mysqltcl-3.052/configure-6102- case $hpux_arch in ############################################## mysqltcl-3.052/configure-6428- # The -pthread needs to go in the CFLAGS, not LIBS mysqltcl-3.052/configure:6429: LIBS=`echo $LIBS | sed s/-pthread//` mysqltcl-3.052/configure-6430- CFLAGS="$CFLAGS -pthread" ############################################## mysqltcl-3.052/configure-6489- test -z "${MACOSX_DEPLOYMENT_TARGET}" || \ mysqltcl-3.052/configure:6490: test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F. '{print $2}'`" -lt 4 && \ mysqltcl-3.052/configure-6491- LDFLAGS="$LDFLAGS -prebind" ############################################## mysqltcl-3.052/configure-6533- test $do64bit_ok = no && test -n "${TK_BIN_DIR}" && \ mysqltcl-3.052/configure:6534: CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`" mysqltcl-3.052/configure-6535- ;; ############################################## mysqltcl-3.052/configure-6601- CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64" mysqltcl-3.052/configure:6602: LIBS=`echo $LIBS | sed s/-lpthreads//` mysqltcl-3.052/configure-6603- if test "$GCC" = "yes" ; then ############################################## mysqltcl-3.052/configure-6722- if test "$GCC" = "yes" ; then mysqltcl-3.052/configure:6723: if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then mysqltcl-3.052/configure-6724- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5 ############################################## mysqltcl-3.052/configure-7210-do : mysqltcl-3.052/configure:7211: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` mysqltcl-3.052/configure-7212-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## mysqltcl-3.052/configure-7214- cat >>confdefs.h <<_ACEOF mysqltcl-3.052/configure:7215:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 mysqltcl-3.052/configure-7216-_ACEOF ############################################## mysqltcl-3.052/configure-7361- # the private libraries of Tcl and Tk. mysqltcl-3.052/configure:7362: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\"" mysqltcl-3.052/configure-7363- if test x"${TK_BIN_DIR}" != x ; then mysqltcl-3.052/configure:7364: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\"" mysqltcl-3.052/configure-7365- fi ############################################## mysqltcl-3.052/configure-7495- fi mysqltcl-3.052/configure:7496: list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \ mysqltcl-3.052/configure:7497: `ls -d ${TCL_BIN_DIR}/.. 2>/dev/null` \ mysqltcl-3.052/configure:7498: `ls -d ${TCL_PREFIX}/bin 2>/dev/null`" mysqltcl-3.052/configure-7499- for i in $list ; do mysqltcl-3.052/configure-7500- if test -f "$i/${TCLSH_PROG}" ; then mysqltcl-3.052/configure:7501: REAL_TCL_BIN_DIR="`cd "$i"; pwd`" mysqltcl-3.052/configure-7502- break ############################################## mysqltcl-3.052/configure-7645-' mysqltcl-3.052/configure:7646:DEFS=`sed -n "$ac_script" confdefs.h` mysqltcl-3.052/configure-7647- ############################################## mysqltcl-3.052/configure-7654- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' mysqltcl-3.052/configure:7655: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` mysqltcl-3.052/configure-7656- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## mysqltcl-3.052/configure-7722-if test -z "$BASH_VERSION$ZSH_VERSION" \ mysqltcl-3.052/configure:7723: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then mysqltcl-3.052/configure-7724- as_echo='print -r --' mysqltcl-3.052/configure-7725- as_echo_n='print -rn --' mysqltcl-3.052/configure:7726:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then mysqltcl-3.052/configure-7727- as_echo='printf %s\n' ############################################## mysqltcl-3.052/configure-7729-else mysqltcl-3.052/configure:7730: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then mysqltcl-3.052/configure-7731- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## mysqltcl-3.052/configure-7739- expr "X$arg" : "X\\(.*\\)$as_nl"; mysqltcl-3.052/configure:7740: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; mysqltcl-3.052/configure-7741- esac; ############################################## mysqltcl-3.052/configure-7816-# ---------------------------------------- mysqltcl-3.052/configure:7817:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are mysqltcl-3.052/configure-7818-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## mysqltcl-3.052/configure-7888- { mysqltcl-3.052/configure:7889: as_val=`expr "$@" || test $? -eq 1` mysqltcl-3.052/configure-7890- } ############################################## mysqltcl-3.052/configure-7992- case $as_dir in #( mysqltcl-3.052/configure:7993: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( mysqltcl-3.052/configure-7994- *) as_qdir=$as_dir;; ############################################## mysqltcl-3.052/configure-8049- esac; mysqltcl-3.052/configure:8050: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( mysqltcl-3.052/configure-8051- ???[sx]*):;;*)false;;esac;fi ############################################## mysqltcl-3.052/configure-8126-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 mysqltcl-3.052/configure:8127:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" mysqltcl-3.052/configure-8128-ac_cs_version="\\ ############################################## mysqltcl-3.052/configure-8149- --*=?*) mysqltcl-3.052/configure:8150: ac_option=`expr "X$1" : 'X\([^=]*\)='` mysqltcl-3.052/configure:8151: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` mysqltcl-3.052/configure-8152- ac_shift=: ############################################## mysqltcl-3.052/configure-8154- --*=) mysqltcl-3.052/configure:8155: ac_option=`expr "X$1" : 'X\([^=]*\)='` mysqltcl-3.052/configure-8156- ac_optarg= ############################################## mysqltcl-3.052/configure-8178- case $ac_optarg in mysqltcl-3.052/configure:8179: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; mysqltcl-3.052/configure-8180- '') as_fn_error $? "missing file argument" ;; ############################################## mysqltcl-3.052/configure-8295-fi mysqltcl-3.052/configure:8296:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` mysqltcl-3.052/configure-8297-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## mysqltcl-3.052/configure-8312- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 mysqltcl-3.052/configure:8313:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` mysqltcl-3.052/configure-8314-ac_delim='%!_!# ' ############################################## mysqltcl-3.052/configure-8318- mysqltcl-3.052/configure:8319: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` mysqltcl-3.052/configure-8320- if test $ac_delim_n = $ac_delim_num; then ############################################## mysqltcl-3.052/configure-8480- esac mysqltcl-3.052/configure:8481: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac mysqltcl-3.052/configure-8482- as_fn_append ac_file_inputs " '$ac_f'" ############################################## mysqltcl-3.052/configure-8539-*) mysqltcl-3.052/configure:8540: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` mysqltcl-3.052/configure-8541- # A ".." for each directory in $ac_dir_suffix. mysqltcl-3.052/configure:8542: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` mysqltcl-3.052/configure-8543- case $ac_top_builddir_sub in ############################################## mysqltcl-3.052/configure-8595-/@mandir@/p' mysqltcl-3.052/configure:8596:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in mysqltcl-3.052/configure-8597-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## mysqltcl-3.052/configure-8612- mysqltcl-3.052/configure:8613:# Neutralize VPATH when `$srcdir' = `.'. mysqltcl-3.052/configure-8614-# Shell code in configure.ac might set extrasub. ############################################## mysqltcl-3.052/configure-8639-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && mysqltcl-3.052/configure:8640: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && mysqltcl-3.052/configure-8641- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## mysqltcl-3.052/Makefile.in-131-TCLLIBPATH = $(top_builddir) mysqltcl-3.052/Makefile.in:132:TCLSH_ENV = TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \ mysqltcl-3.052/Makefile.in-133- @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \ ############################################## mysqltcl-3.052/Makefile.in-135- TCLLIBPATH="$(TCLLIBPATH)" mysqltcl-3.052/Makefile.in:136:# TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library` mysqltcl-3.052/Makefile.in-137- ############################################## mysqltcl-3.052/Makefile.in-229- echo "Installing $$i"; \ mysqltcl-3.052/Makefile.in:230: rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \ mysqltcl-3.052/Makefile.in-231- $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \ ############################################## mysqltcl-3.052/Makefile.in-234-test: binaries libraries mysqltcl-3.052/Makefile.in:235: $(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) mysqltcl-3.052/Makefile.in-236- ############################################## mysqltcl-3.052/Makefile.in-272-# sample.$(OBJEXT): $(srcdir)/generic/sample.c mysqltcl-3.052/Makefile.in:273:# $(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@ mysqltcl-3.052/Makefile.in-274-# ############################################## mysqltcl-3.052/Makefile.in-282-.c.@OBJEXT@: mysqltcl-3.052/Makefile.in:283: $(COMPILE) -c `@CYGPATH@ $<` -o $@ mysqltcl-3.052/Makefile.in-284- ############################################## mysqltcl-3.052/Makefile.in-365- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p; \ mysqltcl-3.052/Makefile.in:366: stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \ mysqltcl-3.052/Makefile.in-367- if test "x$$stub" = "xstub"; then \ ############################################## mysqltcl-3.052/Makefile.in-373- fi; \ mysqltcl-3.052/Makefile.in:374: ext=`echo $$p|sed -e "s/.*\.//"`; \ mysqltcl-3.052/Makefile.in-375- if test "x$$ext" = "xdll"; then \ mysqltcl-3.052/Makefile.in:376: lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \ mysqltcl-3.052/Makefile.in-377- if test -f $$lib; then \ ############################################## mysqltcl-3.052/Makefile.in-385- if test -f $(srcdir)/$$p; then \ mysqltcl-3.052/Makefile.in:386: destp=`basename $$p`; \ mysqltcl-3.052/Makefile.in-387- echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \ ############################################## mysqltcl-3.052/Makefile.in-424- list='$(PKG_TCL_SOURCES)'; for p in $$list; do \ mysqltcl-3.052/Makefile.in:425: p=`basename $$p`; \ mysqltcl-3.052/Makefile.in-426- rm -f $(DESTDIR)$(pkglibdir)/$$p; \