=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== tkblt-3.2.23/Makefile.in-134-TCLLIBPATH = $(top_builddir) tkblt-3.2.23/Makefile.in:135:TCLSH_ENV = TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` tkblt-3.2.23/Makefile.in-136-PKG_ENV = @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \ ############################################## tkblt-3.2.23/Makefile.in-142- tkblt-3.2.23/Makefile.in:143:#WISH_ENV = TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library` tkblt-3.2.23/Makefile.in-144-#WISH_PROG = @WISH_PROG@ ############################################## tkblt-3.2.23/Makefile.in-248-test: binaries libraries tkblt-3.2.23/Makefile.in:249: $(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) \ tkblt-3.2.23/Makefile.in-250- -load "package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \ tkblt-3.2.23/Makefile.in:251: [list load `@CYGPATH@ $(PKG_LIB_FILE)` $(PACKAGE_NAME)]" tkblt-3.2.23/Makefile.in-252- ############################################## tkblt-3.2.23/Makefile.in-263- $(TCLSH_ENV) $(PKG_ENV) $(GDB) \ tkblt-3.2.23/Makefile.in:264: --args $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` \ tkblt-3.2.23/Makefile.in-265- $(TESTFLAGS) -singleproc 1 \ tkblt-3.2.23/Makefile.in-266- -load "package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \ tkblt-3.2.23/Makefile.in:267: [list load `@CYGPATH@ $(PKG_LIB_FILE)` $(PACKAGE_NAME)]" tkblt-3.2.23/Makefile.in-268- ############################################## tkblt-3.2.23/Makefile.in-270- $(TCLSH_ENV) $(PKG_ENV) $(VALGRIND) $(VALGRINDARGS) $(TCLSH_PROG) \ tkblt-3.2.23/Makefile.in:271: `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) tkblt-3.2.23/Makefile.in-272- ############################################## tkblt-3.2.23/Makefile.in-305-# sample.$(OBJEXT): $(srcdir)/generic/sample.c tkblt-3.2.23/Makefile.in:306:# $(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@ tkblt-3.2.23/Makefile.in-307-# ############################################## tkblt-3.2.23/Makefile.in-315-.c.@OBJEXT@: tkblt-3.2.23/Makefile.in:316: $(COMPILE) -c `@CYGPATH@ $<` -o $@ tkblt-3.2.23/Makefile.in-317- tkblt-3.2.23/Makefile.in-318-.C.@OBJEXT@: tkblt-3.2.23/Makefile.in:319: $(COMPILE_CXX) -c `@CYGPATH@ $<` -o $@ tkblt-3.2.23/Makefile.in-320- ############################################## tkblt-3.2.23/Makefile.in-405- $(INSTALL_LIBRARY) $$p $(DESTDIR)$(pkglibdir)/$$p; \ tkblt-3.2.23/Makefile.in:406: ext=`echo $$p|sed -e "s/.*\.//"`; \ tkblt-3.2.23/Makefile.in-407- if test "x$$ext" = "xdll"; then \ tkblt-3.2.23/Makefile.in:408: lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \ tkblt-3.2.23/Makefile.in-409- if test -f $$lib; then \ ############################################## tkblt-3.2.23/Makefile.in-417- if test -f $(srcdir)/$$p; then \ tkblt-3.2.23/Makefile.in:418: destp=`basename $$p`; \ tkblt-3.2.23/Makefile.in-419- echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \ ############################################## tkblt-3.2.23/Makefile.in-455- list='$(PKG_TCL_SOURCES)'; for p in $$list; do \ tkblt-3.2.23/Makefile.in:456: p=`basename $$p`; \ tkblt-3.2.23/Makefile.in-457- rm -f $(DESTDIR)$(pkglibdir)/$$p; \ ############################################## tkblt-3.2.23/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ tkblt-3.2.23/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then tkblt-3.2.23/configure-45- as_echo='print -r --' tkblt-3.2.23/configure-46- as_echo_n='print -rn --' tkblt-3.2.23/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then tkblt-3.2.23/configure-48- as_echo='printf %s\n' ############################################## tkblt-3.2.23/configure-50-else tkblt-3.2.23/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then tkblt-3.2.23/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## tkblt-3.2.23/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; tkblt-3.2.23/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; tkblt-3.2.23/configure-62- esac; ############################################## tkblt-3.2.23/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && tkblt-3.2.23/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 tkblt-3.2.23/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## tkblt-3.2.23/configure-324- case $as_dir in #( tkblt-3.2.23/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( tkblt-3.2.23/configure-326- *) as_qdir=$as_dir;; ############################################## tkblt-3.2.23/configure-397- { tkblt-3.2.23/configure:398: as_val=`expr "$@" || test $? -eq 1` tkblt-3.2.23/configure-399- } ############################################## tkblt-3.2.23/configure-404-# ---------------------------------------- tkblt-3.2.23/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are tkblt-3.2.23/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## tkblt-3.2.23/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && tkblt-3.2.23/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { tkblt-3.2.23/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## tkblt-3.2.23/configure-854- case $ac_option in tkblt-3.2.23/configure:855: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; tkblt-3.2.23/configure-856- *=) ac_optarg= ;; ############################################## tkblt-3.2.23/configure-898- -disable-* | --disable-*) tkblt-3.2.23/configure:899: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` tkblt-3.2.23/configure-900- # Reject names that are not valid shell variable names. ############################################## tkblt-3.2.23/configure-903- ac_useropt_orig=$ac_useropt tkblt-3.2.23/configure:904: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tkblt-3.2.23/configure-905- case $ac_user_opts in ############################################## tkblt-3.2.23/configure-924- -enable-* | --enable-*) tkblt-3.2.23/configure:925: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` tkblt-3.2.23/configure-926- # Reject names that are not valid shell variable names. ############################################## tkblt-3.2.23/configure-929- ac_useropt_orig=$ac_useropt tkblt-3.2.23/configure:930: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tkblt-3.2.23/configure-931- case $ac_user_opts in ############################################## tkblt-3.2.23/configure-1128- -with-* | --with-*) tkblt-3.2.23/configure:1129: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` tkblt-3.2.23/configure-1130- # Reject names that are not valid shell variable names. ############################################## tkblt-3.2.23/configure-1133- ac_useropt_orig=$ac_useropt tkblt-3.2.23/configure:1134: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tkblt-3.2.23/configure-1135- case $ac_user_opts in ############################################## tkblt-3.2.23/configure-1144- -without-* | --without-*) tkblt-3.2.23/configure:1145: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` tkblt-3.2.23/configure-1146- # Reject names that are not valid shell variable names. ############################################## tkblt-3.2.23/configure-1149- ac_useropt_orig=$ac_useropt tkblt-3.2.23/configure:1150: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tkblt-3.2.23/configure-1151- case $ac_user_opts in ############################################## tkblt-3.2.23/configure-1182- *=*) tkblt-3.2.23/configure:1183: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` tkblt-3.2.23/configure-1184- # Reject names that are not valid shell variable names. ############################################## tkblt-3.2.23/configure-1203-if test -n "$ac_prev"; then tkblt-3.2.23/configure:1204: ac_option=--`echo $ac_prev | sed 's/_/-/g'` tkblt-3.2.23/configure-1205- as_fn_error $? "missing argument to $ac_option" ############################################## tkblt-3.2.23/configure-1225- */ ) tkblt-3.2.23/configure:1226: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` tkblt-3.2.23/configure-1227- eval $ac_var=\$ac_val;; ############################################## tkblt-3.2.23/configure-1260-ac_ls_di=`ls -di .` && tkblt-3.2.23/configure:1261:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || tkblt-3.2.23/configure-1262- as_fn_error $? "working directory cannot be determined" ############################################## tkblt-3.2.23/configure-1316-case $srcdir in tkblt-3.2.23/configure:1317:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; tkblt-3.2.23/configure-1318-esac ############################################## tkblt-3.2.23/configure-1359-By default, \`make install' will install all the files in tkblt-3.2.23/configure:1360:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify tkblt-3.2.23/configure:1361:an installation prefix other than \`$ac_default_prefix' using \`--prefix', tkblt-3.2.23/configure-1362-for instance \`--prefix=\$HOME'. ############################################## tkblt-3.2.23/configure-1458-*) tkblt-3.2.23/configure:1459: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` tkblt-3.2.23/configure-1460- # A ".." for each directory in $ac_dir_suffix. tkblt-3.2.23/configure:1461: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` tkblt-3.2.23/configure-1462- case $ac_top_builddir_sub in ############################################## tkblt-3.2.23/configure-1893- *\'*) tkblt-3.2.23/configure:1894: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; tkblt-3.2.23/configure-1895- esac ############################################## tkblt-3.2.23/configure-1976- case $ac_val in tkblt-3.2.23/configure:1977: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; tkblt-3.2.23/configure-1978- esac ############################################## tkblt-3.2.23/configure-1991- case $ac_val in tkblt-3.2.23/configure:1992: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; tkblt-3.2.23/configure-1993- esac ############################################## tkblt-3.2.23/configure-2111- set,) tkblt-3.2.23/configure:2112: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 tkblt-3.2.23/configure:2113:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} tkblt-3.2.23/configure-2114- ac_cache_corrupted=: ;; ############################################## tkblt-3.2.23/configure-2122- # differences in whitespace do not lead to failure. tkblt-3.2.23/configure:2123: ac_old_val_w=`echo x $ac_old_val` tkblt-3.2.23/configure:2124: ac_new_val_w=`echo x $ac_new_val` tkblt-3.2.23/configure-2125- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## tkblt-3.2.23/configure-2142- case $ac_new_val in tkblt-3.2.23/configure:2143: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; tkblt-3.2.23/configure-2144- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## tkblt-3.2.23/configure-2402-$as_echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;} tkblt-3.2.23/configure:2403: with_tclconfig="`echo "${with_tclconfig}" | sed 's!/tclConfig\.sh$!!'`" tkblt-3.2.23/configure-2404- fi ;; ############################################## tkblt-3.2.23/configure-2406- if test -f "${with_tclconfig}/tclConfig.sh" ; then tkblt-3.2.23/configure:2407: ac_cv_c_tclconfig="`(cd "${with_tclconfig}"; pwd)`" tkblt-3.2.23/configure-2408- else ############################################## tkblt-3.2.23/configure-2429- -a -f "$i/win/tclConfig.sh" ; then tkblt-3.2.23/configure:2430: ac_cv_c_tclconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/configure-2431- break ############################################## tkblt-3.2.23/configure-2433- if test -f "$i/unix/tclConfig.sh" ; then tkblt-3.2.23/configure:2434: ac_cv_c_tclconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/configure-2435- break ############################################## tkblt-3.2.23/configure-2450- if test -f "$i/Tcl.framework/tclConfig.sh" ; then tkblt-3.2.23/configure:2451: ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`" tkblt-3.2.23/configure-2452- break ############################################## tkblt-3.2.23/configure-2463- if test -f "$i/tclConfig.sh" ; then tkblt-3.2.23/configure:2464: ac_cv_c_tclconfig="`(cd $i; pwd)`" tkblt-3.2.23/configure-2465- break ############################################## tkblt-3.2.23/configure-2471- if test x"${ac_cv_c_tclconfig}" = x ; then tkblt-3.2.23/configure:2472: for i in `ls -d ${libdir} 2>/dev/null` \ tkblt-3.2.23/configure:2473: `ls -d ${exec_prefix}/lib 2>/dev/null` \ tkblt-3.2.23/configure:2474: `ls -d ${prefix}/lib 2>/dev/null` \ tkblt-3.2.23/configure-2475- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## tkblt-3.2.23/configure-2487- if test -f "$i/tclConfig.sh" ; then tkblt-3.2.23/configure:2488: ac_cv_c_tclconfig="`(cd $i; pwd)`" tkblt-3.2.23/configure-2489- break ############################################## tkblt-3.2.23/configure-2497- ${srcdir}/../tcl \ tkblt-3.2.23/configure:2498: `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \ tkblt-3.2.23/configure:2499: `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \ tkblt-3.2.23/configure:2500: `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do tkblt-3.2.23/configure-2501- if test "${TEA_PLATFORM}" = "windows" \ tkblt-3.2.23/configure-2502- -a -f "$i/win/tclConfig.sh" ; then tkblt-3.2.23/configure:2503: ac_cv_c_tclconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/configure-2504- break ############################################## tkblt-3.2.23/configure-2506- if test -f "$i/unix/tclConfig.sh" ; then tkblt-3.2.23/configure:2507: ac_cv_c_tclconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/configure-2508- break ############################################## tkblt-3.2.23/configure-2872-$as_echo_n "checking whether the C compiler works... " >&6; } tkblt-3.2.23/configure:2873:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` tkblt-3.2.23/configure-2874- ############################################## tkblt-3.2.23/configure-2916- then :; else tkblt-3.2.23/configure:2917: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` tkblt-3.2.23/configure-2918- fi ############################################## tkblt-3.2.23/configure-2976- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; tkblt-3.2.23/configure:2977: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` tkblt-3.2.23/configure-2978- break;; ############################################## tkblt-3.2.23/configure-3085- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; tkblt-3.2.23/configure:3086: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` tkblt-3.2.23/configure-3087- break;; ############################################## tkblt-3.2.23/configure-3350- if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then tkblt-3.2.23/configure:3351: for i in "`cd "${TCL_BIN_DIR}"; pwd`" \ tkblt-3.2.23/configure:3352: "`cd "${TCL_BIN_DIR}"/../..; pwd`"; do tkblt-3.2.23/configure:3353: if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then tkblt-3.2.23/configure:3354: TCL_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TCL_LIB_FILE}" tkblt-3.2.23/configure-3355- break ############################################## tkblt-3.2.23/configure-3359- if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then tkblt-3.2.23/configure:3360: TCL_STUB_LIB_SPEC="-L`echo "${TCL_BIN_DIR}" | sed -e 's/ /\\\\ /g'` ${TCL_STUB_LIB_FLAG}" tkblt-3.2.23/configure-3361- TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}" ############################################## tkblt-3.2.23/configure-3512-$as_echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;} tkblt-3.2.23/configure:3513: with_tkconfig="`echo "${with_tkconfig}" | sed 's!/tkConfig\.sh$!!'`" tkblt-3.2.23/configure-3514- fi ;; ############################################## tkblt-3.2.23/configure-3516- if test -f "${with_tkconfig}/tkConfig.sh" ; then tkblt-3.2.23/configure:3517: ac_cv_c_tkconfig="`(cd "${with_tkconfig}"; pwd)`" tkblt-3.2.23/configure-3518- else ############################################## tkblt-3.2.23/configure-3539- -a -f "$i/win/tkConfig.sh" ; then tkblt-3.2.23/configure:3540: ac_cv_c_tkconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/configure-3541- break ############################################## tkblt-3.2.23/configure-3543- if test -f "$i/unix/tkConfig.sh" ; then tkblt-3.2.23/configure:3544: ac_cv_c_tkconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/configure-3545- break ############################################## tkblt-3.2.23/configure-3560- if test -f "$i/Tk.framework/tkConfig.sh" ; then tkblt-3.2.23/configure:3561: ac_cv_c_tkconfig="`(cd $i/Tk.framework; pwd)`" tkblt-3.2.23/configure-3562- break ############################################## tkblt-3.2.23/configure-3568- if test x"${ac_cv_c_tkconfig}" = x ; then tkblt-3.2.23/configure:3569: for i in `ls -d ${libdir} 2>/dev/null` \ tkblt-3.2.23/configure:3570: `ls -d ${exec_prefix}/lib 2>/dev/null` \ tkblt-3.2.23/configure:3571: `ls -d ${prefix}/lib 2>/dev/null` \ tkblt-3.2.23/configure-3572- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## tkblt-3.2.23/configure-3584- if test -f "$i/tkConfig.sh" ; then tkblt-3.2.23/configure:3585: ac_cv_c_tkconfig="`(cd $i; pwd)`" tkblt-3.2.23/configure-3586- break ############################################## tkblt-3.2.23/configure-3597- if test -f "$i/tkConfig.sh" ; then tkblt-3.2.23/configure:3598: ac_cv_c_tkconfig="`(cd $i; pwd)`" tkblt-3.2.23/configure-3599- break ############################################## tkblt-3.2.23/configure-3607- ${srcdir}/../tk \ tkblt-3.2.23/configure:3608: `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \ tkblt-3.2.23/configure:3609: `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \ tkblt-3.2.23/configure:3610: `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do tkblt-3.2.23/configure-3611- if test "${TEA_PLATFORM}" = "windows" \ tkblt-3.2.23/configure-3612- -a -f "$i/win/tkConfig.sh" ; then tkblt-3.2.23/configure:3613: ac_cv_c_tkconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/configure-3614- break ############################################## tkblt-3.2.23/configure-3616- if test -f "$i/unix/tkConfig.sh" ; then tkblt-3.2.23/configure:3617: ac_cv_c_tkconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/configure-3618- break ############################################## tkblt-3.2.23/configure-3670- if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then tkblt-3.2.23/configure:3671: for i in "`cd "${TK_BIN_DIR}"; pwd`" \ tkblt-3.2.23/configure:3672: "`cd "${TK_BIN_DIR}"/../..; pwd`"; do tkblt-3.2.23/configure:3673: if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then tkblt-3.2.23/configure:3674: TK_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TK_LIB_FILE}" tkblt-3.2.23/configure-3675- break ############################################## tkblt-3.2.23/configure-3679- if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then tkblt-3.2.23/configure:3680: TK_STUB_LIB_SPEC="-L` echo "${TK_BIN_DIR}" | sed -e 's/ /\\\\ /g'` ${TK_STUB_LIB_FLAG}" tkblt-3.2.23/configure-3681- TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}" ############################################## tkblt-3.2.23/configure-4453-set x ${MAKE-make} tkblt-3.2.23/configure:4454:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` tkblt-3.2.23/configure-4455-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## tkblt-3.2.23/configure-4463-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. tkblt-3.2.23/configure:4464:case `${MAKE-make} -f conftest.make 2>/dev/null` in tkblt-3.2.23/configure-4465- *@@@%%%=?*=@@@%%%*) ############################################## tkblt-3.2.23/configure-4606- # Check for GNU $ac_path_GREP tkblt-3.2.23/configure:4607:case `"$ac_path_GREP" --version 2>&1` in tkblt-3.2.23/configure-4608-*GNU*) ############################################## tkblt-3.2.23/configure-4672- # Check for GNU $ac_path_EGREP tkblt-3.2.23/configure:4673:case `"$ac_path_EGREP" --version 2>&1` in tkblt-3.2.23/configure-4674-*GNU*) ############################################## tkblt-3.2.23/configure-4833-do : tkblt-3.2.23/configure:4834: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` tkblt-3.2.23/configure-4835-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## tkblt-3.2.23/configure-4838- cat >>confdefs.h <<_ACEOF tkblt-3.2.23/configure:4839:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 tkblt-3.2.23/configure-4840-_ACEOF ############################################## tkblt-3.2.23/configure-5460- # this assumes it is in a VPATH dir tkblt-3.2.23/configure:5461: i=`basename $i` tkblt-3.2.23/configure-5462- # handle user calling this before or after TEA_SETUP_COMPILER tkblt-3.2.23/configure-5463- if test x"${OBJEXT}" != x ; then tkblt-3.2.23/configure:5464: j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}" tkblt-3.2.23/configure-5465- else tkblt-3.2.23/configure:5466: j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}" tkblt-3.2.23/configure-5467- fi ############################################## tkblt-3.2.23/configure-5500- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib tkblt-3.2.23/configure:5501: i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'` tkblt-3.2.23/configure-5502- fi ############################################## tkblt-3.2.23/configure-5524- # this assumes it is in a VPATH dir tkblt-3.2.23/configure:5525: i=`basename $i` tkblt-3.2.23/configure-5526- # handle user calling this before or after TEA_SETUP_COMPILER tkblt-3.2.23/configure-5527- if test x"${OBJEXT}" != x ; then tkblt-3.2.23/configure:5528: j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}" tkblt-3.2.23/configure-5529- else tkblt-3.2.23/configure:5530: j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}" tkblt-3.2.23/configure-5531- fi ############################################## tkblt-3.2.23/configure-5612- *TCL_FRAMEWORK*) tkblt-3.2.23/configure:5613: list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`" tkblt-3.2.23/configure-5614- ;; ############################################## tkblt-3.2.23/configure-5620- if test -f "${TCL_BIN_DIR}/Makefile" ; then tkblt-3.2.23/configure:5621: list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`" tkblt-3.2.23/configure-5622- fi ############################################## tkblt-3.2.23/configure-5628- list="$list \ tkblt-3.2.23/configure:5629: `ls -d ${temp_includedir} 2>/dev/null` \ tkblt-3.2.23/configure:5630: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/configure:5631: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" tkblt-3.2.23/configure-5632- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## tkblt-3.2.23/configure-5634- if test x"${TCL_INCLUDE_SPEC}" != x ; then tkblt-3.2.23/configure:5635: d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'` tkblt-3.2.23/configure:5636: list="$list `ls -d ${d} 2>/dev/null`" tkblt-3.2.23/configure-5637- fi ############################################## tkblt-3.2.23/configure-5660- tkblt-3.2.23/configure:5661: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}` tkblt-3.2.23/configure-5662- ############################################## tkblt-3.2.23/configure-5672- tkblt-3.2.23/configure:5673: TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}` tkblt-3.2.23/configure-5674- TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\" ############################################## tkblt-3.2.23/configure-5705- else tkblt-3.2.23/configure:5706: TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`" tkblt-3.2.23/configure-5707- fi ############################################## tkblt-3.2.23/configure-5755- *TK_FRAMEWORK*) tkblt-3.2.23/configure:5756: list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`" tkblt-3.2.23/configure-5757- ;; ############################################## tkblt-3.2.23/configure-5763- if test -f "${TK_BIN_DIR}/Makefile" ; then tkblt-3.2.23/configure:5764: list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`" tkblt-3.2.23/configure-5765- fi ############################################## tkblt-3.2.23/configure-5772- list="$list \ tkblt-3.2.23/configure:5773: `ls -d ${temp_includedir} 2>/dev/null` \ tkblt-3.2.23/configure:5774: `ls -d ${TK_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/configure:5775: `ls -d ${TK_BIN_DIR}/../include 2>/dev/null` \ tkblt-3.2.23/configure:5776: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/configure:5777: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" tkblt-3.2.23/configure-5778- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## tkblt-3.2.23/configure-5780- if test x"${TK_INCLUDE_SPEC}" != x ; then tkblt-3.2.23/configure:5781: d=`echo "${TK_INCLUDE_SPEC}" | sed -e 's/^-I//'` tkblt-3.2.23/configure:5782: list="$list `ls -d ${d} 2>/dev/null`" tkblt-3.2.23/configure-5783- fi ############################################## tkblt-3.2.23/configure-5806- tkblt-3.2.23/configure:5807: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}` tkblt-3.2.23/configure-5808- ############################################## tkblt-3.2.23/configure-5817- if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then tkblt-3.2.23/configure:5818: INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`" tkblt-3.2.23/configure-5819- TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\" ############################################## tkblt-3.2.23/configure-5831- tkblt-3.2.23/configure:5832: TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}` tkblt-3.2.23/configure-5833- TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\" ############################################## tkblt-3.2.23/configure-5875- else tkblt-3.2.23/configure:5876: TK_INCLUDES="${TK_INCLUDES} ${TK_INCLUDE_SPEC} `echo "${TK_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`" tkblt-3.2.23/configure-5877- fi ############################################## tkblt-3.2.23/configure-5933- for ac_var in incroot usrlibdir libdir; do tkblt-3.2.23/configure:5934: eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" tkblt-3.2.23/configure-5935- done ############################################## tkblt-3.2.23/configure-6043- LIBS=$ac_save_LIBS tkblt-3.2.23/configure:6044:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` tkblt-3.2.23/configure-6045-do ############################################## tkblt-3.2.23/configure-6872- # TEA specific: use PACKAGE_VERSION instead of VERSION tkblt-3.2.23/configure:6873: TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`' tkblt-3.2.23/configure:6874: ECHO_VERSION='`echo ${PACKAGE_VERSION}`' tkblt-3.2.23/configure-6875- TCL_LIB_VERSIONS_OK=ok ############################################## tkblt-3.2.23/configure-6999- fi tkblt-3.2.23/configure:7000: MSSDK=`echo "$MSSDK" | sed -e 's!\\\!/!g'` tkblt-3.2.23/configure-7001- PATH64="" ############################################## tkblt-3.2.23/configure-7053- if test -d "${with_celibconfig}/inc" ; then tkblt-3.2.23/configure:7054: ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)` tkblt-3.2.23/configure-7055- else ############################################## tkblt-3.2.23/configure-7069- ${srcdir}/../celib \ tkblt-3.2.23/configure:7070: `ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \ tkblt-3.2.23/configure-7071- ; do tkblt-3.2.23/configure-7072- if test -d "$i/inc" ; then tkblt-3.2.23/configure:7073: ac_cv_c_celibconfig=`(cd $i; pwd)` tkblt-3.2.23/configure-7074- break ############################################## tkblt-3.2.23/configure-7085- CELIB_DIR=${ac_cv_c_celibconfig} tkblt-3.2.23/configure:7086: CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` tkblt-3.2.23/configure-7087- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $CELIB_DIR" >&5 ############################################## tkblt-3.2.23/configure-7125- fi tkblt-3.2.23/configure:7126: WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'` tkblt-3.2.23/configure:7127: SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'` tkblt-3.2.23/configure-7128- if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \ ############################################## tkblt-3.2.23/configure-7148- fi tkblt-3.2.23/configure:7149: case "x`echo \${VisualStudioVersion}`" in tkblt-3.2.23/configure-7150- x1[4-9]*) ############################################## tkblt-3.2.23/configure-7156- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib tkblt-3.2.23/configure:7157: i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'` tkblt-3.2.23/configure-7158- fi ############################################## tkblt-3.2.23/configure-7183- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib tkblt-3.2.23/configure:7184: i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'` tkblt-3.2.23/configure-7185- fi ############################################## tkblt-3.2.23/configure-7198- RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\"" tkblt-3.2.23/configure:7199: arch=`echo ${ARCH} | awk '{print tolower($0)}'` tkblt-3.2.23/configure-7200- defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS" ############################################## tkblt-3.2.23/configure-7223- CFLAGS_OPTIMIZE="-nologo -Ox" tkblt-3.2.23/configure:7224: lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'` tkblt-3.2.23/configure-7225- lflags="${lflags} -MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo" ############################################## tkblt-3.2.23/configure-7423- # Make sure only first arg gets _r tkblt-3.2.23/configure:7424: CC=`echo "$CC" | sed -e 's/^\([^ ]*\)/\1_r/'` tkblt-3.2.23/configure-7425- ;; ############################################## tkblt-3.2.23/configure-7697- tkblt-3.2.23/configure:7698: case `${CC} -dumpmachine` in tkblt-3.2.23/configure-7699- hppa64*) ############################################## tkblt-3.2.23/configure-7887- # Don't link with -lpthread tkblt-3.2.23/configure:7888: LIBS=`echo $LIBS | sed s/-lpthread//` tkblt-3.2.23/configure-7889- CFLAGS="$CFLAGS -pthread" ############################################## tkblt-3.2.23/configure-7909- # The -pthread needs to go in the CFLAGS, not LIBS tkblt-3.2.23/configure:7910: LIBS=`echo $LIBS | sed s/-pthread//` tkblt-3.2.23/configure-7911- CFLAGS="$CFLAGS -pthread" ############################################## tkblt-3.2.23/configure-7930- # The -pthread needs to go in the LDFLAGS, not LIBS tkblt-3.2.23/configure:7931: LIBS=`echo $LIBS | sed s/-pthread//` tkblt-3.2.23/configure-7932- CFLAGS="$CFLAGS $PTHREAD_CFLAGS" ############################################## tkblt-3.2.23/configure-7937- # Version numbers are dot-stripped by system policy. tkblt-3.2.23/configure:7938: TCL_TRIM_DOTS=`echo ${PACKAGE_VERSION} | tr -d .` tkblt-3.2.23/configure-7939- UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' ############################################## tkblt-3.2.23/configure-8086- # TEA specific: link shlib with current and compatibility version flags tkblt-3.2.23/configure:8087: vers=`echo ${PACKAGE_VERSION} | sed -e 's/^\([0-9]\{1,5\}\)\(\(\.[0-9]\{1,3\}\)\{0,2\}\).*$/\1\2/p' -e d` tkblt-3.2.23/configure-8088- SHLIB_LD="${SHLIB_LD} -current_version ${vers:-0} -compatibility_version ${vers:-0}" ############################################## tkblt-3.2.23/configure-8090- # Don't use -prebind when building for Mac OS X 10.4 or later only: tkblt-3.2.23/configure:8091: if test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int($2)}'`" -lt 4 -a \ tkblt-3.2.23/configure:8092: "`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4; then : tkblt-3.2.23/configure-8093- ############################################## tkblt-3.2.23/configure-8155- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/configure:8156: eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' tkblt-3.2.23/configure-8157- done ############################################## tkblt-3.2.23/configure-8194- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/configure:8195: eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' tkblt-3.2.23/configure-8196- done ############################################## tkblt-3.2.23/configure-8231- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/configure:8232: eval $v'="`echo "$'$v' "|sed -e "s/-arch ppc64 / /g" -e "s/-arch x86_64 / /g"`"' tkblt-3.2.23/configure-8233- done ############################################## tkblt-3.2.23/configure-8272- CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64" tkblt-3.2.23/configure:8273: LIBS=`echo $LIBS | sed s/-lpthreads//` tkblt-3.2.23/configure-8274- if test "$GCC" = yes; then : ############################################## tkblt-3.2.23/configure-8364- tkblt-3.2.23/configure:8365: if test "`${CC} -dumpversion | awk -F. '{print $1}'`" -lt 3; then : tkblt-3.2.23/configure-8366- ############################################## tkblt-3.2.23/configure-9059-do : tkblt-3.2.23/configure:9060: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` tkblt-3.2.23/configure-9061-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## tkblt-3.2.23/configure-9063- cat >>confdefs.h <<_ACEOF tkblt-3.2.23/configure:9064:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 tkblt-3.2.23/configure-9065-_ACEOF ############################################## tkblt-3.2.23/configure-9226- if test x"${TK_BIN_DIR}" != x ; then tkblt-3.2.23/configure:9227: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\"" tkblt-3.2.23/configure-9228- fi tkblt-3.2.23/configure:9229: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\"" tkblt-3.2.23/configure-9230- if test "$GCC" = "yes"; then ############################################## tkblt-3.2.23/configure-9312- fi tkblt-3.2.23/configure:9313: list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \ tkblt-3.2.23/configure:9314: `ls -d ${TCL_BIN_DIR}/.. 2>/dev/null` \ tkblt-3.2.23/configure:9315: `ls -d ${TCL_PREFIX}/bin 2>/dev/null`" tkblt-3.2.23/configure-9316- for i in $list ; do tkblt-3.2.23/configure-9317- if test -f "$i/${TCLSH_PROG}" ; then tkblt-3.2.23/configure:9318: REAL_TCL_BIN_DIR="`cd "$i"; pwd`/" tkblt-3.2.23/configure-9319- break ############################################## tkblt-3.2.23/configure-9352- fi tkblt-3.2.23/configure:9353: list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \ tkblt-3.2.23/configure:9354: `ls -d ${TK_BIN_DIR}/.. 2>/dev/null` \ tkblt-3.2.23/configure:9355: `ls -d ${TK_PREFIX}/bin 2>/dev/null`" tkblt-3.2.23/configure-9356- for i in $list ; do tkblt-3.2.23/configure-9357- if test -f "$i/${WISH_PROG}" ; then tkblt-3.2.23/configure:9358: REAL_TK_BIN_DIR="`cd "$i"; pwd`/" tkblt-3.2.23/configure-9359- break ############################################## tkblt-3.2.23/configure-9383- else tkblt-3.2.23/configure:9384: eval tkblt_LIB_FLAG="-ltkblt`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" tkblt-3.2.23/configure:9385: eval tkblt_STUB_LIB_FLAG="-ltkbltstub`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" tkblt-3.2.23/configure-9386- fi tkblt-3.2.23/configure:9387: tkblt_BUILD_LIB_SPEC="-L`$CYGPATH $(pwd)` ${tkblt_LIB_FLAG}" tkblt-3.2.23/configure:9388: tkblt_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${tkblt_LIB_FLAG}" tkblt-3.2.23/configure:9389: tkblt_BUILD_STUB_LIB_SPEC="-L`$CYGPATH $(pwd)` ${tkblt_STUB_LIB_FLAG}" tkblt-3.2.23/configure:9390: tkblt_STUB_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${tkblt_STUB_LIB_FLAG}" tkblt-3.2.23/configure:9391: tkblt_BUILD_STUB_LIB_PATH="`$CYGPATH $(pwd)`/${PKG_STUB_LIB_FILE}" tkblt-3.2.23/configure:9392: tkblt_STUB_LIB_PATH="`$CYGPATH ${pkglibdir}`/${PKG_STUB_LIB_FILE}" tkblt-3.2.23/configure-9393- ############################################## tkblt-3.2.23/configure-9547-' tkblt-3.2.23/configure:9548:DEFS=`sed -n "$ac_script" confdefs.h` tkblt-3.2.23/configure-9549- ############################################## tkblt-3.2.23/configure-9556- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' tkblt-3.2.23/configure:9557: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` tkblt-3.2.23/configure-9558- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## tkblt-3.2.23/configure-9625-if test -z "$BASH_VERSION$ZSH_VERSION" \ tkblt-3.2.23/configure:9626: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then tkblt-3.2.23/configure-9627- as_echo='print -r --' tkblt-3.2.23/configure-9628- as_echo_n='print -rn --' tkblt-3.2.23/configure:9629:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then tkblt-3.2.23/configure-9630- as_echo='printf %s\n' ############################################## tkblt-3.2.23/configure-9632-else tkblt-3.2.23/configure:9633: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then tkblt-3.2.23/configure-9634- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## tkblt-3.2.23/configure-9642- expr "X$arg" : "X\\(.*\\)$as_nl"; tkblt-3.2.23/configure:9643: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; tkblt-3.2.23/configure-9644- esac; ############################################## tkblt-3.2.23/configure-9719-# ---------------------------------------- tkblt-3.2.23/configure:9720:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are tkblt-3.2.23/configure-9721-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## tkblt-3.2.23/configure-9791- { tkblt-3.2.23/configure:9792: as_val=`expr "$@" || test $? -eq 1` tkblt-3.2.23/configure-9793- } ############################################## tkblt-3.2.23/configure-9895- case $as_dir in #( tkblt-3.2.23/configure:9896: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( tkblt-3.2.23/configure-9897- *) as_qdir=$as_dir;; ############################################## tkblt-3.2.23/configure-10017-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 tkblt-3.2.23/configure:10018:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" tkblt-3.2.23/configure-10019-ac_cs_version="\\ ############################################## tkblt-3.2.23/configure-10039- --*=?*) tkblt-3.2.23/configure:10040: ac_option=`expr "X$1" : 'X\([^=]*\)='` tkblt-3.2.23/configure:10041: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` tkblt-3.2.23/configure-10042- ac_shift=: ############################################## tkblt-3.2.23/configure-10044- --*=) tkblt-3.2.23/configure:10045: ac_option=`expr "X$1" : 'X\([^=]*\)='` tkblt-3.2.23/configure-10046- ac_optarg= ############################################## tkblt-3.2.23/configure-10068- case $ac_optarg in tkblt-3.2.23/configure:10069: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; tkblt-3.2.23/configure-10070- '') as_fn_error $? "missing file argument" ;; ############################################## tkblt-3.2.23/configure-10186-fi tkblt-3.2.23/configure:10187:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` tkblt-3.2.23/configure-10188-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## tkblt-3.2.23/configure-10203- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 tkblt-3.2.23/configure:10204:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` tkblt-3.2.23/configure-10205-ac_delim='%!_!# ' ############################################## tkblt-3.2.23/configure-10209- tkblt-3.2.23/configure:10210: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` tkblt-3.2.23/configure-10211- if test $ac_delim_n = $ac_delim_num; then ############################################## tkblt-3.2.23/configure-10371- esac tkblt-3.2.23/configure:10372: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac tkblt-3.2.23/configure-10373- as_fn_append ac_file_inputs " '$ac_f'" ############################################## tkblt-3.2.23/configure-10430-*) tkblt-3.2.23/configure:10431: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` tkblt-3.2.23/configure-10432- # A ".." for each directory in $ac_dir_suffix. tkblt-3.2.23/configure:10433: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` tkblt-3.2.23/configure-10434- case $ac_top_builddir_sub in ############################################## tkblt-3.2.23/configure-10482-/@mandir@/p' tkblt-3.2.23/configure:10483:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in tkblt-3.2.23/configure-10484-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## tkblt-3.2.23/configure-10499- tkblt-3.2.23/configure:10500:# Neutralize VPATH when `$srcdir' = `.'. tkblt-3.2.23/configure-10501-# Shell code in configure.ac might set extrasub. ############################################## tkblt-3.2.23/configure-10525-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && tkblt-3.2.23/configure:10526: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && tkblt-3.2.23/configure-10527- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## tkblt-3.2.23/tclconfig/install-sh-225- fi tkblt-3.2.23/tclconfig/install-sh:226: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; tkblt-3.2.23/tclconfig/install-sh-227- *) ############################################## tkblt-3.2.23/tclconfig/install-sh-277- dstdir=$dst tkblt-3.2.23/tclconfig/install-sh:278: dst=$dstdir/`basename "$src"` tkblt-3.2.23/tclconfig/install-sh-279- dstdir_status=0 ############################################## tkblt-3.2.23/tclconfig/install-sh-359- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. tkblt-3.2.23/tclconfig/install-sh:360: ls_ld_tmpdir=`ls -ld "$tmpdir"` tkblt-3.2.23/tclconfig/install-sh-361- case $ls_ld_tmpdir in ############################################## tkblt-3.2.23/tclconfig/install-sh-366- $mkdirprog -m$different_mode -p -- "$tmpdir" && { tkblt-3.2.23/tclconfig/install-sh:367: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` tkblt-3.2.23/tclconfig/install-sh-368- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## tkblt-3.2.23/tclconfig/install-sh-426- case $prefix in tkblt-3.2.23/tclconfig/install-sh:427: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; tkblt-3.2.23/tclconfig/install-sh-428- *) qprefix=$prefix;; ############################################## tkblt-3.2.23/tclconfig/install-sh-475- if $copy_on_change && tkblt-3.2.23/tclconfig/install-sh:476: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && tkblt-3.2.23/tclconfig/install-sh:477: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && tkblt-3.2.23/tclconfig/install-sh-478- ############################################## tkblt-3.2.23/tclconfig/tcl.m4-64- AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself]) tkblt-3.2.23/tclconfig/tcl.m4:65: with_tclconfig="`echo "${with_tclconfig}" | sed 's!/tclConfig\.sh$!!'`" tkblt-3.2.23/tclconfig/tcl.m4-66- fi ;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-68- if test -f "${with_tclconfig}/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:69: ac_cv_c_tclconfig="`(cd "${with_tclconfig}"; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-70- else ############################################## tkblt-3.2.23/tclconfig/tcl.m4-91- -a -f "$i/win/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:92: ac_cv_c_tclconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-93- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-95- if test -f "$i/unix/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:96: ac_cv_c_tclconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-97- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-112- if test -f "$i/Tcl.framework/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:113: ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-114- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-125- if test -f "$i/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:126: ac_cv_c_tclconfig="`(cd $i; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-127- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-133- if test x"${ac_cv_c_tclconfig}" = x ; then tkblt-3.2.23/tclconfig/tcl.m4:134: for i in `ls -d ${libdir} 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:135: `ls -d ${exec_prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:136: `ls -d ${prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-137- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## tkblt-3.2.23/tclconfig/tcl.m4-149- if test -f "$i/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:150: ac_cv_c_tclconfig="`(cd $i; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-151- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-159- ${srcdir}/../tcl \ tkblt-3.2.23/tclconfig/tcl.m4:160: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:161: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:162: `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do tkblt-3.2.23/tclconfig/tcl.m4-163- if test "${TEA_PLATFORM}" = "windows" \ tkblt-3.2.23/tclconfig/tcl.m4-164- -a -f "$i/win/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:165: ac_cv_c_tclconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-166- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-168- if test -f "$i/unix/tclConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:169: ac_cv_c_tclconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-170- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-227- AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself]) tkblt-3.2.23/tclconfig/tcl.m4:228: with_tkconfig="`echo "${with_tkconfig}" | sed 's!/tkConfig\.sh$!!'`" tkblt-3.2.23/tclconfig/tcl.m4-229- fi ;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-231- if test -f "${with_tkconfig}/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:232: ac_cv_c_tkconfig="`(cd "${with_tkconfig}"; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-233- else ############################################## tkblt-3.2.23/tclconfig/tcl.m4-254- -a -f "$i/win/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:255: ac_cv_c_tkconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-256- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-258- if test -f "$i/unix/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:259: ac_cv_c_tkconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-260- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-275- if test -f "$i/Tk.framework/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:276: ac_cv_c_tkconfig="`(cd $i/Tk.framework; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-277- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-283- if test x"${ac_cv_c_tkconfig}" = x ; then tkblt-3.2.23/tclconfig/tcl.m4:284: for i in `ls -d ${libdir} 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:285: `ls -d ${exec_prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:286: `ls -d ${prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-287- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## tkblt-3.2.23/tclconfig/tcl.m4-299- if test -f "$i/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:300: ac_cv_c_tkconfig="`(cd $i; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-301- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-312- if test -f "$i/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:313: ac_cv_c_tkconfig="`(cd $i; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-314- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-322- ${srcdir}/../tk \ tkblt-3.2.23/tclconfig/tcl.m4:323: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:324: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:325: `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do tkblt-3.2.23/tclconfig/tcl.m4-326- if test "${TEA_PLATFORM}" = "windows" \ tkblt-3.2.23/tclconfig/tcl.m4-327- -a -f "$i/win/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:328: ac_cv_c_tkconfig="`(cd $i/win; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-329- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-331- if test -f "$i/unix/tkConfig.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:332: ac_cv_c_tkconfig="`(cd $i/unix; pwd)`" tkblt-3.2.23/tclconfig/tcl.m4-333- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-400- if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then tkblt-3.2.23/tclconfig/tcl.m4:401: for i in "`cd "${TCL_BIN_DIR}"; pwd`" \ tkblt-3.2.23/tclconfig/tcl.m4:402: "`cd "${TCL_BIN_DIR}"/../..; pwd`"; do tkblt-3.2.23/tclconfig/tcl.m4:403: if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then tkblt-3.2.23/tclconfig/tcl.m4:404: TCL_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TCL_LIB_FILE}" tkblt-3.2.23/tclconfig/tcl.m4-405- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-409- if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then tkblt-3.2.23/tclconfig/tcl.m4:410: TCL_STUB_LIB_SPEC="-L`echo "${TCL_BIN_DIR}" | sed -e 's/ /\\\\ /g'` ${TCL_STUB_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4-411- TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-517- if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then tkblt-3.2.23/tclconfig/tcl.m4:518: for i in "`cd "${TK_BIN_DIR}"; pwd`" \ tkblt-3.2.23/tclconfig/tcl.m4:519: "`cd "${TK_BIN_DIR}"/../..; pwd`"; do tkblt-3.2.23/tclconfig/tcl.m4:520: if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then tkblt-3.2.23/tclconfig/tcl.m4:521: TK_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TK_LIB_FILE}" tkblt-3.2.23/tclconfig/tcl.m4-522- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-526- if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then tkblt-3.2.23/tclconfig/tcl.m4:527: TK_STUB_LIB_SPEC="-L` echo "${TK_BIN_DIR}" | sed -e 's/ /\\\\ /g'` ${TK_STUB_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4-528- TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-614- fi tkblt-3.2.23/tclconfig/tcl.m4:615: list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:616: `ls -d ${TCL_BIN_DIR}/.. 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:617: `ls -d ${TCL_PREFIX}/bin 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-618- for i in $list ; do tkblt-3.2.23/tclconfig/tcl.m4-619- if test -f "$i/${TCLSH_PROG}" ; then tkblt-3.2.23/tclconfig/tcl.m4:620: REAL_TCL_BIN_DIR="`cd "$i"; pwd`/" tkblt-3.2.23/tclconfig/tcl.m4-621- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-672- fi tkblt-3.2.23/tclconfig/tcl.m4:673: list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:674: `ls -d ${TK_BIN_DIR}/.. 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:675: `ls -d ${TK_PREFIX}/bin 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-676- for i in $list ; do tkblt-3.2.23/tclconfig/tcl.m4-677- if test -f "$i/${WISH_PROG}" ; then tkblt-3.2.23/tclconfig/tcl.m4:678: REAL_TK_BIN_DIR="`cd "$i"; pwd`/" tkblt-3.2.23/tclconfig/tcl.m4-679- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1183- # TEA specific: use PACKAGE_VERSION instead of VERSION tkblt-3.2.23/tclconfig/tcl.m4:1184: TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`' tkblt-3.2.23/tclconfig/tcl.m4:1185: ECHO_VERSION='`echo ${PACKAGE_VERSION}`' tkblt-3.2.23/tclconfig/tcl.m4-1186- TCL_LIB_VERSIONS_OK=ok ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1211- fi tkblt-3.2.23/tclconfig/tcl.m4:1212: MSSDK=`echo "$MSSDK" | sed -e 's!\\\!/!g'` tkblt-3.2.23/tclconfig/tcl.m4-1213- PATH64="" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1275- fi tkblt-3.2.23/tclconfig/tcl.m4:1276: WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'` tkblt-3.2.23/tclconfig/tcl.m4:1277: SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'` tkblt-3.2.23/tclconfig/tcl.m4-1278- if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \ ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1298- fi tkblt-3.2.23/tclconfig/tcl.m4:1299: case "x`echo \${VisualStudioVersion}`" in tkblt-3.2.23/tclconfig/tcl.m4-1300- x1[[4-9]]*) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1328- RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\"" tkblt-3.2.23/tclconfig/tcl.m4:1329: arch=`echo ${ARCH} | awk '{print tolower([$]0)}'` tkblt-3.2.23/tclconfig/tcl.m4-1330- defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1341- CFLAGS_OPTIMIZE="-nologo -Ox" tkblt-3.2.23/tclconfig/tcl.m4:1342: lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'` tkblt-3.2.23/tclconfig/tcl.m4-1343- lflags="${lflags} -MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1429- # Make sure only first arg gets _r tkblt-3.2.23/tclconfig/tcl.m4:1430: CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'` tkblt-3.2.23/tclconfig/tcl.m4-1431- ;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1549- AS_IF([test "$GCC" = yes], [ tkblt-3.2.23/tclconfig/tcl.m4:1550: case `${CC} -dumpmachine` in tkblt-3.2.23/tclconfig/tcl.m4-1551- hppa64*) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1677- # Don't link with -lpthread tkblt-3.2.23/tclconfig/tcl.m4:1678: LIBS=`echo $LIBS | sed s/-lpthread//` tkblt-3.2.23/tclconfig/tcl.m4-1679- CFLAGS="$CFLAGS -pthread" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1695- # The -pthread needs to go in the CFLAGS, not LIBS tkblt-3.2.23/tclconfig/tcl.m4:1696: LIBS=`echo $LIBS | sed s/-pthread//` tkblt-3.2.23/tclconfig/tcl.m4-1697- CFLAGS="$CFLAGS -pthread" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1712- # The -pthread needs to go in the LDFLAGS, not LIBS tkblt-3.2.23/tclconfig/tcl.m4:1713: LIBS=`echo $LIBS | sed s/-pthread//` tkblt-3.2.23/tclconfig/tcl.m4-1714- CFLAGS="$CFLAGS $PTHREAD_CFLAGS" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1718- # Version numbers are dot-stripped by system policy. tkblt-3.2.23/tclconfig/tcl.m4:1719: TCL_TRIM_DOTS=`echo ${PACKAGE_VERSION} | tr -d .` tkblt-3.2.23/tclconfig/tcl.m4-1720- UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1783- # TEA specific: link shlib with current and compatibility version flags tkblt-3.2.23/tclconfig/tcl.m4:1784: vers=`echo ${PACKAGE_VERSION} | sed -e 's/^\([[0-9]]\{1,5\}\)\(\(\.[[0-9]]\{1,3\}\)\{0,2\}\).*$/\1\2/p' -e d` tkblt-3.2.23/tclconfig/tcl.m4-1785- SHLIB_LD="${SHLIB_LD} -current_version ${vers:-0} -compatibility_version ${vers:-0}" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1787- # Don't use -prebind when building for Mac OS X 10.4 or later only: tkblt-3.2.23/tclconfig/tcl.m4:1788: AS_IF([test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \ tkblt-3.2.23/tclconfig/tcl.m4:1789: "`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4], [ tkblt-3.2.23/tclconfig/tcl.m4-1790- LDFLAGS="$LDFLAGS -prebind"]) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1815- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/tclconfig/tcl.m4:1816: eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' tkblt-3.2.23/tclconfig/tcl.m4-1817- done ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1828- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/tclconfig/tcl.m4:1829: eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"' tkblt-3.2.23/tclconfig/tcl.m4-1830- done ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1843- for v in CFLAGS CPPFLAGS LDFLAGS; do tkblt-3.2.23/tclconfig/tcl.m4:1844: eval $v'="`echo "$'$v' "|sed -e "s/-arch ppc64 / /g" -e "s/-arch x86_64 / /g"`"' tkblt-3.2.23/tclconfig/tcl.m4-1845- done]) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1870- CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64" tkblt-3.2.23/tclconfig/tcl.m4:1871: LIBS=`echo $LIBS | sed s/-lpthreads//` tkblt-3.2.23/tclconfig/tcl.m4-1872- AS_IF([test "$GCC" = yes], [ ############################################## tkblt-3.2.23/tclconfig/tcl.m4-1940- AS_IF([test "$GCC" = yes], [ tkblt-3.2.23/tclconfig/tcl.m4:1941: AS_IF([test "`${CC} -dumpversion | awk -F. '{print [$]1}'`" -lt 3], [ tkblt-3.2.23/tclconfig/tcl.m4-1942- AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system]) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-2838- # this assumes it is in a VPATH dir tkblt-3.2.23/tclconfig/tcl.m4:2839: i=`basename $i` tkblt-3.2.23/tclconfig/tcl.m4-2840- # handle user calling this before or after TEA_SETUP_COMPILER tkblt-3.2.23/tclconfig/tcl.m4-2841- if test x"${OBJEXT}" != x ; then tkblt-3.2.23/tclconfig/tcl.m4:2842: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}" tkblt-3.2.23/tclconfig/tcl.m4-2843- else tkblt-3.2.23/tclconfig/tcl.m4:2844: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}" tkblt-3.2.23/tclconfig/tcl.m4-2845- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-2882- # this assumes it is in a VPATH dir tkblt-3.2.23/tclconfig/tcl.m4:2883: i=`basename $i` tkblt-3.2.23/tclconfig/tcl.m4-2884- # handle user calling this before or after TEA_SETUP_COMPILER tkblt-3.2.23/tclconfig/tcl.m4-2885- if test x"${OBJEXT}" != x ; then tkblt-3.2.23/tclconfig/tcl.m4:2886: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}" tkblt-3.2.23/tclconfig/tcl.m4-2887- else tkblt-3.2.23/tclconfig/tcl.m4:2888: j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}" tkblt-3.2.23/tclconfig/tcl.m4-2889- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-2990- # Convert foo.lib to -lfoo for GCC. No-op if not *.lib tkblt-3.2.23/tclconfig/tcl.m4:2991: i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'` tkblt-3.2.23/tclconfig/tcl.m4-2992- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3213- if test x"${TK_BIN_DIR}" != x ; then tkblt-3.2.23/tclconfig/tcl.m4:3214: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\"" tkblt-3.2.23/tclconfig/tcl.m4-3215- fi tkblt-3.2.23/tclconfig/tcl.m4:3216: SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\"" tkblt-3.2.23/tclconfig/tcl.m4-3217- if test "$GCC" = "yes"; then ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3305- for i in \ tkblt-3.2.23/tclconfig/tcl.m4:3306: `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3307: `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3308: `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3309: `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3310: `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3311: `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3312: `ls -dr /usr/lib64/$1[[0-9]]*.lib 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3313: `ls -dr /usr/lib64/lib$1[[0-9]]* 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3314: `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \ tkblt-3.2.23/tclconfig/tcl.m4:3315: `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do tkblt-3.2.23/tclconfig/tcl.m4-3316- if test -f "$i" ; then tkblt-3.2.23/tclconfig/tcl.m4:3317: tea_lib_name_dir=`dirname $i` tkblt-3.2.23/tclconfig/tcl.m4:3318: $1_LIB_NAME=`basename $i` tkblt-3.2.23/tclconfig/tcl.m4-3319- $1_LIB_PATH_NAME=$i ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3324- if test "${TEA_PLATFORM}" = "windows"; then tkblt-3.2.23/tclconfig/tcl.m4:3325: $1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\" tkblt-3.2.23/tclconfig/tcl.m4-3326- else ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3328- tkblt-3.2.23/tclconfig/tcl.m4:3329: tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'` tkblt-3.2.23/tclconfig/tcl.m4-3330- $1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3362- tkblt-3.2.23/tclconfig/tcl.m4:3363: TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}` tkblt-3.2.23/tclconfig/tcl.m4-3364- TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3395- else tkblt-3.2.23/tclconfig/tcl.m4:3396: TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`" tkblt-3.2.23/tclconfig/tcl.m4-3397- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3455- *TCL_FRAMEWORK*) tkblt-3.2.23/tclconfig/tcl.m4:3456: list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3457- ;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3463- if test -f "${TCL_BIN_DIR}/Makefile" ; then tkblt-3.2.23/tclconfig/tcl.m4:3464: list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3465- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3471- list="$list \ tkblt-3.2.23/tclconfig/tcl.m4:3472: `ls -d ${temp_includedir} 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3473: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3474: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3475- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3477- if test x"${TCL_INCLUDE_SPEC}" != x ; then tkblt-3.2.23/tclconfig/tcl.m4:3478: d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'` tkblt-3.2.23/tclconfig/tcl.m4:3479: list="$list `ls -d ${d} 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3480- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3500- tkblt-3.2.23/tclconfig/tcl.m4:3501: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}` tkblt-3.2.23/tclconfig/tcl.m4-3502- ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3529- tkblt-3.2.23/tclconfig/tcl.m4:3530: TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}` tkblt-3.2.23/tclconfig/tcl.m4-3531- TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3573- else tkblt-3.2.23/tclconfig/tcl.m4:3574: TK_INCLUDES="${TK_INCLUDES} ${TK_INCLUDE_SPEC} `echo "${TK_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`" tkblt-3.2.23/tclconfig/tcl.m4-3575- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3634- *TK_FRAMEWORK*) tkblt-3.2.23/tclconfig/tcl.m4:3635: list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3636- ;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3642- if test -f "${TK_BIN_DIR}/Makefile" ; then tkblt-3.2.23/tclconfig/tcl.m4:3643: list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3644- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3651- list="$list \ tkblt-3.2.23/tclconfig/tcl.m4:3652: `ls -d ${temp_includedir} 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3653: `ls -d ${TK_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3654: `ls -d ${TK_BIN_DIR}/../include 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3655: `ls -d ${TCL_PREFIX}/include 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3656: `ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3657- if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3659- if test x"${TK_INCLUDE_SPEC}" != x ; then tkblt-3.2.23/tclconfig/tcl.m4:3660: d=`echo "${TK_INCLUDE_SPEC}" | sed -e 's/^-I//'` tkblt-3.2.23/tclconfig/tcl.m4:3661: list="$list `ls -d ${d} 2>/dev/null`" tkblt-3.2.23/tclconfig/tcl.m4-3662- fi ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3682- tkblt-3.2.23/tclconfig/tcl.m4:3683: INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}` tkblt-3.2.23/tclconfig/tcl.m4-3684- ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3692- if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then tkblt-3.2.23/tclconfig/tcl.m4:3693: INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`" tkblt-3.2.23/tclconfig/tcl.m4-3694- TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\" ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3740- AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself]) tkblt-3.2.23/tclconfig/tcl.m4:3741: with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'` tkblt-3.2.23/tclconfig/tcl.m4-3742- fi;; ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3744- if test -f "${with_$1config}/$1Config.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:3745: ac_cv_c_$1config=`(cd ${with_$1config}; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-3746- else ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3754- ../$1 \ tkblt-3.2.23/tclconfig/tcl.m4:3755: `ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3756: `ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3757: `ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3758: `ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-3759- ../../$1 \ tkblt-3.2.23/tclconfig/tcl.m4:3760: `ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3761: `ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3762: `ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3763: `ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-3764- ../../../$1 \ tkblt-3.2.23/tclconfig/tcl.m4:3765: `ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3766: `ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3767: `ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3768: `ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-3769- ${srcdir}/../$1 \ tkblt-3.2.23/tclconfig/tcl.m4:3770: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3771: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3772: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3773: `ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-3774- ; do tkblt-3.2.23/tclconfig/tcl.m4-3775- if test -f "$i/$1Config.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:3776: ac_cv_c_$1config=`(cd $i; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-3777- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3779- if test -f "$i/unix/$1Config.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:3780: ac_cv_c_$1config=`(cd $i/unix; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-3781- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3787- if test x"${ac_cv_c_$1config}" = x ; then tkblt-3.2.23/tclconfig/tcl.m4:3788: for i in `ls -d ${libdir} 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3789: `ls -d ${exec_prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:3790: `ls -d ${prefix}/lib 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-3791- `ls -d /usr/local/lib 2>/dev/null` \ ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3797- if test -f "$i/$1Config.sh" ; then tkblt-3.2.23/tclconfig/tcl.m4:3798: ac_cv_c_$1config=`(cd $i; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-3799- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3901- if test "${TEA_PLATFORM}" = "windows" -a "$GCC" != "yes" ; then tkblt-3.2.23/tclconfig/tcl.m4:3902: TEA_ADD_LIBS([\"`${CYGPATH} ${$1_LIB_PATH}`\"]) tkblt-3.2.23/tclconfig/tcl.m4-3903- AC_MSG_RESULT([using $1_LIB_PATH ${$1_LIB_PATH}]) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3937- else tkblt-3.2.23/tclconfig/tcl.m4:3938: eval $1_LIB_FLAG="-l$1`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" tkblt-3.2.23/tclconfig/tcl.m4:3939: eval $1_STUB_LIB_FLAG="-l$1stub`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}" tkblt-3.2.23/tclconfig/tcl.m4-3940- fi tkblt-3.2.23/tclconfig/tcl.m4:3941: $1_BUILD_LIB_SPEC="-L`$CYGPATH $(pwd)` ${$1_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4:3942: $1_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${$1_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4:3943: $1_BUILD_STUB_LIB_SPEC="-L`$CYGPATH $(pwd)` [$]{$1_STUB_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4:3944: $1_STUB_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` [$]{$1_STUB_LIB_FLAG}" tkblt-3.2.23/tclconfig/tcl.m4:3945: $1_BUILD_STUB_LIB_PATH="`$CYGPATH $(pwd)`/[$]{PKG_STUB_LIB_FILE}" tkblt-3.2.23/tclconfig/tcl.m4:3946: $1_STUB_LIB_PATH="`$CYGPATH ${pkglibdir}`/[$]{PKG_STUB_LIB_FILE}" tkblt-3.2.23/tclconfig/tcl.m4-3947- ############################################## tkblt-3.2.23/tclconfig/tcl.m4-3991- if test -d "${with_celibconfig}/inc" ; then tkblt-3.2.23/tclconfig/tcl.m4:3992: ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-3993- else ############################################## tkblt-3.2.23/tclconfig/tcl.m4-4007- ${srcdir}/../celib \ tkblt-3.2.23/tclconfig/tcl.m4:4008: `ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4-4009- ; do tkblt-3.2.23/tclconfig/tcl.m4-4010- if test -d "$i/inc" ; then tkblt-3.2.23/tclconfig/tcl.m4:4011: ac_cv_c_celibconfig=`(cd $i; pwd)` tkblt-3.2.23/tclconfig/tcl.m4-4012- break ############################################## tkblt-3.2.23/tclconfig/tcl.m4-4021- CELIB_DIR=${ac_cv_c_celibconfig} tkblt-3.2.23/tclconfig/tcl.m4:4022: CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` tkblt-3.2.23/tclconfig/tcl.m4-4023- AC_MSG_RESULT([found $CELIB_DIR]) ############################################## tkblt-3.2.23/tclconfig/tcl.m4-4114- AC_CACHE_VAL(ac_cv_path_zip, [ tkblt-3.2.23/tclconfig/tcl.m4:4115: search_path=`echo ${PATH} | sed -e 's/:/ /g'` tkblt-3.2.23/tclconfig/tcl.m4-4116- for dir in $search_path ; do tkblt-3.2.23/tclconfig/tcl.m4:4117: for j in `ls -r $dir/zip 2> /dev/null` \ tkblt-3.2.23/tclconfig/tcl.m4:4118: `ls -r $dir/zip 2> /dev/null` ; do tkblt-3.2.23/tclconfig/tcl.m4-4119- if test x"$ac_cv_path_zip" = x ; then