===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
patch-2.7.6/build-aux/ar-lib-65-	mingw)
patch-2.7.6/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
patch-2.7.6/build-aux/ar-lib-67-	  ;;
patch-2.7.6/build-aux/ar-lib-68-	cygwin)
patch-2.7.6/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
patch-2.7.6/build-aux/ar-lib-70-	  ;;
patch-2.7.6/build-aux/ar-lib-71-	wine)
patch-2.7.6/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
patch-2.7.6/build-aux/ar-lib-73-	  ;;
##############################################
patch-2.7.6/build-aux/ar-lib-88-  archive=$3
patch-2.7.6/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
patch-2.7.6/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
patch-2.7.6/build-aux/compile-67-	mingw/*)
patch-2.7.6/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
patch-2.7.6/build-aux/compile-69-	  ;;
patch-2.7.6/build-aux/compile-70-	cygwin/*)
patch-2.7.6/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
patch-2.7.6/build-aux/compile-72-	  ;;
patch-2.7.6/build-aux/compile-73-	wine/*)
patch-2.7.6/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
patch-2.7.6/build-aux/compile-75-	  ;;
##############################################
patch-2.7.6/build-aux/compile-310-# Name of file we expect compiler to create.
patch-2.7.6/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
patch-2.7.6/build-aux/compile-312-
##############################################
patch-2.7.6/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
patch-2.7.6/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
patch-2.7.6/build-aux/compile-318-while true; do
##############################################
patch-2.7.6/build-aux/config.guess-34-
patch-2.7.6/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
patch-2.7.6/build-aux/config.guess-36-
##############################################
patch-2.7.6/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
patch-2.7.6/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
patch-2.7.6/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
patch-2.7.6/build-aux/config.guess-151-	EOF
patch-2.7.6/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
patch-2.7.6/build-aux/config.guess-153-
##############################################
patch-2.7.6/build-aux/config.guess-188-	    earmv*)
patch-2.7.6/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
patch-2.7.6/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
patch-2.7.6/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
patch-2.7.6/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
patch-2.7.6/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
patch-2.7.6/build-aux/config.guess-222-		;;
##############################################
patch-2.7.6/build-aux/config.guess-233-	    *)
patch-2.7.6/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
patch-2.7.6/build-aux/config.guess-235-		;;
##############################################
patch-2.7.6/build-aux/config.guess-280-	*4.0)
patch-2.7.6/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
patch-2.7.6/build-aux/config.guess-282-		;;
patch-2.7.6/build-aux/config.guess-283-	*5.*)
patch-2.7.6/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
patch-2.7.6/build-aux/config.guess-285-		;;
##############################################
patch-2.7.6/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
patch-2.7.6/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
patch-2.7.6/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
patch-2.7.6/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
patch-2.7.6/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
patch-2.7.6/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
patch-2.7.6/build-aux/config.guess-379-    s390x:SunOS:*:*)
patch-2.7.6/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-381-	exit ;;
patch-2.7.6/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
patch-2.7.6/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-384-	exit ;;
patch-2.7.6/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
patch-2.7.6/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-387-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-404-	fi
patch-2.7.6/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-406-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
patch-2.7.6/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-412-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
patch-2.7.6/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
patch-2.7.6/build-aux/config.guess-421-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
patch-2.7.6/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
patch-2.7.6/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
patch-2.7.6/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
patch-2.7.6/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
patch-2.7.6/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
patch-2.7.6/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
patch-2.7.6/build-aux/config.guess-563-    *:IRIX*:*:*)
patch-2.7.6/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
patch-2.7.6/build-aux/config.guess-565-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-593-EOF
patch-2.7.6/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
patch-2.7.6/build-aux/config.guess-595-		then
##############################################
patch-2.7.6/build-aux/config.guess-606-    *:AIX:*:[4567])
patch-2.7.6/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
patch-2.7.6/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
patch-2.7.6/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
patch-2.7.6/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
patch-2.7.6/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
patch-2.7.6/build-aux/config.guess-696-EOF
patch-2.7.6/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
patch-2.7.6/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
patch-2.7.6/build-aux/config.guess-724-    ia64:HP-UX:*:*)
patch-2.7.6/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
patch-2.7.6/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
patch-2.7.6/build-aux/config.guess-754-EOF
patch-2.7.6/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
patch-2.7.6/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
patch-2.7.6/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
patch-2.7.6/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
patch-2.7.6/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
patch-2.7.6/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
patch-2.7.6/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
patch-2.7.6/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
patch-2.7.6/build-aux/config.guess-850-	esac
patch-2.7.6/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
patch-2.7.6/build-aux/config.guess-852-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
patch-2.7.6/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
patch-2.7.6/build-aux/config.guess-888-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-890-	# the GNU system
patch-2.7.6/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
patch-2.7.6/build-aux/config.guess-892-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-894-	# other systems with GNU libc and userland
patch-2.7.6/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
patch-2.7.6/build-aux/config.guess-896-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-988-EOF
patch-2.7.6/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
patch-2.7.6/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
patch-2.7.6/build-aux/config.guess-1088-    i*86:*:4.*:*)
patch-2.7.6/build-aux/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
patch-2.7.6/build-aux/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
patch-2.7.6/build-aux/config.guess-1291-	fi
patch-2.7.6/build-aux/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
patch-2.7.6/build-aux/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
patch-2.7.6/build-aux/config.guess-1389-    *:DragonFly:*:*)
patch-2.7.6/build-aux/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
patch-2.7.6/build-aux/config.guess-1391-	exit ;;
##############################################
patch-2.7.6/build-aux/config.guess-1402-    i*86:skyos:*:*)
patch-2.7.6/build-aux/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
patch-2.7.6/build-aux/config.guess-1404-	exit ;;
##############################################
patch-2.7.6/build-aux/config.sub-52-
patch-2.7.6/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
patch-2.7.6/build-aux/config.sub-54-
##############################################
patch-2.7.6/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
patch-2.7.6/build-aux/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
patch-2.7.6/build-aux/config.sub-116-case $maybe_os in
##############################################
patch-2.7.6/build-aux/config.sub-122-    os=-$maybe_os
patch-2.7.6/build-aux/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
patch-2.7.6/build-aux/config.sub-124-    ;;
##############################################
patch-2.7.6/build-aux/config.sub-126-    os=-linux-android
patch-2.7.6/build-aux/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
patch-2.7.6/build-aux/config.sub-128-    ;;
patch-2.7.6/build-aux/config.sub-129-  *)
patch-2.7.6/build-aux/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
patch-2.7.6/build-aux/config.sub-131-    if [ "$basic_machine" != "$1" ]
patch-2.7.6/build-aux/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
patch-2.7.6/build-aux/config.sub-133-    else os=; fi
##############################################
patch-2.7.6/build-aux/config.sub-180-		os=-sco5v6
patch-2.7.6/build-aux/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-182-		;;
##############################################
patch-2.7.6/build-aux/config.sub-184-		os=-sco3.2v5
patch-2.7.6/build-aux/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-186-		;;
##############################################
patch-2.7.6/build-aux/config.sub-188-		os=-sco3.2v4
patch-2.7.6/build-aux/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-190-		;;
patch-2.7.6/build-aux/config.sub-191-	-sco3.2.[4-9]*)
patch-2.7.6/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
patch-2.7.6/build-aux/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-194-		;;
##############################################
patch-2.7.6/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
patch-2.7.6/build-aux/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-198-		;;
##############################################
patch-2.7.6/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
patch-2.7.6/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-202-		;;
##############################################
patch-2.7.6/build-aux/config.sub-204-		os=-sco3.2v2
patch-2.7.6/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-206-		;;
patch-2.7.6/build-aux/config.sub-207-	-udk*)
patch-2.7.6/build-aux/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-209-		;;
##############################################
patch-2.7.6/build-aux/config.sub-211-		os=-isc2.2
patch-2.7.6/build-aux/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-213-		;;
##############################################
patch-2.7.6/build-aux/config.sub-217-	-isc*)
patch-2.7.6/build-aux/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-219-		;;
##############################################
patch-2.7.6/build-aux/config.sub-229-	-ptx*)
patch-2.7.6/build-aux/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
patch-2.7.6/build-aux/config.sub-231-		;;
##############################################
patch-2.7.6/build-aux/config.sub-364-	*-*-*)
patch-2.7.6/build-aux/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
patch-2.7.6/build-aux/config.sub-366-		exit 1
##############################################
patch-2.7.6/build-aux/config.sub-493-	amd64-*)
patch-2.7.6/build-aux/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-495-		;;
##############################################
patch-2.7.6/build-aux/config.sub-538-	blackfin-*)
patch-2.7.6/build-aux/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-540-		os=-linux
##############################################
patch-2.7.6/build-aux/config.sub-546-	c54x-*)
patch-2.7.6/build-aux/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-548-		;;
patch-2.7.6/build-aux/config.sub-549-	c55x-*)
patch-2.7.6/build-aux/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-551-		;;
patch-2.7.6/build-aux/config.sub-552-	c6x-*)
patch-2.7.6/build-aux/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-554-		;;
##############################################
patch-2.7.6/build-aux/config.sub-650-	e500v[12]-*)
patch-2.7.6/build-aux/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-652-		os=$os"spe"
##############################################
patch-2.7.6/build-aux/config.sub-754-	i*86v32)
patch-2.7.6/build-aux/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-756-		os=-sysv32
##############################################
patch-2.7.6/build-aux/config.sub-758-	i*86v4*)
patch-2.7.6/build-aux/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-760-		os=-sysv4
##############################################
patch-2.7.6/build-aux/config.sub-762-	i*86v)
patch-2.7.6/build-aux/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-764-		os=-sysv
##############################################
patch-2.7.6/build-aux/config.sub-766-	i*86sol2)
patch-2.7.6/build-aux/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
patch-2.7.6/build-aux/config.sub-768-		os=-solaris2
##############################################
patch-2.7.6/build-aux/config.sub-792-	leon-*|leon[3-9]-*)
patch-2.7.6/build-aux/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
patch-2.7.6/build-aux/config.sub-794-		;;
##############################################
patch-2.7.6/build-aux/config.sub-799-	m68knommu-*)
patch-2.7.6/build-aux/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-801-		os=-linux
##############################################
patch-2.7.6/build-aux/config.sub-833-	mips3*-*)
patch-2.7.6/build-aux/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
patch-2.7.6/build-aux/config.sub-835-		;;
patch-2.7.6/build-aux/config.sub-836-	mips3*)
patch-2.7.6/build-aux/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
patch-2.7.6/build-aux/config.sub-838-		;;
##############################################
patch-2.7.6/build-aux/config.sub-855-	ms1-*)
patch-2.7.6/build-aux/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
patch-2.7.6/build-aux/config.sub-857-		;;
##############################################
patch-2.7.6/build-aux/config.sub-980-	parisc-*)
patch-2.7.6/build-aux/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-982-		os=-linux
##############################################
patch-2.7.6/build-aux/config.sub-996-	pc98-*)
patch-2.7.6/build-aux/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-998-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
patch-2.7.6/build-aux/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1013-		;;
patch-2.7.6/build-aux/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
patch-2.7.6/build-aux/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1016-		;;
patch-2.7.6/build-aux/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
patch-2.7.6/build-aux/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1019-		;;
patch-2.7.6/build-aux/config.sub-1020-	pentium4-*)
patch-2.7.6/build-aux/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1022-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1030-	ppc-* | ppcbe-*)
patch-2.7.6/build-aux/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1032-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1036-	ppcle-* | powerpclittle-*)
patch-2.7.6/build-aux/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1038-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1040-		;;
patch-2.7.6/build-aux/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1042-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1046-	ppc64le-* | powerpc64little-*)
patch-2.7.6/build-aux/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1048-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1122-	strongarm-* | thumb-*)
patch-2.7.6/build-aux/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
patch-2.7.6/build-aux/config.sub-1124-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1255-	xscale-* | xscalee[bl]-*)
patch-2.7.6/build-aux/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
patch-2.7.6/build-aux/config.sub-1257-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1317-	*)
patch-2.7.6/build-aux/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
patch-2.7.6/build-aux/config.sub-1319-		exit 1
##############################################
patch-2.7.6/build-aux/config.sub-1325-	*-digital*)
patch-2.7.6/build-aux/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
patch-2.7.6/build-aux/config.sub-1327-		;;
patch-2.7.6/build-aux/config.sub-1328-	*-commodore*)
patch-2.7.6/build-aux/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
patch-2.7.6/build-aux/config.sub-1330-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1346-	-solaris1 | -solaris1.*)
patch-2.7.6/build-aux/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
patch-2.7.6/build-aux/config.sub-1348-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1355-	-gnu/linux*)
patch-2.7.6/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
patch-2.7.6/build-aux/config.sub-1357-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1406-	-nto*)
patch-2.7.6/build-aux/config.sub:1407:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
patch-2.7.6/build-aux/config.sub-1408-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1413-	-mac*)
patch-2.7.6/build-aux/config.sub:1414:		os=`echo "$os" | sed -e 's|mac|macos|'`
patch-2.7.6/build-aux/config.sub-1415-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1419-	-linux*)
patch-2.7.6/build-aux/config.sub:1420:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
patch-2.7.6/build-aux/config.sub-1421-		;;
patch-2.7.6/build-aux/config.sub-1422-	-sunos5*)
patch-2.7.6/build-aux/config.sub:1423:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
patch-2.7.6/build-aux/config.sub-1424-		;;
patch-2.7.6/build-aux/config.sub-1425-	-sunos6*)
patch-2.7.6/build-aux/config.sub:1426:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
patch-2.7.6/build-aux/config.sub-1427-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1468-	-sinix5.*)
patch-2.7.6/build-aux/config.sub:1469:		os=`echo $os | sed -e 's|sinix|sysv|'`
patch-2.7.6/build-aux/config.sub-1470-		;;
##############################################
patch-2.7.6/build-aux/config.sub-1527-		# Get rid of the `-' at the beginning of $os.
patch-2.7.6/build-aux/config.sub:1528:		os=`echo $os | sed 's/[^-]*-//'`
patch-2.7.6/build-aux/config.sub:1529:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
patch-2.7.6/build-aux/config.sub-1530-		exit 1
##############################################
patch-2.7.6/build-aux/config.sub-1787-		esac
patch-2.7.6/build-aux/config.sub:1788:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
patch-2.7.6/build-aux/config.sub-1789-		;;
##############################################
patch-2.7.6/build-aux/install-sh-234-      fi
patch-2.7.6/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
patch-2.7.6/build-aux/install-sh-236-    *)
##############################################
patch-2.7.6/build-aux/install-sh-280-      dstdir=$dst
patch-2.7.6/build-aux/install-sh:281:      dstbase=`basename "$src"`
patch-2.7.6/build-aux/install-sh-282-      case $dst in
##############################################
patch-2.7.6/build-aux/install-sh-287-    else
patch-2.7.6/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
patch-2.7.6/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
patch-2.7.6/build-aux/install-sh-345-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
patch-2.7.6/build-aux/install-sh:346:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
patch-2.7.6/build-aux/install-sh-347-                   case $ls_ld_tmpdir in
##############################################
patch-2.7.6/build-aux/install-sh-352-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
patch-2.7.6/build-aux/install-sh:353:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
patch-2.7.6/build-aux/install-sh-354-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
patch-2.7.6/build-aux/install-sh-410-            case $prefix in
patch-2.7.6/build-aux/install-sh:411:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
patch-2.7.6/build-aux/install-sh-412-              *) qprefix=$prefix;;
##############################################
patch-2.7.6/build-aux/install-sh-459-    if $copy_on_change &&
patch-2.7.6/build-aux/install-sh:460:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
patch-2.7.6/build-aux/install-sh:461:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
patch-2.7.6/build-aux/install-sh-462-       set -f &&
##############################################
patch-2.7.6/build-aux/depcomp-64-  case $1 in
patch-2.7.6/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
patch-2.7.6/build-aux/depcomp-66-      *) dir=;;
##############################################
patch-2.7.6/build-aux/depcomp-73-{
patch-2.7.6/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
patch-2.7.6/build-aux/depcomp-75-}
##############################################
patch-2.7.6/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
patch-2.7.6/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
patch-2.7.6/build-aux/depcomp-128-
##############################################
patch-2.7.6/build-aux/depcomp-405-        sleep 1
patch-2.7.6/build-aux/depcomp:406:        i=`expr $i - 1`
patch-2.7.6/build-aux/depcomp-407-      done
patch-2.7.6/build-aux/depcomp-408-    fi
patch-2.7.6/build-aux/depcomp:409:    i=`expr $i - 1`
patch-2.7.6/build-aux/depcomp-410-  done
##############################################
patch-2.7.6/build-aux/depcomp-425-  # Do two passes, one to just change these to
patch-2.7.6/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
patch-2.7.6/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
patch-2.7.6/build-aux/depcomp-659-  done
patch-2.7.6/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
patch-2.7.6/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
patch-2.7.6/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
patch-2.7.6/build-aux/mdate-sh:115:set x`$ls_command /`
patch-2.7.6/build-aux/mdate-sh-116-
##############################################
patch-2.7.6/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
patch-2.7.6/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
patch-2.7.6/build-aux/mdate-sh-146-
##############################################
patch-2.7.6/build-aux/mdate-sh-211-       then
patch-2.7.6/build-aux/mdate-sh:212:	 year=`expr $year - 1`
patch-2.7.6/build-aux/mdate-sh-213-       fi;;
##############################################
patch-2.7.6/build-aux/texinfo.tex-7102-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
patch-2.7.6/build-aux/texinfo.tex:7103:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
patch-2.7.6/build-aux/texinfo.tex-7104-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
patch-2.7.6/build-aux/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
patch-2.7.6/build-aux/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
patch-2.7.6/build-aux/ylwrap-103-case $input in
##############################################
patch-2.7.6/build-aux/ylwrap-111-esac
patch-2.7.6/build-aux/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
patch-2.7.6/build-aux/ylwrap-113-
##############################################
patch-2.7.6/build-aux/ylwrap-150-  shift
patch-2.7.6/build-aux/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
patch-2.7.6/build-aux/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
patch-2.7.6/build-aux/ylwrap-153-done
##############################################
patch-2.7.6/build-aux/ylwrap-182-  do
patch-2.7.6/build-aux/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
patch-2.7.6/build-aux/ylwrap-184-    if test -f "$from"; then
##############################################
patch-2.7.6/build-aux/ylwrap-198-        realtarget=$target
patch-2.7.6/build-aux/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
patch-2.7.6/build-aux/ylwrap-200-      fi
##############################################
patch-2.7.6/build-aux/git-version-gen-140-then
patch-2.7.6/build-aux/git-version-gen:141:    v=`cat $tarball_version_file` || v=
patch-2.7.6/build-aux/git-version-gen-142-    case $v in
##############################################
patch-2.7.6/build-aux/git-version-gen-159-          || git describe --abbrev=4 HEAD 2>/dev/null` \
patch-2.7.6/build-aux/git-version-gen:160:    && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
patch-2.7.6/build-aux/git-version-gen-161-    && case $v in
##############################################
patch-2.7.6/build-aux/git-version-gen-169-    #   Older: v6.10-g0f8faeb
patch-2.7.6/build-aux/git-version-gen:170:    vprefix=`expr "X$v" : 'X\(.*\)-g[^-]*$'` || vprefix=$v
patch-2.7.6/build-aux/git-version-gen-171-    case $vprefix in
##############################################
patch-2.7.6/build-aux/git-version-gen-177-            # of git describe.
patch-2.7.6/build-aux/git-version-gen:178:            vtag=`echo "$v" | sed 's/-.*//'`
patch-2.7.6/build-aux/git-version-gen:179:            commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
patch-2.7.6/build-aux/git-version-gen-180-                || { commit_list=failed;
patch-2.7.6/build-aux/git-version-gen-181-                     echo "$0: WARNING: git rev-list failed" 1>&2; }
patch-2.7.6/build-aux/git-version-gen:182:            numcommits=`echo "$commit_list" | wc -l`
patch-2.7.6/build-aux/git-version-gen:183:            v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
patch-2.7.6/build-aux/git-version-gen-184-            test "$commit_list" = failed && v=UNKNOWN
##############################################
patch-2.7.6/build-aux/git-version-gen-189-    # Remove the "g" to save a byte.
patch-2.7.6/build-aux/git-version-gen:190:    v=`echo "$v" | sed 's/-\([^-]*\)-g\([^-]*\)$/.\1-\2/'`;
patch-2.7.6/build-aux/git-version-gen-191-    v_from_git=1
##############################################
patch-2.7.6/build-aux/git-version-gen-197-
patch-2.7.6/build-aux/git-version-gen:198:v=`echo "$v" |sed "s/^$prefix//"`
patch-2.7.6/build-aux/git-version-gen-199-
##############################################
patch-2.7.6/build-aux/gitlog-to-changelog-316-          # Let $code operate on it, safely.
patch-2.7.6/build-aux/gitlog-to-changelog:317:          my $r = $s->reval("$code")
patch-2.7.6/build-aux/gitlog-to-changelog-318-            or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n";
##############################################
patch-2.7.6/build-aux/gnupload-117-  echo "$0: Reading configuration file $conffile"
patch-2.7.6/build-aux/gnupload:118:  conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" '  '`
patch-2.7.6/build-aux/gnupload-119-  eval set x "$conf \"\$@\""
##############################################
patch-2.7.6/build-aux/gnupload-165-    --symlink-regex=*)
patch-2.7.6/build-aux/gnupload:166:      symlink_expr=`expr "$1" : '[^=]*=\(.*\)'`
patch-2.7.6/build-aux/gnupload-167-      ;;
##############################################
patch-2.7.6/build-aux/gnupload-216-if test -n "$symlink_files"; then
patch-2.7.6/build-aux/gnupload:217:  x=`echo "$symlink_files" | sed 's/[^ ]//g;s/  //g'`
patch-2.7.6/build-aux/gnupload-218-  if test -n "$x"; then
##############################################
patch-2.7.6/build-aux/gnupload-237-    elif test -n "$symlink_expr"; then
patch-2.7.6/build-aux/gnupload:238:      linkname=`echo $file | sed "$symlink_expr"`
patch-2.7.6/build-aux/gnupload-239-      if test -z "$linkname"; then
##############################################
patch-2.7.6/build-aux/gnupload-353-    download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*)
patch-2.7.6/build-aux/gnupload:354:      destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'`
patch-2.7.6/build-aux/gnupload:355:      destdir_topdir=`echo "$destdir" | sed 's,/.*,,'`
patch-2.7.6/build-aux/gnupload-356-      mkdirective "$destdir_p1" "$base" "$file" "$stmt"
##############################################
patch-2.7.6/build-aux/gnupload-363-    /*)
patch-2.7.6/build-aux/gnupload:364:      dest_host=`echo "$dest" | sed 's,:.*,,'`
patch-2.7.6/build-aux/gnupload-365-      mkdirective "$destdir" "$base" "$file" "$stmt"
##############################################
patch-2.7.6/build-aux/gnupload-383-  stmt="$stmt
patch-2.7.6/build-aux/gnupload:384:`mksymlink $symlink_files`"
patch-2.7.6/build-aux/gnupload-385-fi
##############################################
patch-2.7.6/build-aux/gnupload-401-  do
patch-2.7.6/build-aux/gnupload:402:    destdir=`echo $dest | sed 's/[^:]*://'`
patch-2.7.6/build-aux/gnupload-403-    upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
##############################################
patch-2.7.6/build-aux/gnupload-420-    files="$file $file.sig"
patch-2.7.6/build-aux/gnupload:421:    destdir=`echo $dest | sed 's/[^:]*://'`
patch-2.7.6/build-aux/gnupload-422-    if test -n "$symlink_expr"; then
patch-2.7.6/build-aux/gnupload:423:      linkname=`echo $file | sed "$symlink_expr"`
patch-2.7.6/build-aux/gnupload-424-      stmt="$stmt
##############################################
patch-2.7.6/build-aux/vc-list-files-47-  --version)
patch-2.7.6/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
patch-2.7.6/build-aux/vc-list-files-49-    cat <<EOF
##############################################
patch-2.7.6/build-aux/vc-list-files-70-      && dir= sed_esc= \
patch-2.7.6/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
patch-2.7.6/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
patch-2.7.6/build-aux/vc-list-files-96-          }}'\''				\
patch-2.7.6/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
patch-2.7.6/build-aux/vc-list-files-98-    fi
##############################################
patch-2.7.6/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
patch-2.7.6/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
patch-2.7.6/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
patch-2.7.6/m4/exponentd.m4-107-    word*bit*)
patch-2.7.6/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
patch-2.7.6/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
patch-2.7.6/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
patch-2.7.6/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
patch-2.7.6/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
patch-2.7.6/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
patch-2.7.6/m4/gnulib-common.m4-429-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
patch-2.7.6/m4/gnulib-common.m4:430:             case `"$ac_path_SED" --version 2>&1` in
patch-2.7.6/m4/gnulib-common.m4-431-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
patch-2.7.6/m4/gnulib-common.m4-442-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
patch-2.7.6/m4/gnulib-common.m4:443:                   ac_count=`expr $ac_count + 1`
patch-2.7.6/m4/gnulib-common.m4-444-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
patch-2.7.6/m4/gnulib-comp.m4-799-      sed_drop_objext='s/\.o$//;s/\.obj$//'
patch-2.7.6/m4/gnulib-comp.m4:800:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
patch-2.7.6/m4/gnulib-comp.m4-801-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
patch-2.7.6/m4/gnulib-comp.m4-817-changequote(,)dnl
patch-2.7.6/m4/gnulib-comp.m4:818:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
patch-2.7.6/m4/gnulib-comp.m4-819-changequote([, ])dnl
##############################################
patch-2.7.6/m4/gnulib-comp.m4-845-      sed_drop_objext='s/\.o$//;s/\.obj$//'
patch-2.7.6/m4/gnulib-comp.m4:846:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
patch-2.7.6/m4/gnulib-comp.m4-847-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
patch-2.7.6/m4/manywarnings.m4-300-  if test -n "$GCC"; then
patch-2.7.6/m4/manywarnings.m4:301:    case `($CC --version) 2>/dev/null` in
patch-2.7.6/m4/manywarnings.m4-302-      'gcc (GCC) '[[0-3]].* | \
##############################################
patch-2.7.6/m4/stdint.m4-405-    fi
patch-2.7.6/m4/stdint.m4:406:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/m4/stdint.m4-407-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
patch-2.7.6/m4/stdint.m4-434-    eval result=\$gl_cv_type_${gltype}_signed
patch-2.7.6/m4/stdint.m4:435:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/m4/stdint.m4-436-    if test "$result" = yes; then
##############################################
patch-2.7.6/m4/stdint.m4-488-       done])
patch-2.7.6/m4/stdint.m4:489:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/m4/stdint.m4-490-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
patch-2.7.6/m4/warnings.m4-33-case $gl_positive in
patch-2.7.6/m4/warnings.m4:34:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
patch-2.7.6/m4/warnings.m4-35-esac
##############################################
patch-2.7.6/m4/wchar_h.m4-91-     save_ac_compile="$ac_compile"
patch-2.7.6/m4/wchar_h.m4:92:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
patch-2.7.6/m4/wchar_h.m4-93-     if AC_TRY_EVAL([ac_compile]); then
##############################################
patch-2.7.6/m4/wchar_h.m4-106-       dnl See note above about renaming object files.
patch-2.7.6/m4/wchar_h.m4:107:       ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
patch-2.7.6/m4/wchar_h.m4-108-       if AC_TRY_EVAL([ac_compile]); then
##############################################
patch-2.7.6/m4/xattr.m4-42-  fi
patch-2.7.6/m4/xattr.m4:43:  AC_DEFINE_UNQUOTED([USE_XATTR], [`test $use_xattr != yes; echo $?`],
patch-2.7.6/m4/xattr.m4-44-                     [Define if you want extended attribute support.])
##############################################
patch-2.7.6/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
patch-2.7.6/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
patch-2.7.6/configure-47-  as_echo='print -r --'
patch-2.7.6/configure-48-  as_echo_n='print -rn --'
patch-2.7.6/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
patch-2.7.6/configure-50-  as_echo='printf %s\n'
##############################################
patch-2.7.6/configure-52-else
patch-2.7.6/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
patch-2.7.6/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
patch-2.7.6/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
patch-2.7.6/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
patch-2.7.6/configure-64-      esac;
##############################################
patch-2.7.6/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
patch-2.7.6/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
patch-2.7.6/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
patch-2.7.6/configure-327-      case $as_dir in #(
patch-2.7.6/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
patch-2.7.6/configure-329-      *) as_qdir=$as_dir;;
##############################################
patch-2.7.6/configure-400-  {
patch-2.7.6/configure:401:    as_val=`expr "$@" || test $? -eq 1`
patch-2.7.6/configure-402-  }
##############################################
patch-2.7.6/configure-407-# ----------------------------------------
patch-2.7.6/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
patch-2.7.6/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
patch-2.7.6/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
patch-2.7.6/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
patch-2.7.6/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
patch-2.7.6/configure-1602-  case $ac_option in
patch-2.7.6/configure:1603:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
patch-2.7.6/configure-1604-  *=)   ac_optarg= ;;
##############################################
patch-2.7.6/configure-1646-  -disable-* | --disable-*)
patch-2.7.6/configure:1647:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
patch-2.7.6/configure-1648-    # Reject names that are not valid shell variable names.
##############################################
patch-2.7.6/configure-1651-    ac_useropt_orig=$ac_useropt
patch-2.7.6/configure:1652:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
patch-2.7.6/configure-1653-    case $ac_user_opts in
##############################################
patch-2.7.6/configure-1672-  -enable-* | --enable-*)
patch-2.7.6/configure:1673:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
patch-2.7.6/configure-1674-    # Reject names that are not valid shell variable names.
##############################################
patch-2.7.6/configure-1677-    ac_useropt_orig=$ac_useropt
patch-2.7.6/configure:1678:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
patch-2.7.6/configure-1679-    case $ac_user_opts in
##############################################
patch-2.7.6/configure-1876-  -with-* | --with-*)
patch-2.7.6/configure:1877:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
patch-2.7.6/configure-1878-    # Reject names that are not valid shell variable names.
##############################################
patch-2.7.6/configure-1881-    ac_useropt_orig=$ac_useropt
patch-2.7.6/configure:1882:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
patch-2.7.6/configure-1883-    case $ac_user_opts in
##############################################
patch-2.7.6/configure-1892-  -without-* | --without-*)
patch-2.7.6/configure:1893:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
patch-2.7.6/configure-1894-    # Reject names that are not valid shell variable names.
##############################################
patch-2.7.6/configure-1897-    ac_useropt_orig=$ac_useropt
patch-2.7.6/configure:1898:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
patch-2.7.6/configure-1899-    case $ac_user_opts in
##############################################
patch-2.7.6/configure-1930-  *=*)
patch-2.7.6/configure:1931:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
patch-2.7.6/configure-1932-    # Reject names that are not valid shell variable names.
##############################################
patch-2.7.6/configure-1951-if test -n "$ac_prev"; then
patch-2.7.6/configure:1952:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
patch-2.7.6/configure-1953-  as_fn_error $? "missing argument to $ac_option"
##############################################
patch-2.7.6/configure-1973-    */ )
patch-2.7.6/configure:1974:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
patch-2.7.6/configure-1975-      eval $ac_var=\$ac_val;;
##############################################
patch-2.7.6/configure-2008-ac_ls_di=`ls -di .` &&
patch-2.7.6/configure:2009:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
patch-2.7.6/configure-2010-  as_fn_error $? "working directory cannot be determined"
##############################################
patch-2.7.6/configure-2064-case $srcdir in
patch-2.7.6/configure:2065:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
patch-2.7.6/configure-2066-esac
##############################################
patch-2.7.6/configure-2107-By default, \`make install' will install all the files in
patch-2.7.6/configure:2108:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
patch-2.7.6/configure:2109:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
patch-2.7.6/configure-2110-for instance \`--prefix=\$HOME'.
##############################################
patch-2.7.6/configure-2207-*)
patch-2.7.6/configure:2208:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
patch-2.7.6/configure-2209-  # A ".." for each directory in $ac_dir_suffix.
patch-2.7.6/configure:2210:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
patch-2.7.6/configure-2211-  case $ac_top_builddir_sub in
##############################################
patch-2.7.6/configure-2681-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
patch-2.7.6/configure:2682:  as_decl_name=`echo $2|sed 's/ *(.*//'`
patch-2.7.6/configure:2683:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
patch-2.7.6/configure-2684-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
patch-2.7.6/configure-3035-    *\'*)
patch-2.7.6/configure:3036:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
patch-2.7.6/configure-3037-    esac
##############################################
patch-2.7.6/configure-3118-      case $ac_val in
patch-2.7.6/configure:3119:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
patch-2.7.6/configure-3120-      esac
##############################################
patch-2.7.6/configure-3133-	case $ac_val in
patch-2.7.6/configure:3134:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
patch-2.7.6/configure-3135-	esac
##############################################
patch-2.7.6/configure-3320-    set,)
patch-2.7.6/configure:3321:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
patch-2.7.6/configure:3322:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
patch-2.7.6/configure-3323-      ac_cache_corrupted=: ;;
##############################################
patch-2.7.6/configure-3331-	# differences in whitespace do not lead to failure.
patch-2.7.6/configure:3332:	ac_old_val_w=`echo x $ac_old_val`
patch-2.7.6/configure:3333:	ac_new_val_w=`echo x $ac_new_val`
patch-2.7.6/configure-3334-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
patch-2.7.6/configure-3351-    case $ac_new_val in
patch-2.7.6/configure:3352:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
patch-2.7.6/configure-3353-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
patch-2.7.6/configure-3552-     echo "timestamp, slept: $am_has_slept" > conftest.file
patch-2.7.6/configure:3553:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
patch-2.7.6/configure-3554-     if test "$*" = "X"; then
patch-2.7.6/configure-3555-	# -L didn't work.
patch-2.7.6/configure:3556:	set X `ls -t "$srcdir/configure" conftest.file`
patch-2.7.6/configure-3557-     fi
##############################################
patch-2.7.6/configure-3603-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
patch-2.7.6/configure:3604:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
patch-2.7.6/configure-3605-
patch-2.7.6/configure-3606-# Expand $ac_aux_dir to an absolute path.
patch-2.7.6/configure:3607:am_aux_dir=`cd "$ac_aux_dir" && pwd`
patch-2.7.6/configure-3608-
##############################################
patch-2.7.6/configure-3748-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
patch-2.7.6/configure:3749:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
patch-2.7.6/configure-3750-	     'mkdir (GNU coreutils) '* | \
##############################################
patch-2.7.6/configure-3821-set x ${MAKE-make}
patch-2.7.6/configure:3822:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
patch-2.7.6/configure-3823-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
patch-2.7.6/configure-3831-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
patch-2.7.6/configure:3832:case `${MAKE-make} -f conftest.make 2>/dev/null` in
patch-2.7.6/configure-3833-  *@@@%%%=?*=@@@%%%*)
##############################################
patch-2.7.6/configure-3897-
patch-2.7.6/configure:3898:if test "`cd $srcdir && pwd`" != "`pwd`"; then
patch-2.7.6/configure-3899-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
patch-2.7.6/configure-4401-$as_echo_n "checking whether the C compiler works... " >&6; }
patch-2.7.6/configure:4402:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
patch-2.7.6/configure-4403-
##############################################
patch-2.7.6/configure-4445-	then :; else
patch-2.7.6/configure:4446:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
patch-2.7.6/configure-4447-	fi
##############################################
patch-2.7.6/configure-4505-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
patch-2.7.6/configure:4506:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
patch-2.7.6/configure-4507-	  break;;
##############################################
patch-2.7.6/configure-4614-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
patch-2.7.6/configure:4615:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
patch-2.7.6/configure-4616-       break;;
##############################################
patch-2.7.6/configure-4922-# Ignore all kinds of additional output from 'make'.
patch-2.7.6/configure:4923:case `$am_make -s -f confmf 2> /dev/null` in #(
patch-2.7.6/configure-4924-*the\ am__doit\ target*)
##############################################
patch-2.7.6/configure-4932-   echo '.include "confinc"' > confmf
patch-2.7.6/configure:4933:   case `$am_make -s -f confmf 2> /dev/null` in #(
patch-2.7.6/configure-4934-   *the\ am__doit\ target*)
##############################################
patch-2.7.6/configure-4995-  if test "$am_compiler_list" = ""; then
patch-2.7.6/configure:4996:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
patch-2.7.6/configure-4997-  fi
##############################################
patch-2.7.6/configure-5544-  # Check for GNU $ac_path_GREP
patch-2.7.6/configure:5545:case `"$ac_path_GREP" --version 2>&1` in
patch-2.7.6/configure-5546-*GNU*)
##############################################
patch-2.7.6/configure-5610-  # Check for GNU $ac_path_EGREP
patch-2.7.6/configure:5611:case `"$ac_path_EGREP" --version 2>&1` in
patch-2.7.6/configure-5612-*GNU*)
##############################################
patch-2.7.6/configure-5771-do :
patch-2.7.6/configure:5772:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
patch-2.7.6/configure-5773-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
patch-2.7.6/configure-5776-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:5777:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
patch-2.7.6/configure-5778-_ACEOF
##############################################
patch-2.7.6/configure-7000-  for ac_func in _getb67 GETB67 getb67; do
patch-2.7.6/configure:7001:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-7002-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-7072-test "x$ac_build_alias" = x &&
patch-2.7.6/configure:7073:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
patch-2.7.6/configure-7074-test "x$ac_build_alias" = x &&
patch-2.7.6/configure-7075-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
patch-2.7.6/configure:7076:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
patch-2.7.6/configure-7077-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
patch-2.7.6/configure-7096-IFS=$ac_save_IFS
patch-2.7.6/configure:7097:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
patch-2.7.6/configure-7098-
##############################################
patch-2.7.6/configure-7107-else
patch-2.7.6/configure:7108:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
patch-2.7.6/configure-7109-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
patch-2.7.6/configure-7129-IFS=$ac_save_IFS
patch-2.7.6/configure:7130:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
patch-2.7.6/configure-7131-
##############################################
patch-2.7.6/configure-7242-do :
patch-2.7.6/configure:7243:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-7244-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-7246-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:7247:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
patch-2.7.6/configure-7248-_ACEOF
##############################################
patch-2.7.6/configure-7593-do :
patch-2.7.6/configure:7594:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
patch-2.7.6/configure-7595-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
patch-2.7.6/configure-7598-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:7599:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
patch-2.7.6/configure-7600-_ACEOF
##############################################
patch-2.7.6/configure-9356-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
patch-2.7.6/configure:9357:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-9358-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-9387-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:9388:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-9389-_ACEOF
##############################################
patch-2.7.6/configure-9824-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
patch-2.7.6/configure:9825:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
patch-2.7.6/configure-9826-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
patch-2.7.6/configure-10383-    for gl_func in gettimeofday; do
patch-2.7.6/configure:10384:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-10385-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-10418-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:10419:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-10420-_ACEOF
##############################################
patch-2.7.6/configure-11357-do :
patch-2.7.6/configure:11358:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
patch-2.7.6/configure-11359-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
patch-2.7.6/configure-11361-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:11362:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
patch-2.7.6/configure-11363-_ACEOF
##############################################
patch-2.7.6/configure-11412-    fi
patch-2.7.6/configure:11413:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/configure-11414-    cat >>confdefs.h <<_ACEOF
##############################################
patch-2.7.6/configure-11457-    fi
patch-2.7.6/configure:11458:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/configure-11459-    cat >>confdefs.h <<_ACEOF
##############################################
patch-2.7.6/configure-11509-    eval result=\$gl_cv_type_${gltype}_signed
patch-2.7.6/configure:11510:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/configure-11511-    if test "$result" = yes; then
##############################################
patch-2.7.6/configure-11585-$as_echo "$ac_res" >&6; }
patch-2.7.6/configure:11586:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/configure-11587-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
patch-2.7.6/configure-11657-$as_echo "$ac_res" >&6; }
patch-2.7.6/configure:11658:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
patch-2.7.6/configure-11659-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
patch-2.7.6/configure-11807-    for gl_func in imaxabs imaxdiv strtoimax strtoumax; do
patch-2.7.6/configure:11808:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-11809-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-11838-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:11839:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-11840-_ACEOF
##############################################
patch-2.7.6/configure-12014-  # Check for GNU $ac_path_SED
patch-2.7.6/configure:12015:case `"$ac_path_SED" --version 2>&1` in
patch-2.7.6/configure-12016-*GNU*)
##############################################
patch-2.7.6/configure-14118-    for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul      strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r      strerror_r strsignal strverscmp; do
patch-2.7.6/configure:14119:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-14120-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-14149-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:14150:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-14151-_ACEOF
##############################################
patch-2.7.6/configure-15150-    word*bit*)
patch-2.7.6/configure:15151:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
patch-2.7.6/configure:15152:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
patch-2.7.6/configure-15153-
##############################################
patch-2.7.6/configure-15281-do :
patch-2.7.6/configure:15282:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-15283-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-15285-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:15286:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
patch-2.7.6/configure-15287-_ACEOF
##############################################
patch-2.7.6/configure-15337-                              save_ac_compile="$ac_compile"
patch-2.7.6/configure:15338:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
patch-2.7.6/configure-15339-     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
##############################################
patch-2.7.6/configure-15358-_ACEOF
patch-2.7.6/configure:15359:              ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
patch-2.7.6/configure-15360-       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
##############################################
patch-2.7.6/configure-15766-do :
patch-2.7.6/configure:15767:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-15768-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-15770-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:15771:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
patch-2.7.6/configure-15772-_ACEOF
##############################################
patch-2.7.6/configure-16124-    for gl_func in alphasort closedir dirfd fdopendir opendir readdir rewinddir scandir; do
patch-2.7.6/configure:16125:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-16126-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-16155-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:16156:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-16157-_ACEOF
##############################################
patch-2.7.6/configure-17509-    for gl_func in fcntl openat; do
patch-2.7.6/configure:17510:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-17511-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-17540-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:17541:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-17542-_ACEOF
##############################################
patch-2.7.6/configure-22133-    for gl_func in pthread_sigmask sigaction     sigaddset sigdelset sigemptyset sigfillset sigismember     sigpending sigprocmask; do
patch-2.7.6/configure:22134:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-22135-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-22164-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:22165:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-22166-_ACEOF
##############################################
patch-2.7.6/configure-23064-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
patch-2.7.6/configure:23065:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-23066-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-23095-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:23096:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-23097-_ACEOF
##############################################
patch-2.7.6/configure-23179-    for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt     initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps     posix_openpt ptsname ptsname_r qsort_r random random_r reallocarray     realpath rpmatch secure_getenv setenv setstate setstate_r srandom     srandom_r strtod strtoll strtoull unlockpt unsetenv; do
patch-2.7.6/configure:23180:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-23181-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-23216-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:23217:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-23218-_ACEOF
##############################################
patch-2.7.6/configure-23885-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
patch-2.7.6/configure:23886:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-23887-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-23916-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:23917:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-23918-_ACEOF
##############################################
patch-2.7.6/configure-24338-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat     truncate ttyname_r unlink unlinkat usleep; do
patch-2.7.6/configure:24339:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-24340-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-24381-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:24382:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-24383-_ACEOF
##############################################
patch-2.7.6/configure-24939-    for gl_func in utime; do
patch-2.7.6/configure:24940:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-24941-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-24970-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:24971:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-24972-_ACEOF
##############################################
patch-2.7.6/configure-25411-    for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb      wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset      wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp      wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr      wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth wcsftime     ; do
patch-2.7.6/configure:25412:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-25413-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-25452-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:25453:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-25454-_ACEOF
##############################################
patch-2.7.6/configure-25773-    for gl_func in wctype iswctype wctrans towctrans     ; do
patch-2.7.6/configure:25774:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
patch-2.7.6/configure-25775-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
patch-2.7.6/configure-25815-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:25816:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
patch-2.7.6/configure-25817-_ACEOF
##############################################
patch-2.7.6/configure-25920-  gl_source_base='tests'
patch-2.7.6/configure:25921:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
patch-2.7.6/configure-25922-
##############################################
patch-2.7.6/configure-26564-  if test -n "$GCC"; then
patch-2.7.6/configure:26565:    case `($CC --version) 2>/dev/null` in
patch-2.7.6/configure-26566-      'gcc (GCC) '[0-3].* | \
##############################################
patch-2.7.6/configure-26609-
patch-2.7.6/configure:26610:as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh`
patch-2.7.6/configure-26611-gl_positive="$w"
patch-2.7.6/configure-26612-case $gl_positive in
patch-2.7.6/configure:26613:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
patch-2.7.6/configure-26614-esac
##############################################
patch-2.7.6/configure-27113-do :
patch-2.7.6/configure:27114:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
patch-2.7.6/configure-27115-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
patch-2.7.6/configure-27117-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:27118:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
patch-2.7.6/configure-27119-_ACEOF
##############################################
patch-2.7.6/configure-27187-do :
patch-2.7.6/configure:27188:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-27189-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-27191-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:27192:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
patch-2.7.6/configure-27193-_ACEOF
##############################################
patch-2.7.6/configure-27212-cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:27213:#define USE_XATTR `test $use_xattr != yes; echo $?`
patch-2.7.6/configure-27214-_ACEOF
##############################################
patch-2.7.6/configure-27219-do :
patch-2.7.6/configure:27220:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
patch-2.7.6/configure-27221-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
patch-2.7.6/configure-27223-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:27224:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
patch-2.7.6/configure-27225-_ACEOF
##############################################
patch-2.7.6/configure-27231-do :
patch-2.7.6/configure:27232:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
patch-2.7.6/configure-27233-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
patch-2.7.6/configure-27235-  cat >>confdefs.h <<_ACEOF
patch-2.7.6/configure:27236:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
patch-2.7.6/configure-27237-_ACEOF
##############################################
patch-2.7.6/configure-27427-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
patch-2.7.6/configure:27428:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
patch-2.7.6/configure-27429-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
patch-2.7.6/configure-27527-      sed_drop_objext='s/\.o$//;s/\.obj$//'
patch-2.7.6/configure:27528:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
patch-2.7.6/configure-27529-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
patch-2.7.6/configure-27543-      sed_drop_objext='s/\.o$//;s/\.obj$//'
patch-2.7.6/configure:27544:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
patch-2.7.6/configure-27545-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
patch-2.7.6/configure-27609-if test -z "$BASH_VERSION$ZSH_VERSION" \
patch-2.7.6/configure:27610:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
patch-2.7.6/configure-27611-  as_echo='print -r --'
patch-2.7.6/configure-27612-  as_echo_n='print -rn --'
patch-2.7.6/configure:27613:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
patch-2.7.6/configure-27614-  as_echo='printf %s\n'
##############################################
patch-2.7.6/configure-27616-else
patch-2.7.6/configure:27617:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
patch-2.7.6/configure-27618-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
patch-2.7.6/configure-27626-	expr "X$arg" : "X\\(.*\\)$as_nl";
patch-2.7.6/configure:27627:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
patch-2.7.6/configure-27628-      esac;
##############################################
patch-2.7.6/configure-27703-# ----------------------------------------
patch-2.7.6/configure:27704:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
patch-2.7.6/configure-27705-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
patch-2.7.6/configure-27775-  {
patch-2.7.6/configure:27776:    as_val=`expr "$@" || test $? -eq 1`
patch-2.7.6/configure-27777-  }
##############################################
patch-2.7.6/configure-27879-      case $as_dir in #(
patch-2.7.6/configure:27880:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
patch-2.7.6/configure-27881-      *) as_qdir=$as_dir;;
##############################################
patch-2.7.6/configure-28020-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
patch-2.7.6/configure:28021:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
patch-2.7.6/configure-28022-ac_cs_version="\\
##############################################
patch-2.7.6/configure-28045-  --*=?*)
patch-2.7.6/configure:28046:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
patch-2.7.6/configure:28047:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
patch-2.7.6/configure-28048-    ac_shift=:
##############################################
patch-2.7.6/configure-28050-  --*=)
patch-2.7.6/configure:28051:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
patch-2.7.6/configure-28052-    ac_optarg=
##############################################
patch-2.7.6/configure-28074-    case $ac_optarg in
patch-2.7.6/configure:28075:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
patch-2.7.6/configure-28076-    '') as_fn_error $? "missing file argument" ;;
##############################################
patch-2.7.6/configure-28082-    case $ac_optarg in
patch-2.7.6/configure:28083:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
patch-2.7.6/configure-28084-    esac
##############################################
patch-2.7.6/configure-28216-fi
patch-2.7.6/configure:28217:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
patch-2.7.6/configure-28218-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
patch-2.7.6/configure-28233-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
patch-2.7.6/configure:28234:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
patch-2.7.6/configure-28235-ac_delim='%!_!# '
##############################################
patch-2.7.6/configure-28239-
patch-2.7.6/configure:28240:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
patch-2.7.6/configure-28241-  if test $ac_delim_n = $ac_delim_num; then
##############################################
patch-2.7.6/configure-28377-for ac_last_try in false false :; do
patch-2.7.6/configure:28378:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
patch-2.7.6/configure-28379-  if test -z "$ac_tt"; then
##############################################
patch-2.7.6/configure-28509-      esac
patch-2.7.6/configure:28510:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
patch-2.7.6/configure-28511-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
patch-2.7.6/configure-28568-*)
patch-2.7.6/configure:28569:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
patch-2.7.6/configure-28570-  # A ".." for each directory in $ac_dir_suffix.
patch-2.7.6/configure:28571:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
patch-2.7.6/configure-28572-  case $ac_top_builddir_sub in
##############################################
patch-2.7.6/configure-28629-/@mandir@/p'
patch-2.7.6/configure:28630:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
patch-2.7.6/configure-28631-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
patch-2.7.6/configure-28646-
patch-2.7.6/configure:28647:# Neutralize VPATH when `$srcdir' = `.'.
patch-2.7.6/configure-28648-# Shell code in configure.ac might set extrasub.
##############################################
patch-2.7.6/configure-28674-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
patch-2.7.6/configure:28675:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
patch-2.7.6/configure-28676-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
patch-2.7.6/configure-28720-    * )
patch-2.7.6/configure:28721:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
patch-2.7.6/configure-28722-  esac
##############################################
patch-2.7.6/configure-28798-    # Strip MF so we end up with the name of the file.
patch-2.7.6/configure:28799:    mf=`echo "$mf" | sed -e 's/:.*$//'`
patch-2.7.6/configure-28800-    # Check whether this is an Automake generated Makefile or not.
##############################################
patch-2.7.6/configure-28835-    # from the Makefile without running 'make'.
patch-2.7.6/configure:28836:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
patch-2.7.6/configure-28837-    test -z "$DEPDIR" && continue
patch-2.7.6/configure:28838:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
patch-2.7.6/configure-28839-    test -z "$am__include" && continue
patch-2.7.6/configure:28840:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
patch-2.7.6/configure-28841-    # Find all dependency output files, they are included files with
##############################################
patch-2.7.6/aclocal.m4-70-changequote(,)dnl
patch-2.7.6/aclocal.m4:71:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
patch-2.7.6/aclocal.m4-72-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
patch-2.7.6/aclocal.m4-77-changequote(,)dnl
patch-2.7.6/aclocal.m4:78:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
patch-2.7.6/aclocal.m4-79-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
patch-2.7.6/aclocal.m4-96-changequote(,)dnl
patch-2.7.6/aclocal.m4:97:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
patch-2.7.6/aclocal.m4-98-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
patch-2.7.6/aclocal.m4-121-      case "$ac_file" in
patch-2.7.6/aclocal.m4:122:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
patch-2.7.6/aclocal.m4-123-      esac
##############################################
patch-2.7.6/aclocal.m4-126-        # Adjust a relative srcdir.
patch-2.7.6/aclocal.m4:127:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
patch-2.7.6/aclocal.m4:128:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
patch-2.7.6/aclocal.m4:129:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
patch-2.7.6/aclocal.m4-130-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
patch-2.7.6/aclocal.m4-133-        case "$ac_given_srcdir" in
patch-2.7.6/aclocal.m4:134:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
patch-2.7.6/aclocal.m4-135-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
patch-2.7.6/aclocal.m4-154-            fi
patch-2.7.6/aclocal.m4:155:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
patch-2.7.6/aclocal.m4-156-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
patch-2.7.6/aclocal.m4-251-  # Adjust a relative srcdir.
patch-2.7.6/aclocal.m4:252:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
patch-2.7.6/aclocal.m4:253:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
patch-2.7.6/aclocal.m4:254:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
patch-2.7.6/aclocal.m4-255-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
patch-2.7.6/aclocal.m4-258-  case "$ac_given_srcdir" in
patch-2.7.6/aclocal.m4:259:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
patch-2.7.6/aclocal.m4-260-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
patch-2.7.6/aclocal.m4-320-  # Set POTFILES to the value of the Makefile variable POTFILES.
patch-2.7.6/aclocal.m4:321:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
patch-2.7.6/aclocal.m4:322:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
patch-2.7.6/aclocal.m4-323-  # Compute POTFILES_DEPS as
##############################################
patch-2.7.6/aclocal.m4-335-    # The LINGUAS file contains the set of available languages.
patch-2.7.6/aclocal.m4:336:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
patch-2.7.6/aclocal.m4-337-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
patch-2.7.6/aclocal.m4-339-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
patch-2.7.6/aclocal.m4:340:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
patch-2.7.6/aclocal.m4:341:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
patch-2.7.6/aclocal.m4-342-  fi
##############################################
patch-2.7.6/aclocal.m4-383-    QMFILES="$QMFILES $srcdirpre$lang.qm"
patch-2.7.6/aclocal.m4:384:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
patch-2.7.6/aclocal.m4-385-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
patch-2.7.6/aclocal.m4:386:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
patch-2.7.6/aclocal.m4-387-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
patch-2.7.6/aclocal.m4-424-      QTCATALOGS="$QTCATALOGS $lang.qm"
patch-2.7.6/aclocal.m4:425:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
patch-2.7.6/aclocal.m4-426-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
patch-2.7.6/aclocal.m4:427:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
patch-2.7.6/aclocal.m4-428-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
patch-2.7.6/aclocal.m4-436-    for lang in $ALL_LINGUAS; do
patch-2.7.6/aclocal.m4:437:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
patch-2.7.6/aclocal.m4-438-      cat >> "$ac_file.tmp" <<EOF
##############################################
patch-2.7.6/aclocal.m4-447-    for lang in $ALL_LINGUAS; do
patch-2.7.6/aclocal.m4:448:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
patch-2.7.6/aclocal.m4-449-      cat >> "$ac_file.tmp" <<EOF
##############################################
patch-2.7.6/aclocal.m4-606-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
patch-2.7.6/aclocal.m4:607:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
patch-2.7.6/aclocal.m4-608-# and then we would define $MISSING as
##############################################
patch-2.7.6/aclocal.m4-621-# Expand $ac_aux_dir to an absolute path.
patch-2.7.6/aclocal.m4:622:am_aux_dir=`cd "$ac_aux_dir" && pwd`
patch-2.7.6/aclocal.m4-623-])
##############################################
patch-2.7.6/aclocal.m4-719-  if test "$am_compiler_list" = ""; then
patch-2.7.6/aclocal.m4:720:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
patch-2.7.6/aclocal.m4-721-  fi
##############################################
patch-2.7.6/aclocal.m4-870-    # Strip MF so we end up with the name of the file.
patch-2.7.6/aclocal.m4:871:    mf=`echo "$mf" | sed -e 's/:.*$//'`
patch-2.7.6/aclocal.m4-872-    # Check whether this is an Automake generated Makefile or not.
##############################################
patch-2.7.6/aclocal.m4-879-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
patch-2.7.6/aclocal.m4:880:      dirpart=`AS_DIRNAME("$mf")`
patch-2.7.6/aclocal.m4-881-    else
##############################################
patch-2.7.6/aclocal.m4-885-    # from the Makefile without running 'make'.
patch-2.7.6/aclocal.m4:886:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
patch-2.7.6/aclocal.m4-887-    test -z "$DEPDIR" && continue
patch-2.7.6/aclocal.m4:888:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
patch-2.7.6/aclocal.m4-889-    test -z "$am__include" && continue
patch-2.7.6/aclocal.m4:890:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
patch-2.7.6/aclocal.m4-891-    # Find all dependency output files, they are included files with
##############################################
patch-2.7.6/aclocal.m4-899-      test -f "$dirpart/$file" && continue
patch-2.7.6/aclocal.m4:900:      fdir=`AS_DIRNAME(["$file"])`
patch-2.7.6/aclocal.m4-901-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
patch-2.7.6/aclocal.m4-957-AC_REQUIRE([AC_PROG_INSTALL])dnl
patch-2.7.6/aclocal.m4:958:if test "`cd $srcdir && pwd`" != "`pwd`"; then
patch-2.7.6/aclocal.m4-959-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
patch-2.7.6/aclocal.m4-1116-    * )
patch-2.7.6/aclocal.m4:1117:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
patch-2.7.6/aclocal.m4-1118-  esac
patch-2.7.6/aclocal.m4-1119-done
patch-2.7.6/aclocal.m4:1120:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
patch-2.7.6/aclocal.m4-1121-
##############################################
patch-2.7.6/aclocal.m4-1187-# Ignore all kinds of additional output from 'make'.
patch-2.7.6/aclocal.m4:1188:case `$am_make -s -f confmf 2> /dev/null` in #(
patch-2.7.6/aclocal.m4-1189-*the\ am__doit\ target*)
##############################################
patch-2.7.6/aclocal.m4-1197-   echo '.include "confinc"' > confmf
patch-2.7.6/aclocal.m4:1198:   case `$am_make -s -f confmf 2> /dev/null` in #(
patch-2.7.6/aclocal.m4-1199-   *the\ am__doit\ target*)
##############################################
patch-2.7.6/aclocal.m4-1379-     echo "timestamp, slept: $am_has_slept" > conftest.file
patch-2.7.6/aclocal.m4:1380:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
patch-2.7.6/aclocal.m4-1381-     if test "$[*]" = "X"; then
patch-2.7.6/aclocal.m4-1382-	# -L didn't work.
patch-2.7.6/aclocal.m4:1383:	set X `ls -t "$srcdir/configure" conftest.file`
patch-2.7.6/aclocal.m4-1384-     fi
##############################################
patch-2.7.6/Makefile.in-65-  { \
patch-2.7.6/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
patch-2.7.6/Makefile.in-67-  }; \
##############################################
patch-2.7.6/Makefile.in-232-  esac
patch-2.7.6/Makefile.in:233:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
patch-2.7.6/Makefile.in-234-am__vpath_adj = case $$p in \
patch-2.7.6/Makefile.in:235:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
patch-2.7.6/Makefile.in-236-    *) f=$$p;; \
patch-2.7.6/Makefile.in-237-  esac;
patch-2.7.6/Makefile.in:238:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
patch-2.7.6/Makefile.in-239-am__install_max = 40
patch-2.7.6/Makefile.in-240-am__nobase_strip_setup = \
patch-2.7.6/Makefile.in:241:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
patch-2.7.6/Makefile.in-242-am__nobase_strip = \
##############################################
patch-2.7.6/Makefile.in-321-  while test -n "$$dir1"; do \
patch-2.7.6/Makefile.in:322:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
patch-2.7.6/Makefile.in-323-    if test "$$first" != "."; then \
patch-2.7.6/Makefile.in-324-      if test "$$first" = ".."; then \
patch-2.7.6/Makefile.in:325:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
patch-2.7.6/Makefile.in:326:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
patch-2.7.6/Makefile.in-327-      else \
patch-2.7.6/Makefile.in:328:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
patch-2.7.6/Makefile.in-329-        if test "$$first2" = "$$first"; then \
patch-2.7.6/Makefile.in:330:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
patch-2.7.6/Makefile.in-331-        else \
##############################################
patch-2.7.6/Makefile.in-336-    fi; \
patch-2.7.6/Makefile.in:337:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
patch-2.7.6/Makefile.in-338-  done; \
##############################################
patch-2.7.6/Makefile.in-1280-	test -n "$(man1dir)" \
patch-2.7.6/Makefile.in:1281:	  && test -n "`echo $$list1$$list2`" \
patch-2.7.6/Makefile.in-1282-	  || exit 0; \
##############################################
patch-2.7.6/Makefile.in-1331-	dot_seen=no; \
patch-2.7.6/Makefile.in:1332:	target=`echo $@ | sed s/-recursive//`; \
patch-2.7.6/Makefile.in-1333-	case "$@" in \
##############################################
patch-2.7.6/Makefile.in-1394-GTAGS:
patch-2.7.6/Makefile.in:1395:	here=`$(am__cd) $(top_builddir) && pwd` \
patch-2.7.6/Makefile.in-1396-	  && $(am__cd) $(top_srcdir) \
##############################################
patch-2.7.6/Makefile.in-1426-	test -d "$(distdir)" || mkdir "$(distdir)"
patch-2.7.6/Makefile.in:1427:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/Makefile.in:1428:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/Makefile.in-1429-	list='$(DISTFILES)'; \
##############################################
patch-2.7.6/Makefile.in-1440-	  if test -d $$d/$$file; then \
patch-2.7.6/Makefile.in:1441:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
patch-2.7.6/Makefile.in-1442-	    if test -d "$(distdir)/$$file"; then \
##############################################
patch-2.7.6/Makefile.in-1552-	test -d $(distdir)/_build || exit 0; \
patch-2.7.6/Makefile.in:1553:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
patch-2.7.6/Makefile.in-1554-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
patch-2.7.6/Makefile.in-1596-	}; \
patch-2.7.6/Makefile.in:1597:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
patch-2.7.6/Makefile.in-1598-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
patch-2.7.6/Makefile.in-1608-	fi
patch-2.7.6/Makefile.in:1609:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
patch-2.7.6/Makefile.in-1610-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
patch-2.7.6/lib/Makefile.in-73-  { \
patch-2.7.6/lib/Makefile.in:74:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
patch-2.7.6/lib/Makefile.in-75-  }; \
##############################################
patch-2.7.6/lib/Makefile.in-1502-.c.obj:
patch-2.7.6/lib/Makefile.in:1503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
patch-2.7.6/lib/Makefile.in-1504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
patch-2.7.6/lib/Makefile.in-1506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
patch-2.7.6/lib/Makefile.in:1507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
patch-2.7.6/lib/Makefile.in-1508-
patch-2.7.6/lib/Makefile.in-1509-.y.c:
patch-2.7.6/lib/Makefile.in:1510:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
patch-2.7.6/lib/Makefile.in-1511-
##############################################
patch-2.7.6/lib/Makefile.in-1541-GTAGS:
patch-2.7.6/lib/Makefile.in:1542:	here=`$(am__cd) $(top_builddir) && pwd` \
patch-2.7.6/lib/Makefile.in-1543-	  && $(am__cd) $(top_srcdir) \
##############################################
patch-2.7.6/lib/Makefile.in-1564-distdir: $(DISTFILES)
patch-2.7.6/lib/Makefile.in:1565:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/lib/Makefile.in:1566:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/lib/Makefile.in-1567-	list='$(DISTFILES)'; \
##############################################
patch-2.7.6/lib/Makefile.in-1578-	  if test -d $$d/$$file; then \
patch-2.7.6/lib/Makefile.in:1579:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
patch-2.7.6/lib/Makefile.in-1580-	    if test -d "$(distdir)/$$file"; then \
##############################################
patch-2.7.6/lib/getgroups.c-56-# ifdef __APPLE__
patch-2.7.6/lib/getgroups.c:57:int posix_getgroups (int, gid_t []) __asm ("_getgroups");
patch-2.7.6/lib/getgroups.c-58-#  define getgroups posix_getgroups
##############################################
patch-2.7.6/lib/config.charset-119-host="$1"
patch-2.7.6/lib/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
patch-2.7.6/lib/config.charset-121-echo "# This file contains a table of character encoding aliases,"
##############################################
patch-2.7.6/maint.mk-478-  dummy=; : so we do not need a semicolon before each use;		\
patch-2.7.6/maint.mk:479:  h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`;			\
patch-2.7.6/maint.mk-480-  if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then			\
##############################################
patch-2.7.6/maint.mk-1649-	for sig in 1 2 3 13 15; do					\
patch-2.7.6/maint.mk:1650:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
patch-2.7.6/maint.mk-1651-	done;								\
##############################################
patch-2.7.6/src/Makefile.in-66-  { \
patch-2.7.6/src/Makefile.in:67:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
patch-2.7.6/src/Makefile.in-68-  }; \
##############################################
patch-2.7.6/src/Makefile.in-1253-.c.obj:
patch-2.7.6/src/Makefile.in:1254:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
patch-2.7.6/src/Makefile.in-1255-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
patch-2.7.6/src/Makefile.in-1257-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
patch-2.7.6/src/Makefile.in:1258:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
patch-2.7.6/src/Makefile.in-1259-
##############################################
patch-2.7.6/src/Makefile.in-1289-GTAGS:
patch-2.7.6/src/Makefile.in:1290:	here=`$(am__cd) $(top_builddir) && pwd` \
patch-2.7.6/src/Makefile.in-1291-	  && $(am__cd) $(top_srcdir) \
##############################################
patch-2.7.6/src/Makefile.in-1312-distdir: $(DISTFILES)
patch-2.7.6/src/Makefile.in:1313:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/src/Makefile.in:1314:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/src/Makefile.in-1315-	list='$(DISTFILES)'; \
##############################################
patch-2.7.6/src/Makefile.in-1326-	  if test -d $$d/$$file; then \
patch-2.7.6/src/Makefile.in:1327:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
patch-2.7.6/src/Makefile.in-1328-	    if test -d "$(distdir)/$$file"; then \
##############################################
patch-2.7.6/tests/Makefile.in-65-  { \
patch-2.7.6/tests/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
patch-2.7.6/tests/Makefile.in-67-  }; \
##############################################
patch-2.7.6/tests/Makefile.in-243-}
patch-2.7.6/tests/Makefile.in:244:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
patch-2.7.6/tests/Makefile.in-245-am__vpath_adj = case $$p in \
patch-2.7.6/tests/Makefile.in:246:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
patch-2.7.6/tests/Makefile.in-247-    *) f=$$p;; \
patch-2.7.6/tests/Makefile.in-248-  esac;
patch-2.7.6/tests/Makefile.in:249:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
patch-2.7.6/tests/Makefile.in-250-am__install_max = 40
patch-2.7.6/tests/Makefile.in-251-am__nobase_strip_setup = \
patch-2.7.6/tests/Makefile.in:252:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
patch-2.7.6/tests/Makefile.in-253-am__nobase_strip = \
##############################################
patch-2.7.6/tests/Makefile.in-371-case "$@" in						\
patch-2.7.6/tests/Makefile.in:372:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
patch-2.7.6/tests/Makefile.in-373-    *) am__odir=.;; 					\
##############################################
patch-2.7.6/tests/Makefile.in-401-  bases='$(TEST_LOGS)'; \
patch-2.7.6/tests/Makefile.in:402:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
patch-2.7.6/tests/Makefile.in:403:  bases=`echo $$bases`
patch-2.7.6/tests/Makefile.in-404-RECHECK_LOGS = $(TEST_LOGS)
##############################################
patch-2.7.6/tests/Makefile.in-414-        */*) b='$*';; \
patch-2.7.6/tests/Makefile.in:415:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
patch-2.7.6/tests/Makefile.in-416-       esac;; \
##############################################
patch-2.7.6/tests/Makefile.in-1416-	if test -n "$$redo_bases"; then \
patch-2.7.6/tests/Makefile.in:1417:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
patch-2.7.6/tests/Makefile.in:1418:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
patch-2.7.6/tests/Makefile.in-1419-	  if $(am__make_dryrun); then :; else \
##############################################
patch-2.7.6/tests/Makefile.in-1441-	ws='[ 	]'; \
patch-2.7.6/tests/Makefile.in:1442:	results=`for b in $$bases; do echo $$b.trs; done`; \
patch-2.7.6/tests/Makefile.in-1443-	test -n "$$results" || results=/dev/null; \
patch-2.7.6/tests/Makefile.in:1444:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1445:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1446:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1447:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1448:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1449:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1450:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
patch-2.7.6/tests/Makefile.in:1451:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
patch-2.7.6/tests/Makefile.in-1452-	  success=true; \
##############################################
patch-2.7.6/tests/Makefile.in-1520-	@set +e; $(am__set_TESTS_bases); \
patch-2.7.6/tests/Makefile.in:1521:	log_list=`for i in $$bases; do echo $$i.log; done`; \
patch-2.7.6/tests/Makefile.in:1522:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
patch-2.7.6/tests/Makefile.in:1523:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
patch-2.7.6/tests/Makefile.in-1524-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
patch-2.7.6/tests/Makefile.in-1530-	         | $(am__list_recheck_tests)` || exit 1; \
patch-2.7.6/tests/Makefile.in:1531:	log_list=`for i in $$bases; do echo $$i.log; done`; \
patch-2.7.6/tests/Makefile.in:1532:	log_list=`echo $$log_list`; \
patch-2.7.6/tests/Makefile.in-1533-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
patch-2.7.6/tests/Makefile.in-1860-distdir: $(DISTFILES)
patch-2.7.6/tests/Makefile.in:1861:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/tests/Makefile.in:1862:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
patch-2.7.6/tests/Makefile.in-1863-	list='$(DISTFILES)'; \
##############################################
patch-2.7.6/tests/Makefile.in-1874-	  if test -d $$d/$$file; then \
patch-2.7.6/tests/Makefile.in:1875:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
patch-2.7.6/tests/Makefile.in-1876-	    if test -d "$(distdir)/$$file"; then \
##############################################
patch-2.7.6/tests/merge-26-x2() {
patch-2.7.6/tests/merge:27:    body=`seq 1 $1`
patch-2.7.6/tests/merge-28-    shift
##############################################
patch-2.7.6/tests/merge-41-    rm -f a.sed b.sed
patch-2.7.6/tests/merge:42:    output=`diff -u a b | patch $ARGS -f c`
patch-2.7.6/tests/merge-43-    status=$?
##############################################
patch-2.7.6/tests/preserve-mode-and-timestamp-36-sed_expr='s,\(....\)-\(..\)-\(..\) \(..\):\(..\):\(..\),\1\2\3\4\5.\6,'
patch-2.7.6/tests/preserve-mode-and-timestamp:37:timestamp1_touch=`echo "$timestamp1" | sed -e "$sed_expr"`
patch-2.7.6/tests/preserve-mode-and-timestamp-38-TZ=UTC touch -t $timestamp1_touch f
##############################################
patch-2.7.6/tests/preserve-mode-and-timestamp-52-# Some non-GNU versions of date can't show a file's timestamp
patch-2.7.6/tests/preserve-mode-and-timestamp:53:timestamp2_touch=`echo "$timestamp2" | sed -e "$sed_expr"`
patch-2.7.6/tests/preserve-mode-and-timestamp-54-TZ=UTC touch -t $timestamp2_touch f.compare
##############################################
patch-2.7.6/tests/test-lib.sh-72-    expected=`cat`
patch-2.7.6/tests/test-lib.sh:73:    if got=`set +x; eval "$*" 3>&2 </dev/null 2>&1` && \
patch-2.7.6/tests/test-lib.sh-74-            test "$expected" = "$got" ; then
##############################################
patch-2.7.6/tests/test-lib.sh-98-    status=$?
patch-2.7.6/tests/test-lib.sh:99:    checks_succeeded=`expr $checks_succeeded`
patch-2.7.6/tests/test-lib.sh:100:    checks_failed=`expr $checks_failed`
patch-2.7.6/tests/test-lib.sh:101:    checks_total=`expr $checks_succeeded + $checks_failed`
patch-2.7.6/tests/test-lib.sh-102-    if test $checks_total -gt 0 ; then
##############################################
patch-2.7.6/tests/test-lib.sh-156-	    echo $i
patch-2.7.6/tests/test-lib.sh:157:	    i=`expr $i + $2`
patch-2.7.6/tests/test-lib.sh-158-	done