===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tack-1.08/install-sh-103-
tack-1.08/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
tack-1.08/install-sh-105-	    shift
##############################################
tack-1.08/install-sh-107-
tack-1.08/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
tack-1.08/install-sh-109-	    shift
##############################################
tack-1.08/install-sh-169-	then
tack-1.08/install-sh:170:		dst=$dst/`basename "$src"`
tack-1.08/install-sh-171-	else
##############################################
tack-1.08/install-sh-176-## this sed command emulates the dirname command
tack-1.08/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
tack-1.08/install-sh-178-
##############################################
tack-1.08/install-sh-190-IFS='%'
tack-1.08/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
tack-1.08/install-sh-192-IFS=$oIFS
##############################################
tack-1.08/install-sh-224-	then
tack-1.08/install-sh:225:		dstfile=`basename "$dst"`
tack-1.08/install-sh-226-	else
##############################################
tack-1.08/install-sh-234-	then
tack-1.08/install-sh:235:		dstfile=`basename "$dst"`
tack-1.08/install-sh-236-	else
##############################################
tack-1.08/config.sub-52-
tack-1.08/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
tack-1.08/config.sub-54-
##############################################
tack-1.08/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
tack-1.08/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tack-1.08/config.sub-116-case $maybe_os in
##############################################
tack-1.08/config.sub-122-    os=-$maybe_os
tack-1.08/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tack-1.08/config.sub-124-    ;;
##############################################
tack-1.08/config.sub-126-    os=-linux-android
tack-1.08/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
tack-1.08/config.sub-128-    ;;
tack-1.08/config.sub-129-  *)
tack-1.08/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tack-1.08/config.sub-131-    if [ $basic_machine != $1 ]
tack-1.08/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
tack-1.08/config.sub-133-    else os=; fi
##############################################
tack-1.08/config.sub-180-		os=-sco5v6
tack-1.08/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-182-		;;
##############################################
tack-1.08/config.sub-184-		os=-sco3.2v5
tack-1.08/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-186-		;;
##############################################
tack-1.08/config.sub-188-		os=-sco3.2v4
tack-1.08/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-190-		;;
tack-1.08/config.sub-191-	-sco3.2.[4-9]*)
tack-1.08/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tack-1.08/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-194-		;;
##############################################
tack-1.08/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
tack-1.08/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-198-		;;
##############################################
tack-1.08/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
tack-1.08/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-202-		;;
##############################################
tack-1.08/config.sub-204-		os=-sco3.2v2
tack-1.08/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-206-		;;
tack-1.08/config.sub-207-	-udk*)
tack-1.08/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-209-		;;
##############################################
tack-1.08/config.sub-211-		os=-isc2.2
tack-1.08/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-213-		;;
##############################################
tack-1.08/config.sub-217-	-isc*)
tack-1.08/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tack-1.08/config.sub-219-		;;
##############################################
tack-1.08/config.sub-229-	-ptx*)
tack-1.08/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tack-1.08/config.sub-231-		;;
tack-1.08/config.sub-232-	-windowsnt*)
tack-1.08/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tack-1.08/config.sub-234-		;;
##############################################
tack-1.08/config.sub-367-	*-*-*)
tack-1.08/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tack-1.08/config.sub-369-		exit 1
##############################################
tack-1.08/config.sub-495-	amd64-*)
tack-1.08/config.sub:496:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-497-		;;
##############################################
tack-1.08/config.sub-540-	blackfin-*)
tack-1.08/config.sub:541:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-542-		os=-linux
##############################################
tack-1.08/config.sub-548-	c54x-*)
tack-1.08/config.sub:549:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-550-		;;
tack-1.08/config.sub-551-	c55x-*)
tack-1.08/config.sub:552:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-553-		;;
tack-1.08/config.sub-554-	c6x-*)
tack-1.08/config.sub:555:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-556-		;;
##############################################
tack-1.08/config.sub-652-	e500v[12]-*)
tack-1.08/config.sub:653:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-654-		os=$os"spe"
##############################################
tack-1.08/config.sub-759-	i*86v32)
tack-1.08/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tack-1.08/config.sub-761-		os=-sysv32
##############################################
tack-1.08/config.sub-763-	i*86v4*)
tack-1.08/config.sub:764:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tack-1.08/config.sub-765-		os=-sysv4
##############################################
tack-1.08/config.sub-767-	i*86v)
tack-1.08/config.sub:768:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tack-1.08/config.sub-769-		os=-sysv
##############################################
tack-1.08/config.sub-771-	i*86sol2)
tack-1.08/config.sub:772:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tack-1.08/config.sub-773-		os=-solaris2
##############################################
tack-1.08/config.sub-797-	leon-*|leon[3-9]-*)
tack-1.08/config.sub:798:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
tack-1.08/config.sub-799-		;;
##############################################
tack-1.08/config.sub-804-	m68knommu-*)
tack-1.08/config.sub:805:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-806-		os=-linux
##############################################
tack-1.08/config.sub-841-	mips3*-*)
tack-1.08/config.sub:842:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tack-1.08/config.sub-843-		;;
tack-1.08/config.sub-844-	mips3*)
tack-1.08/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tack-1.08/config.sub-846-		;;
##############################################
tack-1.08/config.sub-863-	ms1-*)
tack-1.08/config.sub:864:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
tack-1.08/config.sub-865-		;;
##############################################
tack-1.08/config.sub-985-	parisc-*)
tack-1.08/config.sub:986:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-987-		os=-linux
##############################################
tack-1.08/config.sub-1001-	pc98-*)
tack-1.08/config.sub:1002:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1003-		;;
##############################################
tack-1.08/config.sub-1016-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
tack-1.08/config.sub:1017:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1018-		;;
tack-1.08/config.sub-1019-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tack-1.08/config.sub:1020:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1021-		;;
tack-1.08/config.sub-1022-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
tack-1.08/config.sub:1023:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1024-		;;
tack-1.08/config.sub-1025-	pentium4-*)
tack-1.08/config.sub:1026:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1027-		;;
##############################################
tack-1.08/config.sub-1035-	ppc-* | ppcbe-*)
tack-1.08/config.sub:1036:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1037-		;;
##############################################
tack-1.08/config.sub-1041-	ppcle-* | powerpclittle-*)
tack-1.08/config.sub:1042:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1043-		;;
##############################################
tack-1.08/config.sub-1045-		;;
tack-1.08/config.sub:1046:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1047-		;;
##############################################
tack-1.08/config.sub-1051-	ppc64le-* | powerpc64little-*)
tack-1.08/config.sub:1052:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1053-		;;
##############################################
tack-1.08/config.sub-1134-	strongarm-* | thumb-*)
tack-1.08/config.sub:1135:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
tack-1.08/config.sub-1136-		;;
##############################################
tack-1.08/config.sub-1264-	xscale-* | xscalee[bl]-*)
tack-1.08/config.sub:1265:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
tack-1.08/config.sub-1266-		;;
##############################################
tack-1.08/config.sub-1341-	*)
tack-1.08/config.sub:1342:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tack-1.08/config.sub-1343-		exit 1
##############################################
tack-1.08/config.sub-1349-	*-digital*)
tack-1.08/config.sub:1350:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tack-1.08/config.sub-1351-		;;
tack-1.08/config.sub-1352-	*-commodore*)
tack-1.08/config.sub:1353:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tack-1.08/config.sub-1354-		;;
##############################################
tack-1.08/config.sub-1370-	-solaris1 | -solaris1.*)
tack-1.08/config.sub:1371:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tack-1.08/config.sub-1372-		;;
##############################################
tack-1.08/config.sub-1382-	-gnu/linux*)
tack-1.08/config.sub:1383:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tack-1.08/config.sub-1384-		;;
##############################################
tack-1.08/config.sub-1429-	-nto*)
tack-1.08/config.sub:1430:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
tack-1.08/config.sub-1431-		;;
##############################################
tack-1.08/config.sub-1436-	-mac*)
tack-1.08/config.sub:1437:		os=`echo $os | sed -e 's|mac|macos|'`
tack-1.08/config.sub-1438-		;;
##############################################
tack-1.08/config.sub-1442-	-linux*)
tack-1.08/config.sub:1443:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tack-1.08/config.sub-1444-		;;
tack-1.08/config.sub-1445-	-sunos5*)
tack-1.08/config.sub:1446:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tack-1.08/config.sub-1447-		;;
tack-1.08/config.sub-1448-	-sunos6*)
tack-1.08/config.sub:1449:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tack-1.08/config.sub-1450-		;;
##############################################
tack-1.08/config.sub-1497-	-sinix5.*)
tack-1.08/config.sub:1498:		os=`echo $os | sed -e 's|sinix|sysv|'`
tack-1.08/config.sub-1499-		;;
##############################################
tack-1.08/config.sub-1552-		# Get rid of the `-' at the beginning of $os.
tack-1.08/config.sub:1553:		os=`echo $os | sed 's/[^-]*-//'`
tack-1.08/config.sub:1554:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tack-1.08/config.sub-1555-		exit 1
##############################################
tack-1.08/config.sub-1818-		esac
tack-1.08/config.sub:1819:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tack-1.08/config.sub-1820-		;;
##############################################
tack-1.08/configure.in-181-TEST_EOF
tack-1.08/configure.in:182:LIST=`sed -e 's/[[ 	]].*//' -e '/^[[#@]]/d' $srcdir/modules`
tack-1.08/configure.in-183-for N in $LIST
##############################################
tack-1.08/aclocal.m4-91-		(-D*)
tack-1.08/aclocal.m4:92:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[[^=]]*='\''\"[[^"]]*//'`
tack-1.08/aclocal.m4-93-
##############################################
tack-1.08/aclocal.m4-112-			(-D*)
tack-1.08/aclocal.m4:113:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/aclocal.m4-114-				CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,$cf_tst_cppflags)
##############################################
tack-1.08/aclocal.m4-128-
tack-1.08/aclocal.m4:129:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[[^"]]*"'\''//'`
tack-1.08/aclocal.m4-130-
##############################################
tack-1.08/aclocal.m4-201-
tack-1.08/aclocal.m4:202:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/aclocal.m4-203-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/aclocal.m4-441-		if test "x$ARFLAGS" != "x" ; then
tack-1.08/aclocal.m4:442:			cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
tack-1.08/aclocal.m4-443-			if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
##############################################
tack-1.08/aclocal.m4-504-	# humor him...
tack-1.08/aclocal.m4:505:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[[ ]]* / /g' -e 's/[[ ]]*[[ ]]-[[^ ]].*//'`
tack-1.08/aclocal.m4:506:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr([$]0,1+length(prog))); }'`
tack-1.08/aclocal.m4-507-	CC="$cf_prog"
##############################################
tack-1.08/aclocal.m4-843-dnl "dirname" is not portable, so we fake it with a shell script.
tack-1.08/aclocal.m4:844:AC_DEFUN([CF_DIRNAME],[$1=`echo $2 | sed -e 's%/[[^/]]*$%%'`])dnl
tack-1.08/aclocal.m4-845-dnl ---------------------------------------------------------------------------
##############################################
tack-1.08/aclocal.m4-1242-	AC_MSG_CHECKING(version of $CC)
tack-1.08/aclocal.m4:1243:	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[[^)]]*) //' -e 's/^.*(Debian[[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
tack-1.08/aclocal.m4-1244-	test -z "$GCC_VERSION" && GCC_VERSION=unknown
##############################################
tack-1.08/aclocal.m4-1430-		(-I*)
tack-1.08/aclocal.m4:1431:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
tack-1.08/aclocal.m4-1432-			CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
##############################################
tack-1.08/aclocal.m4-1574-		(-L*)
tack-1.08/aclocal.m4:1575:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
tack-1.08/aclocal.m4-1576-			CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
##############################################
tack-1.08/aclocal.m4-1688-CF_EOF
tack-1.08/aclocal.m4:1689:		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[[ 	]]*$,,'`
tack-1.08/aclocal.m4-1690-		case "$cf_result" in
tack-1.08/aclocal.m4-1691-		(.*k|.*kw)
tack-1.08/aclocal.m4:1692:			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
tack-1.08/aclocal.m4-1693-			case "$cf_result" in
##############################################
tack-1.08/aclocal.m4-1909-
tack-1.08/aclocal.m4:1910:		CPPFLAGS="$CPPFLAGS `$PKG_CONFIG --cflags $cf_ncuconfig_root`"
tack-1.08/aclocal.m4:1911:		CF_ADD_LIBS(`$PKG_CONFIG --libs $cf_ncuconfig_root`)
tack-1.08/aclocal.m4-1912-
##############################################
tack-1.08/aclocal.m4-1951-
tack-1.08/aclocal.m4:1952:		CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
tack-1.08/aclocal.m4:1953:		CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)
tack-1.08/aclocal.m4-1954-
##############################################
tack-1.08/aclocal.m4-1965-		dnl like CF_NCURSES_VERSION
tack-1.08/aclocal.m4:1966:		cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
tack-1.08/aclocal.m4-1967-
##############################################
tack-1.08/aclocal.m4-2068-	CF_DIRNAME(cf_1st_incdir,$cf_cv_ncurses_h2)
tack-1.08/aclocal.m4:2069:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
tack-1.08/aclocal.m4:2070:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
tack-1.08/aclocal.m4-2071-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
tack-1.08/aclocal.m4-2147-	for p in $cf_ncurses_LIBS ; do
tack-1.08/aclocal.m4:2148:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
tack-1.08/aclocal.m4-2149-		if test "$q" != "$LIBS" ; then
##############################################
tack-1.08/aclocal.m4-2211-}],[
tack-1.08/aclocal.m4:2212:	cf_cv_ncurses_version=`cat $cf_tempfile`],,[
tack-1.08/aclocal.m4-2213-
##############################################
tack-1.08/aclocal.m4-2293-	(.NONE/*)
tack-1.08/aclocal.m4:2294:		$1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/aclocal.m4-2295-		;;
##############################################
tack-1.08/aclocal.m4-2298-(.no|.NONE/*)
tack-1.08/aclocal.m4:2299:	$1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/aclocal.m4-2300-	;;
##############################################
tack-1.08/aclocal.m4-2454-	test -z "$cf_dir" && cf_dir=.
tack-1.08/aclocal.m4:2455:	INSTALL=`cd $cf_dir && pwd`/`echo $INSTALL | sed -e 's%^.*/%%'`
tack-1.08/aclocal.m4-2456-	;;
##############################################
tack-1.08/aclocal.m4-2501-		[printf("Hello");],
tack-1.08/aclocal.m4:2502:		[cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
tack-1.08/aclocal.m4:2503:		 cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[[ 	]]/%/%' -e 's%/[[^/]][[^/]]*$%%' |sort | uniq`])
tack-1.08/aclocal.m4-2504-
##############################################
tack-1.08/aclocal.m4-2578-			if test "$LD_RPATH_OPT" = "-R " ; then
tack-1.08/aclocal.m4:2579:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
tack-1.08/aclocal.m4-2580-			else
tack-1.08/aclocal.m4:2581:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
tack-1.08/aclocal.m4-2582-			fi
##############################################
tack-1.08/aclocal.m4-2584-			# if we have not already added this, add it now
tack-1.08/aclocal.m4:2585:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
tack-1.08/aclocal.m4-2586-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
tack-1.08/aclocal.m4-2669-(*/ncurses.h|*/ncursesw.h)
tack-1.08/aclocal.m4:2670:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[[^.]]*\.h$%term.h%'`
tack-1.08/aclocal.m4-2671-	;;
##############################################
tack-1.08/aclocal.m4-2761-[
tack-1.08/aclocal.m4:2762:$1=`echo "$2" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/aclocal.m4-2763-])dnl
##############################################
tack-1.08/aclocal.m4-2959-	cf_man2html_1st=`fgrep -n MARKER conftest.out |sed -e 's/^[[^0-9]]*://' -e 's/:.*//'`
tack-1.08/aclocal.m4:2960:	cf_man2html_top=`expr $cf_man2html_1st - 2`
tack-1.08/aclocal.m4-2961-	cf_man2html_bot=`wc -l conftest.out |sed -e 's/[[^0-9]]//g'`
tack-1.08/aclocal.m4:2962:	cf_man2html_bot=`expr $cf_man2html_bot - 2 - $cf_man2html_top`
tack-1.08/aclocal.m4-2963-	cf_man2html_top_bot="-topm=$cf_man2html_top -botm=$cf_man2html_bot"
##############################################
tack-1.08/config.guess-34-
tack-1.08/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
tack-1.08/config.guess-36-
##############################################
tack-1.08/config.guess-102-: ${TMPDIR=/tmp} ;
tack-1.08/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
tack-1.08/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
tack-1.08/config.guess-151-	EOF
tack-1.08/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
tack-1.08/config.guess-153-	;;
##############################################
tack-1.08/config.guess-181-	    earmv*)
tack-1.08/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
tack-1.08/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
tack-1.08/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
tack-1.08/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
tack-1.08/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
tack-1.08/config.guess-215-		;;
##############################################
tack-1.08/config.guess-226-	    *)
tack-1.08/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
tack-1.08/config.guess-228-		;;
##############################################
tack-1.08/config.guess-264-	*4.0)
tack-1.08/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tack-1.08/config.guess-266-		;;
tack-1.08/config.guess-267-	*5.*)
tack-1.08/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
tack-1.08/config.guess-269-		;;
##############################################
tack-1.08/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
tack-1.08/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
tack-1.08/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
tack-1.08/config.guess-312-	# 1.2 uses "1.2" for uname -r.
tack-1.08/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
tack-1.08/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
tack-1.08/config.guess-372-    s390x:SunOS:*:*)
tack-1.08/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-374-	exit ;;
tack-1.08/config.guess-375-    sun4H:SunOS:5.*:*)
tack-1.08/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-377-	exit ;;
tack-1.08/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tack-1.08/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-380-	exit ;;
##############################################
tack-1.08/config.guess-397-	fi
tack-1.08/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-399-	exit ;;
##############################################
tack-1.08/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
tack-1.08/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-405-	exit ;;
##############################################
tack-1.08/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
tack-1.08/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tack-1.08/config.guess-414-	exit ;;
##############################################
tack-1.08/config.guess-418-    sun*:*:4.2BSD:*)
tack-1.08/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tack-1.08/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
tack-1.08/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
tack-1.08/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
tack-1.08/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
tack-1.08/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
tack-1.08/config.guess-556-    *:IRIX*:*:*)
tack-1.08/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tack-1.08/config.guess-558-	exit ;;
##############################################
tack-1.08/config.guess-586-EOF
tack-1.08/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
tack-1.08/config.guess-588-		then
##############################################
tack-1.08/config.guess-599-    *:AIX:*:[4567])
tack-1.08/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
tack-1.08/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tack-1.08/config.guess-635-    9000/[34678]??:HP-UX:*:*)
tack-1.08/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tack-1.08/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
tack-1.08/config.guess-689-EOF
tack-1.08/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
tack-1.08/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
tack-1.08/config.guess-717-    ia64:HP-UX:*:*)
tack-1.08/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tack-1.08/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tack-1.08/config.guess-747-EOF
tack-1.08/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
tack-1.08/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
tack-1.08/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tack-1.08/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tack-1.08/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tack-1.08/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tack-1.08/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
tack-1.08/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tack-1.08/config.guess-843-	esac
tack-1.08/config.guess:844:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tack-1.08/config.guess-845-	exit ;;
##############################################
tack-1.08/config.guess-898-    prep*:SunOS:5.*:*)
tack-1.08/config.guess:899:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tack-1.08/config.guess-900-	exit ;;
##############################################
tack-1.08/config.guess-902-	# the GNU system
tack-1.08/config.guess:903:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tack-1.08/config.guess-904-	exit ;;
##############################################
tack-1.08/config.guess-906-	# other systems with GNU libc and userland
tack-1.08/config.guess:907:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
tack-1.08/config.guess-908-	exit ;;
##############################################
tack-1.08/config.guess-1000-EOF
tack-1.08/config.guess:1001:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
tack-1.08/config.guess-1002-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
tack-1.08/config.guess-1100-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tack-1.08/config.guess:1101:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tack-1.08/config.guess-1102-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tack-1.08/config.guess-1303-	fi
tack-1.08/config.guess:1304:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
tack-1.08/config.guess-1305-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
tack-1.08/config.guess-1391-    *:DragonFly:*:*)
tack-1.08/config.guess:1392:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tack-1.08/config.guess-1393-	exit ;;
##############################################
tack-1.08/config.guess-1404-    i*86:skyos:*:*)
tack-1.08/config.guess:1405:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
tack-1.08/config.guess-1406-	exit ;;
##############################################
tack-1.08/configure-31-# Name of the executable.
tack-1.08/configure:32:as_me=`echo "$0" |sed 's,.*[\\/],,'`
tack-1.08/configure-33-
##############################################
tack-1.08/configure-164-
tack-1.08/configure:165:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
tack-1.08/configure-166-
##############################################
tack-1.08/configure-204-  -disable-* | --disable-*)
tack-1.08/configure:205:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tack-1.08/configure-206-    # Reject names that are not valid shell variable names.
##############################################
tack-1.08/configure-209-   { (exit 1); exit 1; }; }
tack-1.08/configure:210:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tack-1.08/configure-211-    eval "enable_$ac_feature=no" ;;
##############################################
tack-1.08/configure-213-  -enable-* | --enable-*)
tack-1.08/configure:214:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tack-1.08/configure-215-    # Reject names that are not valid shell variable names.
##############################################
tack-1.08/configure-218-   { (exit 1); exit 1; }; }
tack-1.08/configure:219:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tack-1.08/configure-220-    case $ac_option in
tack-1.08/configure:221:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tack-1.08/configure-222-      *) ac_optarg=yes ;;
##############################################
tack-1.08/configure-395-  -with-* | --with-*)
tack-1.08/configure:396:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tack-1.08/configure-397-    # Reject names that are not valid shell variable names.
##############################################
tack-1.08/configure-400-   { (exit 1); exit 1; }; }
tack-1.08/configure:401:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tack-1.08/configure-402-    case $ac_option in
tack-1.08/configure:403:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tack-1.08/configure-404-      *) ac_optarg=yes ;;
##############################################
tack-1.08/configure-408-  -without-* | --without-*)
tack-1.08/configure:409:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tack-1.08/configure-410-    # Reject names that are not valid shell variable names.
##############################################
tack-1.08/configure-413-   { (exit 1); exit 1; }; }
tack-1.08/configure:414:    ac_package=`echo $ac_package | sed 's/-/_/g'`
tack-1.08/configure-415-    eval "with_$ac_package=no" ;;
##############################################
tack-1.08/configure-440-  *=*)
tack-1.08/configure:441:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tack-1.08/configure-442-    # Reject names that are not valid shell variable names.
##############################################
tack-1.08/configure-445-   { (exit 1); exit 1; }; }
tack-1.08/configure:446:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
tack-1.08/configure-447-    eval "$ac_envvar='$ac_optarg'"
##############################################
tack-1.08/configure-461-if test -n "$ac_prev"; then
tack-1.08/configure:462:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tack-1.08/configure-463-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
tack-1.08/configure-469-do
tack-1.08/configure:470:  eval ac_val=$`echo $ac_var`
tack-1.08/configure-471-  case $ac_val in
##############################################
tack-1.08/configure-481-do
tack-1.08/configure:482:  eval ac_val=$`echo $ac_var`
tack-1.08/configure-483-  case $ac_val in
##############################################
tack-1.08/configure-516-  ac_prog=$0
tack-1.08/configure:517:  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
tack-1.08/configure-518-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
tack-1.08/configure-534-fi
tack-1.08/configure:535:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
tack-1.08/configure-536-ac_env_build_alias_set=${build_alias+set}
##############################################
tack-1.08/configure-605-By default, \`make install' will install all the files in
tack-1.08/configure:606:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tack-1.08/configure:607:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tack-1.08/configure-608-for instance \`--prefix=\$HOME'.
##############################################
tack-1.08/configure-786-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tack-1.08/configure:787:    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
tack-1.08/configure-788-    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
##############################################
tack-1.08/configure-892-    set,)
tack-1.08/configure:893:      { echo "$as_me:893: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tack-1.08/configure:894:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tack-1.08/configure-895-      ac_cache_corrupted=: ;;
##############################################
tack-1.08/configure-916-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tack-1.08/configure:917:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
tack-1.08/configure-918-      ac_configure_args="$ac_configure_args '$ac_arg'"
##############################################
tack-1.08/configure-1004-test -z "$ac_cv_build_alias" &&
tack-1.08/configure:1005:  ac_cv_build_alias=`$ac_config_guess`
tack-1.08/configure-1006-test -z "$ac_cv_build_alias" &&
##############################################
tack-1.08/configure-1009-   { (exit 1); exit 1; }; }
tack-1.08/configure:1010:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
tack-1.08/configure-1011-  { { echo "$as_me:1011: error: $ac_config_sub $ac_cv_build_alias failed." >&5
##############################################
tack-1.08/configure-1018-build=$ac_cv_build
tack-1.08/configure:1019:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tack-1.08/configure:1020:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tack-1.08/configure:1021:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tack-1.08/configure-1022-
##############################################
tack-1.08/configure-1031-  ac_cv_host_alias=$ac_cv_build_alias
tack-1.08/configure:1032:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
tack-1.08/configure-1033-  { { echo "$as_me:1033: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
tack-1.08/configure-1040-host=$ac_cv_host
tack-1.08/configure:1041:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tack-1.08/configure:1042:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tack-1.08/configure:1043:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tack-1.08/configure-1044-
##############################################
tack-1.08/configure-1076-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
tack-1.08/configure:1077:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
tack-1.08/configure-1078-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
tack-1.08/configure-1085-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tack-1.08/configure:1086:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
tack-1.08/configure-1087-if test -n "$ac_maketemp"; then
##############################################
tack-1.08/configure-1093-fi
tack-1.08/configure:1094:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tack-1.08/configure-1095-  echo "$as_me:1095: result: yes" >&5
##############################################
tack-1.08/configure-1400-     "checking for C compiler version" >&5
tack-1.08/configure:1401:ac_compiler=`set X $ac_compile; echo $2`
tack-1.08/configure-1402-{ (eval echo "$as_me:1402: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
tack-1.08/configure-1436-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
tack-1.08/configure:1437:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tack-1.08/configure-1438-if { (eval echo "$as_me:1438: \"$ac_link_default\"") >&5
##############################################
tack-1.08/configure-1453-            break;;
tack-1.08/configure:1454:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tack-1.08/configure-1455-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
##############################################
tack-1.08/configure-1524-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
tack-1.08/configure:1525:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tack-1.08/configure-1526-          export ac_cv_exeext
##############################################
tack-1.08/configure-1569-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
tack-1.08/configure:1570:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tack-1.08/configure-1571-       break;;
##############################################
tack-1.08/configure-1631-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
tack-1.08/configure:1632:GCC=`test $ac_compiler_gnu = yes && echo yes`
tack-1.08/configure-1633-ac_test_CFLAGS=${CFLAGS+set}
##############################################
tack-1.08/configure-2079-(*)
tack-1.08/configure:2080:	cf_dir=`echo $INSTALL | sed -e 's%/[^/]*$%%'`
tack-1.08/configure-2081-	test -z "$cf_dir" && cf_dir=.
tack-1.08/configure:2082:	INSTALL=`cd $cf_dir && pwd`/`echo $INSTALL | sed -e 's%^.*/%%'`
tack-1.08/configure-2083-	;;
##############################################
tack-1.08/configure-2136-CF_EOF
tack-1.08/configure:2137:		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[ 	]*$,,'`
tack-1.08/configure-2138-		case "$cf_result" in
tack-1.08/configure-2139-		(.*k|.*kw)
tack-1.08/configure:2140:			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
tack-1.08/configure-2141-			case "$cf_result" in
##############################################
tack-1.08/configure-2732-		if test "x$ARFLAGS" != "x" ; then
tack-1.08/configure:2733:			cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
tack-1.08/configure-2734-			if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
##############################################
tack-1.08/configure-2831-fi
tack-1.08/configure:2832:for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
tack-1.08/configure-2833-  test -d $ac_dir || continue
##############################################
tack-1.08/configure-2840-  (echo 2 >$ac_tf2) 2>/dev/null
tack-1.08/configure:2841:  ac_val=`cat $ac_tf1 2>/dev/null`
tack-1.08/configure-2842-  if test ! -f $ac_tf1 || test "$ac_val" != 1; then
##############################################
tack-1.08/configure-2906-	# humor him...
tack-1.08/configure:2907:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
tack-1.08/configure:2908:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'`
tack-1.08/configure-2909-	CC="$cf_prog"
##############################################
tack-1.08/configure-2927-		(-D*)
tack-1.08/configure:2928:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-2929-
##############################################
tack-1.08/configure-2954-			(-D*)
tack-1.08/configure:2955:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-2956-
##############################################
tack-1.08/configure-2982-
tack-1.08/configure:2983:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-2984-
##############################################
tack-1.08/configure-3075-		(-D*)
tack-1.08/configure:3076:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-3077-
##############################################
tack-1.08/configure-3102-			(-D*)
tack-1.08/configure:3103:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-3104-
##############################################
tack-1.08/configure-3130-
tack-1.08/configure:3131:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-3132-
##############################################
tack-1.08/configure-3223-		(-D*)
tack-1.08/configure:3224:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-3225-
##############################################
tack-1.08/configure-3250-			(-D*)
tack-1.08/configure:3251:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-3252-
##############################################
tack-1.08/configure-3278-
tack-1.08/configure:3279:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-3280-
##############################################
tack-1.08/configure-3375-echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
tack-1.08/configure:3376:	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
tack-1.08/configure-3377-	test -z "$GCC_VERSION" && GCC_VERSION=unknown
##############################################
tack-1.08/configure-3450-
tack-1.08/configure:3451:cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-3452-
##############################################
tack-1.08/configure-3800-
tack-1.08/configure:3801:cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-3802-
##############################################
tack-1.08/configure-4237-		(-D*)
tack-1.08/configure:4238:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-4239-
##############################################
tack-1.08/configure-4264-			(-D*)
tack-1.08/configure:4265:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-4266-
##############################################
tack-1.08/configure-4292-
tack-1.08/configure:4293:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-4294-
##############################################
tack-1.08/configure-4470-		(-D*)
tack-1.08/configure:4471:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-4472-
##############################################
tack-1.08/configure-4497-			(-D*)
tack-1.08/configure:4498:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-4499-
##############################################
tack-1.08/configure-4525-
tack-1.08/configure:4526:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-4527-
##############################################
tack-1.08/configure-4727-		(-D*)
tack-1.08/configure:4728:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-4729-
##############################################
tack-1.08/configure-4754-			(-D*)
tack-1.08/configure:4755:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-4756-
##############################################
tack-1.08/configure-4782-
tack-1.08/configure:4783:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-4784-
##############################################
tack-1.08/configure-4832-		(-D*)
tack-1.08/configure:4833:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-4834-
##############################################
tack-1.08/configure-4859-			(-D*)
tack-1.08/configure:4860:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-4861-
##############################################
tack-1.08/configure-4887-
tack-1.08/configure:4888:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-4889-
##############################################
tack-1.08/configure-5125-		(-D*)
tack-1.08/configure:5126:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-5127-
##############################################
tack-1.08/configure-5152-			(-D*)
tack-1.08/configure:5153:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-5154-
##############################################
tack-1.08/configure-5180-
tack-1.08/configure:5181:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-5182-
##############################################
tack-1.08/configure-5442-	(.NONE/*)
tack-1.08/configure:5443:		PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-5444-		;;
##############################################
tack-1.08/configure-5447-(.no|.NONE/*)
tack-1.08/configure:5448:	PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-5449-	;;
##############################################
tack-1.08/configure-5494-	(.NONE/*)
tack-1.08/configure:5495:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-5496-		;;
##############################################
tack-1.08/configure-5499-(.no|.NONE/*)
tack-1.08/configure:5500:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-5501-	;;
##############################################
tack-1.08/configure-5577-
tack-1.08/configure:5578:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-5579-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-5759-do
tack-1.08/configure:5760:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tack-1.08/configure-5761-echo "$as_me:5761: checking for $ac_header" >&5
##############################################
tack-1.08/configure-5795-fi
tack-1.08/configure:5796:echo "$as_me:5796: result: `eval echo '${'$as_ac_Header'}'`" >&5
tack-1.08/configure:5797:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tack-1.08/configure:5798:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tack-1.08/configure-5799-  cat >>confdefs.h <<EOF
tack-1.08/configure:5800:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tack-1.08/configure-5801-EOF
##############################################
tack-1.08/configure-5813-(*/ncurses.h|*/ncursesw.h)
tack-1.08/configure:5814:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
tack-1.08/configure-5815-	;;
##############################################
tack-1.08/configure-5970-
tack-1.08/configure:5971:	cf_cv_ncurses_version=`cat $cf_tempfile`
tack-1.08/configure-5972-else
##############################################
tack-1.08/configure-6481-			do
tack-1.08/configure:6482:				as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
tack-1.08/configure-6483-echo "$as_me:6483: checking for tgoto in -l$cf_term_lib" >&5
##############################################
tack-1.08/configure-6529-fi
tack-1.08/configure:6530:echo "$as_me:6530: result: `eval echo '${'$as_ac_Lib'}'`" >&5
tack-1.08/configure:6531:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
tack-1.08/configure:6532:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
tack-1.08/configure-6533-  break
##############################################
tack-1.08/configure-6547-		do
tack-1.08/configure:6548:			as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh`
tack-1.08/configure-6549-echo "$as_me:6549: checking for initscr in -l$cf_curs_lib" >&5
##############################################
tack-1.08/configure-6595-fi
tack-1.08/configure:6596:echo "$as_me:6596: result: `eval echo '${'$as_ac_Lib'}'`" >&5
tack-1.08/configure:6597:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
tack-1.08/configure:6598:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
tack-1.08/configure-6599-  break
##############################################
tack-1.08/configure-6863-		(-I*)
tack-1.08/configure:6864:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
tack-1.08/configure-6865-
##############################################
tack-1.08/configure-7003-		(-L*)
tack-1.08/configure:7004:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
tack-1.08/configure-7005-
##############################################
tack-1.08/configure-7216-
tack-1.08/configure:7217:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-7218-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-7291-
tack-1.08/configure:7292:		CPPFLAGS="$CPPFLAGS `$PKG_CONFIG --cflags $cf_ncuconfig_root`"
tack-1.08/configure-7293-
tack-1.08/configure:7294:cf_add_libs="`$PKG_CONFIG --libs $cf_ncuconfig_root`"
tack-1.08/configure-7295-# Filter out duplicates - this happens with badly-designed ".pc" files...
##############################################
tack-1.08/configure-7394-(*/ncurses.h|*/ncursesw.h)
tack-1.08/configure:7395:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
tack-1.08/configure-7396-	;;
##############################################
tack-1.08/configure-7571-
tack-1.08/configure:7572:		CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
tack-1.08/configure-7573-
tack-1.08/configure:7574:cf_add_libs="`$NCURSES_CONFIG --libs`"
tack-1.08/configure-7575-# Filter out duplicates - this happens with badly-designed ".pc" files...
##############################################
tack-1.08/configure-7648-do
tack-1.08/configure:7649:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tack-1.08/configure-7650-echo "$as_me:7650: checking for $ac_header" >&5
##############################################
tack-1.08/configure-7684-fi
tack-1.08/configure:7685:echo "$as_me:7685: result: `eval echo '${'$as_ac_Header'}'`" >&5
tack-1.08/configure:7686:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tack-1.08/configure:7687:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tack-1.08/configure-7688-  cat >>confdefs.h <<EOF
tack-1.08/configure:7689:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tack-1.08/configure-7690-EOF
##############################################
tack-1.08/configure-7698-
tack-1.08/configure:7699:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-7700-
##############################################
tack-1.08/configure-7704-
tack-1.08/configure:7705:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
tack-1.08/configure-7706-
##############################################
tack-1.08/configure-7779-
tack-1.08/configure:7780:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-7781-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-7878-		(-I*)
tack-1.08/configure:7879:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
tack-1.08/configure-7880-
##############################################
tack-1.08/configure-8021-
tack-1.08/configure:8022:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-8023-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-8102-
tack-1.08/configure:8103:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
tack-1.08/configure:8104:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
tack-1.08/configure:8105:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
tack-1.08/configure-8106-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
tack-1.08/configure-8174-
tack-1.08/configure:8175:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-8176-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-8226-(*/ncurses.h|*/ncursesw.h)
tack-1.08/configure:8227:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
tack-1.08/configure-8228-	;;
##############################################
tack-1.08/configure-8389-
tack-1.08/configure:8390:	cf_cv_ncurses_version=`cat $cf_tempfile`
tack-1.08/configure-8391-else
##############################################
tack-1.08/configure-8728-		(-L*)
tack-1.08/configure:8729:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
tack-1.08/configure-8730-
##############################################
tack-1.08/configure-8847-	for p in $cf_ncurses_LIBS ; do
tack-1.08/configure:8848:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
tack-1.08/configure-8849-		if test "$q" != "$LIBS" ; then
##############################################
tack-1.08/configure-8888-
tack-1.08/configure:8889:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-8890-
##############################################
tack-1.08/configure-8919-
tack-1.08/configure:8920:		CPPFLAGS="$CPPFLAGS `$PKG_CONFIG --cflags $cf_ncuconfig_root`"
tack-1.08/configure-8921-
tack-1.08/configure:8922:cf_add_libs="`$PKG_CONFIG --libs $cf_ncuconfig_root`"
tack-1.08/configure-8923-# Filter out duplicates - this happens with badly-designed ".pc" files...
##############################################
tack-1.08/configure-9022-(*/ncurses.h|*/ncursesw.h)
tack-1.08/configure:9023:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
tack-1.08/configure-9024-	;;
##############################################
tack-1.08/configure-9199-
tack-1.08/configure:9200:		CPPFLAGS="$CPPFLAGS `$NCURSES_CONFIG --cflags`"
tack-1.08/configure-9201-
tack-1.08/configure:9202:cf_add_libs="`$NCURSES_CONFIG --libs`"
tack-1.08/configure-9203-# Filter out duplicates - this happens with badly-designed ".pc" files...
##############################################
tack-1.08/configure-9276-do
tack-1.08/configure:9277:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tack-1.08/configure-9278-echo "$as_me:9278: checking for $ac_header" >&5
##############################################
tack-1.08/configure-9312-fi
tack-1.08/configure:9313:echo "$as_me:9313: result: `eval echo '${'$as_ac_Header'}'`" >&5
tack-1.08/configure:9314:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tack-1.08/configure:9315:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tack-1.08/configure-9316-  cat >>confdefs.h <<EOF
tack-1.08/configure:9317:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tack-1.08/configure-9318-EOF
##############################################
tack-1.08/configure-9326-
tack-1.08/configure:9327:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-9328-
##############################################
tack-1.08/configure-9332-
tack-1.08/configure:9333:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
tack-1.08/configure-9334-
##############################################
tack-1.08/configure-9407-
tack-1.08/configure:9408:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-9409-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-9506-		(-I*)
tack-1.08/configure:9507:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
tack-1.08/configure-9508-
##############################################
tack-1.08/configure-9649-
tack-1.08/configure:9650:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-9651-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-9730-
tack-1.08/configure:9731:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
tack-1.08/configure:9732:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
tack-1.08/configure:9733:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
tack-1.08/configure-9734-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
tack-1.08/configure-9802-
tack-1.08/configure:9803:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
tack-1.08/configure-9804-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
tack-1.08/configure-9854-(*/ncurses.h|*/ncursesw.h)
tack-1.08/configure:9855:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
tack-1.08/configure-9856-	;;
##############################################
tack-1.08/configure-10017-
tack-1.08/configure:10018:	cf_cv_ncurses_version=`cat $cf_tempfile`
tack-1.08/configure-10019-else
##############################################
tack-1.08/configure-10356-		(-L*)
tack-1.08/configure:10357:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
tack-1.08/configure-10358-
##############################################
tack-1.08/configure-10475-	for p in $cf_ncurses_LIBS ; do
tack-1.08/configure:10476:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
tack-1.08/configure-10477-		if test "$q" != "$LIBS" ; then
##############################################
tack-1.08/configure-10516-
tack-1.08/configure:10517:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
tack-1.08/configure-10518-
##############################################
tack-1.08/configure-10543-: ${cf_nculib_root:=$cf_cv_screen}
tack-1.08/configure:10544:as_ac_Lib=`echo "ac_cv_lib_$cf_nculib_root''__nc_init_pthreads" | $as_tr_sh`
tack-1.08/configure-10545-echo "$as_me:10545: checking for _nc_init_pthreads in -l$cf_nculib_root" >&5
##############################################
tack-1.08/configure-10591-fi
tack-1.08/configure:10592:echo "$as_me:10592: result: `eval echo '${'$as_ac_Lib'}'`" >&5
tack-1.08/configure:10593:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
tack-1.08/configure:10594:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
tack-1.08/configure-10595-  cf_cv_ncurses_pthreads=yes
##############################################
tack-1.08/configure-11053-	*)
tack-1.08/configure:11054:		as_ac_Lib=`echo "ac_cv_lib_$cf_tinfo_lib''_reset_shell_mode" | $as_tr_sh`
tack-1.08/configure-11055-echo "$as_me:11055: checking for reset_shell_mode in -l$cf_tinfo_lib" >&5
##############################################
tack-1.08/configure-11101-fi
tack-1.08/configure:11102:echo "$as_me:11102: result: `eval echo '${'$as_ac_Lib'}'`" >&5
tack-1.08/configure:11103:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
tack-1.08/configure:11104:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
tack-1.08/configure-11105-  LIBS="-l$cf_tinfo_lib $LIBS"
##############################################
tack-1.08/configure-11114-
tack-1.08/configure:11115:	as_ac_Lib=`echo "ac_cv_lib_$cf_tinfo_lib''_setupterm" | $as_tr_sh`
tack-1.08/configure-11116-echo "$as_me:11116: checking for setupterm in -l$cf_tinfo_lib" >&5
##############################################
tack-1.08/configure-11162-fi
tack-1.08/configure:11163:echo "$as_me:11163: result: `eval echo '${'$as_ac_Lib'}'`" >&5
tack-1.08/configure:11164:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
tack-1.08/configure:11165:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
tack-1.08/configure-11166-  LIBS="-l$cf_tinfo_lib $LIBS"
##############################################
tack-1.08/configure-11361-  (exit $ac_status); }; }; then
tack-1.08/configure:11362:  cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
tack-1.08/configure:11363:		 cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[ 	]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq`
tack-1.08/configure-11364-else
##############################################
tack-1.08/configure-11429-			if test "$LD_RPATH_OPT" = "-R " ; then
tack-1.08/configure:11430:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
tack-1.08/configure-11431-			else
tack-1.08/configure:11432:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
tack-1.08/configure-11433-			fi
##############################################
tack-1.08/configure-11435-			# if we have not already added this, add it now
tack-1.08/configure:11436:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
tack-1.08/configure-11437-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
tack-1.08/configure-11483-			if test "$LD_RPATH_OPT" = "-R " ; then
tack-1.08/configure:11484:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
tack-1.08/configure-11485-			else
tack-1.08/configure:11486:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
tack-1.08/configure-11487-			fi
##############################################
tack-1.08/configure-11489-			# if we have not already added this, add it now
tack-1.08/configure:11490:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
tack-1.08/configure-11491-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
tack-1.08/configure-11560-		(-D*)
tack-1.08/configure:11561:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-11562-
##############################################
tack-1.08/configure-11587-			(-D*)
tack-1.08/configure:11588:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-11589-
##############################################
tack-1.08/configure-11615-
tack-1.08/configure:11616:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-11617-
##############################################
tack-1.08/configure-11792-		(-D*)
tack-1.08/configure:11793:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-11794-
##############################################
tack-1.08/configure-11819-			(-D*)
tack-1.08/configure:11820:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-11821-
##############################################
tack-1.08/configure-11847-
tack-1.08/configure:11848:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-11849-
##############################################
tack-1.08/configure-12024-		(-D*)
tack-1.08/configure:12025:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-12026-
##############################################
tack-1.08/configure-12051-			(-D*)
tack-1.08/configure:12052:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-12053-
##############################################
tack-1.08/configure-12079-
tack-1.08/configure:12080:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-12081-
##############################################
tack-1.08/configure-12145-do
tack-1.08/configure:12146:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tack-1.08/configure-12147-echo "$as_me:12147: checking for $ac_header" >&5
##############################################
tack-1.08/configure-12181-fi
tack-1.08/configure:12182:echo "$as_me:12182: result: `eval echo '${'$as_ac_Header'}'`" >&5
tack-1.08/configure:12183:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tack-1.08/configure:12184:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tack-1.08/configure-12185-  cat >>confdefs.h <<EOF
tack-1.08/configure:12186:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tack-1.08/configure-12187-EOF
##############################################
tack-1.08/configure-12196-do
tack-1.08/configure:12197:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tack-1.08/configure-12198-echo "$as_me:12198: checking for $ac_header" >&5
##############################################
tack-1.08/configure-12232-fi
tack-1.08/configure:12233:echo "$as_me:12233: result: `eval echo '${'$as_ac_Header'}'`" >&5
tack-1.08/configure:12234:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tack-1.08/configure:12235:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tack-1.08/configure-12236-  cat >>confdefs.h <<EOF
tack-1.08/configure:12237:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tack-1.08/configure-12238-EOF
##############################################
tack-1.08/configure-12248-do
tack-1.08/configure:12249:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tack-1.08/configure-12250-echo "$as_me:12250: checking for $ac_func" >&5
##############################################
tack-1.08/configure-12305-fi
tack-1.08/configure:12306:echo "$as_me:12306: result: `eval echo '${'$as_ac_var'}'`" >&5
tack-1.08/configure:12307:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tack-1.08/configure:12308:if test `eval echo '${'$as_ac_var'}'` = yes; then
tack-1.08/configure-12309-  cat >>confdefs.h <<EOF
tack-1.08/configure:12310:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tack-1.08/configure-12311-EOF
##############################################
tack-1.08/configure-12584-	(.NONE/*)
tack-1.08/configure:12585:		cf_man2html=`echo $cf_man2html | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-12586-		;;
##############################################
tack-1.08/configure-12589-(.no|.NONE/*)
tack-1.08/configure:12590:	cf_man2html=`echo $cf_man2html | sed -e s%NONE%$cf_path_syntax%`
tack-1.08/configure-12591-	;;
##############################################
tack-1.08/configure-12612-	cf_man2html_1st=`fgrep -n MARKER conftest.out |sed -e 's/^[^0-9]*://' -e 's/:.*//'`
tack-1.08/configure:12613:	cf_man2html_top=`expr $cf_man2html_1st - 2`
tack-1.08/configure-12614-	cf_man2html_bot=`wc -l conftest.out |sed -e 's/[^0-9]//g'`
tack-1.08/configure:12615:	cf_man2html_bot=`expr $cf_man2html_bot - 2 - $cf_man2html_top`
tack-1.08/configure-12616-	cf_man2html_top_bot="-topm=$cf_man2html_top -botm=$cf_man2html_bot"
##############################################
tack-1.08/configure-12679-		(-D*)
tack-1.08/configure:12680:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
tack-1.08/configure-12681-
##############################################
tack-1.08/configure-12706-			(-D*)
tack-1.08/configure:12707:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
tack-1.08/configure-12708-
##############################################
tack-1.08/configure-12734-
tack-1.08/configure:12735:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
tack-1.08/configure-12736-
##############################################
tack-1.08/configure-12870-# Name of the executable.
tack-1.08/configure:12871:as_me=`echo "$0" |sed 's,.*[\\/],,'`
tack-1.08/configure-12872-
##############################################
tack-1.08/configure-12978-configured by $0, generated by GNU Autoconf 2.52.20170501,
tack-1.08/configure:12979:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
tack-1.08/configure-12980-
##############################################
tack-1.08/configure-12996-  --*=*)
tack-1.08/configure:12997:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
tack-1.08/configure:12998:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
tack-1.08/configure-12999-    shift
##############################################
tack-1.08/configure-13104-{
tack-1.08/configure:13105:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
tack-1.08/configure-13106-  test -n "$tmp" && test -d "$tmp"
##############################################
tack-1.08/configure-13275-      ac_BEG=$ac_end
tack-1.08/configure:13276:      ac_END=`expr $ac_end + $ac_max_sed_lines`
tack-1.08/configure-13277-      sed "1,${ac_BEG}d; ${ac_END}p; q" $tmp/subs.sed >$tmp/subs.next
##############################################
tack-1.08/configure-13283-            if test $ac_beg -gt 1; then
tack-1.08/configure:13284:              ac_end=`expr $ac_end - 1`
tack-1.08/configure-13285-              continue
##############################################
tack-1.08/configure-13295-      fi
tack-1.08/configure:13296:      ac_sed_frag=`expr $ac_sed_frag + 1`
tack-1.08/configure-13297-      ac_beg=$ac_end
tack-1.08/configure:13298:      ac_end=`expr $ac_end + $ac_max_sed_lines`
tack-1.08/configure-13299-    fi
##############################################
tack-1.08/configure-13312-        cat >$tmp/stdin
tack-1.08/configure:13313:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tack-1.08/configure:13314:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tack-1.08/configure:13315:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tack-1.08/configure:13316:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tack-1.08/configure-13317-  * )   ac_file_in=$ac_file.in ;;
##############################################
tack-1.08/configure-13337-as_dummy="$ac_dir"
tack-1.08/configure:13338:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
tack-1.08/configure-13339-  case $as_mkdir_dir in
##############################################
tack-1.08/configure-13348-
tack-1.08/configure:13349:    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
tack-1.08/configure-13350-    # A "../" for each directory in $ac_dir_suffix.
tack-1.08/configure:13351:    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
tack-1.08/configure-13352-  else
##############################################
tack-1.08/configure-13360-      else
tack-1.08/configure:13361:         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
tack-1.08/configure-13362-      fi ;;
##############################################
tack-1.08/configure-13419-    do
tack-1.08/configure:13420:      ac_seen=`grep '@\(datadir\|mandir\|infodir\)@' $ac_item`
tack-1.08/configure-13421-      if test -n "$ac_seen"; then
tack-1.08/configure:13422:        ac_used=`grep '@datarootdir@' $ac_item`
tack-1.08/configure-13423-        if test -z "$ac_used"; then
##############################################
tack-1.08/configure-13430-      fi
tack-1.08/configure:13431:      ac_seen=`grep '${datarootdir}' $ac_item`
tack-1.08/configure-13432-      if test -n "$ac_seen"; then
##############################################
tack-1.08/configure-13464-    do
tack-1.08/configure:13465:        ac_seen=`fgrep -n '${'$ac_name'[:=].*}' $ac_file`
tack-1.08/configure-13466-        if test -n "$ac_seen"; then
tack-1.08/configure:13467:            ac_init=`egrep '[ 	]*'$ac_name'[ 	]*=' $ac_file`
tack-1.08/configure-13468-            if test -z "$ac_init"; then
tack-1.08/configure:13469:              ac_seen=`echo "$ac_seen" |sed -e 's,^,'$ac_file':,'`
tack-1.08/configure-13470-              { echo "$as_me:13470: WARNING: Variable $ac_name is used but was not set:
##############################################
tack-1.08/configure-13479-    if test -s $tmp/out; then
tack-1.08/configure:13480:      ac_seen=`sed -e 's,^,'$ac_file':,' < $tmp/out`
tack-1.08/configure-13481-      { echo "$as_me:13481: WARNING: Some variables may not be substituted:
##############################################
tack-1.08/configure-13522-        cat >$tmp/stdin
tack-1.08/configure:13523:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tack-1.08/configure:13524:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tack-1.08/configure:13525:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tack-1.08/configure:13526:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tack-1.08/configure-13527-  * )   ac_file_in=$ac_file.in ;;
##############################################
tack-1.08/configure-13632-as_dummy="$ac_dir"
tack-1.08/configure:13633:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
tack-1.08/configure-13634-  case $as_mkdir_dir in
##############################################
tack-1.08/configure-13658-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
tack-1.08/configure:13659:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
tack-1.08/configure:13660:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
tack-1.08/configure-13661-
##############################################
tack-1.08/configure-13669-TEST_EOF
tack-1.08/configure:13670:LIST=`sed -e 's/[ 	].*//' -e '/^[#@]/d' $srcdir/modules`
tack-1.08/configure-13671-for N in $LIST