===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xwelltris-1.0.1/config.guess-36-
xwelltris-1.0.1/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
xwelltris-1.0.1/config.guess-38-
##############################################
xwelltris-1.0.1/config.guess-167-	# The OS release
xwelltris-1.0.1/config.guess:168:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xwelltris-1.0.1/config.guess-169-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
xwelltris-1.0.1/config.guess-175-	if test $UNAME_RELEASE = "V4.0"; then
xwelltris-1.0.1/config.guess:176:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xwelltris-1.0.1/config.guess-177-	fi
##############################################
xwelltris-1.0.1/config.guess-208-	if test "$?" = 0 ; then
xwelltris-1.0.1/config.guess:209:		case `./$dummy` in
xwelltris-1.0.1/config.guess-210-			0-0)
##############################################
xwelltris-1.0.1/config.guess-230-	rm -f $dummy.s $dummy
xwelltris-1.0.1/config.guess:231:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xwelltris-1.0.1/config.guess-232-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-289-    sun4H:SunOS:5.*:*)
xwelltris-1.0.1/config.guess:290:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xwelltris-1.0.1/config.guess-291-	exit 0 ;;
xwelltris-1.0.1/config.guess-292-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xwelltris-1.0.1/config.guess:293:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xwelltris-1.0.1/config.guess-294-	exit 0 ;;
xwelltris-1.0.1/config.guess-295-    i86pc:SunOS:5.*:*)
xwelltris-1.0.1/config.guess:296:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xwelltris-1.0.1/config.guess-297-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-301-	# it's likely to be more like Solaris than SunOS4.
xwelltris-1.0.1/config.guess:302:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xwelltris-1.0.1/config.guess-303-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-310-	# Japanese Language versions have a version number like `4.1.3-JL'.
xwelltris-1.0.1/config.guess:311:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xwelltris-1.0.1/config.guess-312-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-316-    sun*:*:4.2BSD:*)
xwelltris-1.0.1/config.guess:317:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xwelltris-1.0.1/config.guess-318-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xwelltris-1.0.1/config.guess-409-	$CC_FOR_BUILD $dummy.c -o $dummy \
xwelltris-1.0.1/config.guess:410:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xwelltris-1.0.1/config.guess-411-	  && rm -f $dummy.c $dummy && exit 0
##############################################
xwelltris-1.0.1/config.guess-459-    *:IRIX*:*:*)
xwelltris-1.0.1/config.guess:460:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xwelltris-1.0.1/config.guess-461-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-498-    *:AIX:*:[45])
xwelltris-1.0.1/config.guess:499:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
xwelltris-1.0.1/config.guess-500-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xwelltris-1.0.1/config.guess-533-    9000/[34678]??:HP-UX:*:*)
xwelltris-1.0.1/config.guess:534:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xwelltris-1.0.1/config.guess-535-	case "${UNAME_MACHINE}" in
##############################################
xwelltris-1.0.1/config.guess-588-EOF
xwelltris-1.0.1/config.guess:589:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
xwelltris-1.0.1/config.guess-590-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
xwelltris-1.0.1/config.guess-596-    ia64:HP-UX:*:*)
xwelltris-1.0.1/config.guess:597:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xwelltris-1.0.1/config.guess-598-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xwelltris-1.0.1/config.guess-704-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xwelltris-1.0.1/config.guess:705:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xwelltris-1.0.1/config.guess-706-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xwelltris-1.0.1/config.guess-720-    *:FreeBSD:*:*)
xwelltris-1.0.1/config.guess:721:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xwelltris-1.0.1/config.guess-722-	exit 0 ;;
xwelltris-1.0.1/config.guess-723-    *:OpenBSD:*:*)
xwelltris-1.0.1/config.guess:724:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xwelltris-1.0.1/config.guess-725-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-747-    prep*:SunOS:5.*:*)
xwelltris-1.0.1/config.guess:748:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xwelltris-1.0.1/config.guess-749-	exit 0 ;;
xwelltris-1.0.1/config.guess-750-    *:GNU:*:*)
xwelltris-1.0.1/config.guess:751:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xwelltris-1.0.1/config.guess-752-	exit 0 ;;
##############################################
xwelltris-1.0.1/config.guess-841-	if test "$?" = 0 ; then
xwelltris-1.0.1/config.guess:842:		case `./$dummy` in
xwelltris-1.0.1/config.guess-843-		0-0)	UNAME_MACHINE="alpha" ;;
##############################################
xwelltris-1.0.1/config.guess-961-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xwelltris-1.0.1/config.guess:962:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xwelltris-1.0.1/config.guess-963-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xwelltris-1.0.1/config.status-116-    fi
xwelltris-1.0.1/config.status:117:    ac_file=`expr $ac_file + 1`
xwelltris-1.0.1/config.status-118-    ac_beg=$ac_end
xwelltris-1.0.1/config.status:119:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xwelltris-1.0.1/config.status-120-  fi
##############################################
xwelltris-1.0.1/config.status-129-  case "$ac_file" in
xwelltris-1.0.1/config.status:130:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xwelltris-1.0.1/config.status:131:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xwelltris-1.0.1/config.status-132-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xwelltris-1.0.1/config.status-137-  # Remove last slash and all that follows it.  Not all systems have dirname.
xwelltris-1.0.1/config.status:138:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xwelltris-1.0.1/config.status-139-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xwelltris-1.0.1/config.status-141-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xwelltris-1.0.1/config.status:142:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xwelltris-1.0.1/config.status-143-    # A "../" for each directory in $ac_dir_suffix.
xwelltris-1.0.1/config.status:144:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xwelltris-1.0.1/config.status-145-  else
##############################################
xwelltris-1.0.1/config.status-151-      if test -z "$ac_dots"; then top_srcdir=.
xwelltris-1.0.1/config.status:152:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xwelltris-1.0.1/config.status-153-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xwelltris-1.0.1/config.status-165-  rm -f "$ac_file"
xwelltris-1.0.1/config.status:166:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xwelltris-1.0.1/config.status-167-  case "$ac_file" in
##############################################
xwelltris-1.0.1/config.status-172-
xwelltris-1.0.1/config.status:173:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xwelltris-1.0.1/config.status-174-  sed -e "$ac_comsub
##############################################
xwelltris-1.0.1/config.status-207-  case "$ac_file" in
xwelltris-1.0.1/config.status:208:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xwelltris-1.0.1/config.status:209:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xwelltris-1.0.1/config.status-210-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xwelltris-1.0.1/config.status-215-  rm -f conftest.frag conftest.in conftest.out
xwelltris-1.0.1/config.status:216:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xwelltris-1.0.1/config.status-217-  cat $ac_file_inputs > conftest.in
##############################################
xwelltris-1.0.1/config.status-366-    # Remove last slash and all that follows it.  Not all systems have dirname.
xwelltris-1.0.1/config.status:367:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xwelltris-1.0.1/config.status-368-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xwelltris-1.0.1/config.sub-53-
xwelltris-1.0.1/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
xwelltris-1.0.1/config.sub-55-
##############################################
xwelltris-1.0.1/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
xwelltris-1.0.1/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xwelltris-1.0.1/config.sub-119-case $maybe_os in
##############################################
xwelltris-1.0.1/config.sub-121-    os=-$maybe_os
xwelltris-1.0.1/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xwelltris-1.0.1/config.sub-123-    ;;
xwelltris-1.0.1/config.sub-124-  *)
xwelltris-1.0.1/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xwelltris-1.0.1/config.sub-126-    if [ $basic_machine != $1 ]
xwelltris-1.0.1/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
xwelltris-1.0.1/config.sub-128-    else os=; fi
##############################################
xwelltris-1.0.1/config.sub-164-		os=-sco3.2v5
xwelltris-1.0.1/config.sub:165:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-166-		;;
##############################################
xwelltris-1.0.1/config.sub-168-		os=-sco3.2v4
xwelltris-1.0.1/config.sub:169:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-170-		;;
xwelltris-1.0.1/config.sub-171-	-sco3.2.[4-9]*)
xwelltris-1.0.1/config.sub:172:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xwelltris-1.0.1/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-174-		;;
##############################################
xwelltris-1.0.1/config.sub-176-		# Don't forget version if it is 3.2v4 or newer.
xwelltris-1.0.1/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-178-		;;
##############################################
xwelltris-1.0.1/config.sub-180-		os=-sco3.2v2
xwelltris-1.0.1/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-182-		;;
xwelltris-1.0.1/config.sub-183-	-udk*)
xwelltris-1.0.1/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-185-		;;
##############################################
xwelltris-1.0.1/config.sub-187-		os=-isc2.2
xwelltris-1.0.1/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-189-		;;
##############################################
xwelltris-1.0.1/config.sub-193-	-isc*)
xwelltris-1.0.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xwelltris-1.0.1/config.sub-195-		;;
##############################################
xwelltris-1.0.1/config.sub-199-	-ptx*)
xwelltris-1.0.1/config.sub:200:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xwelltris-1.0.1/config.sub-201-		;;
xwelltris-1.0.1/config.sub-202-	-windowsnt*)
xwelltris-1.0.1/config.sub:203:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xwelltris-1.0.1/config.sub-204-		;;
##############################################
xwelltris-1.0.1/config.sub-255-	*-*-*)
xwelltris-1.0.1/config.sub:256:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xwelltris-1.0.1/config.sub-257-		exit 1
##############################################
xwelltris-1.0.1/config.sub-511-	i*86v32)
xwelltris-1.0.1/config.sub:512:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xwelltris-1.0.1/config.sub-513-		os=-sysv32
##############################################
xwelltris-1.0.1/config.sub-515-	i*86v4*)
xwelltris-1.0.1/config.sub:516:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xwelltris-1.0.1/config.sub-517-		os=-sysv4
##############################################
xwelltris-1.0.1/config.sub-519-	i*86v)
xwelltris-1.0.1/config.sub:520:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xwelltris-1.0.1/config.sub-521-		os=-sysv
##############################################
xwelltris-1.0.1/config.sub-523-	i*86sol2)
xwelltris-1.0.1/config.sub:524:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xwelltris-1.0.1/config.sub-525-		os=-solaris2
##############################################
xwelltris-1.0.1/config.sub-579-	mips3*-*)
xwelltris-1.0.1/config.sub:580:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xwelltris-1.0.1/config.sub-581-		;;
xwelltris-1.0.1/config.sub-582-	mips3*)
xwelltris-1.0.1/config.sub:583:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xwelltris-1.0.1/config.sub-584-		;;
##############################################
xwelltris-1.0.1/config.sub-706-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
xwelltris-1.0.1/config.sub:707:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xwelltris-1.0.1/config.sub-708-		;;
xwelltris-1.0.1/config.sub-709-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xwelltris-1.0.1/config.sub:710:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xwelltris-1.0.1/config.sub-711-		;;
xwelltris-1.0.1/config.sub-712-	pentiumii-* | pentium2-*)
xwelltris-1.0.1/config.sub:713:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xwelltris-1.0.1/config.sub-714-		;;
##############################################
xwelltris-1.0.1/config.sub-721-	        ;;
xwelltris-1.0.1/config.sub:722:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xwelltris-1.0.1/config.sub-723-		;;
##############################################
xwelltris-1.0.1/config.sub-727-	ppcle-* | powerpclittle-*)
xwelltris-1.0.1/config.sub:728:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xwelltris-1.0.1/config.sub-729-		;;
##############################################
xwelltris-1.0.1/config.sub-965-	*)
xwelltris-1.0.1/config.sub:966:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xwelltris-1.0.1/config.sub-967-		exit 1
##############################################
xwelltris-1.0.1/config.sub-973-	*-digital*)
xwelltris-1.0.1/config.sub:974:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xwelltris-1.0.1/config.sub-975-		;;
xwelltris-1.0.1/config.sub-976-	*-commodore*)
xwelltris-1.0.1/config.sub:977:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xwelltris-1.0.1/config.sub-978-		;;
##############################################
xwelltris-1.0.1/config.sub-991-	-solaris1 | -solaris1.*)
xwelltris-1.0.1/config.sub:992:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xwelltris-1.0.1/config.sub-993-		;;
##############################################
xwelltris-1.0.1/config.sub-1003-	-gnu/linux*)
xwelltris-1.0.1/config.sub:1004:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xwelltris-1.0.1/config.sub-1005-		;;
##############################################
xwelltris-1.0.1/config.sub-1044-	-mac*)
xwelltris-1.0.1/config.sub:1045:		os=`echo $os | sed -e 's|mac|macos|'`
xwelltris-1.0.1/config.sub-1046-		;;
xwelltris-1.0.1/config.sub-1047-	-linux*)
xwelltris-1.0.1/config.sub:1048:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xwelltris-1.0.1/config.sub-1049-		;;
xwelltris-1.0.1/config.sub-1050-	-sunos5*)
xwelltris-1.0.1/config.sub:1051:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xwelltris-1.0.1/config.sub-1052-		;;
xwelltris-1.0.1/config.sub-1053-	-sunos6*)
xwelltris-1.0.1/config.sub:1054:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xwelltris-1.0.1/config.sub-1055-		;;
##############################################
xwelltris-1.0.1/config.sub-1090-	-sinix5.*)
xwelltris-1.0.1/config.sub:1091:		os=`echo $os | sed -e 's|sinix|sysv|'`
xwelltris-1.0.1/config.sub-1092-		;;
##############################################
xwelltris-1.0.1/config.sub-1129-		# Get rid of the `-' at the beginning of $os.
xwelltris-1.0.1/config.sub:1130:		os=`echo $os | sed 's/[^-]*-//'`
xwelltris-1.0.1/config.sub:1131:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xwelltris-1.0.1/config.sub-1132-		exit 1
##############################################
xwelltris-1.0.1/config.sub-1349-		esac
xwelltris-1.0.1/config.sub:1350:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xwelltris-1.0.1/config.sub-1351-		;;
##############################################
xwelltris-1.0.1/configure-74-  case "$ac_option" in
xwelltris-1.0.1/configure:75:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xwelltris-1.0.1/configure-76-  *) ac_optarg= ;;
##############################################
xwelltris-1.0.1/configure-106-  -disable-* | --disable-*)
xwelltris-1.0.1/configure:107:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xwelltris-1.0.1/configure-108-    # Reject names that are not valid shell variable names.
xwelltris-1.0.1/configure:109:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xwelltris-1.0.1/configure-110-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xwelltris-1.0.1/configure-111-    fi
xwelltris-1.0.1/configure:112:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xwelltris-1.0.1/configure-113-    eval "enable_${ac_feature}=no" ;;
##############################################
xwelltris-1.0.1/configure-115-  -enable-* | --enable-*)
xwelltris-1.0.1/configure:116:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xwelltris-1.0.1/configure-117-    # Reject names that are not valid shell variable names.
xwelltris-1.0.1/configure:118:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xwelltris-1.0.1/configure-119-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xwelltris-1.0.1/configure-120-    fi
xwelltris-1.0.1/configure:121:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xwelltris-1.0.1/configure-122-    case "$ac_option" in
##############################################
xwelltris-1.0.1/configure-346-  -with-* | --with-*)
xwelltris-1.0.1/configure:347:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xwelltris-1.0.1/configure-348-    # Reject names that are not valid shell variable names.
xwelltris-1.0.1/configure:349:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xwelltris-1.0.1/configure-350-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xwelltris-1.0.1/configure-351-    fi
xwelltris-1.0.1/configure:352:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xwelltris-1.0.1/configure-353-    case "$ac_option" in
##############################################
xwelltris-1.0.1/configure-359-  -without-* | --without-*)
xwelltris-1.0.1/configure:360:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xwelltris-1.0.1/configure-361-    # Reject names that are not valid shell variable names.
xwelltris-1.0.1/configure:362:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xwelltris-1.0.1/configure-363-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xwelltris-1.0.1/configure-364-    fi
xwelltris-1.0.1/configure:365:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xwelltris-1.0.1/configure-366-    eval "with_${ac_package}=no" ;;
##############################################
xwelltris-1.0.1/configure-389-  *)
xwelltris-1.0.1/configure:390:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xwelltris-1.0.1/configure-391-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xwelltris-1.0.1/configure-402-if test -n "$ac_prev"; then
xwelltris-1.0.1/configure:403:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xwelltris-1.0.1/configure-404-fi
##############################################
xwelltris-1.0.1/configure-467-  ac_prog=$0
xwelltris-1.0.1/configure:468:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xwelltris-1.0.1/configure-469-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xwelltris-1.0.1/configure-483-fi
xwelltris-1.0.1/configure:484:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xwelltris-1.0.1/configure-485-
##############################################
xwelltris-1.0.1/configure-572-  NONE)
xwelltris-1.0.1/configure:573:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
xwelltris-1.0.1/configure-574-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
xwelltris-1.0.1/configure-579-
xwelltris-1.0.1/configure:580:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
xwelltris-1.0.1/configure:581:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xwelltris-1.0.1/configure:582:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xwelltris-1.0.1/configure:583:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xwelltris-1.0.1/configure-584-echo "$ac_t""$host" 1>&6
xwelltris-1.0.1/configure-585-
xwelltris-1.0.1/configure:586:ARCH=`echo $host | sed 's/\([^-]*\)-[^-]*-\([^-]*\)/\1-\2/'`
xwelltris-1.0.1/configure-587-
##############################################
xwelltris-1.0.1/configure-592-echo "configure:593: checking for $ac_word" >&5
xwelltris-1.0.1/configure:593:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xwelltris-1.0.1/configure-594-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-622-echo "configure:623: checking for $ac_word" >&5
xwelltris-1.0.1/configure:623:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xwelltris-1.0.1/configure-624-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-673-echo "configure:674: checking for $ac_word" >&5
xwelltris-1.0.1/configure:674:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xwelltris-1.0.1/configure-675-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-752-echo "configure:753: checking whether we are using GNU C" >&5
xwelltris-1.0.1/configure:753:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xwelltris-1.0.1/configure-754-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-780-echo "configure:781: checking whether ${CC-cc} accepts -g" >&5
xwelltris-1.0.1/configure:781:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xwelltris-1.0.1/configure-782-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-784-  echo 'void f(){}' > conftest.c
xwelltris-1.0.1/configure:785:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xwelltris-1.0.1/configure-786-  ac_cv_prog_cc_g=yes
##############################################
xwelltris-1.0.1/configure-838-if test -z "$CPP"; then
xwelltris-1.0.1/configure:839:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
xwelltris-1.0.1/configure-840-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-854-{ (eval echo configure:855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:855:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-856-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-871-{ (eval echo configure:872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:872:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-873-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-888-{ (eval echo configure:889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:889:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-890-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-938-echo "configure:939: checking for minix/config.h" >&5
xwelltris-1.0.1/configure:939:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
xwelltris-1.0.1/configure-940-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-948-{ (eval echo configure:949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:949:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-950-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-961-fi
xwelltris-1.0.1/configure:962:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xwelltris-1.0.1/configure-963-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-990-echo "configure:991: checking for $ac_word" >&5
xwelltris-1.0.1/configure:991:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
xwelltris-1.0.1/configure-992-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1069-echo "configure:1070: checking whether we are using GNU C++" >&5
xwelltris-1.0.1/configure:1070:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1071-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1097-echo "configure:1098: checking whether ${CXX-g++} accepts -g" >&5
xwelltris-1.0.1/configure:1098:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1099-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1101-  echo 'void f(){}' > conftest.cc
xwelltris-1.0.1/configure:1102:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
xwelltris-1.0.1/configure-1103-  ac_cv_prog_cxx_g=yes
##############################################
xwelltris-1.0.1/configure-1192-if test -z "$INSTALL"; then
xwelltris-1.0.1/configure:1193:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1194-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1244-echo "configure:1245: checking whether ln -s works" >&5
xwelltris-1.0.1/configure:1245:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1246-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1265-echo "configure:1266: checking whether ${MAKE-make} sets \${MAKE}" >&5
xwelltris-1.0.1/configure:1266:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:1267:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1268-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1274-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xwelltris-1.0.1/configure:1275:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
xwelltris-1.0.1/configure-1276-if test -n "$ac_maketemp"; then
##############################################
xwelltris-1.0.1/configure-1282-fi
xwelltris-1.0.1/configure:1283:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
xwelltris-1.0.1/configure-1284-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-1294-echo "configure:1295: checking for $ac_word" >&5
xwelltris-1.0.1/configure:1295:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1296-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1324-echo "configure:1325: checking for $ac_word" >&5
xwelltris-1.0.1/configure:1325:if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1326-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1360-echo "configure:1361: checking for $ac_word" >&5
xwelltris-1.0.1/configure:1361:if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1362-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1437-do
xwelltris-1.0.1/configure:1438:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure-1439-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
xwelltris-1.0.1/configure-1440-echo "configure:1441: checking for $ac_hdr that defines DIR" >&5
xwelltris-1.0.1/configure:1441:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1442-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1463-fi
xwelltris-1.0.1/configure:1464:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
xwelltris-1.0.1/configure-1465-  echo "$ac_t""yes" 1>&6
xwelltris-1.0.1/configure:1466:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xwelltris-1.0.1/configure-1467-  cat >> confdefs.h <<EOF
##############################################
xwelltris-1.0.1/configure-1479-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:1480:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1481-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1509-fi
xwelltris-1.0.1/configure:1510:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-1511-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-1520-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:1521:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1522-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1550-fi
xwelltris-1.0.1/configure:1551:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-1552-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-1561-echo "configure:1562: checking for ANSI C header files" >&5
xwelltris-1.0.1/configure:1562:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1563-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1574-{ (eval echo configure:1575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:1575:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-1576-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-1665-echo "configure:1666: checking for sys/wait.h that is POSIX.1 compatible" >&5
xwelltris-1.0.1/configure:1666:if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1667-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1707-echo "configure:1708: checking whether time.h and sys/time.h may both be included" >&5
xwelltris-1.0.1/configure:1708:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1709-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1755-do
xwelltris-1.0.1/configure:1756:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure-1757-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
xwelltris-1.0.1/configure-1758-echo "configure:1759: checking for $ac_hdr" >&5
xwelltris-1.0.1/configure:1759:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1760-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1768-{ (eval echo configure:1769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:1769:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-1770-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-1781-fi
xwelltris-1.0.1/configure:1782:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xwelltris-1.0.1/configure-1783-  echo "$ac_t""yes" 1>&6
xwelltris-1.0.1/configure:1784:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xwelltris-1.0.1/configure-1785-  cat >> confdefs.h <<EOF
##############################################
xwelltris-1.0.1/configure-1798-ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:1799:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1800-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1828-fi
xwelltris-1.0.1/configure:1829:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-1830-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-1846-echo "configure:1847: checking for $ac_func" >&5
xwelltris-1.0.1/configure:1847:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1848-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1885-
xwelltris-1.0.1/configure:1886:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xwelltris-1.0.1/configure-1887-  echo "$ac_t""yes" 1>&6
xwelltris-1.0.1/configure:1888:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xwelltris-1.0.1/configure-1889-  cat >> confdefs.h <<EOF
##############################################
xwelltris-1.0.1/configure-1953-  else
xwelltris-1.0.1/configure:1954:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
xwelltris-1.0.1/configure-1955-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-1968-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xwelltris-1.0.1/configure:1969:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
xwelltris-1.0.1/configure-1970-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
xwelltris-1.0.1/configure-2004-{ (eval echo configure:2005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xwelltris-1.0.1/configure:2005:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xwelltris-1.0.1/configure-2006-if test -z "$ac_err"; then
##############################################
xwelltris-1.0.1/configure-2091-# Check X11 before X11Rn because it is often a symlink to the current release.
xwelltris-1.0.1/configure:2092:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
xwelltris-1.0.1/configure-2093-    /usr/X11/lib          \
##############################################
xwelltris-1.0.1/configure-2252-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2253:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2254-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2282-fi
xwelltris-1.0.1/configure:2283:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2284-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2293-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2294:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2295-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2323-fi
xwelltris-1.0.1/configure:2324:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2325-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2340-echo "configure:2341: checking for gethostbyname" >&5
xwelltris-1.0.1/configure:2341:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2342-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2379-
xwelltris-1.0.1/configure:2380:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
xwelltris-1.0.1/configure-2381-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2390-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2391:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2392-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2420-fi
xwelltris-1.0.1/configure:2421:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2422-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2438-echo "configure:2439: checking for connect" >&5
xwelltris-1.0.1/configure:2439:if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2440-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2477-
xwelltris-1.0.1/configure:2478:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
xwelltris-1.0.1/configure-2479-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2488-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2489:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2490-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2518-fi
xwelltris-1.0.1/configure:2519:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2520-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2530-echo "configure:2531: checking for remove" >&5
xwelltris-1.0.1/configure:2531:if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2532-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2569-
xwelltris-1.0.1/configure:2570:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
xwelltris-1.0.1/configure-2571-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2580-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2581:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2582-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2610-fi
xwelltris-1.0.1/configure:2611:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2612-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2622-echo "configure:2623: checking for shmat" >&5
xwelltris-1.0.1/configure:2623:if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2624-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2661-
xwelltris-1.0.1/configure:2662:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
xwelltris-1.0.1/configure-2663-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2672-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2673:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2674-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2702-fi
xwelltris-1.0.1/configure:2703:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2704-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2724-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
xwelltris-1.0.1/configure:2725:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2726-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2754-fi
xwelltris-1.0.1/configure:2755:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xwelltris-1.0.1/configure-2756-  echo "$ac_t""yes" 1>&6
##############################################
xwelltris-1.0.1/configure-2776-echo "configure:2777: checking for working const" >&5
xwelltris-1.0.1/configure:2777:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2778-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2851-echo "configure:2852: checking for uid_t in sys/types.h" >&5
xwelltris-1.0.1/configure:2852:if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2853-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2885-echo "configure:2886: checking for inline" >&5
xwelltris-1.0.1/configure:2886:if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2887-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2925-echo "configure:2926: checking for mode_t" >&5
xwelltris-1.0.1/configure:2926:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2927-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2958-echo "configure:2959: checking for pid_t" >&5
xwelltris-1.0.1/configure:2959:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2960-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-2991-echo "configure:2992: checking for size_t" >&5
xwelltris-1.0.1/configure:2992:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
xwelltris-1.0.1/configure-2993-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3024-echo "configure:3025: checking whether struct tm is in sys/time.h or time.h" >&5
xwelltris-1.0.1/configure:3025:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3026-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3058-echo "configure:3059: checking return type of signal handlers" >&5
xwelltris-1.0.1/configure:3059:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3060-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3105-echo "configure:3106: checking whether ${CC-cc} needs -traditional" >&5
xwelltris-1.0.1/configure:3106:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3107-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3151-echo "configure:3152: checking for 8-bit clean memcmp" >&5
xwelltris-1.0.1/configure:3152:if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3153-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3187-echo "configure:3188: checking return type of signal handlers" >&5
xwelltris-1.0.1/configure:3188:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3189-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3239-echo "configure:3240: checking for $ac_func" >&5
xwelltris-1.0.1/configure:3240:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
xwelltris-1.0.1/configure-3241-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xwelltris-1.0.1/configure-3278-
xwelltris-1.0.1/configure:3279:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xwelltris-1.0.1/configure-3280-  echo "$ac_t""yes" 1>&6
xwelltris-1.0.1/configure:3281:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xwelltris-1.0.1/configure-3282-  cat >> confdefs.h <<EOF
##############################################
xwelltris-1.0.1/configure-3558-    fi
xwelltris-1.0.1/configure:3559:    ac_file=`expr $ac_file + 1`
xwelltris-1.0.1/configure-3560-    ac_beg=$ac_end
xwelltris-1.0.1/configure:3561:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xwelltris-1.0.1/configure-3562-  fi
##############################################
xwelltris-1.0.1/configure-3581-  case "$ac_file" in
xwelltris-1.0.1/configure:3582:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xwelltris-1.0.1/configure:3583:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xwelltris-1.0.1/configure-3584-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xwelltris-1.0.1/configure-3589-  # Remove last slash and all that follows it.  Not all systems have dirname.
xwelltris-1.0.1/configure:3590:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xwelltris-1.0.1/configure-3591-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xwelltris-1.0.1/configure-3593-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xwelltris-1.0.1/configure:3594:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xwelltris-1.0.1/configure-3595-    # A "../" for each directory in $ac_dir_suffix.
xwelltris-1.0.1/configure:3596:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xwelltris-1.0.1/configure-3597-  else
##############################################
xwelltris-1.0.1/configure-3603-      if test -z "$ac_dots"; then top_srcdir=.
xwelltris-1.0.1/configure:3604:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xwelltris-1.0.1/configure-3605-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xwelltris-1.0.1/configure-3617-  rm -f "$ac_file"
xwelltris-1.0.1/configure:3618:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xwelltris-1.0.1/configure-3619-  case "$ac_file" in
##############################################
xwelltris-1.0.1/configure-3624-
xwelltris-1.0.1/configure:3625:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xwelltris-1.0.1/configure-3626-  sed -e "$ac_comsub
##############################################
xwelltris-1.0.1/configure-3663-  case "$ac_file" in
xwelltris-1.0.1/configure:3664:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xwelltris-1.0.1/configure:3665:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xwelltris-1.0.1/configure-3666-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xwelltris-1.0.1/configure-3671-  rm -f conftest.frag conftest.in conftest.out
xwelltris-1.0.1/configure:3672:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xwelltris-1.0.1/configure-3673-  cat $ac_file_inputs > conftest.in
##############################################
xwelltris-1.0.1/configure-3731-    # Remove last slash and all that follows it.  Not all systems have dirname.
xwelltris-1.0.1/configure:3732:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xwelltris-1.0.1/configure-3733-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xwelltris-1.0.1/configure.in-20-changequote(,)dnl
xwelltris-1.0.1/configure.in:21:ARCH=`echo $host | sed 's/\([^-]*\)-[^-]*-\([^-]*\)/\1-\2/'`
xwelltris-1.0.1/configure.in-22-changequote([,])dnl
##############################################
xwelltris-1.0.1/install-sh-85-
xwelltris-1.0.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xwelltris-1.0.1/install-sh-87-	    shift
##############################################
xwelltris-1.0.1/install-sh-89-
xwelltris-1.0.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xwelltris-1.0.1/install-sh-91-	    shift
##############################################
xwelltris-1.0.1/install-sh-151-	then
xwelltris-1.0.1/install-sh:152:		dst="$dst"/`basename $src`
xwelltris-1.0.1/install-sh-153-	else
##############################################
xwelltris-1.0.1/install-sh-158-## this sed command emulates the dirname command
xwelltris-1.0.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xwelltris-1.0.1/install-sh-160-
##############################################
xwelltris-1.0.1/install-sh-172-IFS='%'
xwelltris-1.0.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xwelltris-1.0.1/install-sh-174-IFS="${oIFS}"
##############################################
xwelltris-1.0.1/install-sh-206-	then
xwelltris-1.0.1/install-sh:207:		dstfile=`basename $dst`
xwelltris-1.0.1/install-sh-208-	else
##############################################
xwelltris-1.0.1/install-sh-216-	then
xwelltris-1.0.1/install-sh:217:		dstfile=`basename $dst`
xwelltris-1.0.1/install-sh-218-	else
##############################################
xwelltris-1.0.1/makedist-91-    | awk '{print $1}'`
xwelltris-1.0.1/makedist:92:    b=`wc -l $ourname | awk '{print $1}'`
xwelltris-1.0.1/makedist:93:    tail -n `expr $b - $a + 1` $ourname | sed \
xwelltris-1.0.1/makedist-94-    -e "s/^Version:[^\n]*/Version: $vers/" >xwelltris-$vers.spec