===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
netrw-1.3.2/acinclude.m4-11-AC_DEFUN([NW_VER_BUILD_DATE],
netrw-1.3.2/acinclude.m4:12:[BUILD_DATE=`$DATE_PROGRAM -u '+%Y/%m/%d %H:%M UTC' || echo unknown`
netrw-1.3.2/acinclude.m4-13-
##############################################
netrw-1.3.2/acinclude.m4-20-if test x$USER = x; then
netrw-1.3.2/acinclude.m4:21:    BUILDER=`$WHOAMI_PROGRAM || echo somebody`
netrw-1.3.2/acinclude.m4-22-else
##############################################
netrw-1.3.2/acinclude.m4-25-if test x$HOST = x; then
netrw-1.3.2/acinclude.m4:26:    HOST=`$HOSTNAME_PROGRAM`
netrw-1.3.2/acinclude.m4-27-    if test x$HOST = x; then
netrw-1.3.2/acinclude.m4:28:        BUILDER=$BUILDER'@'`$UNAME_PROGRAM -n || echo unknown`
netrw-1.3.2/acinclude.m4-29-    else
##############################################
netrw-1.3.2/acinclude.m4-102-    nw_gcc_opts="-O3 -march=$target_cpu -funroll-loops"
netrw-1.3.2/acinclude.m4:103:    nw_gcc_opts_CFLAGS=`echo $CFLAGS | sed 's/^-O[[0-9s]]/ &/' | sed 's/-O[[0-9s]]$/& /' | sed 's/ -O[[0-9s]] / /g'`
netrw-1.3.2/acinclude.m4-104-
##############################################
netrw-1.3.2/acinclude.m4-106-        [nw_cv_gcc_opts],
netrw-1.3.2/acinclude.m4:107:        [CFLAGS=`echo "$nw_gcc_opts_CFLAGS $nw_gcc_opts" | sed 's/   */ /g'`
netrw-1.3.2/acinclude.m4-108-        AC_TRY_COMPILE([], [], [nw_cv_gcc_opts=$nw_gcc_opts], [nw_cv_gcc_opts=$nw_gcc_opts_fallback])])
netrw-1.3.2/acinclude.m4-109-
netrw-1.3.2/acinclude.m4:110:    CFLAGS=`echo "$nw_cv_gcc_opts $nw_gcc_opts_CFLAGS" | sed 's/   */ /g'`
netrw-1.3.2/acinclude.m4-111-fi
##############################################
netrw-1.3.2/acinclude.m4-308-if test x$nw_cv_enable_static = xyes; then
netrw-1.3.2/acinclude.m4:309:    LDFLAGS=`echo "-static $LDFLAGS" | sed 's/^ *//'`
netrw-1.3.2/acinclude.m4-310-fi
##############################################
netrw-1.3.2/mkinstalldirs-56-do
netrw-1.3.2/mkinstalldirs:57:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
netrw-1.3.2/mkinstalldirs-58-   shift
##############################################
netrw-1.3.2/config.guess-40-
netrw-1.3.2/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
netrw-1.3.2/config.guess-42-
##############################################
netrw-1.3.2/config.guess-109-: ${TMPDIR=/tmp} ;
netrw-1.3.2/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
netrw-1.3.2/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
netrw-1.3.2/config.guess-155-EOF
netrw-1.3.2/config.guess:156:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
netrw-1.3.2/config.guess-157-fi
##############################################
netrw-1.3.2/config.guess-211-	    *)
netrw-1.3.2/config.guess:212:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
netrw-1.3.2/config.guess-213-		;;
##############################################
netrw-1.3.2/config.guess-238-	*4.0)
netrw-1.3.2/config.guess:239:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
netrw-1.3.2/config.guess-240-		;;
netrw-1.3.2/config.guess-241-	*5.*)
netrw-1.3.2/config.guess:242:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
netrw-1.3.2/config.guess-243-		;;
##############################################
netrw-1.3.2/config.guess-248-	# types through head -n 1, so we only detect the type of CPU 0.
netrw-1.3.2/config.guess:249:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
netrw-1.3.2/config.guess-250-	case "$ALPHA_CPU_TYPE" in
##############################################
netrw-1.3.2/config.guess-286-	# 1.2 uses "1.2" for uname -r.
netrw-1.3.2/config.guess:287:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
netrw-1.3.2/config.guess-288-	exit ;;
##############################################
netrw-1.3.2/config.guess-343-    sun4H:SunOS:5.*:*)
netrw-1.3.2/config.guess:344:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netrw-1.3.2/config.guess-345-	exit ;;
netrw-1.3.2/config.guess-346-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
netrw-1.3.2/config.guess:347:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netrw-1.3.2/config.guess-348-	exit ;;
netrw-1.3.2/config.guess-349-    i86pc:SunOS:5.*:*)
netrw-1.3.2/config.guess:350:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netrw-1.3.2/config.guess-351-	exit ;;
##############################################
netrw-1.3.2/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
netrw-1.3.2/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netrw-1.3.2/config.guess-357-	exit ;;
##############################################
netrw-1.3.2/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
netrw-1.3.2/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
netrw-1.3.2/config.guess-366-	exit ;;
##############################################
netrw-1.3.2/config.guess-370-    sun*:*:4.2BSD:*)
netrw-1.3.2/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
netrw-1.3.2/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
netrw-1.3.2/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
netrw-1.3.2/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
netrw-1.3.2/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
netrw-1.3.2/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
netrw-1.3.2/config.guess-508-    *:IRIX*:*:*)
netrw-1.3.2/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
netrw-1.3.2/config.guess-510-	exit ;;
##############################################
netrw-1.3.2/config.guess-538-EOF
netrw-1.3.2/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
netrw-1.3.2/config.guess-540-		then
##############################################
netrw-1.3.2/config.guess-551-    *:AIX:*:[45])
netrw-1.3.2/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
netrw-1.3.2/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
netrw-1.3.2/config.guess-586-    9000/[34678]??:HP-UX:*:*)
netrw-1.3.2/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
netrw-1.3.2/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
netrw-1.3.2/config.guess-640-EOF
netrw-1.3.2/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
netrw-1.3.2/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
netrw-1.3.2/config.guess-668-    ia64:HP-UX:*:*)
netrw-1.3.2/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
netrw-1.3.2/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
netrw-1.3.2/config.guess-698-EOF
netrw-1.3.2/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
netrw-1.3.2/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
netrw-1.3.2/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
netrw-1.3.2/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
netrw-1.3.2/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
netrw-1.3.2/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
netrw-1.3.2/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
netrw-1.3.2/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
netrw-1.3.2/config.guess-789-	    pc98)
netrw-1.3.2/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
netrw-1.3.2/config.guess-791-	    *)
netrw-1.3.2/config.guess:792:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
netrw-1.3.2/config.guess-793-	esac
##############################################
netrw-1.3.2/config.guess-835-    prep*:SunOS:5.*:*)
netrw-1.3.2/config.guess:836:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
netrw-1.3.2/config.guess-837-	exit ;;
##############################################
netrw-1.3.2/config.guess-839-	# the GNU system
netrw-1.3.2/config.guess:840:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
netrw-1.3.2/config.guess-841-	exit ;;
##############################################
netrw-1.3.2/config.guess-843-	# other systems with GNU libc and userland
netrw-1.3.2/config.guess:844:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
netrw-1.3.2/config.guess-845-	exit ;;
##############################################
netrw-1.3.2/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
netrw-1.3.2/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
netrw-1.3.2/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
netrw-1.3.2/config.guess-1299-    *:DragonFly:*:*)
netrw-1.3.2/config.guess:1300:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
netrw-1.3.2/config.guess-1301-	exit ;;
##############################################
netrw-1.3.2/config.guess-1312-    i*86:skyos:*:*)
netrw-1.3.2/config.guess:1313:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
netrw-1.3.2/config.guess-1314-	exit ;;
##############################################
netrw-1.3.2/config.guess-1437-
netrw-1.3.2/config.guess:1438:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
netrw-1.3.2/config.guess-1439-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
netrw-1.3.2/install-sh-85-
netrw-1.3.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
netrw-1.3.2/install-sh-87-	    shift
##############################################
netrw-1.3.2/install-sh-89-
netrw-1.3.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
netrw-1.3.2/install-sh-91-	    shift
##############################################
netrw-1.3.2/install-sh-151-	then
netrw-1.3.2/install-sh:152:		dst="$dst"/`basename $src`
netrw-1.3.2/install-sh-153-	else
##############################################
netrw-1.3.2/install-sh-158-## this sed command emulates the dirname command
netrw-1.3.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
netrw-1.3.2/install-sh-160-
##############################################
netrw-1.3.2/install-sh-172-IFS='%'
netrw-1.3.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
netrw-1.3.2/install-sh-174-IFS="${oIFS}"
##############################################
netrw-1.3.2/install-sh-206-	then
netrw-1.3.2/install-sh:207:		dstfile=`basename $dst`
netrw-1.3.2/install-sh-208-	else
##############################################
netrw-1.3.2/install-sh-216-	then
netrw-1.3.2/install-sh:217:		dstfile=`basename $dst`
netrw-1.3.2/install-sh-218-	else
##############################################
netrw-1.3.2/missing-128-         from any GNU archive site."
netrw-1.3.2/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
netrw-1.3.2/missing-130-    test -z "$files" && files="config.h"
##############################################
netrw-1.3.2/missing-167-         proper tools for further handling them.
netrw-1.3.2/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
netrw-1.3.2/missing-169-         archive site."
netrw-1.3.2/missing-170-
netrw-1.3.2/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
netrw-1.3.2/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
netrw-1.3.2/missing-173-    if test -f "$file"; then
##############################################
netrw-1.3.2/missing-196-	*.y)
netrw-1.3.2/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
netrw-1.3.2/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
netrw-1.3.2/missing-200-	    fi
netrw-1.3.2/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
netrw-1.3.2/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
netrw-1.3.2/missing-226-	*.l)
netrw-1.3.2/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
netrw-1.3.2/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
netrw-1.3.2/missing-250-
netrw-1.3.2/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
netrw-1.3.2/missing-252-    if test -z "$file"; then
netrw-1.3.2/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
netrw-1.3.2/missing-254-    fi
##############################################
netrw-1.3.2/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
netrw-1.3.2/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
netrw-1.3.2/missing-278-    if test -z "$file"; then
netrw-1.3.2/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
netrw-1.3.2/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
netrw-1.3.2/missing-281-    fi
##############################################
netrw-1.3.2/missing-304-	*o*)
netrw-1.3.2/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
netrw-1.3.2/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
netrw-1.3.2/missing-310-	*h*)
netrw-1.3.2/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
netrw-1.3.2/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
netrw-1.3.2/configure-46-do
netrw-1.3.2/configure:47:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
netrw-1.3.2/configure-48-    eval $as_var=C; export $as_var
##############################################
netrw-1.3.2/configure-104-  as_lineno_2=$LINENO
netrw-1.3.2/configure:105:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/configure-106-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/configure-143-  as_lineno_2=$LINENO
netrw-1.3.2/configure:144:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/configure-145-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/configure-365-
netrw-1.3.2/configure:366:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
netrw-1.3.2/configure-367-
##############################################
netrw-1.3.2/configure-398-  -disable-* | --disable-*)
netrw-1.3.2/configure:399:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
netrw-1.3.2/configure-400-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/configure-403-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:404:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
netrw-1.3.2/configure-405-    eval "enable_$ac_feature=no" ;;
##############################################
netrw-1.3.2/configure-407-  -enable-* | --enable-*)
netrw-1.3.2/configure:408:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
netrw-1.3.2/configure-409-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/configure-412-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:413:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
netrw-1.3.2/configure-414-    case $ac_option in
netrw-1.3.2/configure:415:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
netrw-1.3.2/configure-416-      *) ac_optarg=yes ;;
##############################################
netrw-1.3.2/configure-589-  -with-* | --with-*)
netrw-1.3.2/configure:590:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
netrw-1.3.2/configure-591-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/configure-594-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:595:    ac_package=`echo $ac_package| sed 's/-/_/g'`
netrw-1.3.2/configure-596-    case $ac_option in
netrw-1.3.2/configure:597:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
netrw-1.3.2/configure-598-      *) ac_optarg=yes ;;
##############################################
netrw-1.3.2/configure-602-  -without-* | --without-*)
netrw-1.3.2/configure:603:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
netrw-1.3.2/configure-604-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/configure-607-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:608:    ac_package=`echo $ac_package | sed 's/-/_/g'`
netrw-1.3.2/configure-609-    eval "with_$ac_package=no" ;;
##############################################
netrw-1.3.2/configure-634-  *=*)
netrw-1.3.2/configure:635:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
netrw-1.3.2/configure-636-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/configure-639-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:640:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
netrw-1.3.2/configure-641-    eval "$ac_envvar='$ac_optarg'"
##############################################
netrw-1.3.2/configure-655-if test -n "$ac_prev"; then
netrw-1.3.2/configure:656:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
netrw-1.3.2/configure-657-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
netrw-1.3.2/configure-663-do
netrw-1.3.2/configure:664:  eval ac_val=$`echo $ac_var`
netrw-1.3.2/configure-665-  case $ac_val in
##############################################
netrw-1.3.2/configure-675-do
netrw-1.3.2/configure:676:  eval ac_val=$`echo $ac_var`
netrw-1.3.2/configure-677-  case $ac_val in
##############################################
netrw-1.3.2/configure-742-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:743:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
netrw-1.3.2/configure-744-ac_env_build_alias_set=${build_alias+set}
##############################################
netrw-1.3.2/configure-813-By default, \`make install' will install all the files in
netrw-1.3.2/configure:814:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
netrw-1.3.2/configure:815:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
netrw-1.3.2/configure-816-for instance \`--prefix=\$HOME'.
##############################################
netrw-1.3.2/configure-899-if test "$ac_dir" != .; then
netrw-1.3.2/configure:900:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
netrw-1.3.2/configure-901-  # A "../" for each directory in $ac_dir_suffix.
netrw-1.3.2/configure:902:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
netrw-1.3.2/configure-903-else
##############################################
netrw-1.3.2/configure-912-    else
netrw-1.3.2/configure:913:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
netrw-1.3.2/configure-914-    fi ;;
##############################################
netrw-1.3.2/configure-1068-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
netrw-1.3.2/configure:1069:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
netrw-1.3.2/configure-1070-    esac
##############################################
netrw-1.3.2/configure-1140-    do
netrw-1.3.2/configure:1141:      eval ac_val=$`echo $ac_var`
netrw-1.3.2/configure-1142-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
netrw-1.3.2/configure-1154-      do
netrw-1.3.2/configure:1155:	eval ac_val=$`echo $ac_var`
netrw-1.3.2/configure-1156-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
netrw-1.3.2/configure-1261-    set,)
netrw-1.3.2/configure:1262:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
netrw-1.3.2/configure:1263:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
netrw-1.3.2/configure-1264-      ac_cache_corrupted=: ;;
##############################################
netrw-1.3.2/configure-1284-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
netrw-1.3.2/configure:1285:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
netrw-1.3.2/configure-1286-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
netrw-1.3.2/configure-1449-test -z "$ac_cv_build_alias" &&
netrw-1.3.2/configure:1450:  ac_cv_build_alias=`$ac_config_guess`
netrw-1.3.2/configure-1451-test -z "$ac_cv_build_alias" &&
##############################################
netrw-1.3.2/configure-1454-   { (exit 1); exit 1; }; }
netrw-1.3.2/configure:1455:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
netrw-1.3.2/configure-1456-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
netrw-1.3.2/configure-1463-build=$ac_cv_build
netrw-1.3.2/configure:1464:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/configure:1465:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/configure:1466:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/configure-1467-
##############################################
netrw-1.3.2/configure-1476-  ac_cv_host_alias=$ac_cv_build_alias
netrw-1.3.2/configure:1477:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
netrw-1.3.2/configure-1478-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
netrw-1.3.2/configure-1485-host=$ac_cv_host
netrw-1.3.2/configure:1486:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/configure:1487:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/configure:1488:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/configure-1489-
##############################################
netrw-1.3.2/configure-1498-  ac_cv_target_alias=$ac_cv_host_alias
netrw-1.3.2/configure:1499:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
netrw-1.3.2/configure-1500-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
netrw-1.3.2/configure-1507-target=$ac_cv_target
netrw-1.3.2/configure:1508:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/configure:1509:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/configure:1510:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/configure-1511-
##############################################
netrw-1.3.2/configure-1610-if (
netrw-1.3.2/configure:1611:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
netrw-1.3.2/configure-1612-   if test "$*" = "X"; then
netrw-1.3.2/configure-1613-      # -L didn't work.
netrw-1.3.2/configure:1614:      set X `ls -t $srcdir/configure conftest.file`
netrw-1.3.2/configure-1615-   fi
##############################################
netrw-1.3.2/configure-1654-_ACEOF
netrw-1.3.2/configure:1655:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
netrw-1.3.2/configure-1656-rm conftest.sed
##############################################
netrw-1.3.2/configure-1659-# expand $ac_aux_dir to an absolute path
netrw-1.3.2/configure:1660:am_aux_dir=`cd $ac_aux_dir && pwd`
netrw-1.3.2/configure-1661-
##############################################
netrw-1.3.2/configure-1713-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
netrw-1.3.2/configure:1714:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
netrw-1.3.2/configure-1715-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
netrw-1.3.2/configure-1722-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
netrw-1.3.2/configure:1723:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
netrw-1.3.2/configure-1724-if test -n "$ac_maketemp"; then
##############################################
netrw-1.3.2/configure-1730-fi
netrw-1.3.2/configure:1731:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
netrw-1.3.2/configure-1732-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
netrw-1.3.2/configure-1741- # test to see if srcdir already configured
netrw-1.3.2/configure:1742:if test "`cd $srcdir && pwd`" != "`pwd`" &&
netrw-1.3.2/configure-1743-   test -f $srcdir/config.status; then
##############################################
netrw-1.3.2/configure-2227-     "checking for C compiler version" >&5
netrw-1.3.2/configure:2228:ac_compiler=`set X $ac_compile; echo $2`
netrw-1.3.2/configure-2229-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
netrw-1.3.2/configure-2266-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
netrw-1.3.2/configure:2267:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
netrw-1.3.2/configure-2268-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
netrw-1.3.2/configure-2294-    *.* )
netrw-1.3.2/configure:2295:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netrw-1.3.2/configure-2296-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
netrw-1.3.2/configure-2374-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
netrw-1.3.2/configure:2375:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netrw-1.3.2/configure-2376-	  export ac_cv_exeext
##############################################
netrw-1.3.2/configure-2424-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
netrw-1.3.2/configure:2425:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
netrw-1.3.2/configure-2426-       break;;
##############################################
netrw-1.3.2/configure-2503-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
netrw-1.3.2/configure:2504:GCC=`test $ac_compiler_gnu = yes && echo yes`
netrw-1.3.2/configure-2505-ac_test_CFLAGS=${CFLAGS+set}
##############################################
netrw-1.3.2/configure-3522-     "checking for C compiler version" >&5
netrw-1.3.2/configure:3523:ac_compiler=`set X $ac_compile; echo $2`
netrw-1.3.2/configure-3524-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
netrw-1.3.2/configure-3597-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
netrw-1.3.2/configure:3598:GCC=`test $ac_compiler_gnu = yes && echo yes`
netrw-1.3.2/configure-3599-ac_test_CFLAGS=${CFLAGS+set}
##############################################
netrw-1.3.2/configure-4700-do
netrw-1.3.2/configure:4701:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
netrw-1.3.2/configure-4702-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
netrw-1.3.2/configure-4747-fi
netrw-1.3.2/configure:4748:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
netrw-1.3.2/configure:4749:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
netrw-1.3.2/configure:4750:if test `eval echo '${'$as_ac_Header'}'` = yes; then
netrw-1.3.2/configure-4751-  cat >>confdefs.h <<_ACEOF
netrw-1.3.2/configure:4752:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
netrw-1.3.2/configure-4753-_ACEOF
##############################################
netrw-1.3.2/configure-4782-do
netrw-1.3.2/configure:4783:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
netrw-1.3.2/configure-4784-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
netrw-1.3.2/configure-4789-fi
netrw-1.3.2/configure:4790:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
netrw-1.3.2/configure:4791:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
netrw-1.3.2/configure-4792-else
##############################################
netrw-1.3.2/configure-4916-fi
netrw-1.3.2/configure:4917:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
netrw-1.3.2/configure:4918:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
netrw-1.3.2/configure-4919-
netrw-1.3.2/configure-4920-fi
netrw-1.3.2/configure:4921:if test `eval echo '${'$as_ac_Header'}'` = yes; then
netrw-1.3.2/configure-4922-  cat >>confdefs.h <<_ACEOF
netrw-1.3.2/configure:4923:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
netrw-1.3.2/configure-4924-_ACEOF
##############################################
netrw-1.3.2/configure-5281-
netrw-1.3.2/configure:5282:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-5283-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-5286-		    fi
netrw-1.3.2/configure:5287:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-5288-fi
##############################################
netrw-1.3.2/configure-5379-
netrw-1.3.2/configure:5380:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-5381-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-5384-		       fi
netrw-1.3.2/configure:5385:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-5386-fi
##############################################
netrw-1.3.2/configure-5399-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:5400:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-5401-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-5444-
netrw-1.3.2/configure:5445:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-5446-fi
##############################################
netrw-1.3.2/configure-5695-
netrw-1.3.2/configure:5696:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-5697-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-5700-		    fi
netrw-1.3.2/configure:5701:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-5702-fi
##############################################
netrw-1.3.2/configure-5793-
netrw-1.3.2/configure:5794:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-5795-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-5798-		       fi
netrw-1.3.2/configure:5799:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-5800-fi
##############################################
netrw-1.3.2/configure-5813-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:5814:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-5815-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-5858-
netrw-1.3.2/configure:5859:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-5860-fi
##############################################
netrw-1.3.2/configure-6109-
netrw-1.3.2/configure:6110:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-6111-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-6114-		    fi
netrw-1.3.2/configure:6115:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-6116-fi
##############################################
netrw-1.3.2/configure-6207-
netrw-1.3.2/configure:6208:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-6209-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-6212-		       fi
netrw-1.3.2/configure:6213:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-6214-fi
##############################################
netrw-1.3.2/configure-6227-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:6228:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-6229-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-6272-
netrw-1.3.2/configure:6273:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-6274-fi
##############################################
netrw-1.3.2/configure-6523-
netrw-1.3.2/configure:6524:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-6525-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-6528-		    fi
netrw-1.3.2/configure:6529:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-6530-fi
##############################################
netrw-1.3.2/configure-6621-
netrw-1.3.2/configure:6622:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-6623-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-6626-		       fi
netrw-1.3.2/configure:6627:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-6628-fi
##############################################
netrw-1.3.2/configure-6641-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:6642:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-6643-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-6686-
netrw-1.3.2/configure:6687:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-6688-fi
##############################################
netrw-1.3.2/configure-6937-
netrw-1.3.2/configure:6938:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-6939-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-6942-		    fi
netrw-1.3.2/configure:6943:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-6944-fi
##############################################
netrw-1.3.2/configure-7035-
netrw-1.3.2/configure:7036:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-7037-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-7040-		       fi
netrw-1.3.2/configure:7041:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-7042-fi
##############################################
netrw-1.3.2/configure-7055-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:7056:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-7057-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-7100-
netrw-1.3.2/configure:7101:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-7102-fi
##############################################
netrw-1.3.2/configure-7351-
netrw-1.3.2/configure:7352:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-7353-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-7356-		    fi
netrw-1.3.2/configure:7357:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-7358-fi
##############################################
netrw-1.3.2/configure-7449-
netrw-1.3.2/configure:7450:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-7451-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-7454-		       fi
netrw-1.3.2/configure:7455:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-7456-fi
##############################################
netrw-1.3.2/configure-7469-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:7470:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-7471-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-7514-
netrw-1.3.2/configure:7515:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-7516-fi
##############################################
netrw-1.3.2/configure-7765-
netrw-1.3.2/configure:7766:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-7767-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-7770-		    fi
netrw-1.3.2/configure:7771:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-7772-fi
##############################################
netrw-1.3.2/configure-7863-
netrw-1.3.2/configure:7864:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-7865-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-7868-		       fi
netrw-1.3.2/configure:7869:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-7870-fi
##############################################
netrw-1.3.2/configure-7883-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:7884:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-7885-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-7928-
netrw-1.3.2/configure:7929:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-7930-fi
##############################################
netrw-1.3.2/configure-8179-
netrw-1.3.2/configure:8180:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-8181-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-8184-		    fi
netrw-1.3.2/configure:8185:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-8186-fi
##############################################
netrw-1.3.2/configure-8277-
netrw-1.3.2/configure:8278:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-8279-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-8282-		       fi
netrw-1.3.2/configure:8283:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-8284-fi
##############################################
netrw-1.3.2/configure-8297-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:8298:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-8299-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-8342-
netrw-1.3.2/configure:8343:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-8344-fi
##############################################
netrw-1.3.2/configure-8593-
netrw-1.3.2/configure:8594:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-8595-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-8598-		    fi
netrw-1.3.2/configure:8599:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-8600-fi
##############################################
netrw-1.3.2/configure-8691-
netrw-1.3.2/configure:8692:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-8693-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-8696-		       fi
netrw-1.3.2/configure:8697:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-8698-fi
##############################################
netrw-1.3.2/configure-8711-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:8712:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-8713-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-8756-
netrw-1.3.2/configure:8757:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-8758-fi
##############################################
netrw-1.3.2/configure-9007-
netrw-1.3.2/configure:9008:ac_lo=`expr $ac_mid + 1`
netrw-1.3.2/configure-9009-		    if test $ac_lo -le $ac_mid; then
##############################################
netrw-1.3.2/configure-9012-		    fi
netrw-1.3.2/configure:9013:		    ac_mid=`expr 2 '*' $ac_mid + 1`
netrw-1.3.2/configure-9014-fi
##############################################
netrw-1.3.2/configure-9105-
netrw-1.3.2/configure:9106:ac_hi=`expr '(' $ac_mid ')' - 1`
netrw-1.3.2/configure-9107-		       if test $ac_mid -le $ac_hi; then
##############################################
netrw-1.3.2/configure-9110-		       fi
netrw-1.3.2/configure:9111:		       ac_mid=`expr 2 '*' $ac_mid`
netrw-1.3.2/configure-9112-fi
##############################################
netrw-1.3.2/configure-9125-while test "x$ac_lo" != "x$ac_hi"; do
netrw-1.3.2/configure:9126:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
netrw-1.3.2/configure-9127-  cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-9170-
netrw-1.3.2/configure:9171:ac_lo=`expr '(' $ac_mid ')' + 1`
netrw-1.3.2/configure-9172-fi
##############################################
netrw-1.3.2/configure-9539-do
netrw-1.3.2/configure:9540:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
netrw-1.3.2/configure-9541-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
netrw-1.3.2/configure-9628-fi
netrw-1.3.2/configure:9629:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
netrw-1.3.2/configure:9630:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
netrw-1.3.2/configure:9631:if test `eval echo '${'$as_ac_var'}'` = yes; then
netrw-1.3.2/configure-9632-  cat >>confdefs.h <<_ACEOF
netrw-1.3.2/configure:9633:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
netrw-1.3.2/configure-9634-_ACEOF
##############################################
netrw-1.3.2/configure-9758-do
netrw-1.3.2/configure:9759:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
netrw-1.3.2/configure-9760-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
netrw-1.3.2/configure-9847-fi
netrw-1.3.2/configure:9848:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
netrw-1.3.2/configure:9849:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
netrw-1.3.2/configure:9850:if test `eval echo '${'$as_ac_var'}'` = yes; then
netrw-1.3.2/configure-9851-  cat >>confdefs.h <<_ACEOF
netrw-1.3.2/configure:9852:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
netrw-1.3.2/configure-9853-_ACEOF
##############################################
netrw-1.3.2/configure-10096-do
netrw-1.3.2/configure:10097:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
netrw-1.3.2/configure-10098-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
netrw-1.3.2/configure-10185-fi
netrw-1.3.2/configure:10186:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
netrw-1.3.2/configure:10187:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
netrw-1.3.2/configure:10188:if test `eval echo '${'$as_ac_var'}'` = yes; then
netrw-1.3.2/configure-10189-  cat >>confdefs.h <<_ACEOF
netrw-1.3.2/configure:10190:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
netrw-1.3.2/configure-10191-_ACEOF
##############################################
netrw-1.3.2/configure-11462-    nw_gcc_opts="-O3 -march=$target_cpu -funroll-loops"
netrw-1.3.2/configure:11463:    nw_gcc_opts_CFLAGS=`echo $CFLAGS | sed 's/^-O[0-9s]/ &/' | sed 's/-O[0-9s]$/& /' | sed 's/ -O[0-9s] / /g'`
netrw-1.3.2/configure-11464-
##############################################
netrw-1.3.2/configure-11469-else
netrw-1.3.2/configure:11470:  CFLAGS=`echo "$nw_gcc_opts_CFLAGS $nw_gcc_opts" | sed 's/   */ /g'`
netrw-1.3.2/configure-11471-        cat >conftest.$ac_ext <<_ACEOF
##############################################
netrw-1.3.2/configure-11519-
netrw-1.3.2/configure:11520:    CFLAGS=`echo "$nw_cv_gcc_opts $nw_gcc_opts_CFLAGS" | sed 's/   */ /g'`
netrw-1.3.2/configure-11521-fi
##############################################
netrw-1.3.2/configure-11570-if test x$nw_cv_enable_static = xyes; then
netrw-1.3.2/configure:11571:    LDFLAGS=`echo "-static $LDFLAGS" | sed 's/^ *//'`
netrw-1.3.2/configure-11572-fi
##############################################
netrw-1.3.2/configure-11579-
netrw-1.3.2/configure:11580:BUILD_DATE=`$DATE_PROGRAM -u '+%Y/%m/%d %H:%M UTC' || echo unknown`
netrw-1.3.2/configure-11581-
##############################################
netrw-1.3.2/configure-11585-if test x$USER = x; then
netrw-1.3.2/configure:11586:    BUILDER=`$WHOAMI_PROGRAM || echo somebody`
netrw-1.3.2/configure-11587-else
##############################################
netrw-1.3.2/configure-11590-if test x$HOST = x; then
netrw-1.3.2/configure:11591:    HOST=`$HOSTNAME_PROGRAM`
netrw-1.3.2/configure-11592-    if test x$HOST = x; then
netrw-1.3.2/configure:11593:        BUILDER=$BUILDER'@'`$UNAME_PROGRAM -n || echo unknown`
netrw-1.3.2/configure-11594-    else
##############################################
netrw-1.3.2/configure-11811-do
netrw-1.3.2/configure:11812:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
netrw-1.3.2/configure-11813-    eval $as_var=C; export $as_var
##############################################
netrw-1.3.2/configure-11869-  as_lineno_2=$LINENO
netrw-1.3.2/configure:11870:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/configure-11871-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/configure-11909-  as_lineno_2=$LINENO
netrw-1.3.2/configure:11910:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/configure-11911-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/configure-12088-configured by $0, generated by GNU Autoconf 2.59,
netrw-1.3.2/configure:12089:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
netrw-1.3.2/configure-12090-
##############################################
netrw-1.3.2/configure-12105-  --*=*)
netrw-1.3.2/configure:12106:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
netrw-1.3.2/configure:12107:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
netrw-1.3.2/configure-12108-    ac_shift=:
##############################################
netrw-1.3.2/configure-12370-      fi
netrw-1.3.2/configure:12371:      ac_sed_frag=`expr $ac_sed_frag + 1`
netrw-1.3.2/configure-12372-      ac_beg=$ac_end
netrw-1.3.2/configure:12373:      ac_end=`expr $ac_end + $ac_max_sed_lines`
netrw-1.3.2/configure-12374-    fi
##############################################
netrw-1.3.2/configure-12387-	cat >$tmp/stdin
netrw-1.3.2/configure:12388:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
netrw-1.3.2/configure:12389:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
netrw-1.3.2/configure:12390:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
netrw-1.3.2/configure:12391:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
netrw-1.3.2/configure-12392-  * )   ac_file_in=$ac_file.in ;;
##############################################
netrw-1.3.2/configure-12435-if test "$ac_dir" != .; then
netrw-1.3.2/configure:12436:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
netrw-1.3.2/configure-12437-  # A "../" for each directory in $ac_dir_suffix.
netrw-1.3.2/configure:12438:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
netrw-1.3.2/configure-12439-else
##############################################
netrw-1.3.2/configure-12448-    else
netrw-1.3.2/configure:12449:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
netrw-1.3.2/configure-12450-    fi ;;
##############################################
netrw-1.3.2/configure-12600-	cat >$tmp/stdin
netrw-1.3.2/configure:12601:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
netrw-1.3.2/configure:12602:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
netrw-1.3.2/configure:12603:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
netrw-1.3.2/configure:12604:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
netrw-1.3.2/configure-12605-  * )   ac_file_in=$ac_file.in ;;
##############################################
netrw-1.3.2/src/net.c-166-
netrw-1.3.2/src/net.c:167:int in_addr(struct sockaddr_in *sin, enum ip_mode mode)
netrw-1.3.2/src/net.c-168-{
##############################################
netrw-1.3.2/src/net.c-213-        if (mode == CM_READER) {
netrw-1.3.2/src/net.c:214:            if (in_addr(&sin, IM_ANY) == FN_FAILURE)
netrw-1.3.2/src/net.c-215-                return FN_FAILURE;
##############################################
netrw-1.3.2/src/net.c-235-
netrw-1.3.2/src/net.c:236:            if (in_addr(&sin, IM_HOST) == FN_FAILURE)
netrw-1.3.2/src/net.c-237-                return FN_FAILURE;
##############################################
netrw-1.3.2/src/net.c-263-
netrw-1.3.2/src/net.c:264:            if (in_addr(&sin, IM_ANY) == FN_FAILURE)
netrw-1.3.2/src/net.c-265-                return FN_FAILURE;
##############################################
netrw-1.3.2/src/net.c-358-
netrw-1.3.2/src/net.c:359:            if (in_addr(&sin, IM_HOST) == FN_FAILURE)
netrw-1.3.2/src/net.c-360-                return FN_FAILURE;
##############################################
netrw-1.3.2/src/net.c-539-    case TP_UDP:
netrw-1.3.2/src/net.c:540:        in_addr(&to, IM_HOST);
netrw-1.3.2/src/net.c-541-        ret = sendto(s_data, buf, count, 0,
##############################################
netrw-1.3.2/src/net.h-92-/*
netrw-1.3.2/src/net.h:93: * in_addr(sin, mode)
netrw-1.3.2/src/net.h-94- *
##############################################
netrw-1.3.2/src/net.h-107- */
netrw-1.3.2/src/net.h:108:extern int in_addr(struct sockaddr_in *sin, enum ip_mode mode);
netrw-1.3.2/src/net.h-109-
##############################################
netrw-1.3.2/src/Makefile.in-195-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
netrw-1.3.2/src/Makefile.in:196:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
netrw-1.3.2/src/Makefile.in-197-	  if test -f $$p \
netrw-1.3.2/src/Makefile.in-198-	  ; then \
netrw-1.3.2/src/Makefile.in:199:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
netrw-1.3.2/src/Makefile.in-200-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
netrw-1.3.2/src/Makefile.in-207-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
netrw-1.3.2/src/Makefile.in:208:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
netrw-1.3.2/src/Makefile.in-209-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
netrw-1.3.2/src/Makefile.in-228-.c.o:
netrw-1.3.2/src/Makefile.in:229:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
netrw-1.3.2/src/Makefile.in-230-
netrw-1.3.2/src/Makefile.in-231-.c.obj:
netrw-1.3.2/src/Makefile.in:232:	$(COMPILE) -c `cygpath -w $<`
netrw-1.3.2/src/Makefile.in-233-uninstall-info-am:
##############################################
netrw-1.3.2/src/Makefile.in-263-GTAGS:
netrw-1.3.2/src/Makefile.in:264:	here=`$(am__cd) $(top_builddir) && pwd` \
netrw-1.3.2/src/Makefile.in-265-	  && cd $(top_srcdir) \
##############################################
netrw-1.3.2/src/Makefile.in-277-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
netrw-1.3.2/src/Makefile.in:278:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
netrw-1.3.2/src/Makefile.in-279-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
netrw-1.3.2/compiler.sh-44-do
netrw-1.3.2/compiler.sh:45:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
netrw-1.3.2/compiler.sh-46-    eval $as_var=C; export $as_var
##############################################
netrw-1.3.2/compiler.sh-102-  as_lineno_2=$LINENO
netrw-1.3.2/compiler.sh:103:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/compiler.sh-104-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/compiler.sh-141-  as_lineno_2=$LINENO
netrw-1.3.2/compiler.sh:142:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
netrw-1.3.2/compiler.sh-143-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
netrw-1.3.2/compiler.sh-327-
netrw-1.3.2/compiler.sh:328:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
netrw-1.3.2/compiler.sh-329-
##############################################
netrw-1.3.2/compiler.sh-360-  -disable-* | --disable-*)
netrw-1.3.2/compiler.sh:361:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
netrw-1.3.2/compiler.sh-362-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/compiler.sh-365-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:366:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
netrw-1.3.2/compiler.sh-367-    eval "enable_$ac_feature=no" ;;
##############################################
netrw-1.3.2/compiler.sh-369-  -enable-* | --enable-*)
netrw-1.3.2/compiler.sh:370:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
netrw-1.3.2/compiler.sh-371-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/compiler.sh-374-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:375:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
netrw-1.3.2/compiler.sh-376-    case $ac_option in
netrw-1.3.2/compiler.sh:377:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
netrw-1.3.2/compiler.sh-378-      *) ac_optarg=yes ;;
##############################################
netrw-1.3.2/compiler.sh-551-  -with-* | --with-*)
netrw-1.3.2/compiler.sh:552:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
netrw-1.3.2/compiler.sh-553-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/compiler.sh-556-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:557:    ac_package=`echo $ac_package| sed 's/-/_/g'`
netrw-1.3.2/compiler.sh-558-    case $ac_option in
netrw-1.3.2/compiler.sh:559:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
netrw-1.3.2/compiler.sh-560-      *) ac_optarg=yes ;;
##############################################
netrw-1.3.2/compiler.sh-564-  -without-* | --without-*)
netrw-1.3.2/compiler.sh:565:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
netrw-1.3.2/compiler.sh-566-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/compiler.sh-569-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:570:    ac_package=`echo $ac_package | sed 's/-/_/g'`
netrw-1.3.2/compiler.sh-571-    eval "with_$ac_package=no" ;;
##############################################
netrw-1.3.2/compiler.sh-596-  *=*)
netrw-1.3.2/compiler.sh:597:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
netrw-1.3.2/compiler.sh-598-    # Reject names that are not valid shell variable names.
##############################################
netrw-1.3.2/compiler.sh-601-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:602:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
netrw-1.3.2/compiler.sh-603-    eval "$ac_envvar='$ac_optarg'"
##############################################
netrw-1.3.2/compiler.sh-617-if test -n "$ac_prev"; then
netrw-1.3.2/compiler.sh:618:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
netrw-1.3.2/compiler.sh-619-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
netrw-1.3.2/compiler.sh-625-do
netrw-1.3.2/compiler.sh:626:  eval ac_val=$`echo $ac_var`
netrw-1.3.2/compiler.sh-627-  case $ac_val in
##############################################
netrw-1.3.2/compiler.sh-637-do
netrw-1.3.2/compiler.sh:638:  eval ac_val=$`echo $ac_var`
netrw-1.3.2/compiler.sh-639-  case $ac_val in
##############################################
netrw-1.3.2/compiler.sh-704-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:705:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
netrw-1.3.2/compiler.sh-706-ac_env_build_alias_set=${build_alias+set}
##############################################
netrw-1.3.2/compiler.sh-771-By default, \`make install' will install all the files in
netrw-1.3.2/compiler.sh:772:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
netrw-1.3.2/compiler.sh:773:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
netrw-1.3.2/compiler.sh-774-for instance \`--prefix=\$HOME'.
##############################################
netrw-1.3.2/compiler.sh-827-if test "$ac_dir" != .; then
netrw-1.3.2/compiler.sh:828:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
netrw-1.3.2/compiler.sh-829-  # A "../" for each directory in $ac_dir_suffix.
netrw-1.3.2/compiler.sh:830:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
netrw-1.3.2/compiler.sh-831-else
##############################################
netrw-1.3.2/compiler.sh-840-    else
netrw-1.3.2/compiler.sh:841:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
netrw-1.3.2/compiler.sh-842-    fi ;;
##############################################
netrw-1.3.2/compiler.sh-994-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
netrw-1.3.2/compiler.sh:995:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
netrw-1.3.2/compiler.sh-996-    esac
##############################################
netrw-1.3.2/compiler.sh-1066-    do
netrw-1.3.2/compiler.sh:1067:      eval ac_val=$`echo $ac_var`
netrw-1.3.2/compiler.sh-1068-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
netrw-1.3.2/compiler.sh-1080-      do
netrw-1.3.2/compiler.sh:1081:	eval ac_val=$`echo $ac_var`
netrw-1.3.2/compiler.sh-1082-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
netrw-1.3.2/compiler.sh-1187-    set,)
netrw-1.3.2/compiler.sh:1188:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
netrw-1.3.2/compiler.sh:1189:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
netrw-1.3.2/compiler.sh-1190-      ac_cache_corrupted=: ;;
##############################################
netrw-1.3.2/compiler.sh-1210-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
netrw-1.3.2/compiler.sh:1211:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
netrw-1.3.2/compiler.sh-1212-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
netrw-1.3.2/compiler.sh-1290-test -z "$ac_cv_build_alias" &&
netrw-1.3.2/compiler.sh:1291:  ac_cv_build_alias=`$ac_config_guess`
netrw-1.3.2/compiler.sh-1292-test -z "$ac_cv_build_alias" &&
##############################################
netrw-1.3.2/compiler.sh-1295-   { (exit 1); exit 1; }; }
netrw-1.3.2/compiler.sh:1296:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
netrw-1.3.2/compiler.sh-1297-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
netrw-1.3.2/compiler.sh-1304-build=$ac_cv_build
netrw-1.3.2/compiler.sh:1305:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/compiler.sh:1306:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/compiler.sh:1307:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/compiler.sh-1308-
##############################################
netrw-1.3.2/compiler.sh-1317-  ac_cv_host_alias=$ac_cv_build_alias
netrw-1.3.2/compiler.sh:1318:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
netrw-1.3.2/compiler.sh-1319-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
netrw-1.3.2/compiler.sh-1326-host=$ac_cv_host
netrw-1.3.2/compiler.sh:1327:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/compiler.sh:1328:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/compiler.sh:1329:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/compiler.sh-1330-
##############################################
netrw-1.3.2/compiler.sh-1339-  ac_cv_target_alias=$ac_cv_host_alias
netrw-1.3.2/compiler.sh:1340:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
netrw-1.3.2/compiler.sh-1341-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
netrw-1.3.2/compiler.sh-1348-target=$ac_cv_target
netrw-1.3.2/compiler.sh:1349:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
netrw-1.3.2/compiler.sh:1350:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
netrw-1.3.2/compiler.sh:1351:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
netrw-1.3.2/compiler.sh-1352-
##############################################
netrw-1.3.2/compiler.sh-1679-     "checking for C compiler version" >&5
netrw-1.3.2/compiler.sh:1680:ac_compiler=`set X $ac_compile; echo $2`
netrw-1.3.2/compiler.sh-1681-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
netrw-1.3.2/compiler.sh-1718-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
netrw-1.3.2/compiler.sh:1719:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
netrw-1.3.2/compiler.sh-1720-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
netrw-1.3.2/compiler.sh-1746-    *.* )
netrw-1.3.2/compiler.sh:1747:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netrw-1.3.2/compiler.sh-1748-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
netrw-1.3.2/compiler.sh-1826-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
netrw-1.3.2/compiler.sh:1827:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
netrw-1.3.2/compiler.sh-1828-	  export ac_cv_exeext
##############################################
netrw-1.3.2/compiler.sh-1876-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
netrw-1.3.2/compiler.sh:1877:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
netrw-1.3.2/compiler.sh-1878-       break;;
##############################################
netrw-1.3.2/compiler.sh-1955-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
netrw-1.3.2/compiler.sh:1956:GCC=`test $ac_compiler_gnu = yes && echo yes`
netrw-1.3.2/compiler.sh-1957-ac_test_CFLAGS=${CFLAGS+set}
##############################################
netrw-1.3.2/config.sub-56-
netrw-1.3.2/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
netrw-1.3.2/config.sub-58-
##############################################
netrw-1.3.2/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
netrw-1.3.2/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
netrw-1.3.2/config.sub-122-case $maybe_os in
##############################################
netrw-1.3.2/config.sub-126-    os=-$maybe_os
netrw-1.3.2/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
netrw-1.3.2/config.sub-128-    ;;
netrw-1.3.2/config.sub-129-  *)
netrw-1.3.2/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
netrw-1.3.2/config.sub-131-    if [ $basic_machine != $1 ]
netrw-1.3.2/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
netrw-1.3.2/config.sub-133-    else os=; fi
##############################################
netrw-1.3.2/config.sub-177-		os=-sco5v6
netrw-1.3.2/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-179-		;;
##############################################
netrw-1.3.2/config.sub-181-		os=-sco3.2v5
netrw-1.3.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-183-		;;
##############################################
netrw-1.3.2/config.sub-185-		os=-sco3.2v4
netrw-1.3.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-187-		;;
netrw-1.3.2/config.sub-188-	-sco3.2.[4-9]*)
netrw-1.3.2/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
netrw-1.3.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-191-		;;
##############################################
netrw-1.3.2/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
netrw-1.3.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-195-		;;
##############################################
netrw-1.3.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
netrw-1.3.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-199-		;;
##############################################
netrw-1.3.2/config.sub-201-		os=-sco3.2v2
netrw-1.3.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-203-		;;
netrw-1.3.2/config.sub-204-	-udk*)
netrw-1.3.2/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-206-		;;
##############################################
netrw-1.3.2/config.sub-208-		os=-isc2.2
netrw-1.3.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-210-		;;
##############################################
netrw-1.3.2/config.sub-214-	-isc*)
netrw-1.3.2/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
netrw-1.3.2/config.sub-216-		;;
##############################################
netrw-1.3.2/config.sub-220-	-ptx*)
netrw-1.3.2/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
netrw-1.3.2/config.sub-222-		;;
netrw-1.3.2/config.sub-223-	-windowsnt*)
netrw-1.3.2/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
netrw-1.3.2/config.sub-225-		;;
##############################################
netrw-1.3.2/config.sub-311-	*-*-*)
netrw-1.3.2/config.sub:312:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
netrw-1.3.2/config.sub-313-		exit 1
##############################################
netrw-1.3.2/config.sub-415-	amd64-*)
netrw-1.3.2/config.sub:416:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-417-		;;
##############################################
netrw-1.3.2/config.sub-636-	i*86v32)
netrw-1.3.2/config.sub:637:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netrw-1.3.2/config.sub-638-		os=-sysv32
##############################################
netrw-1.3.2/config.sub-640-	i*86v4*)
netrw-1.3.2/config.sub:641:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netrw-1.3.2/config.sub-642-		os=-sysv4
##############################################
netrw-1.3.2/config.sub-644-	i*86v)
netrw-1.3.2/config.sub:645:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netrw-1.3.2/config.sub-646-		os=-sysv
##############################################
netrw-1.3.2/config.sub-648-	i*86sol2)
netrw-1.3.2/config.sub:649:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
netrw-1.3.2/config.sub-650-		os=-solaris2
##############################################
netrw-1.3.2/config.sub-714-	mips3*-*)
netrw-1.3.2/config.sub:715:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
netrw-1.3.2/config.sub-716-		;;
netrw-1.3.2/config.sub-717-	mips3*)
netrw-1.3.2/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
netrw-1.3.2/config.sub-719-		;;
##############################################
netrw-1.3.2/config.sub-732-	ms1-*)
netrw-1.3.2/config.sub:733:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
netrw-1.3.2/config.sub-734-		;;
##############################################
netrw-1.3.2/config.sub-845-	pc98-*)
netrw-1.3.2/config.sub:846:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-847-		;;
##############################################
netrw-1.3.2/config.sub-860-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
netrw-1.3.2/config.sub:861:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-862-		;;
netrw-1.3.2/config.sub-863-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
netrw-1.3.2/config.sub:864:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-865-		;;
netrw-1.3.2/config.sub-866-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
netrw-1.3.2/config.sub:867:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-868-		;;
netrw-1.3.2/config.sub-869-	pentium4-*)
netrw-1.3.2/config.sub:870:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-871-		;;
##############################################
netrw-1.3.2/config.sub-878-		;;
netrw-1.3.2/config.sub:879:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-880-		;;
##############################################
netrw-1.3.2/config.sub-884-	ppcle-* | powerpclittle-*)
netrw-1.3.2/config.sub:885:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-886-		;;
##############################################
netrw-1.3.2/config.sub-888-		;;
netrw-1.3.2/config.sub:889:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-890-		;;
##############################################
netrw-1.3.2/config.sub-894-	ppc64le-* | powerpc64little-*)
netrw-1.3.2/config.sub:895:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
netrw-1.3.2/config.sub-896-		;;
##############################################
netrw-1.3.2/config.sub-1171-	*)
netrw-1.3.2/config.sub:1172:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
netrw-1.3.2/config.sub-1173-		exit 1
##############################################
netrw-1.3.2/config.sub-1179-	*-digital*)
netrw-1.3.2/config.sub:1180:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
netrw-1.3.2/config.sub-1181-		;;
netrw-1.3.2/config.sub-1182-	*-commodore*)
netrw-1.3.2/config.sub:1183:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
netrw-1.3.2/config.sub-1184-		;;
##############################################
netrw-1.3.2/config.sub-1197-	-solaris1 | -solaris1.*)
netrw-1.3.2/config.sub:1198:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
netrw-1.3.2/config.sub-1199-		;;
##############################################
netrw-1.3.2/config.sub-1209-	-gnu/linux*)
netrw-1.3.2/config.sub:1210:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
netrw-1.3.2/config.sub-1211-		;;
##############################################
netrw-1.3.2/config.sub-1253-	-nto*)
netrw-1.3.2/config.sub:1254:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
netrw-1.3.2/config.sub-1255-		;;
##############################################
netrw-1.3.2/config.sub-1260-	-mac*)
netrw-1.3.2/config.sub:1261:		os=`echo $os | sed -e 's|mac|macos|'`
netrw-1.3.2/config.sub-1262-		;;
##############################################
netrw-1.3.2/config.sub-1266-	-linux*)
netrw-1.3.2/config.sub:1267:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
netrw-1.3.2/config.sub-1268-		;;
netrw-1.3.2/config.sub-1269-	-sunos5*)
netrw-1.3.2/config.sub:1270:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
netrw-1.3.2/config.sub-1271-		;;
netrw-1.3.2/config.sub-1272-	-sunos6*)
netrw-1.3.2/config.sub:1273:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
netrw-1.3.2/config.sub-1274-		;;
##############################################
netrw-1.3.2/config.sub-1321-	-sinix5.*)
netrw-1.3.2/config.sub:1322:		os=`echo $os | sed -e 's|sinix|sysv|'`
netrw-1.3.2/config.sub-1323-		;;
##############################################
netrw-1.3.2/config.sub-1372-		# Get rid of the `-' at the beginning of $os.
netrw-1.3.2/config.sub:1373:		os=`echo $os | sed 's/[^-]*-//'`
netrw-1.3.2/config.sub:1374:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
netrw-1.3.2/config.sub-1375-		exit 1
##############################################
netrw-1.3.2/config.sub-1614-		esac
netrw-1.3.2/config.sub:1615:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
netrw-1.3.2/config.sub-1616-		;;
##############################################
netrw-1.3.2/Makefile.in-187-	dot_seen=no; \
netrw-1.3.2/Makefile.in:188:	target=`echo $@ | sed s/-recursive//`; \
netrw-1.3.2/Makefile.in-189-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
netrw-1.3.2/Makefile.in-217-	rev="$$rev ."; \
netrw-1.3.2/Makefile.in:218:	target=`echo $@ | sed s/-recursive//`; \
netrw-1.3.2/Makefile.in-219-	for subdir in $$rev; do \
##############################################
netrw-1.3.2/Makefile.in-267-GTAGS:
netrw-1.3.2/Makefile.in:268:	here=`$(am__cd) $(top_builddir) && pwd` \
netrw-1.3.2/Makefile.in-269-	  && cd $(top_srcdir) \
##############################################
netrw-1.3.2/Makefile.in-292-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
netrw-1.3.2/Makefile.in:293:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
netrw-1.3.2/Makefile.in-294-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
netrw-1.3.2/Makefile.in-351-	chmod a-w $(distdir)
netrw-1.3.2/Makefile.in:352:	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
netrw-1.3.2/Makefile.in-353-	  && cd $(distdir)/=build \
##############################################
netrw-1.3.2/Makefile.in-361-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
netrw-1.3.2/Makefile.in:362:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
netrw-1.3.2/Makefile.in-363-	      || { echo "ERROR: files left after uninstall:" ; \
##############################################
netrw-1.3.2/Makefile.in-376-	fi
netrw-1.3.2/Makefile.in:377:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
netrw-1.3.2/Makefile.in-378-	  || { echo "ERROR: files left after distclean:" ; \
##############################################
netrw-1.3.2/aclocal.m4-24-AC_DEFUN([NW_VER_BUILD_DATE],
netrw-1.3.2/aclocal.m4:25:[BUILD_DATE=`$DATE_PROGRAM -u '+%Y/%m/%d %H:%M UTC' || echo unknown`
netrw-1.3.2/aclocal.m4-26-
##############################################
netrw-1.3.2/aclocal.m4-33-if test x$USER = x; then
netrw-1.3.2/aclocal.m4:34:    BUILDER=`$WHOAMI_PROGRAM || echo somebody`
netrw-1.3.2/aclocal.m4-35-else
##############################################
netrw-1.3.2/aclocal.m4-38-if test x$HOST = x; then
netrw-1.3.2/aclocal.m4:39:    HOST=`$HOSTNAME_PROGRAM`
netrw-1.3.2/aclocal.m4-40-    if test x$HOST = x; then
netrw-1.3.2/aclocal.m4:41:        BUILDER=$BUILDER'@'`$UNAME_PROGRAM -n || echo unknown`
netrw-1.3.2/aclocal.m4-42-    else
##############################################
netrw-1.3.2/aclocal.m4-115-    nw_gcc_opts="-O3 -march=$target_cpu -funroll-loops"
netrw-1.3.2/aclocal.m4:116:    nw_gcc_opts_CFLAGS=`echo $CFLAGS | sed 's/^-O[[0-9s]]/ &/' | sed 's/-O[[0-9s]]$/& /' | sed 's/ -O[[0-9s]] / /g'`
netrw-1.3.2/aclocal.m4-117-
##############################################
netrw-1.3.2/aclocal.m4-119-        [nw_cv_gcc_opts],
netrw-1.3.2/aclocal.m4:120:        [CFLAGS=`echo "$nw_gcc_opts_CFLAGS $nw_gcc_opts" | sed 's/   */ /g'`
netrw-1.3.2/aclocal.m4-121-        AC_TRY_COMPILE([], [], [nw_cv_gcc_opts=$nw_gcc_opts], [nw_cv_gcc_opts=$nw_gcc_opts_fallback])])
netrw-1.3.2/aclocal.m4-122-
netrw-1.3.2/aclocal.m4:123:    CFLAGS=`echo "$nw_cv_gcc_opts $nw_gcc_opts_CFLAGS" | sed 's/   */ /g'`
netrw-1.3.2/aclocal.m4-124-fi
##############################################
netrw-1.3.2/aclocal.m4-321-if test x$nw_cv_enable_static = xyes; then
netrw-1.3.2/aclocal.m4:322:    LDFLAGS=`echo "-static $LDFLAGS" | sed 's/^ *//'`
netrw-1.3.2/aclocal.m4-323-fi
##############################################
netrw-1.3.2/aclocal.m4-534-# test to see if srcdir already configured
netrw-1.3.2/aclocal.m4:535:if test "`cd $srcdir && pwd`" != "`pwd`" &&
netrw-1.3.2/aclocal.m4-536-   test -f $srcdir/config.status; then
##############################################
netrw-1.3.2/aclocal.m4-690-if (
netrw-1.3.2/aclocal.m4:691:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
netrw-1.3.2/aclocal.m4-692-   if test "$[*]" = "X"; then
netrw-1.3.2/aclocal.m4-693-      # -L didn't work.
netrw-1.3.2/aclocal.m4:694:      set X `ls -t $srcdir/configure conftest.file`
netrw-1.3.2/aclocal.m4-695-   fi
##############################################
netrw-1.3.2/aclocal.m4-785-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
netrw-1.3.2/aclocal.m4:786:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
netrw-1.3.2/aclocal.m4-787-#
##############################################
netrw-1.3.2/aclocal.m4-809-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
netrw-1.3.2/aclocal.m4:810:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
netrw-1.3.2/aclocal.m4-811-# and then we would define $MISSING as
##############################################
netrw-1.3.2/aclocal.m4-826-# expand $ac_aux_dir to an absolute path
netrw-1.3.2/aclocal.m4:827:am_aux_dir=`cd $ac_aux_dir && pwd`
netrw-1.3.2/aclocal.m4-828-])
##############################################
netrw-1.3.2/aclocal.m4-960-  if test "$am_compiler_list" = ""; then
netrw-1.3.2/aclocal.m4:961:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
netrw-1.3.2/aclocal.m4-962-  fi
##############################################
netrw-1.3.2/aclocal.m4-1064-  # Strip MF so we end up with the name of the file.
netrw-1.3.2/aclocal.m4:1065:  mf=`echo "$mf" | sed -e 's/:.*$//'`
netrw-1.3.2/aclocal.m4-1066-  # Check whether this is an Automake generated Makefile or not.
##############################################
netrw-1.3.2/aclocal.m4-1072-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
netrw-1.3.2/aclocal.m4:1073:    dirpart=`AS_DIRNAME("$mf")`
netrw-1.3.2/aclocal.m4-1074-  else
##############################################
netrw-1.3.2/aclocal.m4-1079-  # running `make'.
netrw-1.3.2/aclocal.m4:1080:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
netrw-1.3.2/aclocal.m4-1081-  test -z "$DEPDIR" && continue
netrw-1.3.2/aclocal.m4-1082-  # When using ansi2knr, U may be empty or an underscore; expand it
netrw-1.3.2/aclocal.m4:1083:  U=`sed -n -e '/^U = / s///p' < "$mf"`
netrw-1.3.2/aclocal.m4-1084-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
netrw-1.3.2/aclocal.m4-1100-    test -f "$dirpart/$file" && continue
netrw-1.3.2/aclocal.m4:1101:    fdir=`AS_DIRNAME(["$file"])`
netrw-1.3.2/aclocal.m4-1102-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
netrw-1.3.2/aclocal.m4-1162-# case it prints its new name instead of `make'.
netrw-1.3.2/aclocal.m4:1163:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
netrw-1.3.2/aclocal.m4-1164-   am__include=include
##############################################
netrw-1.3.2/aclocal.m4-1170-   echo '.include "confinc"' > confmf
netrw-1.3.2/aclocal.m4:1171:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
netrw-1.3.2/aclocal.m4-1172-      am__include=.include