===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
skktools-1.3.4/Makefile.am-45-TARDIR	      = $(srcdir)/..
skktools-1.3.4/Makefile.am:46:THEDATE	      = `$(DATE) '+%Y%m%d'`
skktools-1.3.4/Makefile.am-47-
skktools-1.3.4/Makefile.am-48-dist-hook:
skktools-1.3.4/Makefile.am:49:	rm -rf `find $(distdir) -name CVS`
skktools-1.3.4/Makefile.am-50-
##############################################
skktools-1.3.4/Makefile.in-58-
skktools-1.3.4/Makefile.in:59:SNAPBASE  = skktools-`$(DATE) '+%Y%m%d'`
skktools-1.3.4/Makefile.in-60-TARGETS = skkdic-expr$(EXEEXT) skkdic-sort$(EXEEXT) skkdic-count$(EXEEXT) @SKKDIC_EXPR2@
##############################################
skktools-1.3.4/acinclude.m4-27-            AC_MSG_CHECKING($1_CFLAGS)
skktools-1.3.4/acinclude.m4:28:            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
skktools-1.3.4/acinclude.m4-29-            AC_MSG_RESULT($$1_CFLAGS)
##############################################
skktools-1.3.4/acinclude.m4-31-            AC_MSG_CHECKING($1_LIBS)
skktools-1.3.4/acinclude.m4:32:            $1_LIBS=`$PKG_CONFIG --libs "$2"`
skktools-1.3.4/acinclude.m4-33-            AC_MSG_RESULT($$1_LIBS)
##############################################
skktools-1.3.4/acinclude.m4-38-            ## do set a variable so people can do so.
skktools-1.3.4/acinclude.m4:39:            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
skktools-1.3.4/acinclude.m4-40-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
##############################################
skktools-1.3.4/compile-67-	mingw/*)
skktools-1.3.4/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
skktools-1.3.4/compile-69-	  ;;
skktools-1.3.4/compile-70-	cygwin/*)
skktools-1.3.4/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
skktools-1.3.4/compile-72-	  ;;
skktools-1.3.4/compile-73-	wine/*)
skktools-1.3.4/compile:74:	  file=`winepath -w "$file" || echo "$file"`
skktools-1.3.4/compile-75-	  ;;
##############################################
skktools-1.3.4/compile-309-# Name of file we expect compiler to create.
skktools-1.3.4/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
skktools-1.3.4/compile-311-
##############################################
skktools-1.3.4/compile-315-# object file name, since that is what matters with a parallel build.
skktools-1.3.4/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
skktools-1.3.4/compile-317-while true; do
##############################################
skktools-1.3.4/config.guess-34-
skktools-1.3.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
skktools-1.3.4/config.guess-36-
##############################################
skktools-1.3.4/config.guess-102-: ${TMPDIR=/tmp} ;
skktools-1.3.4/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
skktools-1.3.4/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
skktools-1.3.4/config.guess-151-	EOF
skktools-1.3.4/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
skktools-1.3.4/config.guess-153-	;;
##############################################
skktools-1.3.4/config.guess-209-	    *)
skktools-1.3.4/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
skktools-1.3.4/config.guess-211-		;;
##############################################
skktools-1.3.4/config.guess-240-	*4.0)
skktools-1.3.4/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
skktools-1.3.4/config.guess-242-		;;
skktools-1.3.4/config.guess-243-	*5.*)
skktools-1.3.4/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
skktools-1.3.4/config.guess-245-		;;
##############################################
skktools-1.3.4/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
skktools-1.3.4/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
skktools-1.3.4/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
skktools-1.3.4/config.guess-288-	# 1.2 uses "1.2" for uname -r.
skktools-1.3.4/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
skktools-1.3.4/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
skktools-1.3.4/config.guess-348-    s390x:SunOS:*:*)
skktools-1.3.4/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-350-	exit ;;
skktools-1.3.4/config.guess-351-    sun4H:SunOS:5.*:*)
skktools-1.3.4/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-353-	exit ;;
skktools-1.3.4/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
skktools-1.3.4/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-356-	exit ;;
##############################################
skktools-1.3.4/config.guess-373-	fi
skktools-1.3.4/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-375-	exit ;;
##############################################
skktools-1.3.4/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
skktools-1.3.4/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-381-	exit ;;
##############################################
skktools-1.3.4/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
skktools-1.3.4/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
skktools-1.3.4/config.guess-390-	exit ;;
##############################################
skktools-1.3.4/config.guess-394-    sun*:*:4.2BSD:*)
skktools-1.3.4/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
skktools-1.3.4/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
skktools-1.3.4/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
skktools-1.3.4/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
skktools-1.3.4/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
skktools-1.3.4/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
skktools-1.3.4/config.guess-532-    *:IRIX*:*:*)
skktools-1.3.4/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
skktools-1.3.4/config.guess-534-	exit ;;
##############################################
skktools-1.3.4/config.guess-562-EOF
skktools-1.3.4/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
skktools-1.3.4/config.guess-564-		then
##############################################
skktools-1.3.4/config.guess-575-    *:AIX:*:[4567])
skktools-1.3.4/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
skktools-1.3.4/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
skktools-1.3.4/config.guess-610-    9000/[34678]??:HP-UX:*:*)
skktools-1.3.4/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
skktools-1.3.4/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
skktools-1.3.4/config.guess-664-EOF
skktools-1.3.4/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
skktools-1.3.4/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
skktools-1.3.4/config.guess-692-    ia64:HP-UX:*:*)
skktools-1.3.4/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
skktools-1.3.4/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
skktools-1.3.4/config.guess-722-EOF
skktools-1.3.4/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
skktools-1.3.4/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
skktools-1.3.4/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
skktools-1.3.4/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
skktools-1.3.4/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
skktools-1.3.4/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
skktools-1.3.4/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
skktools-1.3.4/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
skktools-1.3.4/config.guess-814-	    amd64)
skktools-1.3.4/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
skktools-1.3.4/config.guess-816-	    *)
skktools-1.3.4/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
skktools-1.3.4/config.guess-818-	esac
##############################################
skktools-1.3.4/config.guess-872-    prep*:SunOS:5.*:*)
skktools-1.3.4/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
skktools-1.3.4/config.guess-874-	exit ;;
##############################################
skktools-1.3.4/config.guess-876-	# the GNU system
skktools-1.3.4/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
skktools-1.3.4/config.guess-878-	exit ;;
##############################################
skktools-1.3.4/config.guess-880-	# other systems with GNU libc and userland
skktools-1.3.4/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
skktools-1.3.4/config.guess-882-	exit ;;
##############################################
skktools-1.3.4/config.guess-968-EOF
skktools-1.3.4/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
skktools-1.3.4/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
skktools-1.3.4/config.guess-1056-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
skktools-1.3.4/config.guess:1057:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
skktools-1.3.4/config.guess-1058-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
skktools-1.3.4/config.guess-1331-    *:DragonFly:*:*)
skktools-1.3.4/config.guess:1332:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
skktools-1.3.4/config.guess-1333-	exit ;;
##############################################
skktools-1.3.4/config.guess-1344-    i*86:skyos:*:*)
skktools-1.3.4/config.guess:1345:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
skktools-1.3.4/config.guess-1346-	exit ;;
##############################################
skktools-1.3.4/config.guess-1472-
skktools-1.3.4/config.guess:1473:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
skktools-1.3.4/config.guess-1474-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
skktools-1.3.4/config.sub-52-
skktools-1.3.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
skktools-1.3.4/config.sub-54-
##############################################
skktools-1.3.4/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
skktools-1.3.4/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
skktools-1.3.4/config.sub-117-case $maybe_os in
##############################################
skktools-1.3.4/config.sub-123-    os=-$maybe_os
skktools-1.3.4/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
skktools-1.3.4/config.sub-125-    ;;
##############################################
skktools-1.3.4/config.sub-127-    os=-linux-android
skktools-1.3.4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
skktools-1.3.4/config.sub-129-    ;;
skktools-1.3.4/config.sub-130-  *)
skktools-1.3.4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
skktools-1.3.4/config.sub-132-    if [ $basic_machine != $1 ]
skktools-1.3.4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
skktools-1.3.4/config.sub-134-    else os=; fi
##############################################
skktools-1.3.4/config.sub-181-		os=-sco5v6
skktools-1.3.4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-183-		;;
##############################################
skktools-1.3.4/config.sub-185-		os=-sco3.2v5
skktools-1.3.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-187-		;;
##############################################
skktools-1.3.4/config.sub-189-		os=-sco3.2v4
skktools-1.3.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-191-		;;
skktools-1.3.4/config.sub-192-	-sco3.2.[4-9]*)
skktools-1.3.4/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
skktools-1.3.4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-195-		;;
##############################################
skktools-1.3.4/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
skktools-1.3.4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-199-		;;
##############################################
skktools-1.3.4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
skktools-1.3.4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-203-		;;
##############################################
skktools-1.3.4/config.sub-205-		os=-sco3.2v2
skktools-1.3.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-207-		;;
skktools-1.3.4/config.sub-208-	-udk*)
skktools-1.3.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-210-		;;
##############################################
skktools-1.3.4/config.sub-212-		os=-isc2.2
skktools-1.3.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-214-		;;
##############################################
skktools-1.3.4/config.sub-218-	-isc*)
skktools-1.3.4/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
skktools-1.3.4/config.sub-220-		;;
##############################################
skktools-1.3.4/config.sub-230-	-ptx*)
skktools-1.3.4/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
skktools-1.3.4/config.sub-232-		;;
skktools-1.3.4/config.sub-233-	-windowsnt*)
skktools-1.3.4/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
skktools-1.3.4/config.sub-235-		;;
##############################################
skktools-1.3.4/config.sub-359-	*-*-*)
skktools-1.3.4/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
skktools-1.3.4/config.sub-361-		exit 1
##############################################
skktools-1.3.4/config.sub-479-	amd64-*)
skktools-1.3.4/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-481-		;;
##############################################
skktools-1.3.4/config.sub-521-	blackfin-*)
skktools-1.3.4/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-523-		os=-linux
##############################################
skktools-1.3.4/config.sub-529-	c54x-*)
skktools-1.3.4/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-531-		;;
skktools-1.3.4/config.sub-532-	c55x-*)
skktools-1.3.4/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-534-		;;
skktools-1.3.4/config.sub-535-	c6x-*)
skktools-1.3.4/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-537-		;;
##############################################
skktools-1.3.4/config.sub-732-	i*86v32)
skktools-1.3.4/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
skktools-1.3.4/config.sub-734-		os=-sysv32
##############################################
skktools-1.3.4/config.sub-736-	i*86v4*)
skktools-1.3.4/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
skktools-1.3.4/config.sub-738-		os=-sysv4
##############################################
skktools-1.3.4/config.sub-740-	i*86v)
skktools-1.3.4/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
skktools-1.3.4/config.sub-742-		os=-sysv
##############################################
skktools-1.3.4/config.sub-744-	i*86sol2)
skktools-1.3.4/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
skktools-1.3.4/config.sub-746-		os=-solaris2
##############################################
skktools-1.3.4/config.sub-774-	m68knommu-*)
skktools-1.3.4/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-776-		os=-linux
##############################################
skktools-1.3.4/config.sub-811-	mips3*-*)
skktools-1.3.4/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
skktools-1.3.4/config.sub-813-		;;
skktools-1.3.4/config.sub-814-	mips3*)
skktools-1.3.4/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
skktools-1.3.4/config.sub-816-		;;
##############################################
skktools-1.3.4/config.sub-829-	ms1-*)
skktools-1.3.4/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
skktools-1.3.4/config.sub-831-		;;
##############################################
skktools-1.3.4/config.sub-948-	parisc-*)
skktools-1.3.4/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-950-		os=-linux
##############################################
skktools-1.3.4/config.sub-964-	pc98-*)
skktools-1.3.4/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-966-		;;
##############################################
skktools-1.3.4/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
skktools-1.3.4/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-981-		;;
skktools-1.3.4/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
skktools-1.3.4/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-984-		;;
skktools-1.3.4/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
skktools-1.3.4/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-987-		;;
skktools-1.3.4/config.sub-988-	pentium4-*)
skktools-1.3.4/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-990-		;;
##############################################
skktools-1.3.4/config.sub-998-	ppc-* | ppcbe-*)
skktools-1.3.4/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-1000-		;;
##############################################
skktools-1.3.4/config.sub-1004-	ppcle-* | powerpclittle-*)
skktools-1.3.4/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-1006-		;;
##############################################
skktools-1.3.4/config.sub-1008-		;;
skktools-1.3.4/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-1010-		;;
##############################################
skktools-1.3.4/config.sub-1014-	ppc64le-* | powerpc64little-*)
skktools-1.3.4/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-1016-		;;
##############################################
skktools-1.3.4/config.sub-1097-	strongarm-* | thumb-*)
skktools-1.3.4/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
skktools-1.3.4/config.sub-1099-		;;
##############################################
skktools-1.3.4/config.sub-1227-	xscale-* | xscalee[bl]-*)
skktools-1.3.4/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
skktools-1.3.4/config.sub-1229-		;;
##############################################
skktools-1.3.4/config.sub-1304-	*)
skktools-1.3.4/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
skktools-1.3.4/config.sub-1306-		exit 1
##############################################
skktools-1.3.4/config.sub-1312-	*-digital*)
skktools-1.3.4/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
skktools-1.3.4/config.sub-1314-		;;
skktools-1.3.4/config.sub-1315-	*-commodore*)
skktools-1.3.4/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
skktools-1.3.4/config.sub-1317-		;;
##############################################
skktools-1.3.4/config.sub-1333-	-solaris1 | -solaris1.*)
skktools-1.3.4/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
skktools-1.3.4/config.sub-1335-		;;
##############################################
skktools-1.3.4/config.sub-1345-	-gnu/linux*)
skktools-1.3.4/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
skktools-1.3.4/config.sub-1347-		;;
##############################################
skktools-1.3.4/config.sub-1391-	-nto*)
skktools-1.3.4/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
skktools-1.3.4/config.sub-1393-		;;
##############################################
skktools-1.3.4/config.sub-1398-	-mac*)
skktools-1.3.4/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
skktools-1.3.4/config.sub-1400-		;;
##############################################
skktools-1.3.4/config.sub-1404-	-linux*)
skktools-1.3.4/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
skktools-1.3.4/config.sub-1406-		;;
skktools-1.3.4/config.sub-1407-	-sunos5*)
skktools-1.3.4/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
skktools-1.3.4/config.sub-1409-		;;
skktools-1.3.4/config.sub-1410-	-sunos6*)
skktools-1.3.4/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
skktools-1.3.4/config.sub-1412-		;;
##############################################
skktools-1.3.4/config.sub-1459-	-sinix5.*)
skktools-1.3.4/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
skktools-1.3.4/config.sub-1461-		;;
##############################################
skktools-1.3.4/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
skktools-1.3.4/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
skktools-1.3.4/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
skktools-1.3.4/config.sub-1515-		exit 1
##############################################
skktools-1.3.4/config.sub-1775-		esac
skktools-1.3.4/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
skktools-1.3.4/config.sub-1777-		;;
##############################################
skktools-1.3.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
skktools-1.3.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
skktools-1.3.4/configure-47-  as_echo='print -r --'
skktools-1.3.4/configure-48-  as_echo_n='print -rn --'
skktools-1.3.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
skktools-1.3.4/configure-50-  as_echo='printf %s\n'
##############################################
skktools-1.3.4/configure-52-else
skktools-1.3.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
skktools-1.3.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
skktools-1.3.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
skktools-1.3.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
skktools-1.3.4/configure-64-      esac;
##############################################
skktools-1.3.4/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
skktools-1.3.4/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
skktools-1.3.4/configure-174-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
skktools-1.3.4/configure-180-    PATH=/empty FPATH=/empty; export PATH FPATH
skktools-1.3.4/configure:181:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
skktools-1.3.4/configure:182:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
skktools-1.3.4/configure-183-  if (eval "$as_required") 2>/dev/null; then :
##############################################
skktools-1.3.4/configure-296-      case $as_dir in #(
skktools-1.3.4/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
skktools-1.3.4/configure-298-      *) as_qdir=$as_dir;;
##############################################
skktools-1.3.4/configure-361-  {
skktools-1.3.4/configure:362:    as_val=`expr "$@" || test $? -eq 1`
skktools-1.3.4/configure-363-  }
##############################################
skktools-1.3.4/configure-368-# ----------------------------------------
skktools-1.3.4/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
skktools-1.3.4/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
skktools-1.3.4/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
skktools-1.3.4/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
skktools-1.3.4/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
skktools-1.3.4/configure-522-	esac;
skktools-1.3.4/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
skktools-1.3.4/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
skktools-1.3.4/configure-804-  case $ac_option in
skktools-1.3.4/configure:805:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
skktools-1.3.4/configure-806-  *)	ac_optarg=yes ;;
##############################################
skktools-1.3.4/configure-847-  -disable-* | --disable-*)
skktools-1.3.4/configure:848:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
skktools-1.3.4/configure-849-    # Reject names that are not valid shell variable names.
##############################################
skktools-1.3.4/configure-852-    ac_useropt_orig=$ac_useropt
skktools-1.3.4/configure:853:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
skktools-1.3.4/configure-854-    case $ac_user_opts in
##############################################
skktools-1.3.4/configure-873-  -enable-* | --enable-*)
skktools-1.3.4/configure:874:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
skktools-1.3.4/configure-875-    # Reject names that are not valid shell variable names.
##############################################
skktools-1.3.4/configure-878-    ac_useropt_orig=$ac_useropt
skktools-1.3.4/configure:879:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
skktools-1.3.4/configure-880-    case $ac_user_opts in
##############################################
skktools-1.3.4/configure-1077-  -with-* | --with-*)
skktools-1.3.4/configure:1078:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
skktools-1.3.4/configure-1079-    # Reject names that are not valid shell variable names.
##############################################
skktools-1.3.4/configure-1082-    ac_useropt_orig=$ac_useropt
skktools-1.3.4/configure:1083:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
skktools-1.3.4/configure-1084-    case $ac_user_opts in
##############################################
skktools-1.3.4/configure-1093-  -without-* | --without-*)
skktools-1.3.4/configure:1094:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
skktools-1.3.4/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
skktools-1.3.4/configure-1098-    ac_useropt_orig=$ac_useropt
skktools-1.3.4/configure:1099:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
skktools-1.3.4/configure-1100-    case $ac_user_opts in
##############################################
skktools-1.3.4/configure-1131-  *=*)
skktools-1.3.4/configure:1132:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
skktools-1.3.4/configure-1133-    # Reject names that are not valid shell variable names.
##############################################
skktools-1.3.4/configure-1152-if test -n "$ac_prev"; then
skktools-1.3.4/configure:1153:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
skktools-1.3.4/configure-1154-  as_fn_error $? "missing argument to $ac_option"
##############################################
skktools-1.3.4/configure-1174-    */ )
skktools-1.3.4/configure:1175:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
skktools-1.3.4/configure-1176-      eval $ac_var=\$ac_val;;
##############################################
skktools-1.3.4/configure-1211-ac_ls_di=`ls -di .` &&
skktools-1.3.4/configure:1212:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
skktools-1.3.4/configure-1213-  as_fn_error $? "working directory cannot be determined"
##############################################
skktools-1.3.4/configure-1267-case $srcdir in
skktools-1.3.4/configure:1268:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
skktools-1.3.4/configure-1269-esac
##############################################
skktools-1.3.4/configure-1310-By default, \`make install' will install all the files in
skktools-1.3.4/configure:1311:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
skktools-1.3.4/configure:1312:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
skktools-1.3.4/configure-1313-for instance \`--prefix=\$HOME'.
##############################################
skktools-1.3.4/configure-1405-*)
skktools-1.3.4/configure:1406:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
skktools-1.3.4/configure-1407-  # A ".." for each directory in $ac_dir_suffix.
skktools-1.3.4/configure:1408:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
skktools-1.3.4/configure-1409-  case $ac_top_builddir_sub in
##############################################
skktools-1.3.4/configure-1889-    *\'*)
skktools-1.3.4/configure:1890:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
skktools-1.3.4/configure-1891-    esac
##############################################
skktools-1.3.4/configure-1972-      case $ac_val in
skktools-1.3.4/configure:1973:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
skktools-1.3.4/configure-1974-      esac
##############################################
skktools-1.3.4/configure-1987-	case $ac_val in
skktools-1.3.4/configure:1988:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
skktools-1.3.4/configure-1989-	esac
##############################################
skktools-1.3.4/configure-2107-    set,)
skktools-1.3.4/configure:2108:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
skktools-1.3.4/configure:2109:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
skktools-1.3.4/configure-2110-      ac_cache_corrupted=: ;;
##############################################
skktools-1.3.4/configure-2118-	# differences in whitespace do not lead to failure.
skktools-1.3.4/configure:2119:	ac_old_val_w=`echo x $ac_old_val`
skktools-1.3.4/configure:2120:	ac_new_val_w=`echo x $ac_new_val`
skktools-1.3.4/configure-2121-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
skktools-1.3.4/configure-2138-    case $ac_new_val in
skktools-1.3.4/configure:2139:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
skktools-1.3.4/configure-2140-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
skktools-1.3.4/configure-2313-if (
skktools-1.3.4/configure:2314:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
skktools-1.3.4/configure-2315-   if test "$*" = "X"; then
skktools-1.3.4/configure-2316-      # -L didn't work.
skktools-1.3.4/configure:2317:      set X `ls -t "$srcdir/configure" conftest.file`
skktools-1.3.4/configure-2318-   fi
##############################################
skktools-1.3.4/configure-2349-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
skktools-1.3.4/configure:2350:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
skktools-1.3.4/configure-2351-
skktools-1.3.4/configure-2352-# expand $ac_aux_dir to an absolute path
skktools-1.3.4/configure:2353:am_aux_dir=`cd $ac_aux_dir && pwd`
skktools-1.3.4/configure-2354-
##############################################
skktools-1.3.4/configure-2494-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
skktools-1.3.4/configure:2495:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
skktools-1.3.4/configure-2496-	     'mkdir (GNU coreutils) '* | \
##############################################
skktools-1.3.4/configure-2573-set x ${MAKE-make}
skktools-1.3.4/configure:2574:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
skktools-1.3.4/configure-2575-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
skktools-1.3.4/configure-2583-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
skktools-1.3.4/configure:2584:case `${MAKE-make} -f conftest.make 2>/dev/null` in
skktools-1.3.4/configure-2585-  *@@@%%%=?*=@@@%%%*)
##############################################
skktools-1.3.4/configure-2610-
skktools-1.3.4/configure:2611:if test "`cd $srcdir && pwd`" != "`pwd`"; then
skktools-1.3.4/configure-2612-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
skktools-1.3.4/configure-2632- PACKAGE=skktools
skktools-1.3.4/configure:2633: VERSION=`cat <"${srcdir}"/VERSION`
skktools-1.3.4/configure-2634-
##############################################
skktools-1.3.4/configure-2709-# Ignore all kinds of additional output from `make'.
skktools-1.3.4/configure:2710:case `$am_make -s -f confmf 2> /dev/null` in #(
skktools-1.3.4/configure-2711-*the\ am__doit\ target*)
##############################################
skktools-1.3.4/configure-2719-   echo '.include "confinc"' > confmf
skktools-1.3.4/configure:2720:   case `$am_make -s -f confmf 2> /dev/null` in #(
skktools-1.3.4/configure-2721-   *the\ am__doit\ target*)
##############################################
skktools-1.3.4/configure-3097-$as_echo_n "checking whether the C compiler works... " >&6; }
skktools-1.3.4/configure:3098:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
skktools-1.3.4/configure-3099-
##############################################
skktools-1.3.4/configure-3141-	then :; else
skktools-1.3.4/configure:3142:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
skktools-1.3.4/configure-3143-	fi
##############################################
skktools-1.3.4/configure-3201-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
skktools-1.3.4/configure:3202:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
skktools-1.3.4/configure-3203-	  break;;
##############################################
skktools-1.3.4/configure-3310-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
skktools-1.3.4/configure:3311:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
skktools-1.3.4/configure-3312-       break;;
##############################################
skktools-1.3.4/configure-3569-  if test "$am_compiler_list" = ""; then
skktools-1.3.4/configure:3570:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
skktools-1.3.4/configure-3571-  fi
##############################################
skktools-1.3.4/configure-3826-  # Check for GNU $ac_path_GREP
skktools-1.3.4/configure:3827:case `"$ac_path_GREP" --version 2>&1` in
skktools-1.3.4/configure-3828-*GNU*)
##############################################
skktools-1.3.4/configure-3892-  # Check for GNU $ac_path_EGREP
skktools-1.3.4/configure:3893:case `"$ac_path_EGREP" --version 2>&1` in
skktools-1.3.4/configure-3894-*GNU*)
##############################################
skktools-1.3.4/configure-4053-do :
skktools-1.3.4/configure:4054:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
skktools-1.3.4/configure-4055-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
skktools-1.3.4/configure-4058-  cat >>confdefs.h <<_ACEOF
skktools-1.3.4/configure:4059:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
skktools-1.3.4/configure-4060-_ACEOF
##############################################
skktools-1.3.4/configure-4739-  if test "$am_compiler_list" = ""; then
skktools-1.3.4/configure:4740:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
skktools-1.3.4/configure-4741-  fi
##############################################
skktools-1.3.4/configure-4875-test "x$ac_build_alias" = x &&
skktools-1.3.4/configure:4876:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
skktools-1.3.4/configure-4877-test "x$ac_build_alias" = x &&
skktools-1.3.4/configure-4878-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
skktools-1.3.4/configure:4879:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
skktools-1.3.4/configure-4880-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
skktools-1.3.4/configure-4899-IFS=$ac_save_IFS
skktools-1.3.4/configure:4900:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
skktools-1.3.4/configure-4901-
##############################################
skktools-1.3.4/configure-4910-else
skktools-1.3.4/configure:4911:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
skktools-1.3.4/configure-4912-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
skktools-1.3.4/configure-4932-IFS=$ac_save_IFS
skktools-1.3.4/configure:4933:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
skktools-1.3.4/configure-4934-
##############################################
skktools-1.3.4/configure-4960-if test "X`print -r -- -n 2>/dev/null`" = X-n && \
skktools-1.3.4/configure:4961:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
skktools-1.3.4/configure-4962-  ECHO='print -r --'
skktools-1.3.4/configure:4963:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
skktools-1.3.4/configure-4964-  ECHO='printf %s\n'
##############################################
skktools-1.3.4/configure-5029-  # Check for GNU $ac_path_SED
skktools-1.3.4/configure:5030:case `"$ac_path_SED" --version 2>&1` in
skktools-1.3.4/configure-5031-*GNU*)
##############################################
skktools-1.3.4/configure-5108-  # Check for GNU $ac_path_FGREP
skktools-1.3.4/configure:5109:case `"$ac_path_FGREP" --version 2>&1` in
skktools-1.3.4/configure-5110-*GNU*)
##############################################
skktools-1.3.4/configure-5188-    # gcc leaves a trailing carriage return which upsets mingw
skktools-1.3.4/configure:5189:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
skktools-1.3.4/configure-5190-  *)
skktools-1.3.4/configure:5191:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
skktools-1.3.4/configure-5192-  esac
##############################################
skktools-1.3.4/configure-5197-      # Canonicalize the pathname of ld
skktools-1.3.4/configure:5198:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
skktools-1.3.4/configure-5199-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
skktools-1.3.4/configure:5200:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
skktools-1.3.4/configure-5201-      done
##############################################
skktools-1.3.4/configure-5232-      # Break only if it was the GNU/non-GNU ld that we prefer.
skktools-1.3.4/configure:5233:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
skktools-1.3.4/configure-5234-      *GNU* | *'with BFD'*)
##############################################
skktools-1.3.4/configure-5263-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
skktools-1.3.4/configure:5264:case `$LD -v 2>&1 </dev/null` in
skktools-1.3.4/configure-5265-*GNU* | *'with BFD'*)
##############################################
skktools-1.3.4/configure-5308-	# Tru64's nm complains that /dev/null is an invalid object file
skktools-1.3.4/configure:5309:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
skktools-1.3.4/configure-5310-	*/dev/null* | *'Invalid file or object type'*)
##############################################
skktools-1.3.4/configure-5314-	*)
skktools-1.3.4/configure:5315:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
skktools-1.3.4/configure-5316-	  */dev/null*)
##############################################
skktools-1.3.4/configure-5442-
skktools-1.3.4/configure:5443:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
skktools-1.3.4/configure-5444-    *COFF*)
##############################################
skktools-1.3.4/configure-5554-    # And add a safety zone
skktools-1.3.4/configure:5555:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
skktools-1.3.4/configure:5556:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
skktools-1.3.4/configure-5557-    ;;
##############################################
skktools-1.3.4/configure-5582-    if test -n "$kargmax"; then
skktools-1.3.4/configure:5583:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
skktools-1.3.4/configure-5584-    else
##############################################
skktools-1.3.4/configure-5590-    if test -n "$lt_cv_sys_max_cmd_len"; then
skktools-1.3.4/configure:5591:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
skktools-1.3.4/configure:5592:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
skktools-1.3.4/configure-5593-    else
##############################################
skktools-1.3.4/configure-5602-      # we can't tell.
skktools-1.3.4/configure:5603:      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
skktools-1.3.4/configure-5604-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
skktools-1.3.4/configure-5606-      do
skktools-1.3.4/configure:5607:        i=`expr $i + 1`
skktools-1.3.4/configure-5608-        teststring=$teststring$teststring
##############################################
skktools-1.3.4/configure-5610-      # Only check the string length outside the loop.
skktools-1.3.4/configure:5611:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
skktools-1.3.4/configure-5612-      teststring=
##############################################
skktools-1.3.4/configure-5615-      # linker.  It appears as though 1/2 is a usable value.
skktools-1.3.4/configure:5616:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
skktools-1.3.4/configure-5617-    fi
##############################################
skktools-1.3.4/configure-5976-openbsd*)
skktools-1.3.4/configure:5977:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
skktools-1.3.4/configure-5978-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
skktools-1.3.4/configure-6477-# If we're using GNU nm, then use its standard symbol codes.
skktools-1.3.4/configure:6478:case `$NM -V 2>&1` in
skktools-1.3.4/configure-6479-*GNU* | *'with BFD'*)
##############################################
skktools-1.3.4/configure-6495-mingw*)
skktools-1.3.4/configure:6496:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
skktools-1.3.4/configure-6497-  ;;
##############################################
skktools-1.3.4/configure-6691-  test $ac_status = 0; }; then
skktools-1.3.4/configure:6692:    case `/usr/bin/file conftest.$ac_objext` in
skktools-1.3.4/configure-6693-      *ELF-32*)
##############################################
skktools-1.3.4/configure-6711-    if test "$lt_cv_prog_gnu_ld" = yes; then
skktools-1.3.4/configure:6712:      case `/usr/bin/file conftest.$ac_objext` in
skktools-1.3.4/configure-6713-	*32-bit*)
##############################################
skktools-1.3.4/configure-6723-    else
skktools-1.3.4/configure:6724:      case `/usr/bin/file conftest.$ac_objext` in
skktools-1.3.4/configure-6725-	*32-bit*)
##############################################
skktools-1.3.4/configure-7742-done
skktools-1.3.4/configure:7743:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
skktools-1.3.4/configure-7744-
##############################################
skktools-1.3.4/configure-7771-	"file_magic "*)
skktools-1.3.4/configure:7772:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
skktools-1.3.4/configure-7773-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
skktools-1.3.4/configure-7837-	"file_magic "*)
skktools-1.3.4/configure:7838:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
skktools-1.3.4/configure-7839-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
skktools-1.3.4/configure-8194-      *)
skktools-1.3.4/configure:8195:	case `$CC -V 2>&1 | sed 5q` in
skktools-1.3.4/configure-8196-	*Sun\ F* | *Sun*Fortran*)
##############################################
skktools-1.3.4/configure-8530-  if test "$hard_links" = no; then
skktools-1.3.4/configure:8531:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
skktools-1.3.4/configure:8532:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
skktools-1.3.4/configure-8533-    need_locks=warn
##############################################
skktools-1.3.4/configure-8617-	# shared libraries, regardless of the interface used.
skktools-1.3.4/configure:8618:	case `$LD -v 2>&1` in
skktools-1.3.4/configure-8619-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
skktools-1.3.4/configure-8649-    supports_anon_versioning=no
skktools-1.3.4/configure:8650:    case `$LD -v 2>&1` in
skktools-1.3.4/configure-8651-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
skktools-1.3.4/configure-8717-	# is EXPORTS), use it as is; otherwise, prepend...
skktools-1.3.4/configure:8718:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
skktools-1.3.4/configure-8719-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
skktools-1.3.4/configure-8745-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
skktools-1.3.4/configure:8746:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
skktools-1.3.4/configure:8747:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
skktools-1.3.4/configure-8748-      ;;
##############################################
skktools-1.3.4/configure-8763-        pgcc*)				# Portland Group C compiler
skktools-1.3.4/configure:8764:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
skktools-1.3.4/configure-8765-	  tmp_addflag=' $pic_flag'
##############################################
skktools-1.3.4/configure-8768-					# Portland Group f77 and f90 compilers
skktools-1.3.4/configure:8769:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
skktools-1.3.4/configure-8770-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
skktools-1.3.4/configure-8783-	nvcc*)	# Cuda Compiler Driver 2.2
skktools-1.3.4/configure:8784:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
skktools-1.3.4/configure-8785-	  compiler_needs_object=yes
##############################################
skktools-1.3.4/configure-8787-	esac
skktools-1.3.4/configure:8788:	case `$CC -V 2>&1 | sed 5q` in
skktools-1.3.4/configure-8789-	*Sun\ C*)			# Sun C 5.9
skktools-1.3.4/configure:8790:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
skktools-1.3.4/configure-8791-	  compiler_needs_object=yes
##############################################
skktools-1.3.4/configure-8856-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
skktools-1.3.4/configure:8857:      case `$LD -v 2>&1` in
skktools-1.3.4/configure-8858-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
skktools-1.3.4/configure-8979-	# below for broken collect2 doesn't work under 4.3+
skktools-1.3.4/configure:8980:	  collect2name=`${CC} -print-prog-name=collect2`
skktools-1.3.4/configure-8981-	  if test -f "$collect2name" &&
##############################################
skktools-1.3.4/configure-9046-    }'
skktools-1.3.4/configure:9047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
skktools-1.3.4/configure-9048-# Check for a 64-bit object if we didn't find anything.
skktools-1.3.4/configure-9049-if test -z "$aix_libpath"; then
skktools-1.3.4/configure:9050:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
skktools-1.3.4/configure-9051-fi
##############################################
skktools-1.3.4/configure-9057-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
skktools-1.3.4/configure:9058:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
skktools-1.3.4/configure-9059-      else
##############################################
skktools-1.3.4/configure-9086-    }'
skktools-1.3.4/configure:9087:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
skktools-1.3.4/configure-9088-# Check for a 64-bit object if we didn't find anything.
skktools-1.3.4/configure-9089-if test -z "$aix_libpath"; then
skktools-1.3.4/configure:9090:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
skktools-1.3.4/configure-9091-fi
##############################################
skktools-1.3.4/configure-9146-      # FIXME: Setting linknames here is a bad hack.
skktools-1.3.4/configure:9147:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
skktools-1.3.4/configure-9148-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
skktools-1.3.4/configure-9151-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
skktools-1.3.4/configure:9152:      fix_srcfile_path='`cygpath -w "$srcfile"`'
skktools-1.3.4/configure-9153-      enable_shared_with_static_runtimes=yes
##############################################
skktools-1.3.4/configure-9163-  if test "$lt_cv_ld_force_load" = "yes"; then
skktools-1.3.4/configure:9164:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
skktools-1.3.4/configure-9165-  else
##############################################
skktools-1.3.4/configure-9347-      if test "$GCC" = yes; then
skktools-1.3.4/configure:9348:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure-9349-	# Try to use the -exported_symbol ld option, if it does not
##############################################
skktools-1.3.4/configure-9358-if ac_fn_c_try_link "$LINENO"; then :
skktools-1.3.4/configure:9359:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
skktools-1.3.4/configure-9360-
##############################################
skktools-1.3.4/configure-9365-      else
skktools-1.3.4/configure:9366:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure:9367:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
skktools-1.3.4/configure-9368-      fi
##############################################
skktools-1.3.4/configure-9402-	hardcode_direct_absolute=yes
skktools-1.3.4/configure:9403:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
skktools-1.3.4/configure-9404-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
skktools-1.3.4/configure-9435-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
skktools-1.3.4/configure:9436:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure-9437-      else
skktools-1.3.4/configure-9438-	allow_undefined_flag=' -expect_unresolved \*'
skktools-1.3.4/configure:9439:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure-9440-      fi
##############################################
skktools-1.3.4/configure-9448-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
skktools-1.3.4/configure:9449:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure-9450-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
skktools-1.3.4/configure-9452-	allow_undefined_flag=' -expect_unresolved \*'
skktools-1.3.4/configure:9453:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
skktools-1.3.4/configure:9454:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
skktools-1.3.4/configure:9455:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
skktools-1.3.4/configure-9456-
##############################################
skktools-1.3.4/configure-9471-      else
skktools-1.3.4/configure:9472:	case `$CC -V 2>&1` in
skktools-1.3.4/configure-9473-	*"Compilers 5.0"*)
##############################################
skktools-1.3.4/configure-9875-  esac
skktools-1.3.4/configure:9876:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
skktools-1.3.4/configure-9877-  case $lt_search_path_spec in
##############################################
skktools-1.3.4/configure-9882-    # okay in the real world where ";" in dirpaths is itself problematic.
skktools-1.3.4/configure:9883:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
skktools-1.3.4/configure-9884-    ;;
skktools-1.3.4/configure-9885-  *)
skktools-1.3.4/configure:9886:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
skktools-1.3.4/configure-9887-    ;;
##############################################
skktools-1.3.4/configure-9891-  lt_tmp_lt_search_path_spec=
skktools-1.3.4/configure:9892:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
skktools-1.3.4/configure-9893-  for lt_sys_path in $lt_search_path_spec; do
##############################################
skktools-1.3.4/configure-9926-  esac
skktools-1.3.4/configure:9927:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
skktools-1.3.4/configure-9928-else
##############################################
skktools-1.3.4/configure-10014-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
skktools-1.3.4/configure:10015:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
skktools-1.3.4/configure-10016-    ;;
##############################################
skktools-1.3.4/configure-10049-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
skktools-1.3.4/configure:10050:    postinstall_cmds='base_file=`basename \${file}`~
skktools-1.3.4/configure:10051:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
skktools-1.3.4/configure:10052:      dldir=$destdir/`dirname \$dlpath`~
skktools-1.3.4/configure-10053-      test -d \$dldir || mkdir -p \$dldir~
##############################################
skktools-1.3.4/configure-10058-      fi'
skktools-1.3.4/configure:10059:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
skktools-1.3.4/configure-10060-      dlpath=$dir/\$dldll~
##############################################
skktools-1.3.4/configure-10066-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
skktools-1.3.4/configure:10067:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
skktools-1.3.4/configure-10068-
##############################################
skktools-1.3.4/configure-10072-      # MinGW DLLs use traditional 'lib' prefix
skktools-1.3.4/configure:10073:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
skktools-1.3.4/configure-10074-      ;;
##############################################
skktools-1.3.4/configure-10076-      # pw32 DLLs use 'pw' prefix rather than 'lib'
skktools-1.3.4/configure:10077:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
skktools-1.3.4/configure-10078-      ;;
##############################################
skktools-1.3.4/configure-10082-  *)
skktools-1.3.4/configure:10083:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
skktools-1.3.4/configure-10084-    ;;
##############################################
skktools-1.3.4/configure-10099-  shlibpath_var=DYLD_LIBRARY_PATH
skktools-1.3.4/configure:10100:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
skktools-1.3.4/configure-10101-
##############################################
skktools-1.3.4/configure-10342-  if test -f /etc/ld.so.conf; then
skktools-1.3.4/configure:10343:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
skktools-1.3.4/configure-10344-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
skktools-1.3.4/configure-10405-  shlibpath_var=LD_LIBRARY_PATH
skktools-1.3.4/configure:10406:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
skktools-1.3.4/configure-10407-    case $host_os in
##############################################
skktools-1.3.4/configure-11327-set x ${MAKE-make}
skktools-1.3.4/configure:11328:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
skktools-1.3.4/configure-11329-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
skktools-1.3.4/configure-11337-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
skktools-1.3.4/configure:11338:case `${MAKE-make} -f conftest.make 2>/dev/null` in
skktools-1.3.4/configure-11339-  *@@@%%%=?*=@@@%%%*)
##############################################
skktools-1.3.4/configure-11566-do :
skktools-1.3.4/configure:11567:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
skktools-1.3.4/configure-11568-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
skktools-1.3.4/configure-11570-  cat >>confdefs.h <<_ACEOF
skktools-1.3.4/configure:11571:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
skktools-1.3.4/configure-11572-_ACEOF
##############################################
skktools-1.3.4/configure-11981-$as_echo_n "checking GLIB2_CFLAGS... " >&6; }
skktools-1.3.4/configure:11982:            GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.0.0"`
skktools-1.3.4/configure-11983-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB2_CFLAGS" >&5
##############################################
skktools-1.3.4/configure-11987-$as_echo_n "checking GLIB2_LIBS... " >&6; }
skktools-1.3.4/configure:11988:            GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.0.0"`
skktools-1.3.4/configure-11989-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB2_LIBS" >&5
##############################################
skktools-1.3.4/configure-11995-            ## do set a variable so people can do so.
skktools-1.3.4/configure:11996:            GLIB2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.0.0"`
skktools-1.3.4/configure-11997-
##############################################
skktools-1.3.4/configure-12027-do :
skktools-1.3.4/configure:12028:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
skktools-1.3.4/configure-12029-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
skktools-1.3.4/configure-12031-  cat >>confdefs.h <<_ACEOF
skktools-1.3.4/configure:12032:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
skktools-1.3.4/configure-12033-_ACEOF
##############################################
skktools-1.3.4/configure-12339-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
skktools-1.3.4/configure:12340:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
skktools-1.3.4/configure-12341-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
skktools-1.3.4/configure-12426-if test -z "$BASH_VERSION$ZSH_VERSION" \
skktools-1.3.4/configure:12427:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
skktools-1.3.4/configure-12428-  as_echo='print -r --'
skktools-1.3.4/configure-12429-  as_echo_n='print -rn --'
skktools-1.3.4/configure:12430:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
skktools-1.3.4/configure-12431-  as_echo='printf %s\n'
##############################################
skktools-1.3.4/configure-12433-else
skktools-1.3.4/configure:12434:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
skktools-1.3.4/configure-12435-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
skktools-1.3.4/configure-12443-	expr "X$arg" : "X\\(.*\\)$as_nl";
skktools-1.3.4/configure:12444:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
skktools-1.3.4/configure-12445-      esac;
##############################################
skktools-1.3.4/configure-12519-# ----------------------------------------
skktools-1.3.4/configure:12520:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
skktools-1.3.4/configure-12521-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
skktools-1.3.4/configure-12591-  {
skktools-1.3.4/configure:12592:    as_val=`expr "$@" || test $? -eq 1`
skktools-1.3.4/configure-12593-  }
##############################################
skktools-1.3.4/configure-12695-      case $as_dir in #(
skktools-1.3.4/configure:12696:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
skktools-1.3.4/configure-12697-      *) as_qdir=$as_dir;;
##############################################
skktools-1.3.4/configure-12752-	esac;
skktools-1.3.4/configure:12753:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
skktools-1.3.4/configure-12754-	???[sx]*):;;*)false;;esac;fi
##############################################
skktools-1.3.4/configure-12842-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
skktools-1.3.4/configure:12843:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
skktools-1.3.4/configure-12844-ac_cs_version="\\
##############################################
skktools-1.3.4/configure-12867-  --*=*)
skktools-1.3.4/configure:12868:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
skktools-1.3.4/configure:12869:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
skktools-1.3.4/configure-12870-    ac_shift=:
##############################################
skktools-1.3.4/configure-12891-    case $ac_optarg in
skktools-1.3.4/configure:12892:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
skktools-1.3.4/configure-12893-    esac
##############################################
skktools-1.3.4/configure-12898-    case $ac_optarg in
skktools-1.3.4/configure:12899:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
skktools-1.3.4/configure-12900-    esac
##############################################
skktools-1.3.4/configure-12967-delay_variable_subst='$delay_variable_subst'
skktools-1.3.4/configure:12968:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12969:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12970:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12971:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12972:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12973:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12974:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12975:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12976:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12977:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12978:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12979:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12980:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12981:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12982:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12983:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12984:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12985:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12986:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12987:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12988:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12989:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12990:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12991:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12992:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12993:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12994:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12995:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12996:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12997:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12998:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:12999:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13000:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13001:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13002:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13003:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13004:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13005:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13006:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13007:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13008:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13009:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13010:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13011:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13012:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13013:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13014:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13015:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13016:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13017:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13018:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13019:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13020:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13021:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13022:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13023:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13024:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13025:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13026:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13027:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13028:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13029:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13030:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13031:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13032:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13033:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13034:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13035:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13036:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13037:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13038:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13039:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13040:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13041:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13042:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13043:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13044:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13045:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13046:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13047:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13048:hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13049:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13050:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13051:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13052:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13053:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13054:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13055:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13056:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13057:fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13058:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13059:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13060:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13061:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13062:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13063:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13064:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13065:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13066:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13067:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13068:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13069:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13070:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13071:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13072:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13073:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13074:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13075:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13076:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13077:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13078:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13079:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13080:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13081:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13082:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13083:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13084:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13085:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13086:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure:13087:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
skktools-1.3.4/configure-13088-
##############################################
skktools-1.3.4/configure-13160-striplib; do
skktools-1.3.4/configure:13161:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
skktools-1.3.4/configure-13162-    *[\\\\\\\`\\"\\\$]*)
skktools-1.3.4/configure:13163:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
skktools-1.3.4/configure-13164-      ;;
##############################################
skktools-1.3.4/configure-13189-sys_lib_dlsearch_path_spec; do
skktools-1.3.4/configure:13190:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
skktools-1.3.4/configure-13191-    *[\\\\\\\`\\"\\\$]*)
skktools-1.3.4/configure:13192:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
skktools-1.3.4/configure-13193-      ;;
##############################################
skktools-1.3.4/configure-13285-fi
skktools-1.3.4/configure:13286:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
skktools-1.3.4/configure-13287-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
skktools-1.3.4/configure-13302-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
skktools-1.3.4/configure:13303:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
skktools-1.3.4/configure-13304-ac_delim='%!_!# '
##############################################
skktools-1.3.4/configure-13308-
skktools-1.3.4/configure:13309:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
skktools-1.3.4/configure-13310-  if test $ac_delim_n = $ac_delim_num; then
##############################################
skktools-1.3.4/configure-13446-for ac_last_try in false false :; do
skktools-1.3.4/configure:13447:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
skktools-1.3.4/configure-13448-  if test -z "$ac_t"; then
##############################################
skktools-1.3.4/configure-13578-      esac
skktools-1.3.4/configure:13579:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
skktools-1.3.4/configure-13580-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
skktools-1.3.4/configure-13637-*)
skktools-1.3.4/configure:13638:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
skktools-1.3.4/configure-13639-  # A ".." for each directory in $ac_dir_suffix.
skktools-1.3.4/configure:13640:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
skktools-1.3.4/configure-13641-  case $ac_top_builddir_sub in
##############################################
skktools-1.3.4/configure-13698-/@mandir@/p'
skktools-1.3.4/configure:13699:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
skktools-1.3.4/configure-13700-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
skktools-1.3.4/configure-13715-
skktools-1.3.4/configure:13716:# Neutralize VPATH when `$srcdir' = `.'.
skktools-1.3.4/configure-13717-# Shell code in configure.ac might set extrasub.
##############################################
skktools-1.3.4/configure-13743-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
skktools-1.3.4/configure:13744:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
skktools-1.3.4/configure:13745:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
skktools-1.3.4/configure-13746-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
skktools-1.3.4/configure-13788-    * )
skktools-1.3.4/configure:13789:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
skktools-1.3.4/configure-13790-  esac
##############################################
skktools-1.3.4/configure-13835-    # Strip MF so we end up with the name of the file.
skktools-1.3.4/configure:13836:    mf=`echo "$mf" | sed -e 's/:.*$//'`
skktools-1.3.4/configure-13837-    # Check whether this is an Automake generated Makefile or not.
##############################################
skktools-1.3.4/configure-13872-    # from the Makefile without running `make'.
skktools-1.3.4/configure:13873:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
skktools-1.3.4/configure-13874-    test -z "$DEPDIR" && continue
skktools-1.3.4/configure:13875:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
skktools-1.3.4/configure-13876-    test -z "am__include" && continue
skktools-1.3.4/configure:13877:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
skktools-1.3.4/configure-13878-    # When using ansi2knr, U may be empty or an underscore; expand it
skktools-1.3.4/configure:13879:    U=`sed -n 's/^U = //p' < "$mf"`
skktools-1.3.4/configure-13880-    # Find all dependency output files, they are included files with
##############################################
skktools-1.3.4/configure-13933-
skktools-1.3.4/configure:13934:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
skktools-1.3.4/configure-13935-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
skktools-1.3.4/configure-14455-  # Extract subdirectory from the argument.
skktools-1.3.4/configure:14456:  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
skktools-1.3.4/configure-14457-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
skktools-1.3.4/configure-14466-{
skktools-1.3.4/configure:14467:  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
skktools-1.3.4/configure-14468-}
##############################################
skktools-1.3.4/configure-14479-  case ${2} in
skktools-1.3.4/configure:14480:    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
skktools-1.3.4/configure:14481:    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
skktools-1.3.4/configure-14482-  esac
##############################################
skktools-1.3.4/configure-14491-{
skktools-1.3.4/configure:14492:  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
skktools-1.3.4/configure:14493:  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
skktools-1.3.4/configure-14494-}
##############################################
skktools-1.3.4/configure-14498-{
skktools-1.3.4/configure:14499:  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
skktools-1.3.4/configure-14500-}
##############################################
skktools-1.3.4/configure-14504-{
skktools-1.3.4/configure:14505:  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
skktools-1.3.4/configure-14506-}
##############################################
skktools-1.3.4/configure-14510-{
skktools-1.3.4/configure:14511:  func_arith_result=`expr "$@"`
skktools-1.3.4/configure-14512-}
##############################################
skktools-1.3.4/configure-14517-{
skktools-1.3.4/configure:14518:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
skktools-1.3.4/configure-14519-}
##############################################
skktools-1.3.4/configure.ac-3-AC_INIT([skkdic-count.c])
skktools-1.3.4/configure.ac:4:AM_INIT_AUTOMAKE(skktools, `cat <"${srcdir}"/VERSION`)
skktools-1.3.4/configure.ac-5-AM_CONFIG_HEADER([config.h])
##############################################
skktools-1.3.4/convert2skk/doc2skk.sh-92-
skktools-1.3.4/convert2skk/doc2skk.sh:93:args=`getopt ackme:hPu:w:W: $*`
skktools-1.3.4/convert2skk/doc2skk.sh-94-if [ $? != 0 ]; then
##############################################
skktools-1.3.4/convert2skk/doc2skk.sh-146-# XXX cannot handle multiple arguments
skktools-1.3.4/convert2skk/doc2skk.sh:147:if [ "`echo "$1" | grep 'http://'`" ]; then
skktools-1.3.4/convert2skk/doc2skk.sh-148-  sourceurl="$1"
##############################################
skktools-1.3.4/depcomp-64-  case $1 in
skktools-1.3.4/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
skktools-1.3.4/depcomp-66-      *) dir=;;
##############################################
skktools-1.3.4/depcomp-73-{
skktools-1.3.4/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
skktools-1.3.4/depcomp-75-}
##############################################
skktools-1.3.4/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
skktools-1.3.4/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
skktools-1.3.4/depcomp-128-
##############################################
skktools-1.3.4/depcomp-405-        sleep 1
skktools-1.3.4/depcomp:406:        i=`expr $i - 1`
skktools-1.3.4/depcomp-407-      done
skktools-1.3.4/depcomp-408-    fi
skktools-1.3.4/depcomp:409:    i=`expr $i - 1`
skktools-1.3.4/depcomp-410-  done
##############################################
skktools-1.3.4/depcomp-425-  # Do two passes, one to just change these to
skktools-1.3.4/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
skktools-1.3.4/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
skktools-1.3.4/depcomp-659-  done
skktools-1.3.4/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
skktools-1.3.4/depcomp-661-  touch "$tmpdepfile"
##############################################
skktools-1.3.4/install-sh-229-      fi
skktools-1.3.4/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
skktools-1.3.4/install-sh-231-    *)
##############################################
skktools-1.3.4/install-sh-276-      dstdir=$dst
skktools-1.3.4/install-sh:277:      dst=$dstdir/`basename "$src"`
skktools-1.3.4/install-sh-278-      dstdir_status=0
##############################################
skktools-1.3.4/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
skktools-1.3.4/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
skktools-1.3.4/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
skktools-1.3.4/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
skktools-1.3.4/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
skktools-1.3.4/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
skktools-1.3.4/install-sh-425-	    case $prefix in
skktools-1.3.4/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
skktools-1.3.4/install-sh-427-	      *) qprefix=$prefix;;
##############################################
skktools-1.3.4/install-sh-474-    if $copy_on_change &&
skktools-1.3.4/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
skktools-1.3.4/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
skktools-1.3.4/install-sh-477-
##############################################
skktools-1.3.4/ltmain.sh-167-{
skktools-1.3.4/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
skktools-1.3.4/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
skktools-1.3.4/ltmain.sh-179-{
skktools-1.3.4/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
skktools-1.3.4/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-198-    # Extract subdirectory from the argument.
skktools-1.3.4/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
skktools-1.3.4/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
skktools-1.3.4/ltmain.sh-204-    fi
skktools-1.3.4/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
skktools-1.3.4/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-217-    case ${2} in
skktools-1.3.4/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
skktools-1.3.4/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
skktools-1.3.4/ltmain.sh-220-    esac
##############################################
skktools-1.3.4/ltmain.sh-380-     progdir=$func_dirname_result
skktools-1.3.4/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
skktools-1.3.4/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
skktools-1.3.4/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
skktools-1.3.4/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
skktools-1.3.4/ltmain.sh-419-bs='\\'
##############################################
skktools-1.3.4/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
skktools-1.3.4/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
skktools-1.3.4/ltmain.sh-533-      done
skktools-1.3.4/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
skktools-1.3.4/ltmain.sh-535-
##############################################
skktools-1.3.4/ltmain.sh-566-      # If mktemp works, use that first and foremost
skktools-1.3.4/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
skktools-1.3.4/ltmain.sh-568-
##############################################
skktools-1.3.4/ltmain.sh-597-      *[\\\`\"\$]*)
skktools-1.3.4/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
skktools-1.3.4/ltmain.sh-599-      *)
##############################################
skktools-1.3.4/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
skktools-1.3.4/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
skktools-1.3.4/ltmain.sh-704-    ;;
##############################################
skktools-1.3.4/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
skktools-1.3.4/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
skktools-1.3.4/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
skktools-1.3.4/ltmain.sh-772-	p
##############################################
skktools-1.3.4/ltmain.sh-803-
skktools-1.3.4/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
skktools-1.3.4/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
skktools-1.3.4/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-816-
skktools-1.3.4/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
skktools-1.3.4/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
skktools-1.3.4/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-862-{
skktools-1.3.4/ltmain.sh:863:    func_arith_result=`expr "${@}"`
skktools-1.3.4/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-870-{
skktools-1.3.4/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
skktools-1.3.4/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-877-{
skktools-1.3.4/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
skktools-1.3.4/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-884-{
skktools-1.3.4/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
skktools-1.3.4/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
skktools-1.3.4/ltmain.sh-968-	# quotes we have to do it in 2 steps:
skktools-1.3.4/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
skktools-1.3.4/ltmain.sh-970-	eval "$extractedcf"
##############################################
skktools-1.3.4/ltmain.sh-1382-      done
skktools-1.3.4/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
skktools-1.3.4/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
skktools-1.3.4/ltmain.sh-1385-      case $@ in
##############################################
skktools-1.3.4/ltmain.sh-1395-	    # Evaluate the configuration.
skktools-1.3.4/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
skktools-1.3.4/ltmain.sh-1397-	    CC_quoted=
##############################################
skktools-1.3.4/ltmain.sh-1401-	    done
skktools-1.3.4/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
skktools-1.3.4/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
skktools-1.3.4/ltmain.sh-1404-	    case "$@ " in
##############################################
skktools-1.3.4/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
skktools-1.3.4/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
skktools-1.3.4/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
skktools-1.3.4/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
skktools-1.3.4/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
skktools-1.3.4/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
skktools-1.3.4/ltmain.sh-1721-    # LT_CYGPATH in this case.
skktools-1.3.4/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
skktools-1.3.4/ltmain.sh-1723-  fi
##############################################
skktools-1.3.4/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
skktools-1.3.4/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
skktools-1.3.4/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
skktools-1.3.4/ltmain.sh-2060-    *.[cCFSifmso] | \
skktools-1.3.4/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
skktools-1.3.4/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
skktools-1.3.4/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
skktools-1.3.4/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
skktools-1.3.4/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
skktools-1.3.4/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
skktools-1.3.4/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
skktools-1.3.4/ltmain.sh-2158-
##############################################
skktools-1.3.4/ltmain.sh-2204-      if test "$need_locks" = warn &&
skktools-1.3.4/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
skktools-1.3.4/ltmain.sh-2206-	$ECHO "\
skktools-1.3.4/ltmain.sh-2207-*** ERROR, $lockfile contains:
skktools-1.3.4/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
skktools-1.3.4/ltmain.sh-2209-
##############################################
skktools-1.3.4/ltmain.sh-2253-      if test "$need_locks" = warn &&
skktools-1.3.4/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
skktools-1.3.4/ltmain.sh-2255-	$ECHO "\
skktools-1.3.4/ltmain.sh-2256-*** ERROR, $lockfile contains:
skktools-1.3.4/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
skktools-1.3.4/ltmain.sh-2258-
##############################################
skktools-1.3.4/ltmain.sh-2548-	  test -n "$library_names" && \
skktools-1.3.4/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
skktools-1.3.4/ltmain.sh-2550-	  continue
##############################################
skktools-1.3.4/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
skktools-1.3.4/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
skktools-1.3.4/ltmain.sh-2561-	  fi
##############################################
skktools-1.3.4/ltmain.sh-2577-      # Get the absolute pathname.
skktools-1.3.4/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
skktools-1.3.4/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
skktools-1.3.4/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
skktools-1.3.4/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
skktools-1.3.4/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
skktools-1.3.4/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
skktools-1.3.4/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
skktools-1.3.4/ltmain.sh-2959-
##############################################
skktools-1.3.4/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
skktools-1.3.4/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
skktools-1.3.4/ltmain.sh-2972-	  else
skktools-1.3.4/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
skktools-1.3.4/ltmain.sh-2974-	  fi
##############################################
skktools-1.3.4/ltmain.sh-3130-	    fi
skktools-1.3.4/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
skktools-1.3.4/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
skktools-1.3.4/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
skktools-1.3.4/ltmain.sh-3134-	      finalize=no
##############################################
skktools-1.3.4/ltmain.sh-3149-	        # Replace the output file specification.
skktools-1.3.4/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
skktools-1.3.4/ltmain.sh-3151-
##############################################
skktools-1.3.4/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
skktools-1.3.4/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
skktools-1.3.4/ltmain.sh-3170-	  fi
##############################################
skktools-1.3.4/ltmain.sh-3241-    my_pic_p="${3-no}"
skktools-1.3.4/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
skktools-1.3.4/ltmain.sh-3243-    my_dlsyms=
##############################################
skktools-1.3.4/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
skktools-1.3.4/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
skktools-1.3.4/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
skktools-1.3.4/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
skktools-1.3.4/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
skktools-1.3.4/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
skktools-1.3.4/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
skktools-1.3.4/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
skktools-1.3.4/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
skktools-1.3.4/ltmain.sh-3509-	  else
skktools-1.3.4/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
skktools-1.3.4/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
skktools-1.3.4/ltmain.sh-3512-	  fi
##############################################
skktools-1.3.4/ltmain.sh-3514-	*)
skktools-1.3.4/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
skktools-1.3.4/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
skktools-1.3.4/ltmain.sh-3517-	  ;;
##############################################
skktools-1.3.4/ltmain.sh-3529-      # Nullify the symbol file.
skktools-1.3.4/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
skktools-1.3.4/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
skktools-1.3.4/ltmain.sh-3532-    fi
##############################################
skktools-1.3.4/ltmain.sh-3545-  win32_libid_type="unknown"
skktools-1.3.4/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
skktools-1.3.4/ltmain.sh-3547-  case $win32_fileres in
##############################################
skktools-1.3.4/ltmain.sh-3596-  $opt_debug
skktools-1.3.4/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
skktools-1.3.4/ltmain.sh-3598-}
##############################################
skktools-1.3.4/ltmain.sh-3613-  $opt_debug
skktools-1.3.4/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
skktools-1.3.4/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
skktools-1.3.4/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
skktools-1.3.4/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
skktools-1.3.4/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
skktools-1.3.4/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
skktools-1.3.4/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
skktools-1.3.4/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
skktools-1.3.4/ltmain.sh-3700-    # binutils import library
skktools-1.3.4/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
skktools-1.3.4/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
skktools-1.3.4/ltmain.sh-3703-    # ms-generated import library
skktools-1.3.4/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
skktools-1.3.4/ltmain.sh-3705-  else
##############################################
skktools-1.3.4/ltmain.sh-3780-	  darwin_curdir=`pwd`
skktools-1.3.4/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
skktools-1.3.4/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
skktools-1.3.4/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
skktools-1.3.4/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
skktools-1.3.4/ltmain.sh-3785-	    darwin_arch=
##############################################
skktools-1.3.4/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
skktools-1.3.4/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
skktools-1.3.4/ltmain.sh-3797-	    darwin_file=
##############################################
skktools-1.3.4/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
skktools-1.3.4/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
skktools-1.3.4/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
skktools-1.3.4/ltmain.sh-3814-      esac
skktools-1.3.4/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
skktools-1.3.4/ltmain.sh-3816-    done
##############################################
skktools-1.3.4/ltmain.sh-3885-
skktools-1.3.4/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
skktools-1.3.4/ltmain.sh-3887-    $ECHO "\
##############################################
skktools-1.3.4/ltmain.sh-3920-    --lt-dump-script)
skktools-1.3.4/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
skktools-1.3.4/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
skktools-1.3.4/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
skktools-1.3.4/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
skktools-1.3.4/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
skktools-1.3.4/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
skktools-1.3.4/ltmain.sh-3949-  done
##############################################
skktools-1.3.4/ltmain.sh-4005-  # Find the directory that this script lives in.
skktools-1.3.4/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
skktools-1.3.4/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
skktools-1.3.4/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
skktools-1.3.4/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
skktools-1.3.4/ltmain.sh-4011-  while test -n \"\$file\"; do
skktools-1.3.4/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
skktools-1.3.4/ltmain.sh-4013-
##############################################
skktools-1.3.4/ltmain.sh-4021-
skktools-1.3.4/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
skktools-1.3.4/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
skktools-1.3.4/ltmain.sh-4024-  done
##############################################
skktools-1.3.4/ltmain.sh-4035-    case \"\$thisdir\" in
skktools-1.3.4/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
skktools-1.3.4/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
skktools-1.3.4/ltmain.sh-4041-  # Try to get the absolute directory name.
skktools-1.3.4/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
skktools-1.3.4/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
skktools-1.3.4/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
skktools-1.3.4/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
skktools-1.3.4/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
skktools-1.3.4/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
skktools-1.3.4/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
skktools-1.3.4/ltmain.sh-4068-      else
##############################################
skktools-1.3.4/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
skktools-1.3.4/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
skktools-1.3.4/ltmain.sh-4112-
##############################################
skktools-1.3.4/ltmain.sh-5085-    $opt_debug
skktools-1.3.4/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
skktools-1.3.4/ltmain.sh-5087-    *import*) : ;;
##############################################
skktools-1.3.4/ltmain.sh-5307-	    moreargs=
skktools-1.3.4/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
skktools-1.3.4/ltmain.sh-5309-	    do
##############################################
skktools-1.3.4/ltmain.sh-5563-	*)
skktools-1.3.4/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
skktools-1.3.4/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
skktools-1.3.4/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
skktools-1.3.4/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
skktools-1.3.4/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
skktools-1.3.4/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
skktools-1.3.4/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
skktools-1.3.4/ltmain.sh-6018-    else
##############################################
skktools-1.3.4/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
skktools-1.3.4/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
skktools-1.3.4/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
skktools-1.3.4/ltmain.sh-6394-	else
skktools-1.3.4/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
skktools-1.3.4/ltmain.sh-6396-	fi
##############################################
skktools-1.3.4/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
skktools-1.3.4/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
skktools-1.3.4/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
skktools-1.3.4/ltmain.sh-6431-	fi
skktools-1.3.4/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
skktools-1.3.4/ltmain.sh-6504-	*)
skktools-1.3.4/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
skktools-1.3.4/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
skktools-1.3.4/ltmain.sh-6757-	    shift
skktools-1.3.4/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
skktools-1.3.4/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
skktools-1.3.4/ltmain.sh-7049-		*)
skktools-1.3.4/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
skktools-1.3.4/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
skktools-1.3.4/ltmain.sh-7060-		  depdepl=
skktools-1.3.4/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
skktools-1.3.4/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
skktools-1.3.4/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
skktools-1.3.4/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
skktools-1.3.4/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
skktools-1.3.4/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
skktools-1.3.4/ltmain.sh-7071-                      fi
##############################################
skktools-1.3.4/ltmain.sh-7082-		else
skktools-1.3.4/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
skktools-1.3.4/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
skktools-1.3.4/ltmain.sh-7105-	else
skktools-1.3.4/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh-7107-	fi
##############################################
skktools-1.3.4/ltmain.sh-7254-	test "$module" = no && \
skktools-1.3.4/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
skktools-1.3.4/ltmain.sh-7256-
##############################################
skktools-1.3.4/ltmain.sh-7392-	if test "$age" -gt "$current"; then
skktools-1.3.4/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
skktools-1.3.4/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
skktools-1.3.4/ltmain.sh-7553-	removelist=
skktools-1.3.4/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
skktools-1.3.4/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
skktools-1.3.4/ltmain.sh-7579-	# Transform .lo files to .o files.
skktools-1.3.4/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
skktools-1.3.4/ltmain.sh-7581-      fi
##############################################
skktools-1.3.4/ltmain.sh-7584-      #for path in $notinst_path; do
skktools-1.3.4/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
skktools-1.3.4/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
skktools-1.3.4/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
skktools-1.3.4/ltmain.sh-7588-      #done
##############################################
skktools-1.3.4/ltmain.sh-7705-		if test -n "$i" ; then
skktools-1.3.4/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
skktools-1.3.4/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
skktools-1.3.4/ltmain.sh-7708-		  set dummy $deplib_matches; shift
skktools-1.3.4/ltmain.sh-7709-		  deplib_match=$1
skktools-1.3.4/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
skktools-1.3.4/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
skktools-1.3.4/ltmain.sh-7748-		  if test -n "$i" ; then
skktools-1.3.4/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
skktools-1.3.4/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
skktools-1.3.4/ltmain.sh-7751-		    set dummy $deplib_matches; shift
skktools-1.3.4/ltmain.sh-7752-		    deplib_match=$1
skktools-1.3.4/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
skktools-1.3.4/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
skktools-1.3.4/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
skktools-1.3.4/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
skktools-1.3.4/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
skktools-1.3.4/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
skktools-1.3.4/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
skktools-1.3.4/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
skktools-1.3.4/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
skktools-1.3.4/ltmain.sh-7802-		else
##############################################
skktools-1.3.4/ltmain.sh-7808-		    shopt -s nocaseglob
skktools-1.3.4/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
skktools-1.3.4/ltmain.sh-7810-		    $nocaseglob
skktools-1.3.4/ltmain.sh-7811-		  else
skktools-1.3.4/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
skktools-1.3.4/ltmain.sh-7813-		  fi
##############################################
skktools-1.3.4/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
skktools-1.3.4/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
skktools-1.3.4/ltmain.sh-7828-			case $potliblink in
skktools-1.3.4/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
skktools-1.3.4/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
skktools-1.3.4/ltmain.sh-7831-			esac
##############################################
skktools-1.3.4/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
skktools-1.3.4/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
skktools-1.3.4/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
skktools-1.3.4/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
skktools-1.3.4/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
skktools-1.3.4/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
skktools-1.3.4/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
skktools-1.3.4/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
skktools-1.3.4/ltmain.sh-7921-	  newdeplibs=""
skktools-1.3.4/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
skktools-1.3.4/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
skktools-1.3.4/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
skktools-1.3.4/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
skktools-1.3.4/ltmain.sh-7927-	    done
##############################################
skktools-1.3.4/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
skktools-1.3.4/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
skktools-1.3.4/ltmain.sh-7953-	  ;;
##############################################
skktools-1.3.4/ltmain.sh-8003-	*-*-darwin*)
skktools-1.3.4/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh-8007-	  ;;
##############################################
skktools-1.3.4/ltmain.sh-8130-	# Use standard objects if they are pic
skktools-1.3.4/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
skktools-1.3.4/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
skktools-1.3.4/ltmain.sh-8145-	    # exporting using user supplied symfile
skktools-1.3.4/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
skktools-1.3.4/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
skktools-1.3.4/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
skktools-1.3.4/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
skktools-1.3.4/ltmain.sh-8644-	else
##############################################
skktools-1.3.4/ltmain.sh-8656-      # Create the old-style object.
skktools-1.3.4/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
skktools-1.3.4/ltmain.sh-8658-
##############################################
skktools-1.3.4/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
skktools-1.3.4/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
skktools-1.3.4/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
skktools-1.3.4/ltmain.sh-8719-	;;
##############################################
skktools-1.3.4/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
skktools-1.3.4/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
skktools-1.3.4/ltmain.sh-8737-	;;
##############################################
skktools-1.3.4/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
skktools-1.3.4/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
skktools-1.3.4/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
skktools-1.3.4/ltmain.sh-8872-	# Transform all the library objects into standard objects.
skktools-1.3.4/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
skktools-1.3.4/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
skktools-1.3.4/ltmain.sh-8875-      fi
##############################################
skktools-1.3.4/ltmain.sh-8902-	# Replace the output file specification.
skktools-1.3.4/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
skktools-1.3.4/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
skktools-1.3.4/ltmain.sh-8911-	  func_to_tool_file "$output"
skktools-1.3.4/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
skktools-1.3.4/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
skktools-1.3.4/ltmain.sh-8955-	# Replace the output file specification.
skktools-1.3.4/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
skktools-1.3.4/ltmain.sh-8957-	# Delete the old output file.
##############################################
skktools-1.3.4/ltmain.sh-8963-	  func_to_tool_file "$output"
skktools-1.3.4/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
skktools-1.3.4/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
skktools-1.3.4/ltmain.sh-8981-	  if test "$fast_install" = yes; then
skktools-1.3.4/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
skktools-1.3.4/ltmain.sh-8983-	  else
##############################################
skktools-1.3.4/ltmain.sh-8993-      # Replace the output file specification.
skktools-1.3.4/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
skktools-1.3.4/ltmain.sh-8995-
##############################################
skktools-1.3.4/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
skktools-1.3.4/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
skktools-1.3.4/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
skktools-1.3.4/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
skktools-1.3.4/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
skktools-1.3.4/ltmain.sh-9025-      fi
##############################################
skktools-1.3.4/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
skktools-1.3.4/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
skktools-1.3.4/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
skktools-1.3.4/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
skktools-1.3.4/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
skktools-1.3.4/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
skktools-1.3.4/ltmain.sh-9314-		name="$func_basename_result"
skktools-1.3.4/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
skktools-1.3.4/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
skktools-1.3.4/ltmain.sh-9333-		name="$func_basename_result"
skktools-1.3.4/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
skktools-1.3.4/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
skktools-1.3.4/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
skktools-1.3.4/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
skktools-1.3.4/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
skktools-1.3.4/mkinstalldirs-10-for file in ${1+"$@"} ; do 
skktools-1.3.4/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
skktools-1.3.4/mkinstalldirs-12-   shift
##############################################
skktools-1.3.4/debian/update-skkdic-26-    fi
skktools-1.3.4/debian/update-skkdic:27:    tmpf=`tempfile -p skk_ -d "$skkdir"`
skktools-1.3.4/debian/update-skkdic-28-    trap "if [[ -e "$tmpf" ]]; then rm "$tmpf"; exit 1; fi" EXIT INT TERM
##############################################
skktools-1.3.4/debian/update-skkdic-47-    fi
skktools-1.3.4/debian/update-skkdic:48:    bash -c "skkdic-expr `(echo \"$@\" | sed 's/ / + /g' )` | skkdic-sort $tailcmd"
skktools-1.3.4/debian/update-skkdic-49-    if [[ ! -f $file ]]; then
##############################################
skktools-1.3.4/debian/update-skkdic-69-cdb=""
skktools-1.3.4/debian/update-skkdic:70:set -- `getopt cduh "$@"`
skktools-1.3.4/debian/update-skkdic-71-for i; do