===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
comptty-1.0.1/Makefile.in-89-  while test -n "$$dir1"; do \
comptty-1.0.1/Makefile.in:90:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
comptty-1.0.1/Makefile.in-91-    if test "$$first" != "."; then \
comptty-1.0.1/Makefile.in-92-      if test "$$first" = ".."; then \
comptty-1.0.1/Makefile.in:93:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
comptty-1.0.1/Makefile.in:94:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
comptty-1.0.1/Makefile.in-95-      else \
comptty-1.0.1/Makefile.in:96:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
comptty-1.0.1/Makefile.in-97-        if test "$$first2" = "$$first"; then \
comptty-1.0.1/Makefile.in:98:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
comptty-1.0.1/Makefile.in-99-        else \
##############################################
comptty-1.0.1/Makefile.in-104-    fi; \
comptty-1.0.1/Makefile.in:105:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
comptty-1.0.1/Makefile.in-106-  done; \
##############################################
comptty-1.0.1/Makefile.in-301-	dot_seen=no; \
comptty-1.0.1/Makefile.in:302:	target=`echo $@ | sed s/-recursive//`; \
comptty-1.0.1/Makefile.in-303-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
comptty-1.0.1/Makefile.in-336-	rev="$$rev ."; \
comptty-1.0.1/Makefile.in:337:	target=`echo $@ | sed s/-recursive//`; \
comptty-1.0.1/Makefile.in-338-	for subdir in $$rev; do \
##############################################
comptty-1.0.1/Makefile.in-414-GTAGS:
comptty-1.0.1/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
comptty-1.0.1/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
comptty-1.0.1/Makefile.in-424-	test -d "$(distdir)" || mkdir "$(distdir)"
comptty-1.0.1/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
comptty-1.0.1/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
comptty-1.0.1/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
comptty-1.0.1/Makefile.in-438-	  if test -d $$d/$$file; then \
comptty-1.0.1/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
comptty-1.0.1/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
comptty-1.0.1/Makefile.in-552-	test -d $(distdir)/_build || exit 0; \
comptty-1.0.1/Makefile.in:553:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
comptty-1.0.1/Makefile.in-554-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
comptty-1.0.1/Makefile.in-595-	}; \
comptty-1.0.1/Makefile.in:596:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
comptty-1.0.1/Makefile.in-597-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
comptty-1.0.1/Makefile.in-607-	fi
comptty-1.0.1/Makefile.in:608:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
comptty-1.0.1/Makefile.in-609-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
comptty-1.0.1/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
comptty-1.0.1/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
comptty-1.0.1/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
comptty-1.0.1/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
comptty-1.0.1/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
comptty-1.0.1/aclocal.m4-148-        else 
comptty-1.0.1/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
comptty-1.0.1/aclocal.m4-150-        fi
##############################################
comptty-1.0.1/aclocal.m4-233-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
comptty-1.0.1/aclocal.m4:234:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
comptty-1.0.1/aclocal.m4-235-#
##############################################
comptty-1.0.1/aclocal.m4-257-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
comptty-1.0.1/aclocal.m4:258:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
comptty-1.0.1/aclocal.m4-259-# and then we would define $MISSING as
##############################################
comptty-1.0.1/aclocal.m4-273-# expand $ac_aux_dir to an absolute path
comptty-1.0.1/aclocal.m4:274:am_aux_dir=`cd $ac_aux_dir && pwd`
comptty-1.0.1/aclocal.m4-275-])
##############################################
comptty-1.0.1/aclocal.m4-375-  if test "$am_compiler_list" = ""; then
comptty-1.0.1/aclocal.m4:376:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
comptty-1.0.1/aclocal.m4-377-  fi
##############################################
comptty-1.0.1/aclocal.m4-524-    # Strip MF so we end up with the name of the file.
comptty-1.0.1/aclocal.m4:525:    mf=`echo "$mf" | sed -e 's/:.*$//'`
comptty-1.0.1/aclocal.m4-526-    # Check whether this is an Automake generated Makefile or not.
##############################################
comptty-1.0.1/aclocal.m4-533-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
comptty-1.0.1/aclocal.m4:534:      dirpart=`AS_DIRNAME("$mf")`
comptty-1.0.1/aclocal.m4-535-    else
##############################################
comptty-1.0.1/aclocal.m4-539-    # from the Makefile without running `make'.
comptty-1.0.1/aclocal.m4:540:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
comptty-1.0.1/aclocal.m4-541-    test -z "$DEPDIR" && continue
comptty-1.0.1/aclocal.m4:542:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
comptty-1.0.1/aclocal.m4-543-    test -z "am__include" && continue
comptty-1.0.1/aclocal.m4:544:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
comptty-1.0.1/aclocal.m4-545-    # When using ansi2knr, U may be empty or an underscore; expand it
comptty-1.0.1/aclocal.m4:546:    U=`sed -n 's/^U = //p' < "$mf"`
comptty-1.0.1/aclocal.m4-547-    # Find all dependency output files, they are included files with
##############################################
comptty-1.0.1/aclocal.m4-555-      test -f "$dirpart/$file" && continue
comptty-1.0.1/aclocal.m4:556:      fdir=`AS_DIRNAME(["$file"])`
comptty-1.0.1/aclocal.m4-557-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
comptty-1.0.1/aclocal.m4-610-AC_REQUIRE([AC_PROG_INSTALL])dnl
comptty-1.0.1/aclocal.m4:611:if test "`cd $srcdir && pwd`" != "`pwd`"; then
comptty-1.0.1/aclocal.m4-612-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
comptty-1.0.1/aclocal.m4-712-    * )
comptty-1.0.1/aclocal.m4:713:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
comptty-1.0.1/aclocal.m4-714-  esac
comptty-1.0.1/aclocal.m4-715-done
comptty-1.0.1/aclocal.m4:716:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
comptty-1.0.1/aclocal.m4-717-
##############################################
comptty-1.0.1/aclocal.m4-790-# Ignore all kinds of additional output from `make'.
comptty-1.0.1/aclocal.m4:791:case `$am_make -s -f confmf 2> /dev/null` in #(
comptty-1.0.1/aclocal.m4-792-*the\ am__doit\ target*)
##############################################
comptty-1.0.1/aclocal.m4-800-   echo '.include "confinc"' > confmf
comptty-1.0.1/aclocal.m4:801:   case `$am_make -s -f confmf 2> /dev/null` in #(
comptty-1.0.1/aclocal.m4-802-   *the\ am__doit\ target*)
##############################################
comptty-1.0.1/aclocal.m4-957-if (
comptty-1.0.1/aclocal.m4:958:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
comptty-1.0.1/aclocal.m4-959-   if test "$[*]" = "X"; then
comptty-1.0.1/aclocal.m4-960-      # -L didn't work.
comptty-1.0.1/aclocal.m4:961:      set X `ls -t "$srcdir/configure" conftest.file`
comptty-1.0.1/aclocal.m4-962-   fi
##############################################
comptty-1.0.1/build-aux/config.guess-40-
comptty-1.0.1/build-aux/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
comptty-1.0.1/build-aux/config.guess-42-
##############################################
comptty-1.0.1/build-aux/config.guess-109-: ${TMPDIR=/tmp} ;
comptty-1.0.1/build-aux/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
comptty-1.0.1/build-aux/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
comptty-1.0.1/build-aux/config.guess-195-	    *)
comptty-1.0.1/build-aux/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
comptty-1.0.1/build-aux/config.guess-197-		;;
##############################################
comptty-1.0.1/build-aux/config.guess-222-	*4.0)
comptty-1.0.1/build-aux/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
comptty-1.0.1/build-aux/config.guess-224-		;;
comptty-1.0.1/build-aux/config.guess-225-	*5.*)
comptty-1.0.1/build-aux/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
comptty-1.0.1/build-aux/config.guess-227-		;;
##############################################
comptty-1.0.1/build-aux/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
comptty-1.0.1/build-aux/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
comptty-1.0.1/build-aux/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
comptty-1.0.1/build-aux/config.guess-270-	# 1.2 uses "1.2" for uname -r.
comptty-1.0.1/build-aux/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
comptty-1.0.1/build-aux/config.guess-272-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-327-    sun4H:SunOS:5.*:*)
comptty-1.0.1/build-aux/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
comptty-1.0.1/build-aux/config.guess-329-	exit ;;
comptty-1.0.1/build-aux/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
comptty-1.0.1/build-aux/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
comptty-1.0.1/build-aux/config.guess-332-	exit ;;
comptty-1.0.1/build-aux/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
comptty-1.0.1/build-aux/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
comptty-1.0.1/build-aux/config.guess-335-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
comptty-1.0.1/build-aux/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
comptty-1.0.1/build-aux/config.guess-341-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
comptty-1.0.1/build-aux/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
comptty-1.0.1/build-aux/config.guess-350-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-354-    sun*:*:4.2BSD:*)
comptty-1.0.1/build-aux/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
comptty-1.0.1/build-aux/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
comptty-1.0.1/build-aux/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
comptty-1.0.1/build-aux/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
comptty-1.0.1/build-aux/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
comptty-1.0.1/build-aux/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
comptty-1.0.1/build-aux/config.guess-492-    *:IRIX*:*:*)
comptty-1.0.1/build-aux/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
comptty-1.0.1/build-aux/config.guess-494-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-522-EOF
comptty-1.0.1/build-aux/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
comptty-1.0.1/build-aux/config.guess-524-		then
##############################################
comptty-1.0.1/build-aux/config.guess-535-    *:AIX:*:[456])
comptty-1.0.1/build-aux/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
comptty-1.0.1/build-aux/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
comptty-1.0.1/build-aux/config.guess-570-    9000/[34678]??:HP-UX:*:*)
comptty-1.0.1/build-aux/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
comptty-1.0.1/build-aux/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
comptty-1.0.1/build-aux/config.guess-624-EOF
comptty-1.0.1/build-aux/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
comptty-1.0.1/build-aux/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
comptty-1.0.1/build-aux/config.guess-652-    ia64:HP-UX:*:*)
comptty-1.0.1/build-aux/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
comptty-1.0.1/build-aux/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
comptty-1.0.1/build-aux/config.guess-682-EOF
comptty-1.0.1/build-aux/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
comptty-1.0.1/build-aux/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
comptty-1.0.1/build-aux/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
comptty-1.0.1/build-aux/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
comptty-1.0.1/build-aux/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
comptty-1.0.1/build-aux/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
comptty-1.0.1/build-aux/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
comptty-1.0.1/build-aux/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
comptty-1.0.1/build-aux/config.guess-773-	    pc98)
comptty-1.0.1/build-aux/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
comptty-1.0.1/build-aux/config.guess-775-	    amd64)
comptty-1.0.1/build-aux/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
comptty-1.0.1/build-aux/config.guess-777-	    *)
comptty-1.0.1/build-aux/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
comptty-1.0.1/build-aux/config.guess-779-	esac
##############################################
comptty-1.0.1/build-aux/config.guess-824-    prep*:SunOS:5.*:*)
comptty-1.0.1/build-aux/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
comptty-1.0.1/build-aux/config.guess-826-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-828-	# the GNU system
comptty-1.0.1/build-aux/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
comptty-1.0.1/build-aux/config.guess-830-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-832-	# other systems with GNU libc and userland
comptty-1.0.1/build-aux/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
comptty-1.0.1/build-aux/config.guess-834-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
comptty-1.0.1/build-aux/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
comptty-1.0.1/build-aux/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
comptty-1.0.1/build-aux/config.guess-1308-    *:DragonFly:*:*)
comptty-1.0.1/build-aux/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
comptty-1.0.1/build-aux/config.guess-1310-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-1321-    i*86:skyos:*:*)
comptty-1.0.1/build-aux/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
comptty-1.0.1/build-aux/config.guess-1323-	exit ;;
##############################################
comptty-1.0.1/build-aux/config.guess-1446-
comptty-1.0.1/build-aux/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
comptty-1.0.1/build-aux/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
comptty-1.0.1/build-aux/config.sub-56-
comptty-1.0.1/build-aux/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
comptty-1.0.1/build-aux/config.sub-58-
##############################################
comptty-1.0.1/build-aux/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
comptty-1.0.1/build-aux/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
comptty-1.0.1/build-aux/config.sub-122-case $maybe_os in
##############################################
comptty-1.0.1/build-aux/config.sub-126-    os=-$maybe_os
comptty-1.0.1/build-aux/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
comptty-1.0.1/build-aux/config.sub-128-    ;;
comptty-1.0.1/build-aux/config.sub-129-  *)
comptty-1.0.1/build-aux/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
comptty-1.0.1/build-aux/config.sub-131-    if [ $basic_machine != $1 ]
comptty-1.0.1/build-aux/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
comptty-1.0.1/build-aux/config.sub-133-    else os=; fi
##############################################
comptty-1.0.1/build-aux/config.sub-177-		os=-sco5v6
comptty-1.0.1/build-aux/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-179-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-181-		os=-sco3.2v5
comptty-1.0.1/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-183-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-185-		os=-sco3.2v4
comptty-1.0.1/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-187-		;;
comptty-1.0.1/build-aux/config.sub-188-	-sco3.2.[4-9]*)
comptty-1.0.1/build-aux/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
comptty-1.0.1/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-191-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
comptty-1.0.1/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-195-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
comptty-1.0.1/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-199-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-201-		os=-sco3.2v2
comptty-1.0.1/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-203-		;;
comptty-1.0.1/build-aux/config.sub-204-	-udk*)
comptty-1.0.1/build-aux/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-206-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-208-		os=-isc2.2
comptty-1.0.1/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-210-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-214-	-isc*)
comptty-1.0.1/build-aux/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-216-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-220-	-ptx*)
comptty-1.0.1/build-aux/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
comptty-1.0.1/build-aux/config.sub-222-		;;
comptty-1.0.1/build-aux/config.sub-223-	-windowsnt*)
comptty-1.0.1/build-aux/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
comptty-1.0.1/build-aux/config.sub-225-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-310-	*-*-*)
comptty-1.0.1/build-aux/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
comptty-1.0.1/build-aux/config.sub-312-		exit 1
##############################################
comptty-1.0.1/build-aux/config.sub-416-	amd64-*)
comptty-1.0.1/build-aux/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-418-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-454-	blackfin-*)
comptty-1.0.1/build-aux/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-456-		os=-linux
##############################################
comptty-1.0.1/build-aux/config.sub-645-	i*86v32)
comptty-1.0.1/build-aux/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-647-		os=-sysv32
##############################################
comptty-1.0.1/build-aux/config.sub-649-	i*86v4*)
comptty-1.0.1/build-aux/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-651-		os=-sysv4
##############################################
comptty-1.0.1/build-aux/config.sub-653-	i*86v)
comptty-1.0.1/build-aux/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-655-		os=-sysv
##############################################
comptty-1.0.1/build-aux/config.sub-657-	i*86sol2)
comptty-1.0.1/build-aux/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
comptty-1.0.1/build-aux/config.sub-659-		os=-solaris2
##############################################
comptty-1.0.1/build-aux/config.sub-687-	m68knommu-*)
comptty-1.0.1/build-aux/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-689-		os=-linux
##############################################
comptty-1.0.1/build-aux/config.sub-717-	mips3*-*)
comptty-1.0.1/build-aux/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
comptty-1.0.1/build-aux/config.sub-719-		;;
comptty-1.0.1/build-aux/config.sub-720-	mips3*)
comptty-1.0.1/build-aux/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
comptty-1.0.1/build-aux/config.sub-722-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-735-	ms1-*)
comptty-1.0.1/build-aux/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
comptty-1.0.1/build-aux/config.sub-737-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-840-	parisc-*)
comptty-1.0.1/build-aux/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-842-		os=-linux
##############################################
comptty-1.0.1/build-aux/config.sub-856-	pc98-*)
comptty-1.0.1/build-aux/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-858-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
comptty-1.0.1/build-aux/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-873-		;;
comptty-1.0.1/build-aux/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
comptty-1.0.1/build-aux/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-876-		;;
comptty-1.0.1/build-aux/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
comptty-1.0.1/build-aux/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-879-		;;
comptty-1.0.1/build-aux/config.sub-880-	pentium4-*)
comptty-1.0.1/build-aux/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-882-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-889-		;;
comptty-1.0.1/build-aux/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-891-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-895-	ppcle-* | powerpclittle-*)
comptty-1.0.1/build-aux/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-897-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-899-		;;
comptty-1.0.1/build-aux/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-901-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-905-	ppc64le-* | powerpc64little-*)
comptty-1.0.1/build-aux/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
comptty-1.0.1/build-aux/config.sub-907-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1193-	*)
comptty-1.0.1/build-aux/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
comptty-1.0.1/build-aux/config.sub-1195-		exit 1
##############################################
comptty-1.0.1/build-aux/config.sub-1201-	*-digital*)
comptty-1.0.1/build-aux/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
comptty-1.0.1/build-aux/config.sub-1203-		;;
comptty-1.0.1/build-aux/config.sub-1204-	*-commodore*)
comptty-1.0.1/build-aux/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
comptty-1.0.1/build-aux/config.sub-1206-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1219-	-solaris1 | -solaris1.*)
comptty-1.0.1/build-aux/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
comptty-1.0.1/build-aux/config.sub-1221-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1231-	-gnu/linux*)
comptty-1.0.1/build-aux/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
comptty-1.0.1/build-aux/config.sub-1233-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1275-	-nto*)
comptty-1.0.1/build-aux/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
comptty-1.0.1/build-aux/config.sub-1277-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1282-	-mac*)
comptty-1.0.1/build-aux/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
comptty-1.0.1/build-aux/config.sub-1284-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1288-	-linux*)
comptty-1.0.1/build-aux/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
comptty-1.0.1/build-aux/config.sub-1290-		;;
comptty-1.0.1/build-aux/config.sub-1291-	-sunos5*)
comptty-1.0.1/build-aux/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
comptty-1.0.1/build-aux/config.sub-1293-		;;
comptty-1.0.1/build-aux/config.sub-1294-	-sunos6*)
comptty-1.0.1/build-aux/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
comptty-1.0.1/build-aux/config.sub-1296-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1343-	-sinix5.*)
comptty-1.0.1/build-aux/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
comptty-1.0.1/build-aux/config.sub-1345-		;;
##############################################
comptty-1.0.1/build-aux/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
comptty-1.0.1/build-aux/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
comptty-1.0.1/build-aux/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
comptty-1.0.1/build-aux/config.sub-1397-		exit 1
##############################################
comptty-1.0.1/build-aux/config.sub-1645-		esac
comptty-1.0.1/build-aux/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
comptty-1.0.1/build-aux/config.sub-1647-		;;
##############################################
comptty-1.0.1/build-aux/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
comptty-1.0.1/build-aux/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
comptty-1.0.1/build-aux/depcomp-71-
##############################################
comptty-1.0.1/build-aux/depcomp-217-  # Version 6 uses the directory in both cases.
comptty-1.0.1/build-aux/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
comptty-1.0.1/build-aux/depcomp-219-  test "x$dir" = "x$object" && dir=
comptty-1.0.1/build-aux/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
comptty-1.0.1/build-aux/depcomp-221-  if test "$libtool" = yes; then
##############################################
comptty-1.0.1/build-aux/depcomp-246-    # Do two passes, one to just change these to
comptty-1.0.1/build-aux/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
comptty-1.0.1/build-aux/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
comptty-1.0.1/build-aux/depcomp-288-  # Do two passes, one to just change these to
comptty-1.0.1/build-aux/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
comptty-1.0.1/build-aux/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
comptty-1.0.1/build-aux/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
comptty-1.0.1/build-aux/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
comptty-1.0.1/build-aux/depcomp-306-  test "x$dir" = "x$object" && dir=
comptty-1.0.1/build-aux/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
comptty-1.0.1/build-aux/depcomp-308-  if test "$libtool" = yes; then
##############################################
comptty-1.0.1/build-aux/depcomp-343-   # Subdirectories are respected.
comptty-1.0.1/build-aux/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
comptty-1.0.1/build-aux/depcomp-345-   test "x$dir" = "x$object" && dir=
comptty-1.0.1/build-aux/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
comptty-1.0.1/build-aux/depcomp-347-
##############################################
comptty-1.0.1/build-aux/depcomp-482-  done
comptty-1.0.1/build-aux/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
comptty-1.0.1/build-aux/depcomp-484-  touch "$tmpdepfile"
##############################################
comptty-1.0.1/build-aux/install-sh-217-      fi
comptty-1.0.1/build-aux/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
comptty-1.0.1/build-aux/install-sh-219-    *)
##############################################
comptty-1.0.1/build-aux/install-sh-269-      dstdir=$dst
comptty-1.0.1/build-aux/install-sh:270:      dst=$dstdir/`basename "$src"`
comptty-1.0.1/build-aux/install-sh-271-      dstdir_status=0
##############################################
comptty-1.0.1/build-aux/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
comptty-1.0.1/build-aux/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
comptty-1.0.1/build-aux/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
comptty-1.0.1/build-aux/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
comptty-1.0.1/build-aux/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
comptty-1.0.1/build-aux/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
comptty-1.0.1/build-aux/install-sh-418-	    case $prefix in
comptty-1.0.1/build-aux/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
comptty-1.0.1/build-aux/install-sh-420-	      *) qprefix=$prefix;;
##############################################
comptty-1.0.1/build-aux/install-sh-467-    if $copy_on_change &&
comptty-1.0.1/build-aux/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
comptty-1.0.1/build-aux/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
comptty-1.0.1/build-aux/install-sh-470-
##############################################
comptty-1.0.1/build-aux/missing-131-       # Could not run --version or --help.  This is probably someone
comptty-1.0.1/build-aux/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
comptty-1.0.1/build-aux/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
comptty-1.0.1/build-aux/missing-165-         from any GNU archive site."
comptty-1.0.1/build-aux/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
comptty-1.0.1/build-aux/missing-167-    test -z "$files" && files="config.h"
##############################################
comptty-1.0.1/build-aux/missing-194-         proper tools for further handling them.
comptty-1.0.1/build-aux/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
comptty-1.0.1/build-aux/missing-196-         archive site."
comptty-1.0.1/build-aux/missing-197-
comptty-1.0.1/build-aux/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
comptty-1.0.1/build-aux/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
comptty-1.0.1/build-aux/missing-200-    if test -f "$file"; then
##############################################
comptty-1.0.1/build-aux/missing-223-	*.y)
comptty-1.0.1/build-aux/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
comptty-1.0.1/build-aux/missing-225-	    if test -f "$SRCFILE"; then
##############################################
comptty-1.0.1/build-aux/missing-227-	    fi
comptty-1.0.1/build-aux/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
comptty-1.0.1/build-aux/missing-229-	    if test -f "$SRCFILE"; then
##############################################
comptty-1.0.1/build-aux/missing-253-	*.l)
comptty-1.0.1/build-aux/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
comptty-1.0.1/build-aux/missing-255-	    if test -f "$SRCFILE"; then
##############################################
comptty-1.0.1/build-aux/missing-272-
comptty-1.0.1/build-aux/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
comptty-1.0.1/build-aux/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
comptty-1.0.1/build-aux/missing-275-    if test -f "$file"; then
##############################################
comptty-1.0.1/build-aux/missing-292-    # The file to touch is that specified with -o ...
comptty-1.0.1/build-aux/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
comptty-1.0.1/build-aux/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
comptty-1.0.1/build-aux/missing-295-    if test -z "$file"; then
comptty-1.0.1/build-aux/missing-296-      # ... or it is the one specified with @setfilename ...
comptty-1.0.1/build-aux/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
comptty-1.0.1/build-aux/missing-298-      file=`sed -n '
##############################################
comptty-1.0.1/build-aux/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
comptty-1.0.1/build-aux/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
comptty-1.0.1/build-aux/missing-306-    fi
##############################################
comptty-1.0.1/build-aux/missing-328-	*o*)
comptty-1.0.1/build-aux/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
comptty-1.0.1/build-aux/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
comptty-1.0.1/build-aux/missing-334-	*h*)
comptty-1.0.1/build-aux/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
comptty-1.0.1/build-aux/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
comptty-1.0.1/configure-49-if test -z "$BASH_VERSION$ZSH_VERSION" \
comptty-1.0.1/configure:50:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
comptty-1.0.1/configure-51-  as_echo='print -r --'
comptty-1.0.1/configure-52-  as_echo_n='print -rn --'
comptty-1.0.1/configure:53:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
comptty-1.0.1/configure-54-  as_echo='printf %s\n'
##############################################
comptty-1.0.1/configure-56-else
comptty-1.0.1/configure:57:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
comptty-1.0.1/configure-58-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
comptty-1.0.1/configure-66-	expr "X$arg" : "X\\(.*\\)$as_nl";
comptty-1.0.1/configure:67:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
comptty-1.0.1/configure-68-      esac;
##############################################
comptty-1.0.1/configure-177-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
comptty-1.0.1/configure:178:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
comptty-1.0.1/configure-179-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
comptty-1.0.1/configure-301-      case $as_dir in #(
comptty-1.0.1/configure:302:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
comptty-1.0.1/configure-303-      *) as_qdir=$as_dir;;
##############################################
comptty-1.0.1/configure-366-  {
comptty-1.0.1/configure:367:    as_val=`expr "$@" || test $? -eq 1`
comptty-1.0.1/configure-368-  }
##############################################
comptty-1.0.1/configure-373-# ----------------------------------------
comptty-1.0.1/configure:374:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
comptty-1.0.1/configure-375-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
comptty-1.0.1/configure-436-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
comptty-1.0.1/configure:437:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
comptty-1.0.1/configure-438-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
comptty-1.0.1/configure-527-	esac;
comptty-1.0.1/configure:528:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
comptty-1.0.1/configure-529-	???[sx]*):;;*)false;;esac;fi
##############################################
comptty-1.0.1/configure-858-  case $ac_option in
comptty-1.0.1/configure:859:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
comptty-1.0.1/configure-860-  *=)   ac_optarg= ;;
##############################################
comptty-1.0.1/configure-902-  -disable-* | --disable-*)
comptty-1.0.1/configure:903:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
comptty-1.0.1/configure-904-    # Reject names that are not valid shell variable names.
##############################################
comptty-1.0.1/configure-907-    ac_useropt_orig=$ac_useropt
comptty-1.0.1/configure:908:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
comptty-1.0.1/configure-909-    case $ac_user_opts in
##############################################
comptty-1.0.1/configure-928-  -enable-* | --enable-*)
comptty-1.0.1/configure:929:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
comptty-1.0.1/configure-930-    # Reject names that are not valid shell variable names.
##############################################
comptty-1.0.1/configure-933-    ac_useropt_orig=$ac_useropt
comptty-1.0.1/configure:934:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
comptty-1.0.1/configure-935-    case $ac_user_opts in
##############################################
comptty-1.0.1/configure-1132-  -with-* | --with-*)
comptty-1.0.1/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
comptty-1.0.1/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
comptty-1.0.1/configure-1137-    ac_useropt_orig=$ac_useropt
comptty-1.0.1/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
comptty-1.0.1/configure-1139-    case $ac_user_opts in
##############################################
comptty-1.0.1/configure-1148-  -without-* | --without-*)
comptty-1.0.1/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
comptty-1.0.1/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
comptty-1.0.1/configure-1153-    ac_useropt_orig=$ac_useropt
comptty-1.0.1/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
comptty-1.0.1/configure-1155-    case $ac_user_opts in
##############################################
comptty-1.0.1/configure-1186-  *=*)
comptty-1.0.1/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
comptty-1.0.1/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
comptty-1.0.1/configure-1207-if test -n "$ac_prev"; then
comptty-1.0.1/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
comptty-1.0.1/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
comptty-1.0.1/configure-1229-    */ )
comptty-1.0.1/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
comptty-1.0.1/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
comptty-1.0.1/configure-1266-ac_ls_di=`ls -di .` &&
comptty-1.0.1/configure:1267:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
comptty-1.0.1/configure-1268-  as_fn_error $? "working directory cannot be determined"
##############################################
comptty-1.0.1/configure-1322-case $srcdir in
comptty-1.0.1/configure:1323:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
comptty-1.0.1/configure-1324-esac
##############################################
comptty-1.0.1/configure-1365-By default, \`make install' will install all the files in
comptty-1.0.1/configure:1366:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
comptty-1.0.1/configure:1367:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
comptty-1.0.1/configure-1368-for instance \`--prefix=\$HOME'.
##############################################
comptty-1.0.1/configure-1480-*)
comptty-1.0.1/configure:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
comptty-1.0.1/configure-1482-  # A ".." for each directory in $ac_dir_suffix.
comptty-1.0.1/configure:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
comptty-1.0.1/configure-1484-  case $ac_top_builddir_sub in
##############################################
comptty-1.0.1/configure-2235-    *\'*)
comptty-1.0.1/configure:2236:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
comptty-1.0.1/configure-2237-    esac
##############################################
comptty-1.0.1/configure-2318-      case $ac_val in
comptty-1.0.1/configure:2319:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
comptty-1.0.1/configure-2320-      esac
##############################################
comptty-1.0.1/configure-2333-	case $ac_val in
comptty-1.0.1/configure:2334:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
comptty-1.0.1/configure-2335-	esac
##############################################
comptty-1.0.1/configure-2453-    set,)
comptty-1.0.1/configure:2454:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
comptty-1.0.1/configure:2455:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
comptty-1.0.1/configure-2456-      ac_cache_corrupted=: ;;
##############################################
comptty-1.0.1/configure-2464-	# differences in whitespace do not lead to failure.
comptty-1.0.1/configure:2465:	ac_old_val_w=`echo x $ac_old_val`
comptty-1.0.1/configure:2466:	ac_new_val_w=`echo x $ac_new_val`
comptty-1.0.1/configure-2467-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
comptty-1.0.1/configure-2484-    case $ac_new_val in
comptty-1.0.1/configure:2485:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
comptty-1.0.1/configure-2486-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
comptty-1.0.1/configure-2578-test "x$ac_build_alias" = x &&
comptty-1.0.1/configure:2579:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
comptty-1.0.1/configure-2580-test "x$ac_build_alias" = x &&
comptty-1.0.1/configure-2581-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
comptty-1.0.1/configure:2582:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
comptty-1.0.1/configure-2583-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
comptty-1.0.1/configure-2602-IFS=$ac_save_IFS
comptty-1.0.1/configure:2603:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
comptty-1.0.1/configure-2604-
##############################################
comptty-1.0.1/configure-2614-else
comptty-1.0.1/configure:2615:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
comptty-1.0.1/configure-2616-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
comptty-1.0.1/configure-2636-IFS=$ac_save_IFS
comptty-1.0.1/configure:2637:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
comptty-1.0.1/configure-2638-
##############################################
comptty-1.0.1/configure-2648-else
comptty-1.0.1/configure:2649:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
comptty-1.0.1/configure-2650-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
comptty-1.0.1/configure-2670-IFS=$ac_save_IFS
comptty-1.0.1/configure:2671:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
comptty-1.0.1/configure-2672-
##############################################
comptty-1.0.1/configure-2799-if (
comptty-1.0.1/configure:2800:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
comptty-1.0.1/configure-2801-   if test "$*" = "X"; then
comptty-1.0.1/configure-2802-      # -L didn't work.
comptty-1.0.1/configure:2803:      set X `ls -t "$srcdir/configure" conftest.file`
comptty-1.0.1/configure-2804-   fi
##############################################
comptty-1.0.1/configure-2835-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
comptty-1.0.1/configure:2836:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
comptty-1.0.1/configure-2837-
comptty-1.0.1/configure-2838-# expand $ac_aux_dir to an absolute path
comptty-1.0.1/configure:2839:am_aux_dir=`cd $ac_aux_dir && pwd`
comptty-1.0.1/configure-2840-
##############################################
comptty-1.0.1/configure-2980-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
comptty-1.0.1/configure:2981:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
comptty-1.0.1/configure-2982-	     'mkdir (GNU coreutils) '* | \
##############################################
comptty-1.0.1/configure-3059-set x ${MAKE-make}
comptty-1.0.1/configure:3060:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
comptty-1.0.1/configure-3061-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
comptty-1.0.1/configure-3069-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
comptty-1.0.1/configure:3070:case `${MAKE-make} -f conftest.make 2>/dev/null` in
comptty-1.0.1/configure-3071-  *@@@%%%=?*=@@@%%%*)
##############################################
comptty-1.0.1/configure-3096-
comptty-1.0.1/configure:3097:if test "`cd $srcdir && pwd`" != "`pwd`"; then
comptty-1.0.1/configure-3098-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
comptty-1.0.1/configure-3320-$as_echo_n "checking whether the C++ compiler works... " >&6; }
comptty-1.0.1/configure:3321:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
comptty-1.0.1/configure-3322-
##############################################
comptty-1.0.1/configure-3364-	then :; else
comptty-1.0.1/configure:3365:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
comptty-1.0.1/configure-3366-	fi
##############################################
comptty-1.0.1/configure-3424-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
comptty-1.0.1/configure:3425:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
comptty-1.0.1/configure-3426-	  break;;
##############################################
comptty-1.0.1/configure-3533-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
comptty-1.0.1/configure:3534:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
comptty-1.0.1/configure-3535-       break;;
##############################################
comptty-1.0.1/configure-3692-# Ignore all kinds of additional output from `make'.
comptty-1.0.1/configure:3693:case `$am_make -s -f confmf 2> /dev/null` in #(
comptty-1.0.1/configure-3694-*the\ am__doit\ target*)
##############################################
comptty-1.0.1/configure-3702-   echo '.include "confinc"' > confmf
comptty-1.0.1/configure:3703:   case `$am_make -s -f confmf 2> /dev/null` in #(
comptty-1.0.1/configure-3704-   *the\ am__doit\ target*)
##############################################
comptty-1.0.1/configure-3765-  if test "$am_compiler_list" = ""; then
comptty-1.0.1/configure:3766:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
comptty-1.0.1/configure-3767-  fi
##############################################
comptty-1.0.1/configure-4433-  if test "$am_compiler_list" = ""; then
comptty-1.0.1/configure:4434:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
comptty-1.0.1/configure-4435-  fi
##############################################
comptty-1.0.1/configure-4690-  # Check for GNU $ac_path_GREP
comptty-1.0.1/configure:4691:case `"$ac_path_GREP" --version 2>&1` in
comptty-1.0.1/configure-4692-*GNU*)
##############################################
comptty-1.0.1/configure-4756-  # Check for GNU $ac_path_EGREP
comptty-1.0.1/configure:4757:case `"$ac_path_EGREP" --version 2>&1` in
comptty-1.0.1/configure-4758-*GNU*)
##############################################
comptty-1.0.1/configure-4917-do :
comptty-1.0.1/configure:4918:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
comptty-1.0.1/configure-4919-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
comptty-1.0.1/configure-4922-  cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:4923:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
comptty-1.0.1/configure-4924-_ACEOF
##############################################
comptty-1.0.1/configure-5107-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
comptty-1.0.1/configure:5108:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
comptty-1.0.1/configure-5109-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
comptty-1.0.1/configure-5139-  cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:5140:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
comptty-1.0.1/configure-5141-_ACEOF
##############################################
comptty-1.0.1/configure-5265-do :
comptty-1.0.1/configure:5266:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
comptty-1.0.1/configure-5267-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
comptty-1.0.1/configure-5269-  cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:5270:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
comptty-1.0.1/configure-5271-_ACEOF
##############################################
comptty-1.0.1/configure-5874-do :
comptty-1.0.1/configure:5875:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
comptty-1.0.1/configure-5876-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
comptty-1.0.1/configure-5878-  cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:5879:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
comptty-1.0.1/configure-5880-_ACEOF
##############################################
comptty-1.0.1/configure-5927-ac_save_IFS=$IFS; IFS=','
comptty-1.0.1/configure:5928:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
comptty-1.0.1/configure-5929-IFS=$ac_save_IFS
##############################################
comptty-1.0.1/configure-6150-do :
comptty-1.0.1/configure:6151:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
comptty-1.0.1/configure-6152-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
comptty-1.0.1/configure-6154-  cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:6155:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
comptty-1.0.1/configure-6156-_ACEOF
##############################################
comptty-1.0.1/configure-6942-  test $ac_status = 0; }; then
comptty-1.0.1/configure:6943:  pkg_cv_X_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
comptty-1.0.1/configure-6944-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
comptty-1.0.1/configure-6959-  test $ac_status = 0; }; then
comptty-1.0.1/configure:6960:  pkg_cv_X_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
comptty-1.0.1/configure-6961-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
comptty-1.0.1/configure-6980-        if test $_pkg_short_errors_supported = yes; then
comptty-1.0.1/configure:6981:	        X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
comptty-1.0.1/configure-6982-        else
comptty-1.0.1/configure:6983:	        X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
comptty-1.0.1/configure-6984-        fi
##############################################
comptty-1.0.1/configure-7015-  test $ac_status = 0; }; then
comptty-1.0.1/configure:7016:  pkg_cv_X_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
comptty-1.0.1/configure-7017-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
comptty-1.0.1/configure-7032-  test $ac_status = 0; }; then
comptty-1.0.1/configure:7033:  pkg_cv_X_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
comptty-1.0.1/configure-7034-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
comptty-1.0.1/configure-7053-        if test $_pkg_short_errors_supported = yes; then
comptty-1.0.1/configure:7054:	        X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
comptty-1.0.1/configure-7055-        else
comptty-1.0.1/configure:7056:	        X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
comptty-1.0.1/configure-7057-        fi
##############################################
comptty-1.0.1/configure-7101-
comptty-1.0.1/configure:7102:    pkg_x_version=`$PKG_CONFIG --modversion "x11" 2>/dev/null`
comptty-1.0.1/configure-7103-else
##############################################
comptty-1.0.1/configure-7187-      HAVE_FLTK_API_VERSION=no
comptty-1.0.1/configure:7188:      FLTK_API_VERSION="`$FLTK_CONFIG --api-version`"
comptty-1.0.1/configure-7189-      if test $? -ne 0; then
##############################################
comptty-1.0.1/configure-7202-      fi
comptty-1.0.1/configure:7203:      FLTK_CFLAGS=`$FLTK_CONFIG --cxxflags`
comptty-1.0.1/configure-7204-      if test "x$ac_cv_static" != "xyes"; then
comptty-1.0.1/configure:7205:          FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
comptty-1.0.1/configure-7206-      else
comptty-1.0.1/configure:7207:          FLTK_LIBS=`$FLTK_CONFIG --ldstaticflags --use-images`
comptty-1.0.1/configure-7208-      fi
##############################################
comptty-1.0.1/configure-7216-cat >>confdefs.h <<_ACEOF
comptty-1.0.1/configure:7217:#define FLTK_BUILD_VERSION "`$FLTK_CONFIG --version`"
comptty-1.0.1/configure-7218-_ACEOF
##############################################
comptty-1.0.1/configure-7690-
comptty-1.0.1/configure:7691:  ac_sh_dq="\"`echo $ac_configure_args | sed 's/"/\\\\"/g'`\""
comptty-1.0.1/configure-7692-
##############################################
comptty-1.0.1/configure-7726-
comptty-1.0.1/configure:7727:  ac_sh_dq="\"`$CXX -v 2>&1 | tail -1 | sed 's/"/\\\\"/g'`\""
comptty-1.0.1/configure-7728-
##############################################
comptty-1.0.1/configure-7735-
comptty-1.0.1/configure:7736:  ac_sh_dq="\"`echo $comptty_BUILD_CPPFLAGS $comptty_BUILD_CXXFLAGS | sed 's/"/\\\\"/g'`\""
comptty-1.0.1/configure-7737-
##############################################
comptty-1.0.1/configure-7743-
comptty-1.0.1/configure:7744:  ac_sh_dq="\"`echo $comptty_BUILD_LDFLAGS $comptty_BUILD_LDADD | sed 's/"/\\\\"/g'`\""
comptty-1.0.1/configure-7745-
##############################################
comptty-1.0.1/configure-7858-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
comptty-1.0.1/configure:7859:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
comptty-1.0.1/configure-7860-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
comptty-1.0.1/configure-7985-if test -z "$BASH_VERSION$ZSH_VERSION" \
comptty-1.0.1/configure:7986:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
comptty-1.0.1/configure-7987-  as_echo='print -r --'
comptty-1.0.1/configure-7988-  as_echo_n='print -rn --'
comptty-1.0.1/configure:7989:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
comptty-1.0.1/configure-7990-  as_echo='printf %s\n'
##############################################
comptty-1.0.1/configure-7992-else
comptty-1.0.1/configure:7993:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
comptty-1.0.1/configure-7994-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
comptty-1.0.1/configure-8002-	expr "X$arg" : "X\\(.*\\)$as_nl";
comptty-1.0.1/configure:8003:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
comptty-1.0.1/configure-8004-      esac;
##############################################
comptty-1.0.1/configure-8079-# ----------------------------------------
comptty-1.0.1/configure:8080:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
comptty-1.0.1/configure-8081-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
comptty-1.0.1/configure-8151-  {
comptty-1.0.1/configure:8152:    as_val=`expr "$@" || test $? -eq 1`
comptty-1.0.1/configure-8153-  }
##############################################
comptty-1.0.1/configure-8255-      case $as_dir in #(
comptty-1.0.1/configure:8256:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
comptty-1.0.1/configure-8257-      *) as_qdir=$as_dir;;
##############################################
comptty-1.0.1/configure-8312-	esac;
comptty-1.0.1/configure:8313:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
comptty-1.0.1/configure-8314-	???[sx]*):;;*)false;;esac;fi
##############################################
comptty-1.0.1/configure-8402-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
comptty-1.0.1/configure:8403:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
comptty-1.0.1/configure-8404-ac_cs_version="\\
##############################################
comptty-1.0.1/configure-8427-  --*=?*)
comptty-1.0.1/configure:8428:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
comptty-1.0.1/configure:8429:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
comptty-1.0.1/configure-8430-    ac_shift=:
##############################################
comptty-1.0.1/configure-8432-  --*=)
comptty-1.0.1/configure:8433:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
comptty-1.0.1/configure-8434-    ac_optarg=
##############################################
comptty-1.0.1/configure-8456-    case $ac_optarg in
comptty-1.0.1/configure:8457:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
comptty-1.0.1/configure-8458-    '') as_fn_error $? "missing file argument" ;;
##############################################
comptty-1.0.1/configure-8464-    case $ac_optarg in
comptty-1.0.1/configure:8465:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
comptty-1.0.1/configure-8466-    esac
##############################################
comptty-1.0.1/configure-8593-fi
comptty-1.0.1/configure:8594:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
comptty-1.0.1/configure-8595-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
comptty-1.0.1/configure-8610-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
comptty-1.0.1/configure:8611:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
comptty-1.0.1/configure-8612-ac_delim='%!_!# '
##############################################
comptty-1.0.1/configure-8616-
comptty-1.0.1/configure:8617:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
comptty-1.0.1/configure-8618-  if test $ac_delim_n = $ac_delim_num; then
##############################################
comptty-1.0.1/configure-8754-for ac_last_try in false false :; do
comptty-1.0.1/configure:8755:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
comptty-1.0.1/configure-8756-  if test -z "$ac_tt"; then
##############################################
comptty-1.0.1/configure-8886-      esac
comptty-1.0.1/configure:8887:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
comptty-1.0.1/configure-8888-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
comptty-1.0.1/configure-8945-*)
comptty-1.0.1/configure:8946:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
comptty-1.0.1/configure-8947-  # A ".." for each directory in $ac_dir_suffix.
comptty-1.0.1/configure:8948:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
comptty-1.0.1/configure-8949-  case $ac_top_builddir_sub in
##############################################
comptty-1.0.1/configure-9006-/@mandir@/p'
comptty-1.0.1/configure:9007:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
comptty-1.0.1/configure-9008-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
comptty-1.0.1/configure-9023-
comptty-1.0.1/configure:9024:# Neutralize VPATH when `$srcdir' = `.'.
comptty-1.0.1/configure-9025-# Shell code in configure.ac might set extrasub.
##############################################
comptty-1.0.1/configure-9051-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
comptty-1.0.1/configure:9052:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
comptty-1.0.1/configure-9053-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
comptty-1.0.1/configure-9097-    * )
comptty-1.0.1/configure:9098:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
comptty-1.0.1/configure-9099-  esac
##############################################
comptty-1.0.1/configure-9144-    # Strip MF so we end up with the name of the file.
comptty-1.0.1/configure:9145:    mf=`echo "$mf" | sed -e 's/:.*$//'`
comptty-1.0.1/configure-9146-    # Check whether this is an Automake generated Makefile or not.
##############################################
comptty-1.0.1/configure-9181-    # from the Makefile without running `make'.
comptty-1.0.1/configure:9182:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
comptty-1.0.1/configure-9183-    test -z "$DEPDIR" && continue
comptty-1.0.1/configure:9184:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
comptty-1.0.1/configure-9185-    test -z "am__include" && continue
comptty-1.0.1/configure:9186:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
comptty-1.0.1/configure-9187-    # When using ansi2knr, U may be empty or an underscore; expand it
comptty-1.0.1/configure:9188:    U=`sed -n 's/^U = //p' < "$mf"`
comptty-1.0.1/configure-9189-    # Find all dependency output files, they are included files with
##############################################
comptty-1.0.1/m4/build.m4-1-AC_DEFUN([AC_comptty_SH_DQ], [
comptty-1.0.1/m4/build.m4:2:  ac_sh_dq="\"`$1 | sed 's/"/\\\\"/g'`\""
comptty-1.0.1/m4/build.m4-3-])
##############################################
comptty-1.0.1/m4/fltk.m4-20-      HAVE_FLTK_API_VERSION=no
comptty-1.0.1/m4/fltk.m4:21:      FLTK_API_VERSION="`$FLTK_CONFIG --api-version`"
comptty-1.0.1/m4/fltk.m4-22-      if test $? -ne 0; then
##############################################
comptty-1.0.1/m4/fltk.m4-35-      fi
comptty-1.0.1/m4/fltk.m4:36:      FLTK_CFLAGS=`$FLTK_CONFIG --cxxflags`
comptty-1.0.1/m4/fltk.m4-37-      if test "x$ac_cv_static" != "xyes"; then
comptty-1.0.1/m4/fltk.m4:38:          FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
comptty-1.0.1/m4/fltk.m4-39-      else
comptty-1.0.1/m4/fltk.m4:40:          FLTK_LIBS=`$FLTK_CONFIG --ldstaticflags --use-images`
comptty-1.0.1/m4/fltk.m4-41-      fi
##############################################
comptty-1.0.1/m4/fltk.m4-46-  AC_SUBST([FLTK_LIBS])
comptty-1.0.1/m4/fltk.m4:47:  AC_DEFINE_UNQUOTED([FLTK_BUILD_VERSION], ["`$FLTK_CONFIG --version`"], [FLTK version])
comptty-1.0.1/m4/fltk.m4-48-  AC_DEFINE_UNQUOTED([COMPTEXT_FLTK_API_MAJOR], [$COMPTEXT_FLTK_API_MAJOR], [FLTK API major version])
##############################################
comptty-1.0.1/m4/pkg-config.m4-32-    AC_DEFINE([USE_]PKG_NAME_UC, 1, [Define to 1 if we are using $1])
comptty-1.0.1/m4/pkg-config.m4:33:    pkg_[]$1_version=`$PKG_CONFIG --modversion "$2" 2>/dev/null`
comptty-1.0.1/m4/pkg-config.m4-34-else
##############################################
comptty-1.0.1/scripts/mkappbundle.sh-56-                grep -Ev '^/(usr/lib|System)'`; do
comptty-1.0.1/scripts/mkappbundle.sh:57:		libfn="`basename $lib`"
comptty-1.0.1/scripts/mkappbundle.sh-58-		if ! test -f "Frameworks/$libfn"; then
##############################################
comptty-1.0.1/src/Makefile.in-369-	         2>c$${pid}_.err </dev/null \
comptty-1.0.1/src/Makefile.in:370:		 && test -n "`cat c$${pid}_.out`" \
comptty-1.0.1/src/Makefile.in:371:		 && test -z "`cat c$${pid}_.err`"; then :; \
comptty-1.0.1/src/Makefile.in-372-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
comptty-1.0.1/src/Makefile.in-396-.cxx.obj:
comptty-1.0.1/src/Makefile.in:397:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
comptty-1.0.1/src/Makefile.in-398-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
comptty-1.0.1/src/Makefile.in-400-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:401:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
comptty-1.0.1/src/Makefile.in-402-
comptty-1.0.1/src/Makefile.in-403-comptty-main.o: main.cxx
comptty-1.0.1/src/Makefile.in:404:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-main.o -MD -MP -MF $(DEPDIR)/comptty-main.Tpo -c -o comptty-main.o `test -f 'main.cxx' || echo '$(srcdir)/'`main.cxx
comptty-1.0.1/src/Makefile.in-405-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-main.Tpo $(DEPDIR)/comptty-main.Po
##############################################
comptty-1.0.1/src/Makefile.in-407-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:408:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-main.o `test -f 'main.cxx' || echo '$(srcdir)/'`main.cxx
comptty-1.0.1/src/Makefile.in-409-
comptty-1.0.1/src/Makefile.in-410-comptty-main.obj: main.cxx
comptty-1.0.1/src/Makefile.in:411:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-main.obj -MD -MP -MF $(DEPDIR)/comptty-main.Tpo -c -o comptty-main.obj `if test -f 'main.cxx'; then $(CYGPATH_W) 'main.cxx'; else $(CYGPATH_W) '$(srcdir)/main.cxx'; fi`
comptty-1.0.1/src/Makefile.in-412-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-main.Tpo $(DEPDIR)/comptty-main.Po
##############################################
comptty-1.0.1/src/Makefile.in-414-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:415:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-main.obj `if test -f 'main.cxx'; then $(CYGPATH_W) 'main.cxx'; else $(CYGPATH_W) '$(srcdir)/main.cxx'; fi`
comptty-1.0.1/src/Makefile.in-416-
comptty-1.0.1/src/Makefile.in-417-comptty-comp_tty.o: comp_tty.cxx
comptty-1.0.1/src/Makefile.in:418:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-comp_tty.o -MD -MP -MF $(DEPDIR)/comptty-comp_tty.Tpo -c -o comptty-comp_tty.o `test -f 'comp_tty.cxx' || echo '$(srcdir)/'`comp_tty.cxx
comptty-1.0.1/src/Makefile.in-419-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-comp_tty.Tpo $(DEPDIR)/comptty-comp_tty.Po
##############################################
comptty-1.0.1/src/Makefile.in-421-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:422:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-comp_tty.o `test -f 'comp_tty.cxx' || echo '$(srcdir)/'`comp_tty.cxx
comptty-1.0.1/src/Makefile.in-423-
comptty-1.0.1/src/Makefile.in-424-comptty-comp_tty.obj: comp_tty.cxx
comptty-1.0.1/src/Makefile.in:425:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-comp_tty.obj -MD -MP -MF $(DEPDIR)/comptty-comp_tty.Tpo -c -o comptty-comp_tty.obj `if test -f 'comp_tty.cxx'; then $(CYGPATH_W) 'comp_tty.cxx'; else $(CYGPATH_W) '$(srcdir)/comp_tty.cxx'; fi`
comptty-1.0.1/src/Makefile.in-426-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-comp_tty.Tpo $(DEPDIR)/comptty-comp_tty.Po
##############################################
comptty-1.0.1/src/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:429:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-comp_tty.obj `if test -f 'comp_tty.cxx'; then $(CYGPATH_W) 'comp_tty.cxx'; else $(CYGPATH_W) '$(srcdir)/comp_tty.cxx'; fi`
comptty-1.0.1/src/Makefile.in-430-
comptty-1.0.1/src/Makefile.in-431-comptty-comp_ui.o: comp_ui.cxx
comptty-1.0.1/src/Makefile.in:432:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-comp_ui.o -MD -MP -MF $(DEPDIR)/comptty-comp_ui.Tpo -c -o comptty-comp_ui.o `test -f 'comp_ui.cxx' || echo '$(srcdir)/'`comp_ui.cxx
comptty-1.0.1/src/Makefile.in-433-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-comp_ui.Tpo $(DEPDIR)/comptty-comp_ui.Po
##############################################
comptty-1.0.1/src/Makefile.in-435-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:436:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-comp_ui.o `test -f 'comp_ui.cxx' || echo '$(srcdir)/'`comp_ui.cxx
comptty-1.0.1/src/Makefile.in-437-
comptty-1.0.1/src/Makefile.in-438-comptty-comp_ui.obj: comp_ui.cxx
comptty-1.0.1/src/Makefile.in:439:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -MT comptty-comp_ui.obj -MD -MP -MF $(DEPDIR)/comptty-comp_ui.Tpo -c -o comptty-comp_ui.obj `if test -f 'comp_ui.cxx'; then $(CYGPATH_W) 'comp_ui.cxx'; else $(CYGPATH_W) '$(srcdir)/comp_ui.cxx'; fi`
comptty-1.0.1/src/Makefile.in-440-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/comptty-comp_ui.Tpo $(DEPDIR)/comptty-comp_ui.Po
##############################################
comptty-1.0.1/src/Makefile.in-442-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
comptty-1.0.1/src/Makefile.in:443:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(comptty_CXXFLAGS) $(CXXFLAGS) -c -o comptty-comp_ui.obj `if test -f 'comp_ui.cxx'; then $(CYGPATH_W) 'comp_ui.cxx'; else $(CYGPATH_W) '$(srcdir)/comp_ui.cxx'; fi`
comptty-1.0.1/src/Makefile.in-444-
##############################################
comptty-1.0.1/src/Makefile.in-489-GTAGS:
comptty-1.0.1/src/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
comptty-1.0.1/src/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
comptty-1.0.1/src/Makefile.in-497-distdir: $(DISTFILES)
comptty-1.0.1/src/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
comptty-1.0.1/src/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
comptty-1.0.1/src/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
comptty-1.0.1/src/Makefile.in-511-	  if test -d $$d/$$file; then \
comptty-1.0.1/src/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
comptty-1.0.1/src/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \