===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lynx-2.9.0dev.6/CHANGES-667-* improve configure check for sleep() for cross-compiling to MinGW -TD
lynx-2.9.0dev.6/CHANGES:668:* modify configure check for inet_addr() for cross-compiling to MinGW -TD
lynx-2.9.0dev.6/CHANGES-669-* add configure check for Win32 flavor of PDCurses when cross-compiling to
##############################################
lynx-2.9.0dev.6/CHANGES-8280-* correct error handling in CF_INET_ADDR, which did not restore $LIBS when no
lynx-2.9.0dev.6/CHANGES:8281:  applicable library was found for inet_addr (reported by IC) - TD
lynx-2.9.0dev.6/CHANGES-8282-* correction to CF_TERMCAP_LIBS, which used inconsistent spelling for the cache
##############################################
lynx-2.9.0dev.6/configure.in-354-if test -z "$ALL_LINGUAS" ; then
lynx-2.9.0dev.6/configure.in:355:	ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/configure.in-356-	AM_PATH_PROG_WITH_TEST(MSGINIT, msginit,
##############################################
lynx-2.9.0dev.6/configure.in-395-if test $with_full_paths = no ; then
lynx-2.9.0dev.6/configure.in:396:	SYSTEM_MAIL=`basename $SYSTEM_MAIL`
lynx-2.9.0dev.6/configure.in-397-fi
##############################################
lynx-2.9.0dev.6/configure.in-622-
lynx-2.9.0dev.6/configure.in:623:test -z "$LYNX_CFG_PATH" && `echo "$LYNX_CFG_FILE" | sed -e 's%/[[^/]]*$%%'`
lynx-2.9.0dev.6/configure.in-624-test "x$LYNX_CFG_PATH" = xno && LYNX_CFG_PATH=
##############################################
lynx-2.9.0dev.6/configure.in-662-AC_MSG_RESULT($MIME_LIBDIR)
lynx-2.9.0dev.6/configure.in:663:MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'`
lynx-2.9.0dev.6/configure.in-664-AC_DEFINE_UNQUOTED(MIME_LIBDIR,"$MIME_LIBDIR",[Define to default path for MIME library])
##############################################
lynx-2.9.0dev.6/configure.in-696-	fi
lynx-2.9.0dev.6/configure.in:697:	cf_charsets=`echo $cf_charsets | sed -e "s/minimal/$cf_min_charsets/g" -e 's/,/ /g'`
lynx-2.9.0dev.6/configure.in-698-	for cf_charset in $cf_charsets
lynx-2.9.0dev.6/configure.in-699-	do
lynx-2.9.0dev.6/configure.in:700:		cf_def_charset=`echo $cf_charset | sed -e 's/+/_/g' -e 's/-/_/g'`
lynx-2.9.0dev.6/configure.in-701-		cf_use_charset=no
##############################################
lynx-2.9.0dev.6/samples/keepviewer-12-	chmod 600 $2
lynx-2.9.0dev.6/samples/keepviewer:13:	myfile=`echo $2 | sed -e 's@\(.*/tmp/\)\([^/]*/\)\?\(.*\)@\1my\3@'`
lynx-2.9.0dev.6/samples/keepviewer-14-	ln $2 $myfile || exit 1
##############################################
lynx-2.9.0dev.6/samples/cernrules.txt-431-# lynxexec has been enabled to the degree necessary (allow /usr/bin/man
lynx-2.9.0dev.6/samples/cernrules.txt:432:# execution) but hopefully not too much.
lynx-2.9.0dev.6/samples/cernrules.txt-433-# What needs to be prevented is that allowing local execution of the man
##############################################
lynx-2.9.0dev.6/config.guess-34-
lynx-2.9.0dev.6/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lynx-2.9.0dev.6/config.guess-36-
##############################################
lynx-2.9.0dev.6/config.guess-105-    # shellcheck disable=SC2039
lynx-2.9.0dev.6/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lynx-2.9.0dev.6/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
lynx-2.9.0dev.6/config.guess-155-	EOF
lynx-2.9.0dev.6/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
lynx-2.9.0dev.6/config.guess-157-
##############################################
lynx-2.9.0dev.6/config.guess-192-	    earmv*)
lynx-2.9.0dev.6/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
lynx-2.9.0dev.6/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
lynx-2.9.0dev.6/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
lynx-2.9.0dev.6/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
lynx-2.9.0dev.6/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
lynx-2.9.0dev.6/config.guess-226-		;;
##############################################
lynx-2.9.0dev.6/config.guess-237-	    *)
lynx-2.9.0dev.6/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
lynx-2.9.0dev.6/config.guess-239-		;;
##############################################
lynx-2.9.0dev.6/config.guess-290-	*4.0)
lynx-2.9.0dev.6/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lynx-2.9.0dev.6/config.guess-292-		;;
lynx-2.9.0dev.6/config.guess-293-	*5.*)
lynx-2.9.0dev.6/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lynx-2.9.0dev.6/config.guess-295-		;;
##############################################
lynx-2.9.0dev.6/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
lynx-2.9.0dev.6/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lynx-2.9.0dev.6/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
lynx-2.9.0dev.6/config.guess-338-	# 1.2 uses "1.2" for uname -r.
lynx-2.9.0dev.6/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
lynx-2.9.0dev.6/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lynx-2.9.0dev.6/config.guess-389-    s390x:SunOS:*:*)
lynx-2.9.0dev.6/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-391-	exit ;;
lynx-2.9.0dev.6/config.guess-392-    sun4H:SunOS:5.*:*)
lynx-2.9.0dev.6/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-394-	exit ;;
lynx-2.9.0dev.6/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lynx-2.9.0dev.6/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-397-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-414-	fi
lynx-2.9.0dev.6/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-416-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
lynx-2.9.0dev.6/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-422-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
lynx-2.9.0dev.6/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
lynx-2.9.0dev.6/config.guess-431-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-435-    sun*:*:4.2BSD:*)
lynx-2.9.0dev.6/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lynx-2.9.0dev.6/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
lynx-2.9.0dev.6/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
lynx-2.9.0dev.6/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lynx-2.9.0dev.6/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
lynx-2.9.0dev.6/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lynx-2.9.0dev.6/config.guess-573-    *:IRIX*:*:*)
lynx-2.9.0dev.6/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
lynx-2.9.0dev.6/config.guess-575-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-603-EOF
lynx-2.9.0dev.6/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
lynx-2.9.0dev.6/config.guess-605-		then
##############################################
lynx-2.9.0dev.6/config.guess-616-    *:AIX:*:[4567])
lynx-2.9.0dev.6/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lynx-2.9.0dev.6/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
lynx-2.9.0dev.6/config.guess-652-    9000/[34678]??:HP-UX:*:*)
lynx-2.9.0dev.6/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lynx-2.9.0dev.6/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
lynx-2.9.0dev.6/config.guess-706-EOF
lynx-2.9.0dev.6/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
lynx-2.9.0dev.6/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lynx-2.9.0dev.6/config.guess-734-    ia64:HP-UX:*:*)
lynx-2.9.0dev.6/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lynx-2.9.0dev.6/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
lynx-2.9.0dev.6/config.guess-764-EOF
lynx-2.9.0dev.6/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
lynx-2.9.0dev.6/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lynx-2.9.0dev.6/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lynx-2.9.0dev.6/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
lynx-2.9.0dev.6/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lynx-2.9.0dev.6/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lynx-2.9.0dev.6/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
lynx-2.9.0dev.6/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lynx-2.9.0dev.6/config.guess-858-	then
lynx-2.9.0dev.6/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
lynx-2.9.0dev.6/config.guess-860-	else
lynx-2.9.0dev.6/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
lynx-2.9.0dev.6/config.guess-862-	fi
##############################################
lynx-2.9.0dev.6/config.guess-871-	esac
lynx-2.9.0dev.6/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lynx-2.9.0dev.6/config.guess-873-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-907-    prep*:SunOS:5.*:*)
lynx-2.9.0dev.6/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lynx-2.9.0dev.6/config.guess-909-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-911-	# the GNU system
lynx-2.9.0dev.6/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
lynx-2.9.0dev.6/config.guess-913-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-915-	# other systems with GNU libc and userland
lynx-2.9.0dev.6/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
lynx-2.9.0dev.6/config.guess-917-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-1037-EOF
lynx-2.9.0dev.6/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
lynx-2.9.0dev.6/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
lynx-2.9.0dev.6/config.guess-1147-    i*86:*:4.*:*)
lynx-2.9.0dev.6/config.guess:1148:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
lynx-2.9.0dev.6/config.guess-1149-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lynx-2.9.0dev.6/config.guess-1453-    *:DragonFly:*:*)
lynx-2.9.0dev.6/config.guess:1454:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lynx-2.9.0dev.6/config.guess-1455-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-1466-    i*86:skyos:*:*)
lynx-2.9.0dev.6/config.guess:1467:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
lynx-2.9.0dev.6/config.guess-1468-	exit ;;
##############################################
lynx-2.9.0dev.6/config.guess-1616-
lynx-2.9.0dev.6/config.guess:1617:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
lynx-2.9.0dev.6/config.guess-1618-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
lynx-2.9.0dev.6/config.guess-1646-
lynx-2.9.0dev.6/config.guess:1647:year=`echo $timestamp | sed 's,-.*,,'`
lynx-2.9.0dev.6/config.guess-1648-# shellcheck disable=SC2003
lynx-2.9.0dev.6/config.guess:1649:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
lynx-2.9.0dev.6/config.guess-1650-   cat >&2 <<EOF
##############################################
lynx-2.9.0dev.6/build.com-60-$ proc = f$environment("PROCEDURE")
lynx-2.9.0dev.6/build.com:61:$ where = f$parse(proc,,,"DEVICE") + f$parse(proc,,,"DIRECTORY")
lynx-2.9.0dev.6/build.com-62-$ set default 'where'
##############################################
lynx-2.9.0dev.6/scripts/man2hlp.sh-13-do
lynx-2.9.0dev.6/scripts/man2hlp.sh:14:	NAME=`echo $name |sed -e 's/\.man$/.1/'`
lynx-2.9.0dev.6/scripts/man2hlp.sh:15:	(echo 1 `echo $NAME | sed -e 's/^.*\///' -e 's/\..*$//' | tr '[a-z]' '[A-Z]'` ; \
lynx-2.9.0dev.6/scripts/man2hlp.sh-16-	(echo '.hy 0'; cat $name) |\
##############################################
lynx-2.9.0dev.6/scripts/install-cfg.sh-64-				fi
lynx-2.9.0dev.6/scripts/install-cfg.sh:65:				NUM=`expr $NUM + 1`
lynx-2.9.0dev.6/scripts/install-cfg.sh-66-			done
##############################################
lynx-2.9.0dev.6/scripts/install-lss.sh-24-			fi
lynx-2.9.0dev.6/scripts/install-lss.sh:25:			NUM=`expr $NUM + 1`
lynx-2.9.0dev.6/scripts/install-lss.sh-26-		done
##############################################
lynx-2.9.0dev.6/scripts/cfg_path.sh-3-# not all paths begin with a slash.
lynx-2.9.0dev.6/scripts/cfg_path.sh:4:SECOND=`echo "$2" | sed -e 's,^/,,'`
lynx-2.9.0dev.6/scripts/cfg_path.sh-5-sed -e "/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]*:file:/s,/PATH_TO/$1,/$SECOND,"
##############################################
lynx-2.9.0dev.6/aclocal.m4-484-        INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV"
lynx-2.9.0dev.6/aclocal.m4:485:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lynx-2.9.0dev.6/aclocal.m4-486-      elif test "$nls_cv_use_gnu_gettext" = "yes"; then
##############################################
lynx-2.9.0dev.6/aclocal.m4-516-        case "$ac_file" in
lynx-2.9.0dev.6/aclocal.m4:517:          (*:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lynx-2.9.0dev.6/aclocal.m4-518-        esac
##############################################
lynx-2.9.0dev.6/aclocal.m4-523-          # Adjust a relative srcdir.
lynx-2.9.0dev.6/aclocal.m4:524:          ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lynx-2.9.0dev.6/aclocal.m4:525:          ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lynx-2.9.0dev.6/aclocal.m4:526:          ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lynx-2.9.0dev.6/aclocal.m4:527:          ac_base=`basename $ac_file .in`
lynx-2.9.0dev.6/aclocal.m4-528-          # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lynx-2.9.0dev.6/aclocal.m4-532-          case "$ac_given_srcdir" in
lynx-2.9.0dev.6/aclocal.m4:533:            (.)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lynx-2.9.0dev.6/aclocal.m4-534-            (/*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-572-changequote(<<,>>)dnl
lynx-2.9.0dev.6/aclocal.m4:573:        ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lynx-2.9.0dev.6/aclocal.m4-574-        case $ac_prog_version in
##############################################
lynx-2.9.0dev.6/aclocal.m4-674-		(-D*)
lynx-2.9.0dev.6/aclocal.m4:675:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[[^=]]*='\''\"[[^"]]*//'`
lynx-2.9.0dev.6/aclocal.m4-676-
##############################################
lynx-2.9.0dev.6/aclocal.m4-695-			(-D*)
lynx-2.9.0dev.6/aclocal.m4:696:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/aclocal.m4-697-				CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,$cf_tst_cppflags)
##############################################
lynx-2.9.0dev.6/aclocal.m4-711-
lynx-2.9.0dev.6/aclocal.m4:712:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[[^"]]*"'\''//'`
lynx-2.9.0dev.6/aclocal.m4-713-
##############################################
lynx-2.9.0dev.6/aclocal.m4-784-
lynx-2.9.0dev.6/aclocal.m4:785:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/aclocal.m4-786-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/aclocal.m4-877-CF_VERBOSE(...before $LIBS)
lynx-2.9.0dev.6/aclocal.m4:878:LIBS=`echo "$LIBS" | sed -e "s/[[ 	]][[ 	]]*/ /g" -e "s%$1 %$1 $2 %" -e 's%  % %g'`
lynx-2.9.0dev.6/aclocal.m4-879-CF_VERBOSE(...after  $LIBS)
##############################################
lynx-2.9.0dev.6/aclocal.m4-912-AC_REQUIRE([CF_PATHSEP])
lynx-2.9.0dev.6/aclocal.m4:913:for cf_searchpath in `echo "$1" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/aclocal.m4-914-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/aclocal.m4-1123-			if test "x$ARFLAGS" != "x" ; then
lynx-2.9.0dev.6/aclocal.m4:1124:				cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
lynx-2.9.0dev.6/aclocal.m4-1125-				if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
##############################################
lynx-2.9.0dev.6/aclocal.m4-1307-dnl rather than $LC_ALL
lynx-2.9.0dev.6/aclocal.m4:1308:test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/aclocal.m4-1309-
##############################################
lynx-2.9.0dev.6/aclocal.m4-1319-if test -f $srcdir/VERSION ; then
lynx-2.9.0dev.6/aclocal.m4:1320:	VERSION=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
lynx-2.9.0dev.6/aclocal.m4-1321-else
##############################################
lynx-2.9.0dev.6/aclocal.m4-1359-			if test -f "$cf_makefile" ; then
lynx-2.9.0dev.6/aclocal.m4:1360:				SUB_MAKEFILE="$SUB_MAKEFILE `echo \"${cf_makefile}\"|sed -e 's,^'$srcdir/',,' -e 's/\.in$//'`:${cf_makefile}"
lynx-2.9.0dev.6/aclocal.m4-1361-				break
##############################################
lynx-2.9.0dev.6/aclocal.m4-1446-	# humor him...
lynx-2.9.0dev.6/aclocal.m4:1447:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[[ ]]* / /g' -e 's/[[ ]]*[[ ]]-[[^ ]].*//'`
lynx-2.9.0dev.6/aclocal.m4:1448:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", [substr]([$]0,1+length(prog))); }'`
lynx-2.9.0dev.6/aclocal.m4-1449-	CC="$cf_prog"
##############################################
lynx-2.9.0dev.6/aclocal.m4-1609-eval "ac_cv_func_decl_$2=yes"])])
lynx-2.9.0dev.6/aclocal.m4:1610:if eval "test \"`echo '$ac_cv_func_'decl_$2`\" = yes"; then
lynx-2.9.0dev.6/aclocal.m4-1611-  AC_MSG_RESULT(yes)
##############################################
lynx-2.9.0dev.6/aclocal.m4-2157-(*/*)
lynx-2.9.0dev.6/aclocal.m4:2158:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`term.h
lynx-2.9.0dev.6/aclocal.m4-2159-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/aclocal.m4-2227-(*/*)
lynx-2.9.0dev.6/aclocal.m4:2228:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`unctrl.h
lynx-2.9.0dev.6/aclocal.m4-2229-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/aclocal.m4-2344-dnl "dirname" is not portable, so we fake it with a shell script.
lynx-2.9.0dev.6/aclocal.m4:2345:AC_DEFUN([CF_DIRNAME],[$1=`echo $2 | sed -e 's%/[[^/]]*$%%'`])dnl
lynx-2.9.0dev.6/aclocal.m4-2346-dnl ---------------------------------------------------------------------------
##############################################
lynx-2.9.0dev.6/aclocal.m4-3209-	AC_MSG_CHECKING(version of $CC)
lynx-2.9.0dev.6/aclocal.m4:3210:	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[[^)]]*) //' -e 's/^.*(Debian[[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
lynx-2.9.0dev.6/aclocal.m4-3211-	test -z "$GCC_VERSION" && GCC_VERSION=unknown
##############################################
lynx-2.9.0dev.6/aclocal.m4-3356-
lynx-2.9.0dev.6/aclocal.m4:3357:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls`
lynx-2.9.0dev.6/aclocal.m4:3358:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls`
lynx-2.9.0dev.6/aclocal.m4-3359-
##############################################
lynx-2.9.0dev.6/aclocal.m4-3362-					(*-I*)
lynx-2.9.0dev.6/aclocal.m4:3363:						cf_cv_header_path_gnutls=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/aclocal.m4-3364-						;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-3377-					(*-L*)
lynx-2.9.0dev.6/aclocal.m4:3378:						cf_cv_library_path_gnutls=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/aclocal.m4-3379-						;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-3574-		(-I*)
lynx-2.9.0dev.6/aclocal.m4:3575:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/aclocal.m4-3576-			CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
##############################################
lynx-2.9.0dev.6/aclocal.m4-3627-    AC_CACHE_CHECK(for inet_addr function,cf_cv_have_inet_addr,[
lynx-2.9.0dev.6/aclocal.m4:3628:    AC_TRY_LINK(CF__INET_HEAD,[inet_addr(0)],
lynx-2.9.0dev.6/aclocal.m4-3629-	[cf_cv_have_inet_addr=yes],
##############################################
lynx-2.9.0dev.6/aclocal.m4-3640-#include <arpa/inet.h>
lynx-2.9.0dev.6/aclocal.m4:3641:		],[inet_addr(0)],
lynx-2.9.0dev.6/aclocal.m4-3642-		    [cf_cv_lib_inet_addr=$cf_inetlib],
##############################################
lynx-2.9.0dev.6/aclocal.m4-3844-		(-L*)
lynx-2.9.0dev.6/aclocal.m4:3845:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/aclocal.m4-3846-			CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
##############################################
lynx-2.9.0dev.6/aclocal.m4-3891-CF_EOF
lynx-2.9.0dev.6/aclocal.m4:3892:		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[[ 	]]*$,,'`
lynx-2.9.0dev.6/aclocal.m4-3893-		case "$cf_result" in
lynx-2.9.0dev.6/aclocal.m4-3894-		(.*k|.*kw)
lynx-2.9.0dev.6/aclocal.m4:3895:			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
lynx-2.9.0dev.6/aclocal.m4-3896-			case "$cf_result" in
##############################################
lynx-2.9.0dev.6/aclocal.m4-4117-
lynx-2.9.0dev.6/aclocal.m4:4118:		cf_pkg_cflags=`$PKG_CONFIG --cflags $cf_ncuconfig_root`
lynx-2.9.0dev.6/aclocal.m4:4119:		cf_pkg_libs=`$PKG_CONFIG --libs $cf_ncuconfig_root`
lynx-2.9.0dev.6/aclocal.m4-4120-
##############################################
lynx-2.9.0dev.6/aclocal.m4-4144-			if test "x$cf_test_ncuconfig" != xyes; then
lynx-2.9.0dev.6/aclocal.m4:4145:				cf_temp=`echo "x$cf_pkg_cflags" | sed -e s/^x// -e 's/-W[[^ 	]]*//g'`
lynx-2.9.0dev.6/aclocal.m4-4146-				cf_pkg_cflags="$cf_temp"
lynx-2.9.0dev.6/aclocal.m4:4147:				cf_temp=`echo "x$cf_pkg_libs" | sed -e s/^x// -e 's/-W[[^ 	]]*//g'`
lynx-2.9.0dev.6/aclocal.m4-4148-				cf_pkg_libs="$cf_temp"
##############################################
lynx-2.9.0dev.6/aclocal.m4-4194-
lynx-2.9.0dev.6/aclocal.m4:4195:		CF_ADD_CFLAGS(`$NCURSES_CONFIG --cflags`)
lynx-2.9.0dev.6/aclocal.m4:4196:		CF_ADD_LIBS(`$NCURSES_CONFIG --libs`)
lynx-2.9.0dev.6/aclocal.m4-4197-
##############################################
lynx-2.9.0dev.6/aclocal.m4-4208-		dnl like CF_NCURSES_VERSION
lynx-2.9.0dev.6/aclocal.m4:4209:		cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
lynx-2.9.0dev.6/aclocal.m4-4210-
##############################################
lynx-2.9.0dev.6/aclocal.m4-4311-	CF_DIRNAME(cf_1st_incdir,$cf_cv_ncurses_h2)
lynx-2.9.0dev.6/aclocal.m4:4312:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
lynx-2.9.0dev.6/aclocal.m4:4313:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
lynx-2.9.0dev.6/aclocal.m4-4314-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
lynx-2.9.0dev.6/aclocal.m4-4390-	for p in $cf_ncurses_LIBS ; do
lynx-2.9.0dev.6/aclocal.m4:4391:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
lynx-2.9.0dev.6/aclocal.m4-4392-		if test "$q" != "$LIBS" ; then
##############################################
lynx-2.9.0dev.6/aclocal.m4-4439-}],[
lynx-2.9.0dev.6/aclocal.m4:4440:	cf_cv_ncurses_version=`cat $cf_tempfile`],,[
lynx-2.9.0dev.6/aclocal.m4-4441-
##############################################
lynx-2.9.0dev.6/aclocal.m4-4800-		else
lynx-2.9.0dev.6/aclocal.m4:4801:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/aclocal.m4-4802-		fi
##############################################
lynx-2.9.0dev.6/aclocal.m4-4841-	(.NONE/*)
lynx-2.9.0dev.6/aclocal.m4:4842:		$1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/aclocal.m4-4843-		;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-4846-(.no|.NONE/*)
lynx-2.9.0dev.6/aclocal.m4:4847:	$1=`echo [$]$1 | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/aclocal.m4-4848-	;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-4882-
lynx-2.9.0dev.6/aclocal.m4:4883:CF_ADD_CFLAGS(`$XCURSES_CONFIG --cflags`)
lynx-2.9.0dev.6/aclocal.m4:4884:CF_ADD_LIBS(`$XCURSES_CONFIG --libs`)
lynx-2.9.0dev.6/aclocal.m4-4885-
##############################################
lynx-2.9.0dev.6/aclocal.m4-5261-		[printf("Hello");],
lynx-2.9.0dev.6/aclocal.m4:5262:		[cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
lynx-2.9.0dev.6/aclocal.m4:5263:		 cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[[ 	]]/%/%' -e 's%/[[^/]][[^/]]*$%%' |sort | uniq`])
lynx-2.9.0dev.6/aclocal.m4-5264-
##############################################
lynx-2.9.0dev.6/aclocal.m4-5338-			if test "$LD_RPATH_OPT" = "-R " ; then
lynx-2.9.0dev.6/aclocal.m4:5339:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
lynx-2.9.0dev.6/aclocal.m4-5340-			else
lynx-2.9.0dev.6/aclocal.m4:5341:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/aclocal.m4-5342-			fi
##############################################
lynx-2.9.0dev.6/aclocal.m4-5344-			# if we have not already added this, add it now
lynx-2.9.0dev.6/aclocal.m4:5345:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
lynx-2.9.0dev.6/aclocal.m4-5346-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
lynx-2.9.0dev.6/aclocal.m4-5459-
lynx-2.9.0dev.6/aclocal.m4:5460:cf_sigwinch=`expr $cf_sigwinch - 1`
lynx-2.9.0dev.6/aclocal.m4-5461-done
##############################################
lynx-2.9.0dev.6/aclocal.m4-5619-AC_MSG_CHECKING(if we can link $1 without termcap)
lynx-2.9.0dev.6/aclocal.m4:5620:if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
lynx-2.9.0dev.6/aclocal.m4:5621:	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
lynx-2.9.0dev.6/aclocal.m4-5622-else
##############################################
lynx-2.9.0dev.6/aclocal.m4-5624-fi
lynx-2.9.0dev.6/aclocal.m4:5625:LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
lynx-2.9.0dev.6/aclocal.m4-5626-AC_TRY_LINK([#include <slang.h>],
##############################################
lynx-2.9.0dev.6/aclocal.m4-5883-define([CF_SRAND_PARSE],[
lynx-2.9.0dev.6/aclocal.m4:5884:	$2=`echo $1 | sed -e 's%/.*%%'`
lynx-2.9.0dev.6/aclocal.m4:5885:	$3=`echo $1 | sed -e 's%.*/%%'`
lynx-2.9.0dev.6/aclocal.m4-5886-
##############################################
lynx-2.9.0dev.6/aclocal.m4-5926-
lynx-2.9.0dev.6/aclocal.m4:5927:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/aclocal.m4:5928:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/aclocal.m4-5929-
##############################################
lynx-2.9.0dev.6/aclocal.m4-5932-					(*-I*)
lynx-2.9.0dev.6/aclocal.m4:5933:						cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/aclocal.m4-5934-						;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-5957-					(*-L*)
lynx-2.9.0dev.6/aclocal.m4:5958:						cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/aclocal.m4-5959-						;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-6035-AC_DEFUN([CF_STRIP_G_OPT],
lynx-2.9.0dev.6/aclocal.m4:6036:[$1=`echo ${$1} | sed -e 's%-g %%' -e 's%-g$%%'`])dnl
lynx-2.9.0dev.6/aclocal.m4-6037-dnl ---------------------------------------------------------------------------
##############################################
lynx-2.9.0dev.6/aclocal.m4-6041-AC_DEFUN([CF_STRIP_O_OPT],[
lynx-2.9.0dev.6/aclocal.m4:6042:$1=`echo ${$1} | sed -e 's/-O[[1-9]]\? //' -e 's/-O[[1-9]]\?$//'`
lynx-2.9.0dev.6/aclocal.m4-6043-])dnl
##############################################
lynx-2.9.0dev.6/aclocal.m4-6301-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/aclocal.m4:6302:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[[^.]]*\.h$%term.h%'`
lynx-2.9.0dev.6/aclocal.m4-6303-	;;
##############################################
lynx-2.9.0dev.6/aclocal.m4-6376-		(*-l$cf_trim_lib\ *-l$cf_trim_lib*)
lynx-2.9.0dev.6/aclocal.m4:6377:			LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
lynx-2.9.0dev.6/aclocal.m4-6378-			CF_VERBOSE(..trimmed $LIBS)
##############################################
lynx-2.9.0dev.6/aclocal.m4-6396-	CF_VERBOSE(found package $1)
lynx-2.9.0dev.6/aclocal.m4:6397:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags $1 2>/dev/null`"
lynx-2.9.0dev.6/aclocal.m4:6398:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   $1 2>/dev/null`"
lynx-2.9.0dev.6/aclocal.m4-6399-	CF_VERBOSE(package $1 CFLAGS: $cf_pkgconfig_incs)
##############################################
lynx-2.9.0dev.6/aclocal.m4-6435-				(\ -L/*)
lynx-2.9.0dev.6/aclocal.m4:6436:					cf_rpath_arg=`echo " $cf_item" | sed -e "s% -L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/aclocal.m4:6437:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_rpath_arg % %"`
lynx-2.9.0dev.6/aclocal.m4-6438-					if test "x$cf_result " = "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/aclocal.m4-6441-					fi
lynx-2.9.0dev.6/aclocal.m4:6442:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_item % %g"`
lynx-2.9.0dev.6/aclocal.m4-6443-					if test "x$cf_result " != "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/aclocal.m4-6450-			done
lynx-2.9.0dev.6/aclocal.m4:6451:			cf_result=`echo "$cf_result" | sed -e 's/^ //'`
lynx-2.9.0dev.6/aclocal.m4-6452-			if test "x$cf_result" != "x$LIBS"
##############################################
lynx-2.9.0dev.6/aclocal.m4-6625-[
lynx-2.9.0dev.6/aclocal.m4:6626:$1=`echo "$2" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/aclocal.m4-6627-])dnl
##############################################
lynx-2.9.0dev.6/aclocal.m4-7411-					cf_save_xmu="$LIBS"
lynx-2.9.0dev.6/aclocal.m4:7412:					cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^[ ][ ]*//' -e 's/ .*//'`
lynx-2.9.0dev.6/aclocal.m4-7413-					CF_TRY_PKG_CONFIG(xmu,[
##############################################
lynx-2.9.0dev.6/config.sub-52-
lynx-2.9.0dev.6/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lynx-2.9.0dev.6/config.sub-54-
##############################################
lynx-2.9.0dev.6/config.sub-771-	i*86v32)
lynx-2.9.0dev.6/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lynx-2.9.0dev.6/config.sub-773-		vendor=pc
##############################################
lynx-2.9.0dev.6/config.sub-776-	i*86v4*)
lynx-2.9.0dev.6/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lynx-2.9.0dev.6/config.sub-778-		vendor=pc
##############################################
lynx-2.9.0dev.6/config.sub-781-	i*86v)
lynx-2.9.0dev.6/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lynx-2.9.0dev.6/config.sub-783-		vendor=pc
##############################################
lynx-2.9.0dev.6/config.sub-786-	i*86sol2)
lynx-2.9.0dev.6/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lynx-2.9.0dev.6/config.sub-788-		vendor=pc
##############################################
lynx-2.9.0dev.6/config.sub-919-		cpu=sparc
lynx-2.9.0dev.6/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
lynx-2.9.0dev.6/config.sub-921-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1086-	sh5e[lb]-*)
lynx-2.9.0dev.6/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
lynx-2.9.0dev.6/config.sub-1088-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1104-	xscale-* | xscalee[bl]-*)
lynx-2.9.0dev.6/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
lynx-2.9.0dev.6/config.sub-1106-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1259-			*)
lynx-2.9.0dev.6/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
lynx-2.9.0dev.6/config.sub-1261-				exit 1
##############################################
lynx-2.9.0dev.6/config.sub-1288-		kernel=linux
lynx-2.9.0dev.6/config.sub:1289:		os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
lynx-2.9.0dev.6/config.sub-1290-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1292-		kernel=nto
lynx-2.9.0dev.6/config.sub:1293:		os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
lynx-2.9.0dev.6/config.sub-1294-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1303-		kernel=nto
lynx-2.9.0dev.6/config.sub:1304:		os=`echo $basic_os | sed -e 's|nto|qnx|'`
lynx-2.9.0dev.6/config.sub-1305-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1307-		kernel=linux
lynx-2.9.0dev.6/config.sub:1308:		os=`echo $basic_os | sed -e 's|linux|gnu|'`
lynx-2.9.0dev.6/config.sub-1309-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1328-	solaris1 | solaris1.*)
lynx-2.9.0dev.6/config.sub:1329:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lynx-2.9.0dev.6/config.sub-1330-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1357-	sco3.2.[4-9]*)
lynx-2.9.0dev.6/config.sub:1358:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lynx-2.9.0dev.6/config.sub-1359-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1393-	mac[0-9]*)
lynx-2.9.0dev.6/config.sub:1394:		os=`echo "$os" | sed -e 's|mac|macos|'`
lynx-2.9.0dev.6/config.sub-1395-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1402-	sunos5*)
lynx-2.9.0dev.6/config.sub:1403:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
lynx-2.9.0dev.6/config.sub-1404-		;;
lynx-2.9.0dev.6/config.sub-1405-	sunos6*)
lynx-2.9.0dev.6/config.sub:1406:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
lynx-2.9.0dev.6/config.sub-1407-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1439-	sinix5.*)
lynx-2.9.0dev.6/config.sub:1440:		os=`echo $os | sed -e 's|sinix|sysv|'`
lynx-2.9.0dev.6/config.sub-1441-		;;
##############################################
lynx-2.9.0dev.6/config.sub-1733-	*)
lynx-2.9.0dev.6/config.sub:1734:		echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
lynx-2.9.0dev.6/config.sub-1735-		exit 1
##############################################
lynx-2.9.0dev.6/config.sub-1746-		# require a kernel.
lynx-2.9.0dev.6/config.sub:1747:		echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
lynx-2.9.0dev.6/config.sub-1748-		exit 1
##############################################
lynx-2.9.0dev.6/config.sub-1759-	*-*)
lynx-2.9.0dev.6/config.sub:1760:		echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
lynx-2.9.0dev.6/config.sub-1761-		exit 1
##############################################
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-645-
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:646:    addr = (unsigned long) inet_addr(host);
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-647-    if (addr != INADDR_NONE)
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:648:	gbl_phost = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET);
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-649-    else
##############################################
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1191-
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:1192:	    t = (unsigned long) inet_addr(host);
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1193-	    if (t != INADDR_NONE)
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:1194:		gbl_phost = gethostbyaddr((char *) &t, sizeof(t), AF_INET);
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1195-	    else
##############################################
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1375-#ifdef GUSI
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:1376:	soc_in->sin_addr = inet_addr(host);	/* See netinet/in.h */
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1377-#else
##############################################
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1384-#else
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c:1385:	soc_in->sin_addr.s_addr = inet_addr(host);	/* See arpa/inet.h */
lynx-2.9.0dev.6/WWW/Library/Implementation/HTTCP.c-1386-#endif /* HAVE_INET_ATON */
##############################################
lynx-2.9.0dev.6/makefile.in-325-		r= ;\
lynx-2.9.0dev.6/makefile.in:326:		test "$(LN_S)" = "ln -s" || r=`echo $(helpdir)|sed -e "s%[^/]\+%..%g" -e "s%^.%%"`; \
lynx-2.9.0dev.6/makefile.in-327-		cd $(HELPDIR) && ( $(LN_S) $$r$(docdir)/$$name . || cp $(DOCDIR)/$$name . );\
##############################################
lynx-2.9.0dev.6/makefile.in-376-		WD=`pwd` ; \
lynx-2.9.0dev.6/makefile.in:377:		TAIL=`basename "$(helpdir)"` ; \
lynx-2.9.0dev.6/makefile.in:378:		HEAD=`echo "$$WD"|sed -e "s,/$${TAIL}$$,,"` ; \
lynx-2.9.0dev.6/makefile.in-379-		test "x$$WD" != "x$$HEAD" && rm -fr * ; \
##############################################
lynx-2.9.0dev.6/makefile.in-449-	-$(SHELL) -c 'if test -d "$(HELPDIR)" ; then \
lynx-2.9.0dev.6/makefile.in:450:		WD=`cd "$(HELPDIR)" && pwd` ; \
lynx-2.9.0dev.6/makefile.in:451:		TAIL=`basename "$(helpdir)"` ; \
lynx-2.9.0dev.6/makefile.in:452:		HEAD=`echo "$$WD"|sed -e "s,/$${TAIL}$$,,"` ; \
lynx-2.9.0dev.6/makefile.in-453-		test "x$$WD" != "x$$HEAD" && rm -rf "$(HELPDIR)"; \
##############################################
lynx-2.9.0dev.6/makefile.in-458-	-$(SHELL) -c 'if test -d "$(DOCDIR)" ; then \
lynx-2.9.0dev.6/makefile.in:459:		WD=`cd "$(DOCDIR)" && pwd` ; \
lynx-2.9.0dev.6/makefile.in:460:		TAIL=`basename "$(docdir)"` ; \
lynx-2.9.0dev.6/makefile.in:461:		HEAD=`echo "$$WD"|sed -e "s,/$${TAIL}$$,,"` ; \
lynx-2.9.0dev.6/makefile.in-462-		test "x$$WD" != "x$$HEAD" && rm -rf "$(DOCDIR)"; \
##############################################
lynx-2.9.0dev.6/makefile.in-464-	-$(SHELL) -c 'if test -d "$(HELPDIR)" ; then \
lynx-2.9.0dev.6/makefile.in:465:		WD=`cd "$(HELPDIR)" && pwd` ; \
lynx-2.9.0dev.6/makefile.in:466:		TAIL=`basename "$(helpdir)"` ; \
lynx-2.9.0dev.6/makefile.in:467:		HEAD=`echo "$$WD"|sed -e "s,/'$${TAIL}'$$,,"` ; \
lynx-2.9.0dev.6/makefile.in-468-		test "x$$WD" != "x$$HEAD" ; \
##############################################
lynx-2.9.0dev.6/po/makefile.inn-166-	for cat in $$catalogs; do \
lynx-2.9.0dev.6/po/makefile.inn:167:	  cat=`basename $$cat`; \
lynx-2.9.0dev.6/po/makefile.inn-168-	  case "$$cat" in \
##############################################
lynx-2.9.0dev.6/po/makefile.inn-171-	  esac; \
lynx-2.9.0dev.6/po/makefile.inn:172:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
lynx-2.9.0dev.6/po/makefile.inn-173-	  dir=$$destdir/$$lang/LC_MESSAGES; \
##############################################
lynx-2.9.0dev.6/po/makefile.inn-210-	for cat in $$catalogs; do \
lynx-2.9.0dev.6/po/makefile.inn:211:	  cat=`basename $$cat`; \
lynx-2.9.0dev.6/po/makefile.inn:212:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
lynx-2.9.0dev.6/po/makefile.inn-213-	  rm -f $(LOCALEDIR)/$$lang/LC_MESSAGES/$(INSTOBJ); \
##############################################
lynx-2.9.0dev.6/po/makefile.inn-254-	for cat in $$catalogs; do \
lynx-2.9.0dev.6/po/makefile.inn:255:	  cat=`basename $$cat`; \
lynx-2.9.0dev.6/po/makefile.inn:256:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
lynx-2.9.0dev.6/po/makefile.inn-257-	  echo "$$lang:"; \
##############################################
lynx-2.9.0dev.6/po/makefile.inn-266-	for cat in $$catalogs; do \
lynx-2.9.0dev.6/po/makefile.inn:267:	  cat=`basename $$cat`; \
lynx-2.9.0dev.6/po/makefile.inn:268:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
lynx-2.9.0dev.6/po/makefile.inn-269-	  mv $$lang.po $$lang.old.po; \
##############################################
lynx-2.9.0dev.6/src/chrtrans/build-chrtrans.com-13-$ CHRproc = f$environment("PROCEDURE")
lynx-2.9.0dev.6/src/chrtrans/build-chrtrans.com:14:$ CHRwhere = f$parse(CHRproc,,,"DEVICE") + f$parse(CHRproc,,,"DIRECTORY")
lynx-2.9.0dev.6/src/chrtrans/build-chrtrans.com-15-$!
##############################################
lynx-2.9.0dev.6/src/chrtrans/build-header.com-18-$ CHRproc = f$environment("PROCEDURE")
lynx-2.9.0dev.6/src/chrtrans/build-header.com:19:$ CHRwhere = f$parse(CHRproc,,,"DEVICE") + f$parse(CHRproc,,,"DIRECTORY")
lynx-2.9.0dev.6/src/chrtrans/build-header.com-20-$!
##############################################
lynx-2.9.0dev.6/install-sh-103-
lynx-2.9.0dev.6/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
lynx-2.9.0dev.6/install-sh-105-	    shift
##############################################
lynx-2.9.0dev.6/install-sh-107-
lynx-2.9.0dev.6/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
lynx-2.9.0dev.6/install-sh-109-	    shift
##############################################
lynx-2.9.0dev.6/install-sh-169-	then
lynx-2.9.0dev.6/install-sh:170:		dst=$dst/`basename "$src"`
lynx-2.9.0dev.6/install-sh-171-	else
##############################################
lynx-2.9.0dev.6/install-sh-176-## this sed command emulates the dirname command
lynx-2.9.0dev.6/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
lynx-2.9.0dev.6/install-sh-178-
##############################################
lynx-2.9.0dev.6/install-sh-190-IFS='%'
lynx-2.9.0dev.6/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
lynx-2.9.0dev.6/install-sh-192-IFS=$oIFS
##############################################
lynx-2.9.0dev.6/install-sh-224-	then
lynx-2.9.0dev.6/install-sh:225:		dstfile=`basename "$dst"`
lynx-2.9.0dev.6/install-sh-226-	else
##############################################
lynx-2.9.0dev.6/install-sh-234-	then
lynx-2.9.0dev.6/install-sh:235:		dstfile=`basename "$dst"`
lynx-2.9.0dev.6/install-sh-236-	else
##############################################
lynx-2.9.0dev.6/docs/CHANGES2.5-1419-  command line switch for toggling the default on or off. - FM
lynx-2.9.0dev.6/docs/CHANGES2.5:1420:* Use system("exec $SHELL") for spawning the default shell on Unix. - Paul
lynx-2.9.0dev.6/docs/CHANGES2.5-1421-  Gilmartin (pg@sweng.stortek.com)
##############################################
lynx-2.9.0dev.6/docs/CHANGES2.4-206-* Cleaned up #ifdef'ing for -DIGNORE_CTRL_C. - FM
lynx-2.9.0dev.6/docs/CHANGES2.4:207:* Added -DDGUX for using inet_addr(host).s_addr instead of inet_addr(host)
lynx-2.9.0dev.6/docs/CHANGES2.4-208-  in HTParseInet() of HTTCP.c (Data General may need it). - FM
##############################################
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff-9-@@ -3737,7 +3737,7 @@
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff:10: 		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff-11- 		;;
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff-12- 	(*)
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff:13:-		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
lynx-2.9.0dev.6/debian/patches/21_do_not_strip_-g.diff-14-+		:
##############################################
lynx-2.9.0dev.6/.pc/lynxcfg.patch/lynx.cfg-1054-# and may also have disabled jumps file links, but still want to allow
lynx-2.9.0dev.6/.pc/lynxcfg.patch/lynx.cfg:1055:# execution of particular utility scripts or programs.  The format is
lynx-2.9.0dev.6/.pc/lynxcfg.patch/lynx.cfg-1056-# like that for TRUSTED_EXEC.  For example:
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32-# Name of the executable.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33:as_me=`echo "$0" |sed 's,.*[\\/],,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-203-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:204:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-205-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-243-  -disable-* | --disable-*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:244:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-245-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-248-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:249:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-250-    eval "enable_$ac_feature=no" ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-252-  -enable-* | --enable-*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:253:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-254-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-257-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:258:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-259-    case $ac_option in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:260:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-261-      *) ac_optarg=yes ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-443-  -with-* | --with-*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:444:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-445-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-448-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:449:    ac_package=`echo $ac_package| sed 's/-/_/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-450-    case $ac_option in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:451:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-452-      *) ac_optarg=yes ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-456-  -without-* | --without-*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:457:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-458-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-461-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:462:    ac_package=`echo $ac_package | sed 's/-/_/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-463-    eval "with_$ac_package=no" ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-488-  *=*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:489:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-490-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-493-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:494:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-495-    eval "$ac_envvar='$ac_optarg'"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-509-if test -n "$ac_prev"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:510:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-511-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-517-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:518:  eval ac_val=$`echo $ac_var`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-519-  case $ac_val in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-529-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:530:  eval ac_val=$`echo $ac_var`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-531-  case $ac_val in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-564-  ac_prog=$0
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:565:  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-566-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-582-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:583:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-584-ac_env_build_alias_set=${build_alias+set}
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-653-By default, \`make install' will install all the files in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:654:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:655:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-656-for instance \`--prefix=\$HOME'.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-947-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:948:    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-949-    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1053-    set,)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1054:      { echo "$as_me:1054: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1055:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1056-      ac_cache_corrupted=: ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1077-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1078:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1079-      ac_configure_args="$ac_configure_args '$ac_arg'"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1168-test -z "$ac_cv_build_alias" &&
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1169:  ac_cv_build_alias=`$ac_config_guess`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1170-test -z "$ac_cv_build_alias" &&
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1173-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1174:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1175-  { { echo "$as_me:1175: error: $ac_config_sub $ac_cv_build_alias failed." >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1182-build=$ac_cv_build
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1183:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1184:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1185:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1186-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1194-  ac_cv_host_alias=$ac_cv_build_alias
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1195:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1196-  { { echo "$as_me:1196: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1203-host=$ac_cv_host
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1204:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1205:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1206:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1207-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1216-  ac_cv_target_alias=$ac_cv_host_alias
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1217:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1218-  { { echo "$as_me:1218: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1225-target=$ac_cv_target
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1226:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1227:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1228:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1229-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1283-_ACEOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1284:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1285-rm conftest.sed
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1318-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1319:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1320-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1323-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1324:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1325-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1642-     "checking for C compiler version" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1643:ac_compiler=`set X $ac_compile; echo $2`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1644-{ (eval echo "$as_me:1644: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1678-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1679:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1680-if { (eval echo "$as_me:1680: \"$ac_link_default\"") >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1695-            break;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1696:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1697-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1766-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1767:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1768-          export ac_cv_exeext
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1811-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1812:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1813-       break;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1873-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:1874:GCC=`test $ac_compiler_gnu = yes && echo yes`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-1875-ac_test_CFLAGS=${CFLAGS+set}
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2047-echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2048:	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2049-	test -z "$GCC_VERSION" && GCC_VERSION=unknown
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2282-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2283:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2284-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2309-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2310:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2311-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2337-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2338:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2339-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2384-	# humor him...
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2385:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2386:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2387-	CC="$cf_prog"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2405-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2406:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2407-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2432-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2433:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2434-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2460-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2461:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2462-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2771-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2772:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2773-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2780-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2781:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2782-if test -n "$ac_maketemp"; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2788-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2789:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2790-  echo "$as_me:2790: result: yes" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2965-CF_EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2966:		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[ 	]*$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2967-		case "$cf_result" in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2968-		(.*k|.*kw)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:2969:			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-2970-			case "$cf_result" in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3582-			if test "x$ARFLAGS" != "x" ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3583:				cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3584-				if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3725-		test -z "$ORIGINAL_CFLAGS" &&
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3726:CFLAGS=`echo ${CFLAGS} | sed -e 's/-O[1-9]\? //' -e 's/-O[1-9]\?$//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3727-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3736-		test -z "$GCC" && CFLAGS="$CFLAGS -std1"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3737:		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3738-		;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3739-	(*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3740:		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3741-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3826-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3827:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3828-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3971-LIBS=$ac_save_LIBS
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:3972:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-3973-do
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5064-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5065:cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5066-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5423-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5424:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5425-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5450-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5451:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5452-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5478-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5479:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5480-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5655-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5656:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5657-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5682-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5683:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5684-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5710-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5711:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5712-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5986-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:5987:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-5988-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6013-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6014:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6015-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6041-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6042:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6043-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6154-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6155:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6156-echo "$as_me:6156: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6190-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6191:echo "$as_me:6191: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6192:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6193:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6194-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6195:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6196-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6217-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6218:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6219-echo "$as_me:6219: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6253-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6254:echo "$as_me:6254: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6255:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6256:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6257-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6258:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6259-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6306-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6307:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6308-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6333-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6334:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6335-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6361-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6362:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6363-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6408-	# humor him...
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6409:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6410:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6411-	CC="$cf_prog"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6429-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6430:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6431-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6456-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6457:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6458-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6484-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6485:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6486-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6577-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6578:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6579-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6604-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6605:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6606-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6632-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6633:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6634-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6725-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6726:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6727-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6752-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6753:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6754-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6780-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:6781:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-6782-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7338-if test -z "$ALL_LINGUAS" ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7339:	ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7340-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7665-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7666:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7667-echo "$as_me:7667: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7697-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7698:echo "$as_me:7698: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7699:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7700:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7701-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7702:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7703-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7966-  for ac_func in _getb67 GETB67 getb67; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:7967:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-7968-echo "$as_me:7968: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8023-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8024:echo "$as_me:8024: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8025:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8026:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8027-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8100-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8101:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8102-echo "$as_me:8102: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8136-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8137:echo "$as_me:8137: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8138:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8139:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8140-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8141:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8142-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8148-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8149:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8150-echo "$as_me:8150: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8205-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8206:echo "$as_me:8206: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8207:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8208:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8209-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8210:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8211-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8415-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8416:test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8417-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8428-if test -f $srcdir/VERSION ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8429:	VERSION=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8430-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8437-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8438:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8439-echo "$as_me:8439: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8473-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8474:echo "$as_me:8474: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8475:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8476:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8477-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8478:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8479-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8487-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8488:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8489-echo "$as_me:8489: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8544-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8545:echo "$as_me:8545: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8546:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8547:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8548-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8549:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8550-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8565-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8566:for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8567-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8637-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8638:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8639-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8721-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8722:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8723-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8928-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:8929:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-8930-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9078-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9079:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9080-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9365-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9366:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9367-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9680-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9681:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9682-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9707-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9708:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9709-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9735-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9736:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9737-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9904-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:9905:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-9906-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10057-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10058:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10059-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10288-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10289:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10290-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10338-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10339:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10340-echo "$as_me:10340: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10395-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10396:echo "$as_me:10396: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10397:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10398:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10399-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10400:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10401-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10438-        INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10439:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10440-      elif test "$nls_cv_use_gnu_gettext" = "yes"; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10515-echo $ECHO_N "checking version of bison... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10516:        ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10517-        case $ac_prog_version in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10646-			if test -f "$cf_makefile" ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10647:				SUB_MAKEFILE="$SUB_MAKEFILE `echo \"${cf_makefile}\"|sed -e 's,^'$srcdir/',,' -e 's/\.in$//'`:${cf_makefile}"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10648-				break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10657-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10658:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10659-echo "$as_me:10659: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10693-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10694:echo "$as_me:10694: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10695:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10696:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10697-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10698:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10699-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10774-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10775:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10776-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10779-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10780:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10781-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10867-if test $with_full_paths = no ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:10868:	SYSTEM_MAIL=`basename $SYSTEM_MAIL`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-10869-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11092-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11093:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11094-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11119-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11120:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11121-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11147-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11148:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11149-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11279-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11280:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11281-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11306-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11307:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11308-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11334-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11335:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11336-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11651-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11652:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11653-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11678-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11679:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11680-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11706-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11707:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11708-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11889-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11890:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11891-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11916-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11917:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11918-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11944-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:11945:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-11946-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12151-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12152:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12153-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12178-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12179:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12180-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12206-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12207:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12208-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12258-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12259:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12260-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12285-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12286:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12287-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12313-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12314:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12315-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12554-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12555:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12556-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12581-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12582:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12583-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12609-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12610:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12611-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12780-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12781:cf_sigwinch=`expr $cf_sigwinch - 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12782-done
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12814-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12815:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12816-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12841-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12842:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12843-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12869-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:12870:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-12871-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13074-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13075:for cf_searchpath in `echo "$cf_cv_use_libsocks" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13076-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13146-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13147:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13148-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13230-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13231:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13232-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13423-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13424:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13425-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13570-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13571:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13572-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13771-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13772:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13773-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13885-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13886:for cf_searchpath in `echo "$cf_cv_use_libsocks5" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13887-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13957-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:13958:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-13959-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14041-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14042:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14043-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14345-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14346:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14347-echo "$as_me:14347: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14381-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14382:echo "$as_me:14382: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14383:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14384:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14385-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14386:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14387-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14470-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14471:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14472-echo "$as_me:14472: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14527-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14528:echo "$as_me:14528: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14529:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14530:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14531-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14532:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14533-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14721-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14722:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14723-echo "$as_me:14723: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14778-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14779:echo "$as_me:14779: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14780:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14781:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14782-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14783:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14784-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14926-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14927:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14928-echo "$as_me:14928: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14983-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14984:echo "$as_me:14984: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14985:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14986:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14987-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:14988:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-14989-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15063-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15064:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15065-echo "$as_me:15065: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15120-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15121:echo "$as_me:15121: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15122:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15123:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15124-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15125:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15126-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15200-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15201:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15202-echo "$as_me:15202: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15257-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15258:echo "$as_me:15258: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15259:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15260:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15261-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15262:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15263-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15337-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15338:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15339-echo "$as_me:15339: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15394-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15395:echo "$as_me:15395: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15396:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15397:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15398-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15399:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15400-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15613-{
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15614:inet_addr(0)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15615-  ;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15662-{
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15663:inet_addr(0)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15664-  ;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15847-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15848:		PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15849-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15852-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15853:	PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15854-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15880-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15881:for cf_searchpath in `echo "$cf_cv_use_libssl" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15882-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15952-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:15953:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-15954-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16036-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16037:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16038-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16146-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16147:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16148:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16149-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16152-					(*-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16153:						cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16154-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16172-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16173:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16174-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16199-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16200:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16201-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16227-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16228:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16229-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16274-					(*-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16275:						cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16276-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16509-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16510:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16511-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16726-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:16727:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16728-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-16999-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17000:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17001-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17116-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17117:for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17118-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17188-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17189:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17190-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17272-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17273:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17274-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17377-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17378:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17379:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17380-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17383-					(*-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17384:						cf_cv_header_path_gnutls=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17385-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17406-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17407:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17408-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17433-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17434:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17435-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17461-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17462:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17463-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17496-					(*-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17497:						cf_cv_library_path_gnutls=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17498-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17674-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17675:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17676-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17834-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:17835:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-17836-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18066-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18067:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18068-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18131-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18132:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18133-echo "$as_me:18133: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18188-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18189:echo "$as_me:18189: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18190:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18191:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18192-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18193:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18194-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18358-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18359:for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18360-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18430-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18431:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18432-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18514-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18515:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18516-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18619-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18620:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18621:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18622-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18625-					(*-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18626:						cf_cv_header_path_gnutls=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18627-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18648-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18649:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18650-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18675-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18676:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18677-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18703-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18704:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18705-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18738-					(*-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18739:						cf_cv_library_path_gnutls=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18740-						;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18916-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:18917:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-18918-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19076-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19077:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19078-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19308-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19309:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19310-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19373-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19374:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19375-echo "$as_me:19375: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19430-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19431:echo "$as_me:19431: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19432:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19433:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19434-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19435:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19436-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19882-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19883:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19884-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19909-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19910:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19911-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19937-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:19938:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-19939-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20314-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:20315:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20316-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20461-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:20462:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20463-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20596-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:20597:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20598-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20920-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:20921:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20922-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20925-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:20926:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-20927-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21006-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21007:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21008-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21150-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21151:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21152-echo "$as_me:21152: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21186-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21187:echo "$as_me:21187: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21188:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21189:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21190-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21191:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21192-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21204-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21205:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21206-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21361-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21362:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21363-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21874-			do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21875:				as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21876-echo "$as_me:21876: checking for tgoto in -l$cf_term_lib" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21922-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21923:echo "$as_me:21923: result: `eval echo '${'$as_ac_Lib'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21924:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:21925:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-21926-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22383-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22384:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22385-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22527-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22528:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22529-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22743-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22744:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22745-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22819-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22820:		cf_pkg_cflags=`$PKG_CONFIG --cflags $cf_ncuconfig_root`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22821:		cf_pkg_libs=`$PKG_CONFIG --libs $cf_ncuconfig_root`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22822-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22842-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22843:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22844-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22869-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22870:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22871-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22897-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:22898:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-22899-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23009-			if test "x$cf_test_ncuconfig" != xyes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23010:				cf_temp=`echo "x$cf_pkg_cflags" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23011-				cf_pkg_cflags="$cf_temp"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23012:				cf_temp=`echo "x$cf_pkg_libs" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23013-				cf_pkg_libs="$cf_temp"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23030-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23031:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23032-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23057-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23058:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23059-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23085-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23086:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23087-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23215-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23216:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23217-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23399-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23400:for cf_add_cflags in `$NCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23401-do
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23407-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23408:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23409-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23434-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23435:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23436-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23462-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23463:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23464-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23495-cf_add_0lib=
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23496:for cf_add_1lib in `$NCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23497-# filter duplicates
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23567-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23568:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23569-echo "$as_me:23569: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23603-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23604:echo "$as_me:23604: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23605:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23606:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23607-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23608:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23609-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23617-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23618:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23619-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23623-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23624:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23625-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23701-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23702:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23703-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23800-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23801:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23802-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23946-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:23947:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-23948-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24027-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24028:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24029:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24030:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24031-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24102-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24103:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24104-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24154-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24155:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24156-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24317-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24318:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24319-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24656-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24657:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24658-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24775-	for p in $cf_ncurses_LIBS ; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24776:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24777-		if test "$q" != "$LIBS" ; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24816-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24817:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24818-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24849-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24850:		cf_pkg_cflags=`$PKG_CONFIG --cflags $cf_ncuconfig_root`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24851:		cf_pkg_libs=`$PKG_CONFIG --libs $cf_ncuconfig_root`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24852-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24872-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24873:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24874-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24899-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24900:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24901-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24927-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:24928:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-24929-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25039-			if test "x$cf_test_ncuconfig" != xyes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25040:				cf_temp=`echo "x$cf_pkg_cflags" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25041-				cf_pkg_cflags="$cf_temp"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25042:				cf_temp=`echo "x$cf_pkg_libs" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25043-				cf_pkg_libs="$cf_temp"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25060-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25061:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25062-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25087-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25088:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25089-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25115-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25116:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25117-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25245-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25246:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25247-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25429-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25430:for cf_add_cflags in `$NCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25431-do
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25437-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25438:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25439-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25464-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25465:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25466-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25492-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25493:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25494-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25525-cf_add_0lib=
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25526:for cf_add_1lib in `$NCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25527-# filter duplicates
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25597-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25598:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25599-echo "$as_me:25599: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25633-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25634:echo "$as_me:25634: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25635:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25636:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25637-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25638:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25639-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25647-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25648:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25649-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25653-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25654:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25655-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25731-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25732:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25733-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25830-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25831:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25832-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25976-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:25977:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-25978-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26057-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26058:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26059:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26060:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26061-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26132-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26133:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26134-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26184-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26185:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26186-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26347-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26348:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26349-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26686-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26687:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26688-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26805-	for p in $cf_ncurses_LIBS ; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26806:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26807-		if test "$q" != "$LIBS" ; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26846-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26847:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26848-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26916-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:26917:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-26918-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27015-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27016:	cf_incdir=`echo $cf_cv_slang_header | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27017-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27091-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27092:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27093-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27632-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27633:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27634-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27856-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27857:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27858-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27971-echo $ECHO_N "checking if we can link slang without termcap... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27972:if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27973:	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27974-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27976-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:27977:LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-27978-cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28059-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:28060:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28061-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28158-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:28159:	cf_incdir=`echo $cf_cv_slang2_header | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28160-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28234-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:28235:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28236-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28775-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:28776:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28777-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-28999-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29000:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29001-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29114-echo $ECHO_N "checking if we can link slang2 without termcap... $ECHO_C" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29115:if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29116:	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29117-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29119-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29120:LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29121-cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29577-				(\ -L/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29578:					cf_rpath_arg=`echo " $cf_item" | sed -e "s% -L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29579:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_rpath_arg % %"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29580-					if test "x$cf_result " = "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29583-					fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29584:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_item % %g"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29585-					if test "x$cf_result " != "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29592-			done
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29593:			cf_result=`echo "$cf_result" | sed -e 's/^ //'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29594-			if test "x$cf_result" != "x$LIBS"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29833-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29834:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29835-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29838-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29839:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29840-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29891-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29892:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29893-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29896-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29897:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29898-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29945-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29946:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29947-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29950-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29951:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29952-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29965-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:29966:test -z "$LYNX_CFG_PATH" && `echo "$LYNX_CFG_FILE" | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-29967-test "x$LYNX_CFG_PATH" = xno && LYNX_CFG_PATH=
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30050-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30051:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30052-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30055-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30056:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30057-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30069-echo "${ECHO_T}$MIME_LIBDIR" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30070:MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30071-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30130-	fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30131:	cf_charsets=`echo $cf_charsets | sed -e "s/minimal/$cf_min_charsets/g" -e 's/,/ /g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30132-	for cf_charset in $cf_charsets
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30133-	do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30134:		cf_def_charset=`echo $cf_charset | sed -e 's/+/_/g' -e 's/-/_/g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30135-		cf_use_charset=no
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30360-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30361:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30362-echo "$as_me:30362: checking for $ac_hdr that defines DIR" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30401-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30402:echo "$as_me:30402: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30403:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30404:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30405-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30406:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30407-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30543-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30544:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30545-echo "$as_me:30545: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30579-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30580:echo "$as_me:30580: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30581:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30582:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30583-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30584:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30585-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30697-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30698:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30699-echo "$as_me:30699: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30733-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30734:echo "$as_me:30734: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30735:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30736:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30737-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30738:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30739-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30753-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30754:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30755-echo "$as_me:30755: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30789-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30790:echo "$as_me:30790: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30791:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30792:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30793-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30794:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30795-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30801-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30802:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30803-echo "$as_me:30803: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30837-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30838:echo "$as_me:30838: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30839:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30840:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30841-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:30842:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-30843-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31683-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31684:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31685-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31720-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31721:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31722-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31728-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31729:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31730-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31757-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31758:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31759-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31941-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31942:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31943-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31978-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31979:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31980-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31986-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:31987:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-31988-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32015-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32016:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32017-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32199-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32200:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32201-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32236-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32237:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32238-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32244-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32245:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32246-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32273-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32274:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32275-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32457-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32458:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32459-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32494-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32495:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32496-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32502-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32503:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32504-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32531-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32532:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32533-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32715-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32716:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32717-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32752-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32753:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32754-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32760-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32761:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32762-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32789-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:32790:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-32791-fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33075-  for ac_func in _getb67 GETB67 getb67; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33076:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33077-echo "$as_me:33077: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33132-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33133:echo "$as_me:33133: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33134:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33135:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33136-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33209-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33210:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33211-echo "$as_me:33211: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33245-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33246:echo "$as_me:33246: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33247:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33248:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33249-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33250:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33251-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33257-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33258:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33259-echo "$as_me:33259: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33314-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33315:echo "$as_me:33315: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33316:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33317:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33318-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33319:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33320-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33946-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:33947:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-33948-echo "$as_me:33948: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34003-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34004:echo "$as_me:34004: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34005:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34006:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34007-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34008:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34009-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34019-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34020:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34021-echo "$as_me:34021: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34076-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34077:echo "$as_me:34077: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34078:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34079:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34080-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34081:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34082-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34098-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34099:	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34100:	cf_rand_func=`echo $cf_func | sed -e 's%.*/%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34101-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34371-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34372:	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34373:	cf_rand_func=`echo $cf_func | sed -e 's%.*/%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34374-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34489-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34490:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34491-  echo "$as_me:34491: result: yes" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34497-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34498:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34499-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34585-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34586:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34587-  echo "$as_me:34587: result: yes" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34593-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34594:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34595-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34685-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34686:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34687-  echo "$as_me:34687: result: yes" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34693-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:34694:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-34695-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-35331-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:35332:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-35333-echo "$as_me:35333: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-35367-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:35368:echo "$as_me:35368: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:35369:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:35370:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-35371-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:35372:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-35373-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36293-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:36294:for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36295-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36365-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:36366:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36367-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36449-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:36450:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36451-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36656-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:36657:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36658-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36806-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:36807:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-36808-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37093-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37094:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37095-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37375-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37376:for cf_searchpath in `echo "$use_idna" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37377-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37447-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37448:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37449-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37531-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37532:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37533-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37728-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37729:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37730-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37877-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:37878:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-37879-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38080-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38081:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38082-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38483-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38484:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38485-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38488-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38489:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38490-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38497-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38498:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38499-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38799-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38800:for cf_searchpath in `echo "$use_bzlib" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38801-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38871-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38872:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38873-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38955-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:38956:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-38957-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39150-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39151:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39152-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39343-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39344:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39345-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39545-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39546:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39547-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39635-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39636:for cf_searchpath in `echo "$use_zlib" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39637-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39707-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39708:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39709-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39791-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39792:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39793-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39984-		(-I*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:39985:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-39986-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40175-		(-L*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40176:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40177-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40376-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40377:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40378-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40441-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40442:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40443-echo "$as_me:40443: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40498-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40499:echo "$as_me:40499: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40500:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40501:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40502-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40503:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40504-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40768-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40769:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40770-echo "$as_me:40770: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40804-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40805:echo "$as_me:40805: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40806:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40807:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40808-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:40809:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-40810-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41171-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41172:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41173-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41176-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41177:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41178-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41185-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41186:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41187-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41279-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41280:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41281-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41284-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41285:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41286-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41293-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41294:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41295-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41387-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41388:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41389-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41392-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41393:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41394-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41401-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41402:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41403-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41495-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41496:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41497-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41500-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41501:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41502-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41509-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41510:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41511-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41603-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41604:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41605-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41608-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41609:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41610-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41617-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41618:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41619-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41711-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41712:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41713-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41716-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41717:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41718-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41725-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41726:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41727-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41819-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41820:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41821-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41824-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41825:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41826-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41833-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41834:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41835-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41927-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41928:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41929-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41932-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41933:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41934-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41941-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:41942:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-41943-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42035-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42036:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42037-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42040-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42041:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42042-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42049-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42050:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42051-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42183-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42184:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42185-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42188-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42189:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42190-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42197-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42198:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42199-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42291-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42292:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42293-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42296-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42297:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42298-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42305-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42306:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42307-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42399-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42400:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42401-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42404-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42405:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42406-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42413-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42414:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42415-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42507-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42508:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42509-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42512-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42513:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42514-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42521-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42522:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42523-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42615-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42616:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42617-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42620-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42621:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42622-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42629-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42630:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42631-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42733-	(.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42734:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42735-		;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42738-(.no|.NONE/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42739:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42740-	;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42747-		else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:42748:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-42749-		fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43087-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43088:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags $cf_athena_pkg 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43089:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   $cf_athena_pkg 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43090-	test -n "$verbose" && echo "	package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43110-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43111:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43112-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43137-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43138:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43139-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43165-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43166:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43167-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43213-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43214:cf_x_athena_LIBS=`echo "HAVE_LIB_$cf_x_athena" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43215-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43223-		(*-l$cf_trim_lib\ *-l$cf_trim_lib*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43224:			LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43225-			test -n "$verbose" && echo "	..trimmed $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43290-					cf_save_xmu="$LIBS"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43291:					cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^  *//' -e 's/ .*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43292-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43297-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43298:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xmu 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43299:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xmu 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43300-	test -n "$verbose" && echo "	package xmu CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43320-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43321:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43322-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43347-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43348:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43349-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43375-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43376:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43377-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43427-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43428:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%$cf_first_lib %$cf_first_lib $cf_pkgconfig_libs %" -e 's%  % %g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43429-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43440-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43441:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%$cf_first_lib %$cf_first_lib -lXmu %" -e 's%  % %g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43442-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43451-		(*-l$cf_trim_lib\ *-l$cf_trim_lib*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43452:			LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43453-			test -n "$verbose" && echo "	..trimmed $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43481-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43482:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags Xext 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43483:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   Xext 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43484-	test -n "$verbose" && echo "	package Xext CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43504-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43505:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43506-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43531-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43532:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43533-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43559-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43560:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43561-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43695-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43696:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags x11 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43697:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   x11 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43698-	test -n "$verbose" && echo "	package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43718-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43719:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43720-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43745-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43746:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43747-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43773-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43774:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43775-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43832-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43833:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43834:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   ice 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43835-	test -n "$verbose" && echo "	package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43855-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43856:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43857-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43882-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43883:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43884-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43910-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43911:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43912-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43969-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43970:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags sm 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43971:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   sm 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43972-	test -n "$verbose" && echo "	package sm CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43992-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:43993:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-43994-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44019-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44020:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44021-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44047-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44048:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44049-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44106-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44107:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xt 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44108:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xt 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44109-	test -n "$verbose" && echo "	package xt CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44129-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44130:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44131-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44156-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44157:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44158-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44184-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44185:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44186-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44249-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44250:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xt 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44251:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xt 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44252-	test -n "$verbose" && echo "	package xt CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44272-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44273:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44274-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44299-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44300:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44301-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44327-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44328:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44329-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44438-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44439:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags x11 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44440:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   x11 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44441-	test -n "$verbose" && echo "	package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44461-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44462:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44463-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44488-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44489:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44490-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44516-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44517:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44518-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44571-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44572:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%-lXt %-lXt -lX11 %" -e 's%  % %g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44573-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44644-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44645:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44646:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   ice 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44647-	test -n "$verbose" && echo "	package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44667-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44668:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44669-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44694-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44695:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44696-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44722-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44723:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44724-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44773-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44774:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags sm 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44775:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   sm 2>/dev/null`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44776-	test -n "$verbose" && echo "	package sm CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44796-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44797:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44798-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44823-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44824:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44825-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44851-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44852:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44853-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44912-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44913:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%-lXt %-lXt $X_PRE_LIBS %" -e 's%  % %g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44914-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44953-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44954:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44955-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44980-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:44981:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-44982-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45008-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45009:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45010-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45586-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45587:cf_x_athena_LIBS=`echo "HAVE_LIB_$cf_x_athena" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45588-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45682-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45683:for cf_add_cflags in `$XCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45684-do
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45690-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45691:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45692-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45717-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45718:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45719-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45745-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45746:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45747-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45778-cf_add_0lib=
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45779:for cf_add_1lib in `$XCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45780-# filter duplicates
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45817-		(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45818:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45819-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45844-			(-D*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45845:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45846-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45872-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:45873:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-45874-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46214-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46215:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46216-echo "$as_me:46216: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46250-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46251:echo "$as_me:46251: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46252:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46253:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46254-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46255:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46256-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46553-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46554:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46555-echo "$as_me:46555: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46589-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46590:echo "$as_me:46590: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46591:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46592:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46593-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:46594:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-46595-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47137-(*/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47138:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`term.h
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47139-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47269-(*/*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47270:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`unctrl.h
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47271-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47372-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47373:cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47374-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47460-do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47461:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47462-echo "$as_me:47462: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47517-fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47518:echo "$as_me:47518: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47519:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47520:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47521-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47522:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47523-EOF
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47651-  (exit $ac_status); }; }; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47652:  cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47653:		 cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[ 	]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47654-else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47719-			if test "$LD_RPATH_OPT" = "-R " ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47720:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47721-			else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47722:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47723-			fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47725-			# if we have not already added this, add it now
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47726:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47727-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47773-			if test "$LD_RPATH_OPT" = "-R " ; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47774:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47775-			else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47776:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47777-			fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47779-			# if we have not already added this, add it now
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47780:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47781-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47946-# Name of the executable.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:47947:as_me=`echo "$0" |sed 's,.*[\\/],,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-47948-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48054-configured by $0, generated by GNU Autoconf 2.52.20200802,
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48055:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48056-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48072-  --*=*)
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48073:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48074:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48075-    shift
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48195-{
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48196:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48197-  test -n "$tmp" && test -d "$tmp"
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48422-      ac_BEG=$ac_end
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48423:      ac_END=`expr $ac_end + $ac_max_sed_lines`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48424-      sed "1,${ac_BEG}d; ${ac_END}p; q" $tmp/subs.sed >$tmp/subs.next
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48430-            if test $ac_beg -gt 1; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48431:              ac_end=`expr $ac_end - 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48432-              continue
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48442-      fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48443:      ac_sed_frag=`expr $ac_sed_frag + 1`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48444-      ac_beg=$ac_end
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48445:      ac_end=`expr $ac_end + $ac_max_sed_lines`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48446-    fi
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48459-        cat >$tmp/stdin
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48460:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48461:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48462:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48463:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48464-  * )   ac_file_in=$ac_file.in ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48484-as_dummy="$ac_dir"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48485:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48486-  case $as_mkdir_dir in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48495-
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48496:    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48497-    # A "../" for each directory in $ac_dir_suffix.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48498:    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48499-  else
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48507-      else
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48508:         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48509-      fi ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48566-    do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48567:      ac_seen=`grep '@\(datadir\|mandir\|infodir\)@' $ac_item`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48568-      if test -n "$ac_seen"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48569:        ac_used=`grep '@datarootdir@' $ac_item`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48570-        if test -z "$ac_used"; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48577-      fi
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48578:      ac_seen=`grep '${datarootdir}' $ac_item`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48579-      if test -n "$ac_seen"; then
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48611-    do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48612:        ac_seen=`fgrep -n '${'$ac_name'[:=].*}' $ac_file`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48613-        if test -n "$ac_seen"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48614:            ac_init=`egrep '[ 	]*'$ac_name'[ 	]*=' $ac_file`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48615-            if test -z "$ac_init"; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48616:              ac_seen=`echo "$ac_seen" |sed -e 's,^,'$ac_file':,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48617-              { echo "$as_me:48617: WARNING: Variable $ac_name is used but was not set:
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48626-    if test -s $tmp/out; then
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48627:      ac_seen=`sed -e 's,^,'$ac_file':,' < $tmp/out`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48628-      { echo "$as_me:48628: WARNING: Some variables may not be substituted:
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48669-        cat >$tmp/stdin
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48670:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48671:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48672:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48673:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48674-  * )   ac_file_in=$ac_file.in ;;
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48838-as_dummy="$ac_dir"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48839:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48840-  case $as_mkdir_dir in
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48864-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48865:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48866:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48867-
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48872-        case "$ac_file" in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48873:          (*:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48874-        esac
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48879-          # Adjust a relative srcdir.
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48880:          ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48881:          ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48882:          ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48883:          ac_base=`basename $ac_file .in`
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48884-          # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48888-          case "$ac_given_srcdir" in
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure:48889:            (.)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lynx-2.9.0dev.6/.pc/21_do_not_strip_-g.diff/configure-48890-            (/*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lynx-2.9.0dev.6/.pc/nested_tables.patch/lynx.cfg-1057-# and may also have disabled jumps file links, but still want to allow
lynx-2.9.0dev.6/.pc/nested_tables.patch/lynx.cfg:1058:# execution of particular utility scripts or programs.  The format is
lynx-2.9.0dev.6/.pc/nested_tables.patch/lynx.cfg-1059-# like that for TRUSTED_EXEC.  For example:
##############################################
lynx-2.9.0dev.6/configure-32-# Name of the executable.
lynx-2.9.0dev.6/configure:33:as_me=`echo "$0" |sed 's,.*[\\/],,'`
lynx-2.9.0dev.6/configure-34-
##############################################
lynx-2.9.0dev.6/configure-203-
lynx-2.9.0dev.6/configure:204:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
lynx-2.9.0dev.6/configure-205-
##############################################
lynx-2.9.0dev.6/configure-243-  -disable-* | --disable-*)
lynx-2.9.0dev.6/configure:244:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lynx-2.9.0dev.6/configure-245-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/configure-248-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:249:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lynx-2.9.0dev.6/configure-250-    eval "enable_$ac_feature=no" ;;
##############################################
lynx-2.9.0dev.6/configure-252-  -enable-* | --enable-*)
lynx-2.9.0dev.6/configure:253:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lynx-2.9.0dev.6/configure-254-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/configure-257-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:258:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lynx-2.9.0dev.6/configure-259-    case $ac_option in
lynx-2.9.0dev.6/configure:260:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lynx-2.9.0dev.6/configure-261-      *) ac_optarg=yes ;;
##############################################
lynx-2.9.0dev.6/configure-443-  -with-* | --with-*)
lynx-2.9.0dev.6/configure:444:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lynx-2.9.0dev.6/configure-445-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/configure-448-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:449:    ac_package=`echo $ac_package| sed 's/-/_/g'`
lynx-2.9.0dev.6/configure-450-    case $ac_option in
lynx-2.9.0dev.6/configure:451:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lynx-2.9.0dev.6/configure-452-      *) ac_optarg=yes ;;
##############################################
lynx-2.9.0dev.6/configure-456-  -without-* | --without-*)
lynx-2.9.0dev.6/configure:457:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lynx-2.9.0dev.6/configure-458-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/configure-461-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:462:    ac_package=`echo $ac_package | sed 's/-/_/g'`
lynx-2.9.0dev.6/configure-463-    eval "with_$ac_package=no" ;;
##############################################
lynx-2.9.0dev.6/configure-488-  *=*)
lynx-2.9.0dev.6/configure:489:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lynx-2.9.0dev.6/configure-490-    # Reject names that are not valid shell variable names.
##############################################
lynx-2.9.0dev.6/configure-493-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:494:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/configure-495-    eval "$ac_envvar='$ac_optarg'"
##############################################
lynx-2.9.0dev.6/configure-509-if test -n "$ac_prev"; then
lynx-2.9.0dev.6/configure:510:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lynx-2.9.0dev.6/configure-511-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
lynx-2.9.0dev.6/configure-517-do
lynx-2.9.0dev.6/configure:518:  eval ac_val=$`echo $ac_var`
lynx-2.9.0dev.6/configure-519-  case $ac_val in
##############################################
lynx-2.9.0dev.6/configure-529-do
lynx-2.9.0dev.6/configure:530:  eval ac_val=$`echo $ac_var`
lynx-2.9.0dev.6/configure-531-  case $ac_val in
##############################################
lynx-2.9.0dev.6/configure-564-  ac_prog=$0
lynx-2.9.0dev.6/configure:565:  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
lynx-2.9.0dev.6/configure-566-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
lynx-2.9.0dev.6/configure-582-fi
lynx-2.9.0dev.6/configure:583:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
lynx-2.9.0dev.6/configure-584-ac_env_build_alias_set=${build_alias+set}
##############################################
lynx-2.9.0dev.6/configure-653-By default, \`make install' will install all the files in
lynx-2.9.0dev.6/configure:654:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lynx-2.9.0dev.6/configure:655:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lynx-2.9.0dev.6/configure-656-for instance \`--prefix=\$HOME'.
##############################################
lynx-2.9.0dev.6/configure-947-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lynx-2.9.0dev.6/configure:948:    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/configure-949-    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
##############################################
lynx-2.9.0dev.6/configure-1053-    set,)
lynx-2.9.0dev.6/configure:1054:      { echo "$as_me:1054: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lynx-2.9.0dev.6/configure:1055:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lynx-2.9.0dev.6/configure-1056-      ac_cache_corrupted=: ;;
##############################################
lynx-2.9.0dev.6/configure-1077-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lynx-2.9.0dev.6/configure:1078:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`
lynx-2.9.0dev.6/configure-1079-      ac_configure_args="$ac_configure_args '$ac_arg'"
##############################################
lynx-2.9.0dev.6/configure-1168-test -z "$ac_cv_build_alias" &&
lynx-2.9.0dev.6/configure:1169:  ac_cv_build_alias=`$ac_config_guess`
lynx-2.9.0dev.6/configure-1170-test -z "$ac_cv_build_alias" &&
##############################################
lynx-2.9.0dev.6/configure-1173-   { (exit 1); exit 1; }; }
lynx-2.9.0dev.6/configure:1174:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
lynx-2.9.0dev.6/configure-1175-  { { echo "$as_me:1175: error: $ac_config_sub $ac_cv_build_alias failed." >&5
##############################################
lynx-2.9.0dev.6/configure-1182-build=$ac_cv_build
lynx-2.9.0dev.6/configure:1183:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/configure:1184:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/configure:1185:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/configure-1186-
##############################################
lynx-2.9.0dev.6/configure-1194-  ac_cv_host_alias=$ac_cv_build_alias
lynx-2.9.0dev.6/configure:1195:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
lynx-2.9.0dev.6/configure-1196-  { { echo "$as_me:1196: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
lynx-2.9.0dev.6/configure-1203-host=$ac_cv_host
lynx-2.9.0dev.6/configure:1204:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/configure:1205:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/configure:1206:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/configure-1207-
##############################################
lynx-2.9.0dev.6/configure-1216-  ac_cv_target_alias=$ac_cv_host_alias
lynx-2.9.0dev.6/configure:1217:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
lynx-2.9.0dev.6/configure-1218-  { { echo "$as_me:1218: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
lynx-2.9.0dev.6/configure-1225-target=$ac_cv_target
lynx-2.9.0dev.6/configure:1226:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lynx-2.9.0dev.6/configure:1227:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lynx-2.9.0dev.6/configure:1228:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lynx-2.9.0dev.6/configure-1229-
##############################################
lynx-2.9.0dev.6/configure-1283-_ACEOF
lynx-2.9.0dev.6/configure:1284:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
lynx-2.9.0dev.6/configure-1285-rm conftest.sed
##############################################
lynx-2.9.0dev.6/configure-1318-	(.NONE/*)
lynx-2.9.0dev.6/configure:1319:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-1320-		;;
##############################################
lynx-2.9.0dev.6/configure-1323-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:1324:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-1325-	;;
##############################################
lynx-2.9.0dev.6/configure-1642-     "checking for C compiler version" >&5
lynx-2.9.0dev.6/configure:1643:ac_compiler=`set X $ac_compile; echo $2`
lynx-2.9.0dev.6/configure-1644-{ (eval echo "$as_me:1644: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lynx-2.9.0dev.6/configure-1678-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:1679:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lynx-2.9.0dev.6/configure-1680-if { (eval echo "$as_me:1680: \"$ac_link_default\"") >&5
##############################################
lynx-2.9.0dev.6/configure-1695-            break;;
lynx-2.9.0dev.6/configure:1696:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lynx-2.9.0dev.6/configure-1697-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
##############################################
lynx-2.9.0dev.6/configure-1766-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
lynx-2.9.0dev.6/configure:1767:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lynx-2.9.0dev.6/configure-1768-          export ac_cv_exeext
##############################################
lynx-2.9.0dev.6/configure-1811-    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
lynx-2.9.0dev.6/configure:1812:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lynx-2.9.0dev.6/configure-1813-       break;;
##############################################
lynx-2.9.0dev.6/configure-1873-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
lynx-2.9.0dev.6/configure:1874:GCC=`test $ac_compiler_gnu = yes && echo yes`
lynx-2.9.0dev.6/configure-1875-ac_test_CFLAGS=${CFLAGS+set}
##############################################
lynx-2.9.0dev.6/configure-2047-echo $ECHO_N "checking version of $CC... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:2048:	GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
lynx-2.9.0dev.6/configure-2049-	test -z "$GCC_VERSION" && GCC_VERSION=unknown
##############################################
lynx-2.9.0dev.6/configure-2282-		(-D*)
lynx-2.9.0dev.6/configure:2283:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-2284-
##############################################
lynx-2.9.0dev.6/configure-2309-			(-D*)
lynx-2.9.0dev.6/configure:2310:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-2311-
##############################################
lynx-2.9.0dev.6/configure-2337-
lynx-2.9.0dev.6/configure:2338:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-2339-
##############################################
lynx-2.9.0dev.6/configure-2384-	# humor him...
lynx-2.9.0dev.6/configure:2385:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
lynx-2.9.0dev.6/configure:2386:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'`
lynx-2.9.0dev.6/configure-2387-	CC="$cf_prog"
##############################################
lynx-2.9.0dev.6/configure-2405-		(-D*)
lynx-2.9.0dev.6/configure:2406:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-2407-
##############################################
lynx-2.9.0dev.6/configure-2432-			(-D*)
lynx-2.9.0dev.6/configure:2433:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-2434-
##############################################
lynx-2.9.0dev.6/configure-2460-
lynx-2.9.0dev.6/configure:2461:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-2462-
##############################################
lynx-2.9.0dev.6/configure-2771-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:2772:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
lynx-2.9.0dev.6/configure-2773-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
lynx-2.9.0dev.6/configure-2780-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lynx-2.9.0dev.6/configure:2781:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
lynx-2.9.0dev.6/configure-2782-if test -n "$ac_maketemp"; then
##############################################
lynx-2.9.0dev.6/configure-2788-fi
lynx-2.9.0dev.6/configure:2789:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
lynx-2.9.0dev.6/configure-2790-  echo "$as_me:2790: result: yes" >&5
##############################################
lynx-2.9.0dev.6/configure-2965-CF_EOF
lynx-2.9.0dev.6/configure:2966:		cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | fgrep -v "ing directory" | sed -e 's,[ 	]*$,,'`
lynx-2.9.0dev.6/configure-2967-		case "$cf_result" in
lynx-2.9.0dev.6/configure-2968-		(.*k|.*kw)
lynx-2.9.0dev.6/configure:2969:			cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`
lynx-2.9.0dev.6/configure-2970-			case "$cf_result" in
##############################################
lynx-2.9.0dev.6/configure-3582-			if test "x$ARFLAGS" != "x" ; then
lynx-2.9.0dev.6/configure:3583:				cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
lynx-2.9.0dev.6/configure-3584-				if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
##############################################
lynx-2.9.0dev.6/configure-3725-		test -z "$ORIGINAL_CFLAGS" &&
lynx-2.9.0dev.6/configure:3726:CFLAGS=`echo ${CFLAGS} | sed -e 's/-O[1-9]\? //' -e 's/-O[1-9]\?$//'`
lynx-2.9.0dev.6/configure-3727-
##############################################
lynx-2.9.0dev.6/configure-3736-		test -z "$GCC" && CFLAGS="$CFLAGS -std1"
lynx-2.9.0dev.6/configure:3737:		test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
lynx-2.9.0dev.6/configure-3738-		;;
##############################################
lynx-2.9.0dev.6/configure-3826-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lynx-2.9.0dev.6/configure:3827:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
lynx-2.9.0dev.6/configure-3828-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
lynx-2.9.0dev.6/configure-3971-LIBS=$ac_save_LIBS
lynx-2.9.0dev.6/configure:3972:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
lynx-2.9.0dev.6/configure-3973-do
##############################################
lynx-2.9.0dev.6/configure-5064-
lynx-2.9.0dev.6/configure:5065:cf_ATTRIBUTE=`echo "$cf_attribute" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-5066-
##############################################
lynx-2.9.0dev.6/configure-5423-		(-D*)
lynx-2.9.0dev.6/configure:5424:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-5425-
##############################################
lynx-2.9.0dev.6/configure-5450-			(-D*)
lynx-2.9.0dev.6/configure:5451:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-5452-
##############################################
lynx-2.9.0dev.6/configure-5478-
lynx-2.9.0dev.6/configure:5479:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-5480-
##############################################
lynx-2.9.0dev.6/configure-5655-		(-D*)
lynx-2.9.0dev.6/configure:5656:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-5657-
##############################################
lynx-2.9.0dev.6/configure-5682-			(-D*)
lynx-2.9.0dev.6/configure:5683:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-5684-
##############################################
lynx-2.9.0dev.6/configure-5710-
lynx-2.9.0dev.6/configure:5711:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-5712-
##############################################
lynx-2.9.0dev.6/configure-5986-		(-D*)
lynx-2.9.0dev.6/configure:5987:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-5988-
##############################################
lynx-2.9.0dev.6/configure-6013-			(-D*)
lynx-2.9.0dev.6/configure:6014:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-6015-
##############################################
lynx-2.9.0dev.6/configure-6041-
lynx-2.9.0dev.6/configure:6042:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-6043-
##############################################
lynx-2.9.0dev.6/configure-6154-do
lynx-2.9.0dev.6/configure:6155:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-6156-echo "$as_me:6156: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-6190-fi
lynx-2.9.0dev.6/configure:6191:echo "$as_me:6191: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:6192:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:6193:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-6194-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:6195:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-6196-EOF
##############################################
lynx-2.9.0dev.6/configure-6217-do
lynx-2.9.0dev.6/configure:6218:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-6219-echo "$as_me:6219: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-6253-fi
lynx-2.9.0dev.6/configure:6254:echo "$as_me:6254: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:6255:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:6256:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-6257-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:6258:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-6259-EOF
##############################################
lynx-2.9.0dev.6/configure-6306-		(-D*)
lynx-2.9.0dev.6/configure:6307:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-6308-
##############################################
lynx-2.9.0dev.6/configure-6333-			(-D*)
lynx-2.9.0dev.6/configure:6334:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-6335-
##############################################
lynx-2.9.0dev.6/configure-6361-
lynx-2.9.0dev.6/configure:6362:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-6363-
##############################################
lynx-2.9.0dev.6/configure-6408-	# humor him...
lynx-2.9.0dev.6/configure:6409:	cf_prog=`echo "$CC" | sed -e 's/	/ /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
lynx-2.9.0dev.6/configure:6410:	cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'`
lynx-2.9.0dev.6/configure-6411-	CC="$cf_prog"
##############################################
lynx-2.9.0dev.6/configure-6429-		(-D*)
lynx-2.9.0dev.6/configure:6430:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-6431-
##############################################
lynx-2.9.0dev.6/configure-6456-			(-D*)
lynx-2.9.0dev.6/configure:6457:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-6458-
##############################################
lynx-2.9.0dev.6/configure-6484-
lynx-2.9.0dev.6/configure:6485:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-6486-
##############################################
lynx-2.9.0dev.6/configure-6577-		(-D*)
lynx-2.9.0dev.6/configure:6578:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-6579-
##############################################
lynx-2.9.0dev.6/configure-6604-			(-D*)
lynx-2.9.0dev.6/configure:6605:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-6606-
##############################################
lynx-2.9.0dev.6/configure-6632-
lynx-2.9.0dev.6/configure:6633:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-6634-
##############################################
lynx-2.9.0dev.6/configure-6725-		(-D*)
lynx-2.9.0dev.6/configure:6726:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-6727-
##############################################
lynx-2.9.0dev.6/configure-6752-			(-D*)
lynx-2.9.0dev.6/configure:6753:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-6754-
##############################################
lynx-2.9.0dev.6/configure-6780-
lynx-2.9.0dev.6/configure:6781:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-6782-
##############################################
lynx-2.9.0dev.6/configure-7338-if test -z "$ALL_LINGUAS" ; then
lynx-2.9.0dev.6/configure:7339:	ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/configure-7340-
##############################################
lynx-2.9.0dev.6/configure-7665-do
lynx-2.9.0dev.6/configure:7666:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-7667-echo "$as_me:7667: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-7697-fi
lynx-2.9.0dev.6/configure:7698:echo "$as_me:7698: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:7699:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:7700:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-7701-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:7702:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-7703-EOF
##############################################
lynx-2.9.0dev.6/configure-7966-  for ac_func in _getb67 GETB67 getb67; do
lynx-2.9.0dev.6/configure:7967:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-7968-echo "$as_me:7968: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-8023-fi
lynx-2.9.0dev.6/configure:8024:echo "$as_me:8024: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:8025:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:8026:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-8027-
##############################################
lynx-2.9.0dev.6/configure-8100-do
lynx-2.9.0dev.6/configure:8101:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-8102-echo "$as_me:8102: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-8136-fi
lynx-2.9.0dev.6/configure:8137:echo "$as_me:8137: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:8138:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:8139:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-8140-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:8141:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-8142-EOF
##############################################
lynx-2.9.0dev.6/configure-8148-do
lynx-2.9.0dev.6/configure:8149:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-8150-echo "$as_me:8150: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-8205-fi
lynx-2.9.0dev.6/configure:8206:echo "$as_me:8206: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:8207:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:8208:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-8209-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:8210:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-8211-EOF
##############################################
lynx-2.9.0dev.6/configure-8415-
lynx-2.9.0dev.6/configure:8416:test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'`
lynx-2.9.0dev.6/configure-8417-
##############################################
lynx-2.9.0dev.6/configure-8428-if test -f $srcdir/VERSION ; then
lynx-2.9.0dev.6/configure:8429:	VERSION=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
lynx-2.9.0dev.6/configure-8430-else
##############################################
lynx-2.9.0dev.6/configure-8437-do
lynx-2.9.0dev.6/configure:8438:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-8439-echo "$as_me:8439: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-8473-fi
lynx-2.9.0dev.6/configure:8474:echo "$as_me:8474: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:8475:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:8476:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-8477-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:8478:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-8479-EOF
##############################################
lynx-2.9.0dev.6/configure-8487-do
lynx-2.9.0dev.6/configure:8488:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-8489-echo "$as_me:8489: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-8544-fi
lynx-2.9.0dev.6/configure:8545:echo "$as_me:8545: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:8546:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:8547:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-8548-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:8549:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-8550-EOF
##############################################
lynx-2.9.0dev.6/configure-8565-
lynx-2.9.0dev.6/configure:8566:for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-8567-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-8637-
lynx-2.9.0dev.6/configure:8638:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-8639-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-8721-
lynx-2.9.0dev.6/configure:8722:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-8723-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-8928-		(-I*)
lynx-2.9.0dev.6/configure:8929:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-8930-
##############################################
lynx-2.9.0dev.6/configure-9078-		(-L*)
lynx-2.9.0dev.6/configure:9079:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-9080-
##############################################
lynx-2.9.0dev.6/configure-9365-
lynx-2.9.0dev.6/configure:9366:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-9367-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-9680-		(-D*)
lynx-2.9.0dev.6/configure:9681:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-9682-
##############################################
lynx-2.9.0dev.6/configure-9707-			(-D*)
lynx-2.9.0dev.6/configure:9708:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-9709-
##############################################
lynx-2.9.0dev.6/configure-9735-
lynx-2.9.0dev.6/configure:9736:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-9737-
##############################################
lynx-2.9.0dev.6/configure-9904-		(-I*)
lynx-2.9.0dev.6/configure:9905:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-9906-
##############################################
lynx-2.9.0dev.6/configure-10057-		(-L*)
lynx-2.9.0dev.6/configure:10058:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-10059-
##############################################
lynx-2.9.0dev.6/configure-10288-
lynx-2.9.0dev.6/configure:10289:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-10290-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-10338-do
lynx-2.9.0dev.6/configure:10339:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-10340-echo "$as_me:10340: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-10395-fi
lynx-2.9.0dev.6/configure:10396:echo "$as_me:10396: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:10397:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:10398:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-10399-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:10400:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-10401-EOF
##############################################
lynx-2.9.0dev.6/configure-10438-        INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
lynx-2.9.0dev.6/configure:10439:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lynx-2.9.0dev.6/configure-10440-      elif test "$nls_cv_use_gnu_gettext" = "yes"; then
##############################################
lynx-2.9.0dev.6/configure-10515-echo $ECHO_N "checking version of bison... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:10516:        ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lynx-2.9.0dev.6/configure-10517-        case $ac_prog_version in
##############################################
lynx-2.9.0dev.6/configure-10646-			if test -f "$cf_makefile" ; then
lynx-2.9.0dev.6/configure:10647:				SUB_MAKEFILE="$SUB_MAKEFILE `echo \"${cf_makefile}\"|sed -e 's,^'$srcdir/',,' -e 's/\.in$//'`:${cf_makefile}"
lynx-2.9.0dev.6/configure-10648-				break
##############################################
lynx-2.9.0dev.6/configure-10657-do
lynx-2.9.0dev.6/configure:10658:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-10659-echo "$as_me:10659: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-10693-fi
lynx-2.9.0dev.6/configure:10694:echo "$as_me:10694: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:10695:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:10696:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-10697-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:10698:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-10699-EOF
##############################################
lynx-2.9.0dev.6/configure-10774-	(.NONE/*)
lynx-2.9.0dev.6/configure:10775:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-10776-		;;
##############################################
lynx-2.9.0dev.6/configure-10779-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:10780:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-10781-	;;
##############################################
lynx-2.9.0dev.6/configure-10867-if test $with_full_paths = no ; then
lynx-2.9.0dev.6/configure:10868:	SYSTEM_MAIL=`basename $SYSTEM_MAIL`
lynx-2.9.0dev.6/configure-10869-fi
##############################################
lynx-2.9.0dev.6/configure-11092-		(-D*)
lynx-2.9.0dev.6/configure:11093:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-11094-
##############################################
lynx-2.9.0dev.6/configure-11119-			(-D*)
lynx-2.9.0dev.6/configure:11120:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-11121-
##############################################
lynx-2.9.0dev.6/configure-11147-
lynx-2.9.0dev.6/configure:11148:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-11149-
##############################################
lynx-2.9.0dev.6/configure-11279-		(-D*)
lynx-2.9.0dev.6/configure:11280:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-11281-
##############################################
lynx-2.9.0dev.6/configure-11306-			(-D*)
lynx-2.9.0dev.6/configure:11307:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-11308-
##############################################
lynx-2.9.0dev.6/configure-11334-
lynx-2.9.0dev.6/configure:11335:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-11336-
##############################################
lynx-2.9.0dev.6/configure-11651-		(-D*)
lynx-2.9.0dev.6/configure:11652:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-11653-
##############################################
lynx-2.9.0dev.6/configure-11678-			(-D*)
lynx-2.9.0dev.6/configure:11679:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-11680-
##############################################
lynx-2.9.0dev.6/configure-11706-
lynx-2.9.0dev.6/configure:11707:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-11708-
##############################################
lynx-2.9.0dev.6/configure-11889-		(-D*)
lynx-2.9.0dev.6/configure:11890:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-11891-
##############################################
lynx-2.9.0dev.6/configure-11916-			(-D*)
lynx-2.9.0dev.6/configure:11917:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-11918-
##############################################
lynx-2.9.0dev.6/configure-11944-
lynx-2.9.0dev.6/configure:11945:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-11946-
##############################################
lynx-2.9.0dev.6/configure-12151-		(-D*)
lynx-2.9.0dev.6/configure:12152:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-12153-
##############################################
lynx-2.9.0dev.6/configure-12178-			(-D*)
lynx-2.9.0dev.6/configure:12179:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-12180-
##############################################
lynx-2.9.0dev.6/configure-12206-
lynx-2.9.0dev.6/configure:12207:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-12208-
##############################################
lynx-2.9.0dev.6/configure-12258-		(-D*)
lynx-2.9.0dev.6/configure:12259:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-12260-
##############################################
lynx-2.9.0dev.6/configure-12285-			(-D*)
lynx-2.9.0dev.6/configure:12286:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-12287-
##############################################
lynx-2.9.0dev.6/configure-12313-
lynx-2.9.0dev.6/configure:12314:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-12315-
##############################################
lynx-2.9.0dev.6/configure-12554-		(-D*)
lynx-2.9.0dev.6/configure:12555:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-12556-
##############################################
lynx-2.9.0dev.6/configure-12581-			(-D*)
lynx-2.9.0dev.6/configure:12582:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-12583-
##############################################
lynx-2.9.0dev.6/configure-12609-
lynx-2.9.0dev.6/configure:12610:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-12611-
##############################################
lynx-2.9.0dev.6/configure-12780-
lynx-2.9.0dev.6/configure:12781:cf_sigwinch=`expr $cf_sigwinch - 1`
lynx-2.9.0dev.6/configure-12782-done
##############################################
lynx-2.9.0dev.6/configure-12814-		(-D*)
lynx-2.9.0dev.6/configure:12815:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-12816-
##############################################
lynx-2.9.0dev.6/configure-12841-			(-D*)
lynx-2.9.0dev.6/configure:12842:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-12843-
##############################################
lynx-2.9.0dev.6/configure-12869-
lynx-2.9.0dev.6/configure:12870:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-12871-
##############################################
lynx-2.9.0dev.6/configure-13074-
lynx-2.9.0dev.6/configure:13075:for cf_searchpath in `echo "$cf_cv_use_libsocks" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-13076-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-13146-
lynx-2.9.0dev.6/configure:13147:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-13148-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-13230-
lynx-2.9.0dev.6/configure:13231:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-13232-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-13423-		(-I*)
lynx-2.9.0dev.6/configure:13424:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-13425-
##############################################
lynx-2.9.0dev.6/configure-13570-		(-L*)
lynx-2.9.0dev.6/configure:13571:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-13572-
##############################################
lynx-2.9.0dev.6/configure-13771-
lynx-2.9.0dev.6/configure:13772:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-13773-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-13885-
lynx-2.9.0dev.6/configure:13886:for cf_searchpath in `echo "$cf_cv_use_libsocks5" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-13887-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-13957-
lynx-2.9.0dev.6/configure:13958:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-13959-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-14041-
lynx-2.9.0dev.6/configure:14042:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-14043-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-14345-do
lynx-2.9.0dev.6/configure:14346:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-14347-echo "$as_me:14347: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-14381-fi
lynx-2.9.0dev.6/configure:14382:echo "$as_me:14382: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:14383:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:14384:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-14385-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:14386:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-14387-EOF
##############################################
lynx-2.9.0dev.6/configure-14470-do
lynx-2.9.0dev.6/configure:14471:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-14472-echo "$as_me:14472: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-14527-fi
lynx-2.9.0dev.6/configure:14528:echo "$as_me:14528: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:14529:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:14530:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-14531-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:14532:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-14533-EOF
##############################################
lynx-2.9.0dev.6/configure-14721-do
lynx-2.9.0dev.6/configure:14722:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-14723-echo "$as_me:14723: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-14778-fi
lynx-2.9.0dev.6/configure:14779:echo "$as_me:14779: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:14780:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:14781:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-14782-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:14783:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-14784-EOF
##############################################
lynx-2.9.0dev.6/configure-14926-do
lynx-2.9.0dev.6/configure:14927:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-14928-echo "$as_me:14928: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-14983-fi
lynx-2.9.0dev.6/configure:14984:echo "$as_me:14984: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:14985:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:14986:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-14987-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:14988:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-14989-EOF
##############################################
lynx-2.9.0dev.6/configure-15063-do
lynx-2.9.0dev.6/configure:15064:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-15065-echo "$as_me:15065: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-15120-fi
lynx-2.9.0dev.6/configure:15121:echo "$as_me:15121: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:15122:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:15123:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-15124-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:15125:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-15126-EOF
##############################################
lynx-2.9.0dev.6/configure-15200-do
lynx-2.9.0dev.6/configure:15201:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-15202-echo "$as_me:15202: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-15257-fi
lynx-2.9.0dev.6/configure:15258:echo "$as_me:15258: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:15259:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:15260:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-15261-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:15262:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-15263-EOF
##############################################
lynx-2.9.0dev.6/configure-15337-do
lynx-2.9.0dev.6/configure:15338:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-15339-echo "$as_me:15339: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-15394-fi
lynx-2.9.0dev.6/configure:15395:echo "$as_me:15395: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:15396:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:15397:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-15398-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:15399:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-15400-EOF
##############################################
lynx-2.9.0dev.6/configure-15613-{
lynx-2.9.0dev.6/configure:15614:inet_addr(0)
lynx-2.9.0dev.6/configure-15615-  ;
##############################################
lynx-2.9.0dev.6/configure-15662-{
lynx-2.9.0dev.6/configure:15663:inet_addr(0)
lynx-2.9.0dev.6/configure-15664-  ;
##############################################
lynx-2.9.0dev.6/configure-15847-	(.NONE/*)
lynx-2.9.0dev.6/configure:15848:		PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-15849-		;;
##############################################
lynx-2.9.0dev.6/configure-15852-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:15853:	PKG_CONFIG=`echo $PKG_CONFIG | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-15854-	;;
##############################################
lynx-2.9.0dev.6/configure-15880-
lynx-2.9.0dev.6/configure:15881:for cf_searchpath in `echo "$cf_cv_use_libssl" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-15882-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-15952-
lynx-2.9.0dev.6/configure:15953:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-15954-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-16036-
lynx-2.9.0dev.6/configure:16037:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-16038-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-16146-
lynx-2.9.0dev.6/configure:16147:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/configure:16148:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_cv_pkg_ssl`
lynx-2.9.0dev.6/configure-16149-
##############################################
lynx-2.9.0dev.6/configure-16152-					(*-I*)
lynx-2.9.0dev.6/configure:16153:						cf_cv_header_path_ssl=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-16154-						;;
##############################################
lynx-2.9.0dev.6/configure-16172-		(-D*)
lynx-2.9.0dev.6/configure:16173:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-16174-
##############################################
lynx-2.9.0dev.6/configure-16199-			(-D*)
lynx-2.9.0dev.6/configure:16200:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-16201-
##############################################
lynx-2.9.0dev.6/configure-16227-
lynx-2.9.0dev.6/configure:16228:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-16229-
##############################################
lynx-2.9.0dev.6/configure-16274-					(*-L*)
lynx-2.9.0dev.6/configure:16275:						cf_cv_library_path_ssl=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-16276-						;;
##############################################
lynx-2.9.0dev.6/configure-16509-		(-I*)
lynx-2.9.0dev.6/configure:16510:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-16511-
##############################################
lynx-2.9.0dev.6/configure-16726-		(-L*)
lynx-2.9.0dev.6/configure:16727:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-16728-
##############################################
lynx-2.9.0dev.6/configure-16999-
lynx-2.9.0dev.6/configure:17000:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-17001-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-17116-
lynx-2.9.0dev.6/configure:17117:for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-17118-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-17188-
lynx-2.9.0dev.6/configure:17189:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-17190-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-17272-
lynx-2.9.0dev.6/configure:17273:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-17274-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-17377-
lynx-2.9.0dev.6/configure:17378:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls`
lynx-2.9.0dev.6/configure:17379:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls`
lynx-2.9.0dev.6/configure-17380-
##############################################
lynx-2.9.0dev.6/configure-17383-					(*-I*)
lynx-2.9.0dev.6/configure:17384:						cf_cv_header_path_gnutls=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-17385-						;;
##############################################
lynx-2.9.0dev.6/configure-17406-		(-D*)
lynx-2.9.0dev.6/configure:17407:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-17408-
##############################################
lynx-2.9.0dev.6/configure-17433-			(-D*)
lynx-2.9.0dev.6/configure:17434:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-17435-
##############################################
lynx-2.9.0dev.6/configure-17461-
lynx-2.9.0dev.6/configure:17462:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-17463-
##############################################
lynx-2.9.0dev.6/configure-17496-					(*-L*)
lynx-2.9.0dev.6/configure:17497:						cf_cv_library_path_gnutls=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-17498-						;;
##############################################
lynx-2.9.0dev.6/configure-17674-		(-I*)
lynx-2.9.0dev.6/configure:17675:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-17676-
##############################################
lynx-2.9.0dev.6/configure-17834-		(-L*)
lynx-2.9.0dev.6/configure:17835:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-17836-
##############################################
lynx-2.9.0dev.6/configure-18066-
lynx-2.9.0dev.6/configure:18067:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-18068-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-18131-do
lynx-2.9.0dev.6/configure:18132:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-18133-echo "$as_me:18133: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-18188-fi
lynx-2.9.0dev.6/configure:18189:echo "$as_me:18189: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:18190:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:18191:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-18192-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:18193:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-18194-EOF
##############################################
lynx-2.9.0dev.6/configure-18358-
lynx-2.9.0dev.6/configure:18359:for cf_searchpath in `echo "$cf_cv_use_libgnutls" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-18360-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-18430-
lynx-2.9.0dev.6/configure:18431:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-18432-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-18514-
lynx-2.9.0dev.6/configure:18515:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-18516-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-18619-
lynx-2.9.0dev.6/configure:18620:				cf_cflags_ssl=`$PKG_CONFIG --cflags $cf_pkg_gnutls`
lynx-2.9.0dev.6/configure:18621:				cf_libs_ssl=`$PKG_CONFIG --libs $cf_pkg_gnutls`
lynx-2.9.0dev.6/configure-18622-
##############################################
lynx-2.9.0dev.6/configure-18625-					(*-I*)
lynx-2.9.0dev.6/configure:18626:						cf_cv_header_path_gnutls=`echo "$cf_cflags_ssl" | sed -e 's/^.*-I//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-18627-						;;
##############################################
lynx-2.9.0dev.6/configure-18648-		(-D*)
lynx-2.9.0dev.6/configure:18649:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-18650-
##############################################
lynx-2.9.0dev.6/configure-18675-			(-D*)
lynx-2.9.0dev.6/configure:18676:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-18677-
##############################################
lynx-2.9.0dev.6/configure-18703-
lynx-2.9.0dev.6/configure:18704:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-18705-
##############################################
lynx-2.9.0dev.6/configure-18738-					(*-L*)
lynx-2.9.0dev.6/configure:18739:						cf_cv_library_path_gnutls=`echo "$cf_libs_ssl" | sed -e 's/^.*-L//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-18740-						;;
##############################################
lynx-2.9.0dev.6/configure-18916-		(-I*)
lynx-2.9.0dev.6/configure:18917:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-18918-
##############################################
lynx-2.9.0dev.6/configure-19076-		(-L*)
lynx-2.9.0dev.6/configure:19077:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-19078-
##############################################
lynx-2.9.0dev.6/configure-19308-
lynx-2.9.0dev.6/configure:19309:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-19310-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-19373-do
lynx-2.9.0dev.6/configure:19374:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-19375-echo "$as_me:19375: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-19430-fi
lynx-2.9.0dev.6/configure:19431:echo "$as_me:19431: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:19432:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:19433:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-19434-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:19435:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-19436-EOF
##############################################
lynx-2.9.0dev.6/configure-19882-		(-D*)
lynx-2.9.0dev.6/configure:19883:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-19884-
##############################################
lynx-2.9.0dev.6/configure-19909-			(-D*)
lynx-2.9.0dev.6/configure:19910:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-19911-
##############################################
lynx-2.9.0dev.6/configure-19937-
lynx-2.9.0dev.6/configure:19938:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-19939-
##############################################
lynx-2.9.0dev.6/configure-20314-		(-I*)
lynx-2.9.0dev.6/configure:20315:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-20316-
##############################################
lynx-2.9.0dev.6/configure-20461-
lynx-2.9.0dev.6/configure:20462:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-20463-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-20596-		(-L*)
lynx-2.9.0dev.6/configure:20597:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-20598-
##############################################
lynx-2.9.0dev.6/configure-20920-	(.NONE/*)
lynx-2.9.0dev.6/configure:20921:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-20922-		;;
##############################################
lynx-2.9.0dev.6/configure-20925-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:20926:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-20927-	;;
##############################################
lynx-2.9.0dev.6/configure-21006-
lynx-2.9.0dev.6/configure:21007:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-21008-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-21150-do
lynx-2.9.0dev.6/configure:21151:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-21152-echo "$as_me:21152: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-21186-fi
lynx-2.9.0dev.6/configure:21187:echo "$as_me:21187: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:21188:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:21189:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-21190-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:21191:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-21192-EOF
##############################################
lynx-2.9.0dev.6/configure-21204-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/configure:21205:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/configure-21206-	;;
##############################################
lynx-2.9.0dev.6/configure-21361-
lynx-2.9.0dev.6/configure:21362:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/configure-21363-else
##############################################
lynx-2.9.0dev.6/configure-21874-			do
lynx-2.9.0dev.6/configure:21875:				as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh`
lynx-2.9.0dev.6/configure-21876-echo "$as_me:21876: checking for tgoto in -l$cf_term_lib" >&5
##############################################
lynx-2.9.0dev.6/configure-21922-fi
lynx-2.9.0dev.6/configure:21923:echo "$as_me:21923: result: `eval echo '${'$as_ac_Lib'}'`" >&5
lynx-2.9.0dev.6/configure:21924:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
lynx-2.9.0dev.6/configure:21925:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
lynx-2.9.0dev.6/configure-21926-
##############################################
lynx-2.9.0dev.6/configure-22383-		(-I*)
lynx-2.9.0dev.6/configure:22384:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-22385-
##############################################
lynx-2.9.0dev.6/configure-22527-		(-L*)
lynx-2.9.0dev.6/configure:22528:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-22529-
##############################################
lynx-2.9.0dev.6/configure-22743-
lynx-2.9.0dev.6/configure:22744:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-22745-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-22819-
lynx-2.9.0dev.6/configure:22820:		cf_pkg_cflags=`$PKG_CONFIG --cflags $cf_ncuconfig_root`
lynx-2.9.0dev.6/configure:22821:		cf_pkg_libs=`$PKG_CONFIG --libs $cf_ncuconfig_root`
lynx-2.9.0dev.6/configure-22822-
##############################################
lynx-2.9.0dev.6/configure-22842-		(-D*)
lynx-2.9.0dev.6/configure:22843:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-22844-
##############################################
lynx-2.9.0dev.6/configure-22869-			(-D*)
lynx-2.9.0dev.6/configure:22870:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-22871-
##############################################
lynx-2.9.0dev.6/configure-22897-
lynx-2.9.0dev.6/configure:22898:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-22899-
##############################################
lynx-2.9.0dev.6/configure-23009-			if test "x$cf_test_ncuconfig" != xyes; then
lynx-2.9.0dev.6/configure:23010:				cf_temp=`echo "x$cf_pkg_cflags" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/configure-23011-				cf_pkg_cflags="$cf_temp"
lynx-2.9.0dev.6/configure:23012:				cf_temp=`echo "x$cf_pkg_libs" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/configure-23013-				cf_pkg_libs="$cf_temp"
##############################################
lynx-2.9.0dev.6/configure-23030-		(-D*)
lynx-2.9.0dev.6/configure:23031:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-23032-
##############################################
lynx-2.9.0dev.6/configure-23057-			(-D*)
lynx-2.9.0dev.6/configure:23058:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-23059-
##############################################
lynx-2.9.0dev.6/configure-23085-
lynx-2.9.0dev.6/configure:23086:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-23087-
##############################################
lynx-2.9.0dev.6/configure-23215-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/configure:23216:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/configure-23217-	;;
##############################################
lynx-2.9.0dev.6/configure-23399-
lynx-2.9.0dev.6/configure:23400:for cf_add_cflags in `$NCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/configure-23401-do
##############################################
lynx-2.9.0dev.6/configure-23407-		(-D*)
lynx-2.9.0dev.6/configure:23408:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-23409-
##############################################
lynx-2.9.0dev.6/configure-23434-			(-D*)
lynx-2.9.0dev.6/configure:23435:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-23436-
##############################################
lynx-2.9.0dev.6/configure-23462-
lynx-2.9.0dev.6/configure:23463:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-23464-
##############################################
lynx-2.9.0dev.6/configure-23495-cf_add_0lib=
lynx-2.9.0dev.6/configure:23496:for cf_add_1lib in `$NCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/configure-23497-# filter duplicates
##############################################
lynx-2.9.0dev.6/configure-23567-do
lynx-2.9.0dev.6/configure:23568:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-23569-echo "$as_me:23569: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-23603-fi
lynx-2.9.0dev.6/configure:23604:echo "$as_me:23604: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:23605:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:23606:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-23607-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:23608:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-23609-EOF
##############################################
lynx-2.9.0dev.6/configure-23617-
lynx-2.9.0dev.6/configure:23618:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-23619-
##############################################
lynx-2.9.0dev.6/configure-23623-
lynx-2.9.0dev.6/configure:23624:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
lynx-2.9.0dev.6/configure-23625-
##############################################
lynx-2.9.0dev.6/configure-23701-
lynx-2.9.0dev.6/configure:23702:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-23703-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-23800-		(-I*)
lynx-2.9.0dev.6/configure:23801:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-23802-
##############################################
lynx-2.9.0dev.6/configure-23946-
lynx-2.9.0dev.6/configure:23947:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-23948-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-24027-
lynx-2.9.0dev.6/configure:24028:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/configure:24029:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
lynx-2.9.0dev.6/configure:24030:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
lynx-2.9.0dev.6/configure-24031-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
lynx-2.9.0dev.6/configure-24102-
lynx-2.9.0dev.6/configure:24103:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-24104-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-24154-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/configure:24155:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/configure-24156-	;;
##############################################
lynx-2.9.0dev.6/configure-24317-
lynx-2.9.0dev.6/configure:24318:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/configure-24319-else
##############################################
lynx-2.9.0dev.6/configure-24656-		(-L*)
lynx-2.9.0dev.6/configure:24657:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-24658-
##############################################
lynx-2.9.0dev.6/configure-24775-	for p in $cf_ncurses_LIBS ; do
lynx-2.9.0dev.6/configure:24776:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
lynx-2.9.0dev.6/configure-24777-		if test "$q" != "$LIBS" ; then
##############################################
lynx-2.9.0dev.6/configure-24816-
lynx-2.9.0dev.6/configure:24817:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-24818-
##############################################
lynx-2.9.0dev.6/configure-24849-
lynx-2.9.0dev.6/configure:24850:		cf_pkg_cflags=`$PKG_CONFIG --cflags $cf_ncuconfig_root`
lynx-2.9.0dev.6/configure:24851:		cf_pkg_libs=`$PKG_CONFIG --libs $cf_ncuconfig_root`
lynx-2.9.0dev.6/configure-24852-
##############################################
lynx-2.9.0dev.6/configure-24872-		(-D*)
lynx-2.9.0dev.6/configure:24873:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-24874-
##############################################
lynx-2.9.0dev.6/configure-24899-			(-D*)
lynx-2.9.0dev.6/configure:24900:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-24901-
##############################################
lynx-2.9.0dev.6/configure-24927-
lynx-2.9.0dev.6/configure:24928:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-24929-
##############################################
lynx-2.9.0dev.6/configure-25039-			if test "x$cf_test_ncuconfig" != xyes; then
lynx-2.9.0dev.6/configure:25040:				cf_temp=`echo "x$cf_pkg_cflags" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/configure-25041-				cf_pkg_cflags="$cf_temp"
lynx-2.9.0dev.6/configure:25042:				cf_temp=`echo "x$cf_pkg_libs" | sed -e s/^x// -e 's/-W[^ 	]*//g'`
lynx-2.9.0dev.6/configure-25043-				cf_pkg_libs="$cf_temp"
##############################################
lynx-2.9.0dev.6/configure-25060-		(-D*)
lynx-2.9.0dev.6/configure:25061:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-25062-
##############################################
lynx-2.9.0dev.6/configure-25087-			(-D*)
lynx-2.9.0dev.6/configure:25088:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-25089-
##############################################
lynx-2.9.0dev.6/configure-25115-
lynx-2.9.0dev.6/configure:25116:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-25117-
##############################################
lynx-2.9.0dev.6/configure-25245-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/configure:25246:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/configure-25247-	;;
##############################################
lynx-2.9.0dev.6/configure-25429-
lynx-2.9.0dev.6/configure:25430:for cf_add_cflags in `$NCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/configure-25431-do
##############################################
lynx-2.9.0dev.6/configure-25437-		(-D*)
lynx-2.9.0dev.6/configure:25438:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-25439-
##############################################
lynx-2.9.0dev.6/configure-25464-			(-D*)
lynx-2.9.0dev.6/configure:25465:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-25466-
##############################################
lynx-2.9.0dev.6/configure-25492-
lynx-2.9.0dev.6/configure:25493:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-25494-
##############################################
lynx-2.9.0dev.6/configure-25525-cf_add_0lib=
lynx-2.9.0dev.6/configure:25526:for cf_add_1lib in `$NCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/configure-25527-# filter duplicates
##############################################
lynx-2.9.0dev.6/configure-25597-do
lynx-2.9.0dev.6/configure:25598:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-25599-echo "$as_me:25599: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-25633-fi
lynx-2.9.0dev.6/configure:25634:echo "$as_me:25634: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:25635:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:25636:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-25637-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:25638:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-25639-EOF
##############################################
lynx-2.9.0dev.6/configure-25647-
lynx-2.9.0dev.6/configure:25648:cf_nculib_ROOT=`echo "HAVE_LIB$cf_ncuconfig_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-25649-
##############################################
lynx-2.9.0dev.6/configure-25653-
lynx-2.9.0dev.6/configure:25654:				cf_cv_ncurses_version=`$NCURSES_CONFIG --version`
lynx-2.9.0dev.6/configure-25655-
##############################################
lynx-2.9.0dev.6/configure-25731-
lynx-2.9.0dev.6/configure:25732:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-25733-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-25830-		(-I*)
lynx-2.9.0dev.6/configure:25831:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-25832-
##############################################
lynx-2.9.0dev.6/configure-25976-
lynx-2.9.0dev.6/configure:25977:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-25978-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-26057-
lynx-2.9.0dev.6/configure:26058:	cf_1st_incdir=`echo $cf_cv_ncurses_h2 | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/configure:26059:	cf_cv_ncurses_header=`basename $cf_cv_ncurses_h2`
lynx-2.9.0dev.6/configure:26060:	if test `basename $cf_1st_incdir` = $cf_ncuhdr_root ; then
lynx-2.9.0dev.6/configure-26061-		cf_cv_ncurses_header=$cf_ncuhdr_root/$cf_cv_ncurses_header
##############################################
lynx-2.9.0dev.6/configure-26132-
lynx-2.9.0dev.6/configure:26133:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-26134-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-26184-(*/ncurses.h|*/ncursesw.h)
lynx-2.9.0dev.6/configure:26185:	cf_term_header=`echo "$cf_cv_ncurses_header" | sed -e 's%ncurses[^.]*\.h$%term.h%'`
lynx-2.9.0dev.6/configure-26186-	;;
##############################################
lynx-2.9.0dev.6/configure-26347-
lynx-2.9.0dev.6/configure:26348:	cf_cv_ncurses_version=`cat $cf_tempfile`
lynx-2.9.0dev.6/configure-26349-else
##############################################
lynx-2.9.0dev.6/configure-26686-		(-L*)
lynx-2.9.0dev.6/configure:26687:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-26688-
##############################################
lynx-2.9.0dev.6/configure-26805-	for p in $cf_ncurses_LIBS ; do
lynx-2.9.0dev.6/configure:26806:		q=`echo $LIBS | sed -e "s%$p %%" -e "s%$p$%%"`
lynx-2.9.0dev.6/configure-26807-		if test "$q" != "$LIBS" ; then
##############################################
lynx-2.9.0dev.6/configure-26846-
lynx-2.9.0dev.6/configure:26847:cf_nculib_ROOT=`echo "HAVE_LIB$cf_nculib_root" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-26848-
##############################################
lynx-2.9.0dev.6/configure-26916-		(-I*)
lynx-2.9.0dev.6/configure:26917:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-26918-
##############################################
lynx-2.9.0dev.6/configure-27015-
lynx-2.9.0dev.6/configure:27016:	cf_incdir=`echo $cf_cv_slang_header | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/configure-27017-
##############################################
lynx-2.9.0dev.6/configure-27091-
lynx-2.9.0dev.6/configure:27092:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-27093-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-27632-		(-L*)
lynx-2.9.0dev.6/configure:27633:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-27634-
##############################################
lynx-2.9.0dev.6/configure-27856-		(-L*)
lynx-2.9.0dev.6/configure:27857:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-27858-
##############################################
lynx-2.9.0dev.6/configure-27971-echo $ECHO_N "checking if we can link slang without termcap... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:27972:if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
lynx-2.9.0dev.6/configure:27973:	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
lynx-2.9.0dev.6/configure-27974-else
##############################################
lynx-2.9.0dev.6/configure-27976-fi
lynx-2.9.0dev.6/configure:27977:LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
lynx-2.9.0dev.6/configure-27978-cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-28059-		(-I*)
lynx-2.9.0dev.6/configure:28060:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-28061-
##############################################
lynx-2.9.0dev.6/configure-28158-
lynx-2.9.0dev.6/configure:28159:	cf_incdir=`echo $cf_cv_slang2_header | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/configure-28160-
##############################################
lynx-2.9.0dev.6/configure-28234-
lynx-2.9.0dev.6/configure:28235:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-28236-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-28775-		(-L*)
lynx-2.9.0dev.6/configure:28776:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-28777-
##############################################
lynx-2.9.0dev.6/configure-28999-		(-L*)
lynx-2.9.0dev.6/configure:29000:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-29001-
##############################################
lynx-2.9.0dev.6/configure-29114-echo $ECHO_N "checking if we can link slang2 without termcap... $ECHO_C" >&6
lynx-2.9.0dev.6/configure:29115:if test -n "`echo $cf_slang_LIBS1 | sed -e 's/ //g'`" ; then
lynx-2.9.0dev.6/configure:29116:	cf_exclude=`echo ".$cf_slang_LIBS2" | sed -e "s%$cf_slang_LIBS1%%" -e 's%^.%%'`
lynx-2.9.0dev.6/configure-29117-else
##############################################
lynx-2.9.0dev.6/configure-29119-fi
lynx-2.9.0dev.6/configure:29120:LIBS=`echo ".$cf_slang_LIBS3" | sed -e "s%$cf_exclude%%" -e 's%^.%%'`
lynx-2.9.0dev.6/configure-29121-cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-29577-				(\ -L/*)
lynx-2.9.0dev.6/configure:29578:					cf_rpath_arg=`echo " $cf_item" | sed -e "s% -L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/configure:29579:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_rpath_arg % %"`
lynx-2.9.0dev.6/configure-29580-					if test "x$cf_result " = "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/configure-29583-					fi
lynx-2.9.0dev.6/configure:29584:					cf_rpath_tmp=`echo "$cf_result " | sed -e "s% $cf_item % %g"`
lynx-2.9.0dev.6/configure-29585-					if test "x$cf_result " != "x$cf_rpath_tmp"
##############################################
lynx-2.9.0dev.6/configure-29592-			done
lynx-2.9.0dev.6/configure:29593:			cf_result=`echo "$cf_result" | sed -e 's/^ //'`
lynx-2.9.0dev.6/configure-29594-			if test "x$cf_result" != "x$LIBS"
##############################################
lynx-2.9.0dev.6/configure-29833-	(.NONE/*)
lynx-2.9.0dev.6/configure:29834:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29835-		;;
##############################################
lynx-2.9.0dev.6/configure-29838-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:29839:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29840-	;;
##############################################
lynx-2.9.0dev.6/configure-29891-	(.NONE/*)
lynx-2.9.0dev.6/configure:29892:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29893-		;;
##############################################
lynx-2.9.0dev.6/configure-29896-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:29897:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29898-	;;
##############################################
lynx-2.9.0dev.6/configure-29945-	(.NONE/*)
lynx-2.9.0dev.6/configure:29946:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29947-		;;
##############################################
lynx-2.9.0dev.6/configure-29950-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:29951:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-29952-	;;
##############################################
lynx-2.9.0dev.6/configure-29965-
lynx-2.9.0dev.6/configure:29966:test -z "$LYNX_CFG_PATH" && `echo "$LYNX_CFG_FILE" | sed -e 's%/[^/]*$%%'`
lynx-2.9.0dev.6/configure-29967-test "x$LYNX_CFG_PATH" = xno && LYNX_CFG_PATH=
##############################################
lynx-2.9.0dev.6/configure-30050-	(.NONE/*)
lynx-2.9.0dev.6/configure:30051:		withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-30052-		;;
##############################################
lynx-2.9.0dev.6/configure-30055-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:30056:	withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-30057-	;;
##############################################
lynx-2.9.0dev.6/configure-30069-echo "${ECHO_T}$MIME_LIBDIR" >&6
lynx-2.9.0dev.6/configure:30070:MIME_LIBDIR=`echo "$MIME_LIBDIR" | sed -e 's,/$,,' -e 's,$,/,'`
lynx-2.9.0dev.6/configure-30071-
##############################################
lynx-2.9.0dev.6/configure-30130-	fi
lynx-2.9.0dev.6/configure:30131:	cf_charsets=`echo $cf_charsets | sed -e "s/minimal/$cf_min_charsets/g" -e 's/,/ /g'`
lynx-2.9.0dev.6/configure-30132-	for cf_charset in $cf_charsets
lynx-2.9.0dev.6/configure-30133-	do
lynx-2.9.0dev.6/configure:30134:		cf_def_charset=`echo $cf_charset | sed -e 's/+/_/g' -e 's/-/_/g'`
lynx-2.9.0dev.6/configure-30135-		cf_use_charset=no
##############################################
lynx-2.9.0dev.6/configure-30360-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
lynx-2.9.0dev.6/configure:30361:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
lynx-2.9.0dev.6/configure-30362-echo "$as_me:30362: checking for $ac_hdr that defines DIR" >&5
##############################################
lynx-2.9.0dev.6/configure-30401-fi
lynx-2.9.0dev.6/configure:30402:echo "$as_me:30402: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:30403:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:30404:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-30405-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:30406:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-30407-EOF
##############################################
lynx-2.9.0dev.6/configure-30543-do
lynx-2.9.0dev.6/configure:30544:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-30545-echo "$as_me:30545: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-30579-fi
lynx-2.9.0dev.6/configure:30580:echo "$as_me:30580: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:30581:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:30582:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-30583-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:30584:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-30585-EOF
##############################################
lynx-2.9.0dev.6/configure-30697-do
lynx-2.9.0dev.6/configure:30698:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-30699-echo "$as_me:30699: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-30733-fi
lynx-2.9.0dev.6/configure:30734:echo "$as_me:30734: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:30735:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:30736:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-30737-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:30738:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-30739-EOF
##############################################
lynx-2.9.0dev.6/configure-30753-do
lynx-2.9.0dev.6/configure:30754:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-30755-echo "$as_me:30755: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-30789-fi
lynx-2.9.0dev.6/configure:30790:echo "$as_me:30790: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:30791:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:30792:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-30793-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:30794:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-30795-EOF
##############################################
lynx-2.9.0dev.6/configure-30801-do
lynx-2.9.0dev.6/configure:30802:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-30803-echo "$as_me:30803: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-30837-fi
lynx-2.9.0dev.6/configure:30838:echo "$as_me:30838: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:30839:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:30840:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-30841-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:30842:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-30843-EOF
##############################################
lynx-2.9.0dev.6/configure-31683-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:31684:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/configure-31685-fi
##############################################
lynx-2.9.0dev.6/configure-31720-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:31721:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/configure-31722-fi
##############################################
lynx-2.9.0dev.6/configure-31728-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/configure:31729:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/configure-31730-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-31757-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:31758:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/configure-31759-fi
##############################################
lynx-2.9.0dev.6/configure-31941-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:31942:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/configure-31943-fi
##############################################
lynx-2.9.0dev.6/configure-31978-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:31979:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/configure-31980-fi
##############################################
lynx-2.9.0dev.6/configure-31986-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/configure:31987:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/configure-31988-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-32015-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32016:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/configure-32017-fi
##############################################
lynx-2.9.0dev.6/configure-32199-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32200:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/configure-32201-fi
##############################################
lynx-2.9.0dev.6/configure-32236-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32237:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/configure-32238-fi
##############################################
lynx-2.9.0dev.6/configure-32244-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/configure:32245:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/configure-32246-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-32273-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32274:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/configure-32275-fi
##############################################
lynx-2.9.0dev.6/configure-32457-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32458:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/configure-32459-fi
##############################################
lynx-2.9.0dev.6/configure-32494-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32495:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/configure-32496-fi
##############################################
lynx-2.9.0dev.6/configure-32502-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/configure:32503:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/configure-32504-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-32531-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32532:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/configure-32533-fi
##############################################
lynx-2.9.0dev.6/configure-32715-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32716:ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
lynx-2.9.0dev.6/configure-32717-fi
##############################################
lynx-2.9.0dev.6/configure-32752-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32753:ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
lynx-2.9.0dev.6/configure-32754-fi
##############################################
lynx-2.9.0dev.6/configure-32760-while test "x$ac_lo" != "x$ac_hi"; do
lynx-2.9.0dev.6/configure:32761:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lynx-2.9.0dev.6/configure-32762-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lynx-2.9.0dev.6/configure-32789-cat conftest.$ac_ext >&5
lynx-2.9.0dev.6/configure:32790:ac_lo=`expr $ac_mid + 1`
lynx-2.9.0dev.6/configure-32791-fi
##############################################
lynx-2.9.0dev.6/configure-33075-  for ac_func in _getb67 GETB67 getb67; do
lynx-2.9.0dev.6/configure:33076:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-33077-echo "$as_me:33077: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-33132-fi
lynx-2.9.0dev.6/configure:33133:echo "$as_me:33133: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:33134:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:33135:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-33136-
##############################################
lynx-2.9.0dev.6/configure-33209-do
lynx-2.9.0dev.6/configure:33210:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-33211-echo "$as_me:33211: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-33245-fi
lynx-2.9.0dev.6/configure:33246:echo "$as_me:33246: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:33247:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:33248:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-33249-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:33250:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-33251-EOF
##############################################
lynx-2.9.0dev.6/configure-33257-do
lynx-2.9.0dev.6/configure:33258:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-33259-echo "$as_me:33259: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-33314-fi
lynx-2.9.0dev.6/configure:33315:echo "$as_me:33315: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:33316:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:33317:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-33318-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:33319:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-33320-EOF
##############################################
lynx-2.9.0dev.6/configure-33946-do
lynx-2.9.0dev.6/configure:33947:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-33948-echo "$as_me:33948: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-34003-fi
lynx-2.9.0dev.6/configure:34004:echo "$as_me:34004: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:34005:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:34006:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-34007-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:34008:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-34009-EOF
##############################################
lynx-2.9.0dev.6/configure-34019-do
lynx-2.9.0dev.6/configure:34020:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-34021-echo "$as_me:34021: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-34076-fi
lynx-2.9.0dev.6/configure:34077:echo "$as_me:34077: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:34078:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:34079:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-34080-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:34081:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-34082-EOF
##############################################
lynx-2.9.0dev.6/configure-34098-
lynx-2.9.0dev.6/configure:34099:	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
lynx-2.9.0dev.6/configure:34100:	cf_rand_func=`echo $cf_func | sed -e 's%.*/%%'`
lynx-2.9.0dev.6/configure-34101-
##############################################
lynx-2.9.0dev.6/configure-34371-
lynx-2.9.0dev.6/configure:34372:	cf_srand_func=`echo $cf_func | sed -e 's%/.*%%'`
lynx-2.9.0dev.6/configure:34373:	cf_rand_func=`echo $cf_func | sed -e 's%.*/%%'`
lynx-2.9.0dev.6/configure-34374-
##############################################
lynx-2.9.0dev.6/configure-34489-
lynx-2.9.0dev.6/configure:34490:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/configure-34491-  echo "$as_me:34491: result: yes" >&5
##############################################
lynx-2.9.0dev.6/configure-34497-
lynx-2.9.0dev.6/configure:34498:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-34499-
##############################################
lynx-2.9.0dev.6/configure-34585-
lynx-2.9.0dev.6/configure:34586:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/configure-34587-  echo "$as_me:34587: result: yes" >&5
##############################################
lynx-2.9.0dev.6/configure-34593-
lynx-2.9.0dev.6/configure:34594:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-34595-
##############################################
lynx-2.9.0dev.6/configure-34685-
lynx-2.9.0dev.6/configure:34686:if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then
lynx-2.9.0dev.6/configure-34687-  echo "$as_me:34687: result: yes" >&5
##############################################
lynx-2.9.0dev.6/configure-34693-
lynx-2.9.0dev.6/configure:34694:ac_tr_func=`echo "DECL_$ac_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-34695-
##############################################
lynx-2.9.0dev.6/configure-35331-do
lynx-2.9.0dev.6/configure:35332:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-35333-echo "$as_me:35333: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-35367-fi
lynx-2.9.0dev.6/configure:35368:echo "$as_me:35368: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:35369:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:35370:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-35371-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:35372:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-35373-EOF
##############################################
lynx-2.9.0dev.6/configure-36293-
lynx-2.9.0dev.6/configure:36294:for cf_searchpath in `echo "$withval" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-36295-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-36365-
lynx-2.9.0dev.6/configure:36366:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-36367-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-36449-
lynx-2.9.0dev.6/configure:36450:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-36451-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-36656-		(-I*)
lynx-2.9.0dev.6/configure:36657:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-36658-
##############################################
lynx-2.9.0dev.6/configure-36806-		(-L*)
lynx-2.9.0dev.6/configure:36807:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-36808-
##############################################
lynx-2.9.0dev.6/configure-37093-
lynx-2.9.0dev.6/configure:37094:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-37095-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-37375-
lynx-2.9.0dev.6/configure:37376:for cf_searchpath in `echo "$use_idna" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-37377-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-37447-
lynx-2.9.0dev.6/configure:37448:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-37449-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-37531-
lynx-2.9.0dev.6/configure:37532:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-37533-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-37728-		(-I*)
lynx-2.9.0dev.6/configure:37729:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-37730-
##############################################
lynx-2.9.0dev.6/configure-37877-		(-L*)
lynx-2.9.0dev.6/configure:37878:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-37879-
##############################################
lynx-2.9.0dev.6/configure-38080-
lynx-2.9.0dev.6/configure:38081:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-38082-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-38483-	(.NONE/*)
lynx-2.9.0dev.6/configure:38484:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-38485-		;;
##############################################
lynx-2.9.0dev.6/configure-38488-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:38489:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-38490-	;;
##############################################
lynx-2.9.0dev.6/configure-38497-		else
lynx-2.9.0dev.6/configure:38498:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-38499-		fi
##############################################
lynx-2.9.0dev.6/configure-38799-
lynx-2.9.0dev.6/configure:38800:for cf_searchpath in `echo "$use_bzlib" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-38801-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-38871-
lynx-2.9.0dev.6/configure:38872:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-38873-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-38955-
lynx-2.9.0dev.6/configure:38956:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-38957-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-39150-		(-I*)
lynx-2.9.0dev.6/configure:39151:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-39152-
##############################################
lynx-2.9.0dev.6/configure-39343-		(-L*)
lynx-2.9.0dev.6/configure:39344:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-39345-
##############################################
lynx-2.9.0dev.6/configure-39545-
lynx-2.9.0dev.6/configure:39546:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-39547-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-39635-
lynx-2.9.0dev.6/configure:39636:for cf_searchpath in `echo "$use_zlib" | tr $PATH_SEPARATOR ' '`; do
lynx-2.9.0dev.6/configure-39637-	if test -d $cf_searchpath/include; then
##############################################
lynx-2.9.0dev.6/configure-39707-
lynx-2.9.0dev.6/configure:39708:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-39709-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-39791-
lynx-2.9.0dev.6/configure:39792:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-39793-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-39984-		(-I*)
lynx-2.9.0dev.6/configure:39985:			cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
lynx-2.9.0dev.6/configure-39986-
##############################################
lynx-2.9.0dev.6/configure-40175-		(-L*)
lynx-2.9.0dev.6/configure:40176:			cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
lynx-2.9.0dev.6/configure-40177-
##############################################
lynx-2.9.0dev.6/configure-40376-
lynx-2.9.0dev.6/configure:40377:		  cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
lynx-2.9.0dev.6/configure-40378-		  test "$cf_top_incdir" = "$cf_add_incdir" && break
##############################################
lynx-2.9.0dev.6/configure-40441-do
lynx-2.9.0dev.6/configure:40442:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-40443-echo "$as_me:40443: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-40498-fi
lynx-2.9.0dev.6/configure:40499:echo "$as_me:40499: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:40500:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:40501:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-40502-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:40503:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-40504-EOF
##############################################
lynx-2.9.0dev.6/configure-40768-do
lynx-2.9.0dev.6/configure:40769:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-40770-echo "$as_me:40770: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-40804-fi
lynx-2.9.0dev.6/configure:40805:echo "$as_me:40805: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:40806:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:40807:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-40808-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:40809:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-40810-EOF
##############################################
lynx-2.9.0dev.6/configure-41171-	(.NONE/*)
lynx-2.9.0dev.6/configure:41172:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41173-		;;
##############################################
lynx-2.9.0dev.6/configure-41176-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41177:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41178-	;;
##############################################
lynx-2.9.0dev.6/configure-41185-		else
lynx-2.9.0dev.6/configure:41186:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41187-		fi
##############################################
lynx-2.9.0dev.6/configure-41279-	(.NONE/*)
lynx-2.9.0dev.6/configure:41280:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41281-		;;
##############################################
lynx-2.9.0dev.6/configure-41284-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41285:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41286-	;;
##############################################
lynx-2.9.0dev.6/configure-41293-		else
lynx-2.9.0dev.6/configure:41294:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41295-		fi
##############################################
lynx-2.9.0dev.6/configure-41387-	(.NONE/*)
lynx-2.9.0dev.6/configure:41388:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41389-		;;
##############################################
lynx-2.9.0dev.6/configure-41392-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41393:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41394-	;;
##############################################
lynx-2.9.0dev.6/configure-41401-		else
lynx-2.9.0dev.6/configure:41402:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41403-		fi
##############################################
lynx-2.9.0dev.6/configure-41495-	(.NONE/*)
lynx-2.9.0dev.6/configure:41496:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41497-		;;
##############################################
lynx-2.9.0dev.6/configure-41500-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41501:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41502-	;;
##############################################
lynx-2.9.0dev.6/configure-41509-		else
lynx-2.9.0dev.6/configure:41510:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41511-		fi
##############################################
lynx-2.9.0dev.6/configure-41603-	(.NONE/*)
lynx-2.9.0dev.6/configure:41604:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41605-		;;
##############################################
lynx-2.9.0dev.6/configure-41608-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41609:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41610-	;;
##############################################
lynx-2.9.0dev.6/configure-41617-		else
lynx-2.9.0dev.6/configure:41618:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41619-		fi
##############################################
lynx-2.9.0dev.6/configure-41711-	(.NONE/*)
lynx-2.9.0dev.6/configure:41712:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41713-		;;
##############################################
lynx-2.9.0dev.6/configure-41716-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41717:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41718-	;;
##############################################
lynx-2.9.0dev.6/configure-41725-		else
lynx-2.9.0dev.6/configure:41726:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41727-		fi
##############################################
lynx-2.9.0dev.6/configure-41819-	(.NONE/*)
lynx-2.9.0dev.6/configure:41820:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41821-		;;
##############################################
lynx-2.9.0dev.6/configure-41824-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41825:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41826-	;;
##############################################
lynx-2.9.0dev.6/configure-41833-		else
lynx-2.9.0dev.6/configure:41834:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41835-		fi
##############################################
lynx-2.9.0dev.6/configure-41927-	(.NONE/*)
lynx-2.9.0dev.6/configure:41928:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41929-		;;
##############################################
lynx-2.9.0dev.6/configure-41932-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:41933:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-41934-	;;
##############################################
lynx-2.9.0dev.6/configure-41941-		else
lynx-2.9.0dev.6/configure:41942:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-41943-		fi
##############################################
lynx-2.9.0dev.6/configure-42035-	(.NONE/*)
lynx-2.9.0dev.6/configure:42036:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42037-		;;
##############################################
lynx-2.9.0dev.6/configure-42040-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42041:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42042-	;;
##############################################
lynx-2.9.0dev.6/configure-42049-		else
lynx-2.9.0dev.6/configure:42050:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42051-		fi
##############################################
lynx-2.9.0dev.6/configure-42183-	(.NONE/*)
lynx-2.9.0dev.6/configure:42184:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42185-		;;
##############################################
lynx-2.9.0dev.6/configure-42188-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42189:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42190-	;;
##############################################
lynx-2.9.0dev.6/configure-42197-		else
lynx-2.9.0dev.6/configure:42198:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42199-		fi
##############################################
lynx-2.9.0dev.6/configure-42291-	(.NONE/*)
lynx-2.9.0dev.6/configure:42292:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42293-		;;
##############################################
lynx-2.9.0dev.6/configure-42296-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42297:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42298-	;;
##############################################
lynx-2.9.0dev.6/configure-42305-		else
lynx-2.9.0dev.6/configure:42306:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42307-		fi
##############################################
lynx-2.9.0dev.6/configure-42399-	(.NONE/*)
lynx-2.9.0dev.6/configure:42400:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42401-		;;
##############################################
lynx-2.9.0dev.6/configure-42404-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42405:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42406-	;;
##############################################
lynx-2.9.0dev.6/configure-42413-		else
lynx-2.9.0dev.6/configure:42414:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42415-		fi
##############################################
lynx-2.9.0dev.6/configure-42507-	(.NONE/*)
lynx-2.9.0dev.6/configure:42508:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42509-		;;
##############################################
lynx-2.9.0dev.6/configure-42512-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42513:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42514-	;;
##############################################
lynx-2.9.0dev.6/configure-42521-		else
lynx-2.9.0dev.6/configure:42522:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42523-		fi
##############################################
lynx-2.9.0dev.6/configure-42615-	(.NONE/*)
lynx-2.9.0dev.6/configure:42616:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42617-		;;
##############################################
lynx-2.9.0dev.6/configure-42620-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42621:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42622-	;;
##############################################
lynx-2.9.0dev.6/configure-42629-		else
lynx-2.9.0dev.6/configure:42630:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42631-		fi
##############################################
lynx-2.9.0dev.6/configure-42733-	(.NONE/*)
lynx-2.9.0dev.6/configure:42734:		cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42735-		;;
##############################################
lynx-2.9.0dev.6/configure-42738-(.no|.NONE/*)
lynx-2.9.0dev.6/configure:42739:	cf_temp=`echo $cf_temp | sed -e s%NONE%$cf_path_syntax%`
lynx-2.9.0dev.6/configure-42740-	;;
##############################################
lynx-2.9.0dev.6/configure-42747-		else
lynx-2.9.0dev.6/configure:42748:			cf_path_prog="`basename $cf_temp`"
lynx-2.9.0dev.6/configure-42749-		fi
##############################################
lynx-2.9.0dev.6/configure-43087-
lynx-2.9.0dev.6/configure:43088:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags $cf_athena_pkg 2>/dev/null`"
lynx-2.9.0dev.6/configure:43089:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   $cf_athena_pkg 2>/dev/null`"
lynx-2.9.0dev.6/configure-43090-	test -n "$verbose" && echo "	package $cf_athena_pkg CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43110-		(-D*)
lynx-2.9.0dev.6/configure:43111:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43112-
##############################################
lynx-2.9.0dev.6/configure-43137-			(-D*)
lynx-2.9.0dev.6/configure:43138:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-43139-
##############################################
lynx-2.9.0dev.6/configure-43165-
lynx-2.9.0dev.6/configure:43166:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-43167-
##############################################
lynx-2.9.0dev.6/configure-43213-
lynx-2.9.0dev.6/configure:43214:cf_x_athena_LIBS=`echo "HAVE_LIB_$cf_x_athena" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-43215-
##############################################
lynx-2.9.0dev.6/configure-43223-		(*-l$cf_trim_lib\ *-l$cf_trim_lib*)
lynx-2.9.0dev.6/configure:43224:			LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
lynx-2.9.0dev.6/configure-43225-			test -n "$verbose" && echo "	..trimmed $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43290-					cf_save_xmu="$LIBS"
lynx-2.9.0dev.6/configure:43291:					cf_first_lib=`echo "$cf_save_xmu" | sed -e 's/^  *//' -e 's/ .*//'`
lynx-2.9.0dev.6/configure-43292-
##############################################
lynx-2.9.0dev.6/configure-43297-
lynx-2.9.0dev.6/configure:43298:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xmu 2>/dev/null`"
lynx-2.9.0dev.6/configure:43299:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xmu 2>/dev/null`"
lynx-2.9.0dev.6/configure-43300-	test -n "$verbose" && echo "	package xmu CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43320-		(-D*)
lynx-2.9.0dev.6/configure:43321:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43322-
##############################################
lynx-2.9.0dev.6/configure-43347-			(-D*)
lynx-2.9.0dev.6/configure:43348:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-43349-
##############################################
lynx-2.9.0dev.6/configure-43375-
lynx-2.9.0dev.6/configure:43376:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-43377-
##############################################
lynx-2.9.0dev.6/configure-43427-
lynx-2.9.0dev.6/configure:43428:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%$cf_first_lib %$cf_first_lib $cf_pkgconfig_libs %" -e 's%  % %g'`
lynx-2.9.0dev.6/configure-43429-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43440-
lynx-2.9.0dev.6/configure:43441:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%$cf_first_lib %$cf_first_lib -lXmu %" -e 's%  % %g'`
lynx-2.9.0dev.6/configure-43442-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43451-		(*-l$cf_trim_lib\ *-l$cf_trim_lib*)
lynx-2.9.0dev.6/configure:43452:			LIBS=`echo "$LIBS " | sed -e 's/  / /g' -e 's%-l'"$cf_trim_lib"' %%' -e 's/ $//'`
lynx-2.9.0dev.6/configure-43453-			test -n "$verbose" && echo "	..trimmed $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43481-
lynx-2.9.0dev.6/configure:43482:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags Xext 2>/dev/null`"
lynx-2.9.0dev.6/configure:43483:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   Xext 2>/dev/null`"
lynx-2.9.0dev.6/configure-43484-	test -n "$verbose" && echo "	package Xext CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43504-		(-D*)
lynx-2.9.0dev.6/configure:43505:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43506-
##############################################
lynx-2.9.0dev.6/configure-43531-			(-D*)
lynx-2.9.0dev.6/configure:43532:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-43533-
##############################################
lynx-2.9.0dev.6/configure-43559-
lynx-2.9.0dev.6/configure:43560:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-43561-
##############################################
lynx-2.9.0dev.6/configure-43695-
lynx-2.9.0dev.6/configure:43696:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags x11 2>/dev/null`"
lynx-2.9.0dev.6/configure:43697:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   x11 2>/dev/null`"
lynx-2.9.0dev.6/configure-43698-	test -n "$verbose" && echo "	package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43718-		(-D*)
lynx-2.9.0dev.6/configure:43719:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43720-
##############################################
lynx-2.9.0dev.6/configure-43745-			(-D*)
lynx-2.9.0dev.6/configure:43746:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-43747-
##############################################
lynx-2.9.0dev.6/configure-43773-
lynx-2.9.0dev.6/configure:43774:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-43775-
##############################################
lynx-2.9.0dev.6/configure-43832-
lynx-2.9.0dev.6/configure:43833:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
lynx-2.9.0dev.6/configure:43834:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   ice 2>/dev/null`"
lynx-2.9.0dev.6/configure-43835-	test -n "$verbose" && echo "	package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43855-		(-D*)
lynx-2.9.0dev.6/configure:43856:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43857-
##############################################
lynx-2.9.0dev.6/configure-43882-			(-D*)
lynx-2.9.0dev.6/configure:43883:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-43884-
##############################################
lynx-2.9.0dev.6/configure-43910-
lynx-2.9.0dev.6/configure:43911:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-43912-
##############################################
lynx-2.9.0dev.6/configure-43969-
lynx-2.9.0dev.6/configure:43970:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags sm 2>/dev/null`"
lynx-2.9.0dev.6/configure:43971:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   sm 2>/dev/null`"
lynx-2.9.0dev.6/configure-43972-	test -n "$verbose" && echo "	package sm CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-43992-		(-D*)
lynx-2.9.0dev.6/configure:43993:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-43994-
##############################################
lynx-2.9.0dev.6/configure-44019-			(-D*)
lynx-2.9.0dev.6/configure:44020:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44021-
##############################################
lynx-2.9.0dev.6/configure-44047-
lynx-2.9.0dev.6/configure:44048:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44049-
##############################################
lynx-2.9.0dev.6/configure-44106-
lynx-2.9.0dev.6/configure:44107:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xt 2>/dev/null`"
lynx-2.9.0dev.6/configure:44108:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xt 2>/dev/null`"
lynx-2.9.0dev.6/configure-44109-	test -n "$verbose" && echo "	package xt CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44129-		(-D*)
lynx-2.9.0dev.6/configure:44130:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44131-
##############################################
lynx-2.9.0dev.6/configure-44156-			(-D*)
lynx-2.9.0dev.6/configure:44157:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44158-
##############################################
lynx-2.9.0dev.6/configure-44184-
lynx-2.9.0dev.6/configure:44185:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44186-
##############################################
lynx-2.9.0dev.6/configure-44249-
lynx-2.9.0dev.6/configure:44250:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags xt 2>/dev/null`"
lynx-2.9.0dev.6/configure:44251:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   xt 2>/dev/null`"
lynx-2.9.0dev.6/configure-44252-	test -n "$verbose" && echo "	package xt CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44272-		(-D*)
lynx-2.9.0dev.6/configure:44273:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44274-
##############################################
lynx-2.9.0dev.6/configure-44299-			(-D*)
lynx-2.9.0dev.6/configure:44300:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44301-
##############################################
lynx-2.9.0dev.6/configure-44327-
lynx-2.9.0dev.6/configure:44328:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44329-
##############################################
lynx-2.9.0dev.6/configure-44438-
lynx-2.9.0dev.6/configure:44439:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags x11 2>/dev/null`"
lynx-2.9.0dev.6/configure:44440:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   x11 2>/dev/null`"
lynx-2.9.0dev.6/configure-44441-	test -n "$verbose" && echo "	package x11 CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44461-		(-D*)
lynx-2.9.0dev.6/configure:44462:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44463-
##############################################
lynx-2.9.0dev.6/configure-44488-			(-D*)
lynx-2.9.0dev.6/configure:44489:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44490-
##############################################
lynx-2.9.0dev.6/configure-44516-
lynx-2.9.0dev.6/configure:44517:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44518-
##############################################
lynx-2.9.0dev.6/configure-44571-
lynx-2.9.0dev.6/configure:44572:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%-lXt %-lXt -lX11 %" -e 's%  % %g'`
lynx-2.9.0dev.6/configure-44573-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44644-
lynx-2.9.0dev.6/configure:44645:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
lynx-2.9.0dev.6/configure:44646:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   ice 2>/dev/null`"
lynx-2.9.0dev.6/configure-44647-	test -n "$verbose" && echo "	package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44667-		(-D*)
lynx-2.9.0dev.6/configure:44668:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44669-
##############################################
lynx-2.9.0dev.6/configure-44694-			(-D*)
lynx-2.9.0dev.6/configure:44695:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44696-
##############################################
lynx-2.9.0dev.6/configure-44722-
lynx-2.9.0dev.6/configure:44723:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44724-
##############################################
lynx-2.9.0dev.6/configure-44773-
lynx-2.9.0dev.6/configure:44774:	cf_pkgconfig_incs="`$PKG_CONFIG --cflags sm 2>/dev/null`"
lynx-2.9.0dev.6/configure:44775:	cf_pkgconfig_libs="`$PKG_CONFIG --libs   sm 2>/dev/null`"
lynx-2.9.0dev.6/configure-44776-	test -n "$verbose" && echo "	package sm CFLAGS: $cf_pkgconfig_incs" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44796-		(-D*)
lynx-2.9.0dev.6/configure:44797:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44798-
##############################################
lynx-2.9.0dev.6/configure-44823-			(-D*)
lynx-2.9.0dev.6/configure:44824:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44825-
##############################################
lynx-2.9.0dev.6/configure-44851-
lynx-2.9.0dev.6/configure:44852:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-44853-
##############################################
lynx-2.9.0dev.6/configure-44912-
lynx-2.9.0dev.6/configure:44913:LIBS=`echo "$LIBS" | sed -e "s/[ 	][ 	]*/ /g" -e "s%-lXt %-lXt $X_PRE_LIBS %" -e 's%  % %g'`
lynx-2.9.0dev.6/configure-44914-test -n "$verbose" && echo "	...after  $LIBS" 1>&6
##############################################
lynx-2.9.0dev.6/configure-44953-		(-D*)
lynx-2.9.0dev.6/configure:44954:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-44955-
##############################################
lynx-2.9.0dev.6/configure-44980-			(-D*)
lynx-2.9.0dev.6/configure:44981:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-44982-
##############################################
lynx-2.9.0dev.6/configure-45008-
lynx-2.9.0dev.6/configure:45009:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-45010-
##############################################
lynx-2.9.0dev.6/configure-45586-
lynx-2.9.0dev.6/configure:45587:cf_x_athena_LIBS=`echo "HAVE_LIB_$cf_x_athena" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-45588-
##############################################
lynx-2.9.0dev.6/configure-45682-
lynx-2.9.0dev.6/configure:45683:for cf_add_cflags in `$XCURSES_CONFIG --cflags`
lynx-2.9.0dev.6/configure-45684-do
##############################################
lynx-2.9.0dev.6/configure-45690-		(-D*)
lynx-2.9.0dev.6/configure:45691:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-45692-
##############################################
lynx-2.9.0dev.6/configure-45717-			(-D*)
lynx-2.9.0dev.6/configure:45718:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-45719-
##############################################
lynx-2.9.0dev.6/configure-45745-
lynx-2.9.0dev.6/configure:45746:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-45747-
##############################################
lynx-2.9.0dev.6/configure-45778-cf_add_0lib=
lynx-2.9.0dev.6/configure:45779:for cf_add_1lib in `$XCURSES_CONFIG --libs`; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
lynx-2.9.0dev.6/configure-45780-# filter duplicates
##############################################
lynx-2.9.0dev.6/configure-45817-		(-D*)
lynx-2.9.0dev.6/configure:45818:			cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^-D[^=]*='\''\"[^"]*//'`
lynx-2.9.0dev.6/configure-45819-
##############################################
lynx-2.9.0dev.6/configure-45844-			(-D*)
lynx-2.9.0dev.6/configure:45845:				cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
lynx-2.9.0dev.6/configure-45846-
##############################################
lynx-2.9.0dev.6/configure-45872-
lynx-2.9.0dev.6/configure:45873:	cf_tst_cflags=`echo ${cf_add_cflags} |sed -e 's/^[^"]*"'\''//'`
lynx-2.9.0dev.6/configure-45874-
##############################################
lynx-2.9.0dev.6/configure-46214-do
lynx-2.9.0dev.6/configure:46215:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-46216-echo "$as_me:46216: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-46250-fi
lynx-2.9.0dev.6/configure:46251:echo "$as_me:46251: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:46252:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:46253:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-46254-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:46255:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-46256-EOF
##############################################
lynx-2.9.0dev.6/configure-46553-do
lynx-2.9.0dev.6/configure:46554:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lynx-2.9.0dev.6/configure-46555-echo "$as_me:46555: checking for $ac_header" >&5
##############################################
lynx-2.9.0dev.6/configure-46589-fi
lynx-2.9.0dev.6/configure:46590:echo "$as_me:46590: result: `eval echo '${'$as_ac_Header'}'`" >&5
lynx-2.9.0dev.6/configure:46591:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lynx-2.9.0dev.6/configure:46592:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lynx-2.9.0dev.6/configure-46593-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:46594:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-46595-EOF
##############################################
lynx-2.9.0dev.6/configure-47137-(*/*)
lynx-2.9.0dev.6/configure:47138:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`term.h
lynx-2.9.0dev.6/configure-47139-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/configure-47269-(*/*)
lynx-2.9.0dev.6/configure:47270:	cf_header_item=`echo ${cf_cv_ncurses_header:-curses.h} | sed -e 's%\..*%%' -e 's%/.*%/%'`unctrl.h
lynx-2.9.0dev.6/configure-47271-	cf_header_list="$cf_header_item $cf_header_list"
##############################################
lynx-2.9.0dev.6/configure-47372-
lynx-2.9.0dev.6/configure:47373:cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
lynx-2.9.0dev.6/configure-47374-
##############################################
lynx-2.9.0dev.6/configure-47460-do
lynx-2.9.0dev.6/configure:47461:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lynx-2.9.0dev.6/configure-47462-echo "$as_me:47462: checking for $ac_func" >&5
##############################################
lynx-2.9.0dev.6/configure-47517-fi
lynx-2.9.0dev.6/configure:47518:echo "$as_me:47518: result: `eval echo '${'$as_ac_var'}'`" >&5
lynx-2.9.0dev.6/configure:47519:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lynx-2.9.0dev.6/configure:47520:if test `eval echo '${'$as_ac_var'}'` = yes; then
lynx-2.9.0dev.6/configure-47521-  cat >>confdefs.h <<EOF
lynx-2.9.0dev.6/configure:47522:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lynx-2.9.0dev.6/configure-47523-EOF
##############################################
lynx-2.9.0dev.6/configure-47651-  (exit $ac_status); }; }; then
lynx-2.9.0dev.6/configure:47652:  cf_rpath_oops=`$cf_ldd_prog conftest$ac_exeext | fgrep ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
lynx-2.9.0dev.6/configure:47653:		 cf_rpath_list=`$cf_ldd_prog conftest$ac_exeext | fgrep / | sed -e 's%^.*[ 	]/%/%' -e 's%/[^/][^/]*$%%' |sort | uniq`
lynx-2.9.0dev.6/configure-47654-else
##############################################
lynx-2.9.0dev.6/configure-47719-			if test "$LD_RPATH_OPT" = "-R " ; then
lynx-2.9.0dev.6/configure:47720:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
lynx-2.9.0dev.6/configure-47721-			else
lynx-2.9.0dev.6/configure:47722:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/configure-47723-			fi
##############################################
lynx-2.9.0dev.6/configure-47725-			# if we have not already added this, add it now
lynx-2.9.0dev.6/configure:47726:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
lynx-2.9.0dev.6/configure-47727-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
lynx-2.9.0dev.6/configure-47773-			if test "$LD_RPATH_OPT" = "-R " ; then
lynx-2.9.0dev.6/configure:47774:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
lynx-2.9.0dev.6/configure-47775-			else
lynx-2.9.0dev.6/configure:47776:				cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
lynx-2.9.0dev.6/configure-47777-			fi
##############################################
lynx-2.9.0dev.6/configure-47779-			# if we have not already added this, add it now
lynx-2.9.0dev.6/configure:47780:			cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
lynx-2.9.0dev.6/configure-47781-			if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
##############################################
lynx-2.9.0dev.6/configure-47946-# Name of the executable.
lynx-2.9.0dev.6/configure:47947:as_me=`echo "$0" |sed 's,.*[\\/],,'`
lynx-2.9.0dev.6/configure-47948-
##############################################
lynx-2.9.0dev.6/configure-48054-configured by $0, generated by GNU Autoconf 2.52.20200802,
lynx-2.9.0dev.6/configure:48055:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
lynx-2.9.0dev.6/configure-48056-
##############################################
lynx-2.9.0dev.6/configure-48072-  --*=*)
lynx-2.9.0dev.6/configure:48073:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
lynx-2.9.0dev.6/configure:48074:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
lynx-2.9.0dev.6/configure-48075-    shift
##############################################
lynx-2.9.0dev.6/configure-48195-{
lynx-2.9.0dev.6/configure:48196:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
lynx-2.9.0dev.6/configure-48197-  test -n "$tmp" && test -d "$tmp"
##############################################
lynx-2.9.0dev.6/configure-48422-      ac_BEG=$ac_end
lynx-2.9.0dev.6/configure:48423:      ac_END=`expr $ac_end + $ac_max_sed_lines`
lynx-2.9.0dev.6/configure-48424-      sed "1,${ac_BEG}d; ${ac_END}p; q" $tmp/subs.sed >$tmp/subs.next
##############################################
lynx-2.9.0dev.6/configure-48430-            if test $ac_beg -gt 1; then
lynx-2.9.0dev.6/configure:48431:              ac_end=`expr $ac_end - 1`
lynx-2.9.0dev.6/configure-48432-              continue
##############################################
lynx-2.9.0dev.6/configure-48442-      fi
lynx-2.9.0dev.6/configure:48443:      ac_sed_frag=`expr $ac_sed_frag + 1`
lynx-2.9.0dev.6/configure-48444-      ac_beg=$ac_end
lynx-2.9.0dev.6/configure:48445:      ac_end=`expr $ac_end + $ac_max_sed_lines`
lynx-2.9.0dev.6/configure-48446-    fi
##############################################
lynx-2.9.0dev.6/configure-48459-        cat >$tmp/stdin
lynx-2.9.0dev.6/configure:48460:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/configure:48461:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/configure:48462:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/configure:48463:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/configure-48464-  * )   ac_file_in=$ac_file.in ;;
##############################################
lynx-2.9.0dev.6/configure-48484-as_dummy="$ac_dir"
lynx-2.9.0dev.6/configure:48485:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
lynx-2.9.0dev.6/configure-48486-  case $as_mkdir_dir in
##############################################
lynx-2.9.0dev.6/configure-48495-
lynx-2.9.0dev.6/configure:48496:    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
lynx-2.9.0dev.6/configure-48497-    # A "../" for each directory in $ac_dir_suffix.
lynx-2.9.0dev.6/configure:48498:    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
lynx-2.9.0dev.6/configure-48499-  else
##############################################
lynx-2.9.0dev.6/configure-48507-      else
lynx-2.9.0dev.6/configure:48508:         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
lynx-2.9.0dev.6/configure-48509-      fi ;;
##############################################
lynx-2.9.0dev.6/configure-48566-    do
lynx-2.9.0dev.6/configure:48567:      ac_seen=`grep '@\(datadir\|mandir\|infodir\)@' $ac_item`
lynx-2.9.0dev.6/configure-48568-      if test -n "$ac_seen"; then
lynx-2.9.0dev.6/configure:48569:        ac_used=`grep '@datarootdir@' $ac_item`
lynx-2.9.0dev.6/configure-48570-        if test -z "$ac_used"; then
##############################################
lynx-2.9.0dev.6/configure-48577-      fi
lynx-2.9.0dev.6/configure:48578:      ac_seen=`grep '${datarootdir}' $ac_item`
lynx-2.9.0dev.6/configure-48579-      if test -n "$ac_seen"; then
##############################################
lynx-2.9.0dev.6/configure-48611-    do
lynx-2.9.0dev.6/configure:48612:        ac_seen=`fgrep -n '${'$ac_name'[:=].*}' $ac_file`
lynx-2.9.0dev.6/configure-48613-        if test -n "$ac_seen"; then
lynx-2.9.0dev.6/configure:48614:            ac_init=`egrep '[ 	]*'$ac_name'[ 	]*=' $ac_file`
lynx-2.9.0dev.6/configure-48615-            if test -z "$ac_init"; then
lynx-2.9.0dev.6/configure:48616:              ac_seen=`echo "$ac_seen" |sed -e 's,^,'$ac_file':,'`
lynx-2.9.0dev.6/configure-48617-              { echo "$as_me:48617: WARNING: Variable $ac_name is used but was not set:
##############################################
lynx-2.9.0dev.6/configure-48626-    if test -s $tmp/out; then
lynx-2.9.0dev.6/configure:48627:      ac_seen=`sed -e 's,^,'$ac_file':,' < $tmp/out`
lynx-2.9.0dev.6/configure-48628-      { echo "$as_me:48628: WARNING: Some variables may not be substituted:
##############################################
lynx-2.9.0dev.6/configure-48669-        cat >$tmp/stdin
lynx-2.9.0dev.6/configure:48670:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/configure:48671:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/configure:48672:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/configure:48673:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lynx-2.9.0dev.6/configure-48674-  * )   ac_file_in=$ac_file.in ;;
##############################################
lynx-2.9.0dev.6/configure-48838-as_dummy="$ac_dir"
lynx-2.9.0dev.6/configure:48839:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
lynx-2.9.0dev.6/configure-48840-  case $as_mkdir_dir in
##############################################
lynx-2.9.0dev.6/configure-48864-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
lynx-2.9.0dev.6/configure:48865:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
lynx-2.9.0dev.6/configure:48866:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
lynx-2.9.0dev.6/configure-48867-
##############################################
lynx-2.9.0dev.6/configure-48872-        case "$ac_file" in
lynx-2.9.0dev.6/configure:48873:          (*:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lynx-2.9.0dev.6/configure-48874-        esac
##############################################
lynx-2.9.0dev.6/configure-48879-          # Adjust a relative srcdir.
lynx-2.9.0dev.6/configure:48880:          ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lynx-2.9.0dev.6/configure:48881:          ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lynx-2.9.0dev.6/configure:48882:          ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lynx-2.9.0dev.6/configure:48883:          ac_base=`basename $ac_file .in`
lynx-2.9.0dev.6/configure-48884-          # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lynx-2.9.0dev.6/configure-48888-          case "$ac_given_srcdir" in
lynx-2.9.0dev.6/configure:48889:            (.)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lynx-2.9.0dev.6/configure-48890-            (/*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lynx-2.9.0dev.6/lynx.cfg-1057-# and may also have disabled jumps file links, but still want to allow
lynx-2.9.0dev.6/lynx.cfg:1058:# execution of particular utility scripts or programs.  The format is
lynx-2.9.0dev.6/lynx.cfg-1059-# like that for TRUSTED_EXEC.  For example: