===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stiff-2.4.0/autoconf/config.guess-40-
stiff-2.4.0/autoconf/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
stiff-2.4.0/autoconf/config.guess-42-
##############################################
stiff-2.4.0/autoconf/config.guess-109-: ${TMPDIR=/tmp} ;
stiff-2.4.0/autoconf/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
stiff-2.4.0/autoconf/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
stiff-2.4.0/autoconf/config.guess-195-	    *)
stiff-2.4.0/autoconf/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
stiff-2.4.0/autoconf/config.guess-197-		;;
##############################################
stiff-2.4.0/autoconf/config.guess-222-	*4.0)
stiff-2.4.0/autoconf/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
stiff-2.4.0/autoconf/config.guess-224-		;;
stiff-2.4.0/autoconf/config.guess-225-	*5.*)
stiff-2.4.0/autoconf/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
stiff-2.4.0/autoconf/config.guess-227-		;;
##############################################
stiff-2.4.0/autoconf/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
stiff-2.4.0/autoconf/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
stiff-2.4.0/autoconf/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
stiff-2.4.0/autoconf/config.guess-270-	# 1.2 uses "1.2" for uname -r.
stiff-2.4.0/autoconf/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
stiff-2.4.0/autoconf/config.guess-272-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-327-    sun4H:SunOS:5.*:*)
stiff-2.4.0/autoconf/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stiff-2.4.0/autoconf/config.guess-329-	exit ;;
stiff-2.4.0/autoconf/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
stiff-2.4.0/autoconf/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stiff-2.4.0/autoconf/config.guess-332-	exit ;;
stiff-2.4.0/autoconf/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
stiff-2.4.0/autoconf/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stiff-2.4.0/autoconf/config.guess-335-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
stiff-2.4.0/autoconf/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stiff-2.4.0/autoconf/config.guess-341-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
stiff-2.4.0/autoconf/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
stiff-2.4.0/autoconf/config.guess-350-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-354-    sun*:*:4.2BSD:*)
stiff-2.4.0/autoconf/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
stiff-2.4.0/autoconf/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
stiff-2.4.0/autoconf/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
stiff-2.4.0/autoconf/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
stiff-2.4.0/autoconf/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
stiff-2.4.0/autoconf/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
stiff-2.4.0/autoconf/config.guess-492-    *:IRIX*:*:*)
stiff-2.4.0/autoconf/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
stiff-2.4.0/autoconf/config.guess-494-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-522-EOF
stiff-2.4.0/autoconf/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
stiff-2.4.0/autoconf/config.guess-524-		then
##############################################
stiff-2.4.0/autoconf/config.guess-535-    *:AIX:*:[456])
stiff-2.4.0/autoconf/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
stiff-2.4.0/autoconf/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
stiff-2.4.0/autoconf/config.guess-570-    9000/[34678]??:HP-UX:*:*)
stiff-2.4.0/autoconf/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
stiff-2.4.0/autoconf/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
stiff-2.4.0/autoconf/config.guess-624-EOF
stiff-2.4.0/autoconf/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
stiff-2.4.0/autoconf/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
stiff-2.4.0/autoconf/config.guess-652-    ia64:HP-UX:*:*)
stiff-2.4.0/autoconf/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
stiff-2.4.0/autoconf/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
stiff-2.4.0/autoconf/config.guess-682-EOF
stiff-2.4.0/autoconf/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
stiff-2.4.0/autoconf/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
stiff-2.4.0/autoconf/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
stiff-2.4.0/autoconf/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
stiff-2.4.0/autoconf/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
stiff-2.4.0/autoconf/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
stiff-2.4.0/autoconf/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
stiff-2.4.0/autoconf/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
stiff-2.4.0/autoconf/config.guess-773-	    pc98)
stiff-2.4.0/autoconf/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
stiff-2.4.0/autoconf/config.guess-775-	    amd64)
stiff-2.4.0/autoconf/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
stiff-2.4.0/autoconf/config.guess-777-	    *)
stiff-2.4.0/autoconf/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
stiff-2.4.0/autoconf/config.guess-779-	esac
##############################################
stiff-2.4.0/autoconf/config.guess-824-    prep*:SunOS:5.*:*)
stiff-2.4.0/autoconf/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stiff-2.4.0/autoconf/config.guess-826-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-828-	# the GNU system
stiff-2.4.0/autoconf/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
stiff-2.4.0/autoconf/config.guess-830-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-832-	# other systems with GNU libc and userland
stiff-2.4.0/autoconf/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
stiff-2.4.0/autoconf/config.guess-834-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
stiff-2.4.0/autoconf/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
stiff-2.4.0/autoconf/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
stiff-2.4.0/autoconf/config.guess-1308-    *:DragonFly:*:*)
stiff-2.4.0/autoconf/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
stiff-2.4.0/autoconf/config.guess-1310-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-1321-    i*86:skyos:*:*)
stiff-2.4.0/autoconf/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
stiff-2.4.0/autoconf/config.guess-1323-	exit ;;
##############################################
stiff-2.4.0/autoconf/config.guess-1446-
stiff-2.4.0/autoconf/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
stiff-2.4.0/autoconf/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
stiff-2.4.0/autoconf/config.sub-56-
stiff-2.4.0/autoconf/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
stiff-2.4.0/autoconf/config.sub-58-
##############################################
stiff-2.4.0/autoconf/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
stiff-2.4.0/autoconf/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
stiff-2.4.0/autoconf/config.sub-122-case $maybe_os in
##############################################
stiff-2.4.0/autoconf/config.sub-126-    os=-$maybe_os
stiff-2.4.0/autoconf/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
stiff-2.4.0/autoconf/config.sub-128-    ;;
stiff-2.4.0/autoconf/config.sub-129-  *)
stiff-2.4.0/autoconf/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
stiff-2.4.0/autoconf/config.sub-131-    if [ $basic_machine != $1 ]
stiff-2.4.0/autoconf/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
stiff-2.4.0/autoconf/config.sub-133-    else os=; fi
##############################################
stiff-2.4.0/autoconf/config.sub-177-		os=-sco5v6
stiff-2.4.0/autoconf/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-179-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-181-		os=-sco3.2v5
stiff-2.4.0/autoconf/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-183-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-185-		os=-sco3.2v4
stiff-2.4.0/autoconf/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-187-		;;
stiff-2.4.0/autoconf/config.sub-188-	-sco3.2.[4-9]*)
stiff-2.4.0/autoconf/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
stiff-2.4.0/autoconf/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-191-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
stiff-2.4.0/autoconf/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-195-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
stiff-2.4.0/autoconf/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-199-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-201-		os=-sco3.2v2
stiff-2.4.0/autoconf/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-203-		;;
stiff-2.4.0/autoconf/config.sub-204-	-udk*)
stiff-2.4.0/autoconf/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-206-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-208-		os=-isc2.2
stiff-2.4.0/autoconf/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-210-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-214-	-isc*)
stiff-2.4.0/autoconf/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-216-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-220-	-ptx*)
stiff-2.4.0/autoconf/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
stiff-2.4.0/autoconf/config.sub-222-		;;
stiff-2.4.0/autoconf/config.sub-223-	-windowsnt*)
stiff-2.4.0/autoconf/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
stiff-2.4.0/autoconf/config.sub-225-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-310-	*-*-*)
stiff-2.4.0/autoconf/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
stiff-2.4.0/autoconf/config.sub-312-		exit 1
##############################################
stiff-2.4.0/autoconf/config.sub-416-	amd64-*)
stiff-2.4.0/autoconf/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-418-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-454-	blackfin-*)
stiff-2.4.0/autoconf/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-456-		os=-linux
##############################################
stiff-2.4.0/autoconf/config.sub-645-	i*86v32)
stiff-2.4.0/autoconf/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-647-		os=-sysv32
##############################################
stiff-2.4.0/autoconf/config.sub-649-	i*86v4*)
stiff-2.4.0/autoconf/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-651-		os=-sysv4
##############################################
stiff-2.4.0/autoconf/config.sub-653-	i*86v)
stiff-2.4.0/autoconf/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-655-		os=-sysv
##############################################
stiff-2.4.0/autoconf/config.sub-657-	i*86sol2)
stiff-2.4.0/autoconf/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stiff-2.4.0/autoconf/config.sub-659-		os=-solaris2
##############################################
stiff-2.4.0/autoconf/config.sub-687-	m68knommu-*)
stiff-2.4.0/autoconf/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-689-		os=-linux
##############################################
stiff-2.4.0/autoconf/config.sub-717-	mips3*-*)
stiff-2.4.0/autoconf/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
stiff-2.4.0/autoconf/config.sub-719-		;;
stiff-2.4.0/autoconf/config.sub-720-	mips3*)
stiff-2.4.0/autoconf/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
stiff-2.4.0/autoconf/config.sub-722-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-735-	ms1-*)
stiff-2.4.0/autoconf/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
stiff-2.4.0/autoconf/config.sub-737-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-840-	parisc-*)
stiff-2.4.0/autoconf/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-842-		os=-linux
##############################################
stiff-2.4.0/autoconf/config.sub-856-	pc98-*)
stiff-2.4.0/autoconf/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-858-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
stiff-2.4.0/autoconf/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-873-		;;
stiff-2.4.0/autoconf/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
stiff-2.4.0/autoconf/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-876-		;;
stiff-2.4.0/autoconf/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
stiff-2.4.0/autoconf/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-879-		;;
stiff-2.4.0/autoconf/config.sub-880-	pentium4-*)
stiff-2.4.0/autoconf/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-882-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-889-		;;
stiff-2.4.0/autoconf/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-891-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-895-	ppcle-* | powerpclittle-*)
stiff-2.4.0/autoconf/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-897-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-899-		;;
stiff-2.4.0/autoconf/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-901-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-905-	ppc64le-* | powerpc64little-*)
stiff-2.4.0/autoconf/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
stiff-2.4.0/autoconf/config.sub-907-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1193-	*)
stiff-2.4.0/autoconf/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
stiff-2.4.0/autoconf/config.sub-1195-		exit 1
##############################################
stiff-2.4.0/autoconf/config.sub-1201-	*-digital*)
stiff-2.4.0/autoconf/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
stiff-2.4.0/autoconf/config.sub-1203-		;;
stiff-2.4.0/autoconf/config.sub-1204-	*-commodore*)
stiff-2.4.0/autoconf/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
stiff-2.4.0/autoconf/config.sub-1206-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1219-	-solaris1 | -solaris1.*)
stiff-2.4.0/autoconf/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
stiff-2.4.0/autoconf/config.sub-1221-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1231-	-gnu/linux*)
stiff-2.4.0/autoconf/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
stiff-2.4.0/autoconf/config.sub-1233-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1275-	-nto*)
stiff-2.4.0/autoconf/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
stiff-2.4.0/autoconf/config.sub-1277-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1282-	-mac*)
stiff-2.4.0/autoconf/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
stiff-2.4.0/autoconf/config.sub-1284-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1288-	-linux*)
stiff-2.4.0/autoconf/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
stiff-2.4.0/autoconf/config.sub-1290-		;;
stiff-2.4.0/autoconf/config.sub-1291-	-sunos5*)
stiff-2.4.0/autoconf/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
stiff-2.4.0/autoconf/config.sub-1293-		;;
stiff-2.4.0/autoconf/config.sub-1294-	-sunos6*)
stiff-2.4.0/autoconf/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
stiff-2.4.0/autoconf/config.sub-1296-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1343-	-sinix5.*)
stiff-2.4.0/autoconf/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
stiff-2.4.0/autoconf/config.sub-1345-		;;
##############################################
stiff-2.4.0/autoconf/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
stiff-2.4.0/autoconf/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
stiff-2.4.0/autoconf/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
stiff-2.4.0/autoconf/config.sub-1397-		exit 1
##############################################
stiff-2.4.0/autoconf/config.sub-1645-		esac
stiff-2.4.0/autoconf/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
stiff-2.4.0/autoconf/config.sub-1647-		;;
##############################################
stiff-2.4.0/autoconf/install-sh-217-      fi
stiff-2.4.0/autoconf/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
stiff-2.4.0/autoconf/install-sh-219-    *)
##############################################
stiff-2.4.0/autoconf/install-sh-269-      dstdir=$dst
stiff-2.4.0/autoconf/install-sh:270:      dst=$dstdir/`basename "$src"`
stiff-2.4.0/autoconf/install-sh-271-      dstdir_status=0
##############################################
stiff-2.4.0/autoconf/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
stiff-2.4.0/autoconf/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
stiff-2.4.0/autoconf/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
stiff-2.4.0/autoconf/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
stiff-2.4.0/autoconf/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
stiff-2.4.0/autoconf/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
stiff-2.4.0/autoconf/install-sh-418-	    case $prefix in
stiff-2.4.0/autoconf/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
stiff-2.4.0/autoconf/install-sh-420-	      *) qprefix=$prefix;;
##############################################
stiff-2.4.0/autoconf/install-sh-467-    if $copy_on_change &&
stiff-2.4.0/autoconf/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
stiff-2.4.0/autoconf/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
stiff-2.4.0/autoconf/install-sh-470-
##############################################
stiff-2.4.0/autoconf/missing-131-       # Could not run --version or --help.  This is probably someone
stiff-2.4.0/autoconf/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
stiff-2.4.0/autoconf/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
stiff-2.4.0/autoconf/missing-165-         from any GNU archive site."
stiff-2.4.0/autoconf/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
stiff-2.4.0/autoconf/missing-167-    test -z "$files" && files="config.h"
##############################################
stiff-2.4.0/autoconf/missing-194-         proper tools for further handling them.
stiff-2.4.0/autoconf/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
stiff-2.4.0/autoconf/missing-196-         archive site."
stiff-2.4.0/autoconf/missing-197-
stiff-2.4.0/autoconf/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
stiff-2.4.0/autoconf/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
stiff-2.4.0/autoconf/missing-200-    if test -f "$file"; then
##############################################
stiff-2.4.0/autoconf/missing-223-	*.y)
stiff-2.4.0/autoconf/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
stiff-2.4.0/autoconf/missing-225-	    if test -f "$SRCFILE"; then
##############################################
stiff-2.4.0/autoconf/missing-227-	    fi
stiff-2.4.0/autoconf/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
stiff-2.4.0/autoconf/missing-229-	    if test -f "$SRCFILE"; then
##############################################
stiff-2.4.0/autoconf/missing-253-	*.l)
stiff-2.4.0/autoconf/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
stiff-2.4.0/autoconf/missing-255-	    if test -f "$SRCFILE"; then
##############################################
stiff-2.4.0/autoconf/missing-272-
stiff-2.4.0/autoconf/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
stiff-2.4.0/autoconf/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
stiff-2.4.0/autoconf/missing-275-    if test -f "$file"; then
##############################################
stiff-2.4.0/autoconf/missing-292-    # The file to touch is that specified with -o ...
stiff-2.4.0/autoconf/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
stiff-2.4.0/autoconf/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
stiff-2.4.0/autoconf/missing-295-    if test -z "$file"; then
stiff-2.4.0/autoconf/missing-296-      # ... or it is the one specified with @setfilename ...
stiff-2.4.0/autoconf/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
stiff-2.4.0/autoconf/missing-298-      file=`sed -n '
##############################################
stiff-2.4.0/autoconf/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
stiff-2.4.0/autoconf/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
stiff-2.4.0/autoconf/missing-306-    fi
##############################################
stiff-2.4.0/autoconf/missing-328-	*o*)
stiff-2.4.0/autoconf/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
stiff-2.4.0/autoconf/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
stiff-2.4.0/autoconf/missing-334-	*h*)
stiff-2.4.0/autoconf/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
stiff-2.4.0/autoconf/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
stiff-2.4.0/autoconf/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
stiff-2.4.0/autoconf/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
stiff-2.4.0/autoconf/depcomp-71-
##############################################
stiff-2.4.0/autoconf/depcomp-217-  # Version 6 uses the directory in both cases.
stiff-2.4.0/autoconf/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
stiff-2.4.0/autoconf/depcomp-219-  test "x$dir" = "x$object" && dir=
stiff-2.4.0/autoconf/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
stiff-2.4.0/autoconf/depcomp-221-  if test "$libtool" = yes; then
##############################################
stiff-2.4.0/autoconf/depcomp-246-    # Do two passes, one to just change these to
stiff-2.4.0/autoconf/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
stiff-2.4.0/autoconf/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
stiff-2.4.0/autoconf/depcomp-288-  # Do two passes, one to just change these to
stiff-2.4.0/autoconf/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
stiff-2.4.0/autoconf/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
stiff-2.4.0/autoconf/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
stiff-2.4.0/autoconf/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
stiff-2.4.0/autoconf/depcomp-306-  test "x$dir" = "x$object" && dir=
stiff-2.4.0/autoconf/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
stiff-2.4.0/autoconf/depcomp-308-  if test "$libtool" = yes; then
##############################################
stiff-2.4.0/autoconf/depcomp-343-   # Subdirectories are respected.
stiff-2.4.0/autoconf/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
stiff-2.4.0/autoconf/depcomp-345-   test "x$dir" = "x$object" && dir=
stiff-2.4.0/autoconf/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
stiff-2.4.0/autoconf/depcomp-347-
##############################################
stiff-2.4.0/autoconf/depcomp-482-  done
stiff-2.4.0/autoconf/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
stiff-2.4.0/autoconf/depcomp-484-  touch "$tmpdepfile"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-39-# The name of this program:
stiff-2.4.0/autoconf/ltmain.sh:40:progname=`echo "$progpath" | $SED $basename`
stiff-2.4.0/autoconf/ltmain.sh-41-modename="$progname"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-59-  :
stiff-2.4.0/autoconf/ltmain.sh:60:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
stiff-2.4.0/autoconf/ltmain.sh-61-  # Yippee, $echo works!
##############################################
stiff-2.4.0/autoconf/ltmain.sh-145-  win32_libid_type="unknown"
stiff-2.4.0/autoconf/ltmain.sh:146:  win32_fileres=`file -L $1 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-147-  case $win32_fileres in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-197-      # but not from the CC environment variable when configure was run.
stiff-2.4.0/autoconf/ltmain.sh:198:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
stiff-2.4.0/autoconf/ltmain.sh-199-      # Blanks at the start of $base_compile will cause this to fail
##############################################
stiff-2.4.0/autoconf/ltmain.sh-204-	    # Evaluate the configuration.
stiff-2.4.0/autoconf/ltmain.sh:205:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
stiff-2.4.0/autoconf/ltmain.sh-206-	    CC_quoted=
##############################################
stiff-2.4.0/autoconf/ltmain.sh-216-	    case "$@ " in
stiff-2.4.0/autoconf/ltmain.sh:217:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
stiff-2.4.0/autoconf/ltmain.sh-218-	      # The compiler in the base compile command matches
##############################################
stiff-2.4.0/autoconf/ltmain.sh-263-  case $arg in
stiff-2.4.0/autoconf/ltmain.sh:264:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
stiff-2.4.0/autoconf/ltmain.sh-265-  *) optarg= ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-294-	  # Evaluate the configuration.
stiff-2.4.0/autoconf/ltmain.sh:295:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
stiff-2.4.0/autoconf/ltmain.sh-296-	else
##############################################
stiff-2.4.0/autoconf/ltmain.sh-521-	-Wc,*)
stiff-2.4.0/autoconf/ltmain.sh:522:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
stiff-2.4.0/autoconf/ltmain.sh-523-	  lastarg=
##############################################
stiff-2.4.0/autoconf/ltmain.sh-538-	  IFS="$save_ifs"
stiff-2.4.0/autoconf/ltmain.sh:539:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
stiff-2.4.0/autoconf/ltmain.sh-540-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-557-      # Aesthetically quote the previous argument.
stiff-2.4.0/autoconf/ltmain.sh:558:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-559-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-582-      # Get the name of the library object.
stiff-2.4.0/autoconf/ltmain.sh:583:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-584-      ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-593-    *.ads) xform=ads ;;
stiff-2.4.0/autoconf/ltmain.sh:594:    *.asm) xform=asm ;;
stiff-2.4.0/autoconf/ltmain.sh-595-    *.c++) xform=c++ ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-605-
stiff-2.4.0/autoconf/ltmain.sh:606:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
stiff-2.4.0/autoconf/ltmain.sh-607-
stiff-2.4.0/autoconf/ltmain.sh-608-    case $libobj in
stiff-2.4.0/autoconf/ltmain.sh:609:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
stiff-2.4.0/autoconf/ltmain.sh-610-    *)
##############################################
stiff-2.4.0/autoconf/ltmain.sh-636-
stiff-2.4.0/autoconf/ltmain.sh:637:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh:638:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-639-    if test "X$xdir" = "X$obj"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-675-    if test "$compiler_c_o" = no; then
stiff-2.4.0/autoconf/ltmain.sh:676:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
stiff-2.4.0/autoconf/ltmain.sh-677-      lockfile="$output_obj.lock"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-696-*** ERROR, $lockfile exists and contains:
stiff-2.4.0/autoconf/ltmain.sh:697:`cat $lockfile 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-698-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-765-      if test "$need_locks" = warn &&
stiff-2.4.0/autoconf/ltmain.sh:766:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
stiff-2.4.0/autoconf/ltmain.sh-767-	$echo "\
stiff-2.4.0/autoconf/ltmain.sh-768-*** ERROR, $lockfile contains:
stiff-2.4.0/autoconf/ltmain.sh:769:`cat $lockfile 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-770-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-837-      if test "$need_locks" = warn &&
stiff-2.4.0/autoconf/ltmain.sh:838:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
stiff-2.4.0/autoconf/ltmain.sh-839-	$echo "\
stiff-2.4.0/autoconf/ltmain.sh-840-*** ERROR, $lockfile contains:
stiff-2.4.0/autoconf/ltmain.sh:841:`cat $lockfile 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-842-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-999-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
stiff-2.4.0/autoconf/ltmain.sh:1000:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
stiff-2.4.0/autoconf/ltmain.sh-1001-	;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1088-	    moreargs=
stiff-2.4.0/autoconf/ltmain.sh:1089:	    for fil in `cat $save_arg`
stiff-2.4.0/autoconf/ltmain.sh-1090-	    do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1115-		# Extract subdirectory from the argument.
stiff-2.4.0/autoconf/ltmain.sh:1116:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1117-		if test "X$xdir" = "X$arg"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1169-		  # Extract subdirectory from the argument.
stiff-2.4.0/autoconf/ltmain.sh:1170:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1171-		  if test "X$xdir" = "X$arg"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1176-
stiff-2.4.0/autoconf/ltmain.sh:1177:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh:1178:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh-1179-		  libobjs="$libobjs $pic_object"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1318-      -L*)
stiff-2.4.0/autoconf/ltmain.sh:1319:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
stiff-2.4.0/autoconf/ltmain.sh-1320-	# We need an absolute path.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1323-	*)
stiff-2.4.0/autoconf/ltmain.sh:1324:	  absdir=`cd "$dir" && pwd`
stiff-2.4.0/autoconf/ltmain.sh-1325-	  if test -z "$absdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1400-	# to be aesthetically quoted because they are evaled later.
stiff-2.4.0/autoconf/ltmain.sh:1401:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-1402-	case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1471-      -R*)
stiff-2.4.0/autoconf/ltmain.sh:1472:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
stiff-2.4.0/autoconf/ltmain.sh-1473-	# We need an absolute path.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1512-      -Wc,*)
stiff-2.4.0/autoconf/ltmain.sh:1513:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
stiff-2.4.0/autoconf/ltmain.sh-1514-	arg=
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1526-	IFS="$save_ifs"
stiff-2.4.0/autoconf/ltmain.sh:1527:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
stiff-2.4.0/autoconf/ltmain.sh-1528-	;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1530-      -Wl,*)
stiff-2.4.0/autoconf/ltmain.sh:1531:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
stiff-2.4.0/autoconf/ltmain.sh-1532-	arg=
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1545-	IFS="$save_ifs"
stiff-2.4.0/autoconf/ltmain.sh:1546:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
stiff-2.4.0/autoconf/ltmain.sh-1547-	;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1567-	# to be aesthetically quoted because they are evaled later.
stiff-2.4.0/autoconf/ltmain.sh:1568:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-1569-	case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1604-	  # Extract subdirectory from the argument.
stiff-2.4.0/autoconf/ltmain.sh:1605:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1606-	  if test "X$xdir" = "X$arg"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1658-	    # Extract subdirectory from the argument.
stiff-2.4.0/autoconf/ltmain.sh:1659:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1660-	    if test "X$xdir" = "X$arg"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1665-
stiff-2.4.0/autoconf/ltmain.sh:1666:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh:1667:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh-1668-	    libobjs="$libobjs $pic_object"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1701-	# to be aesthetically quoted because they are evaled later.
stiff-2.4.0/autoconf/ltmain.sh:1702:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-1703-	case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1731-    # calculate the name of the file, without its directory
stiff-2.4.0/autoconf/ltmain.sh:1732:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-1733-    libobjs_save="$libobjs"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1736-      # get the directories listed in $shlibpath_var
stiff-2.4.0/autoconf/ltmain.sh:1737:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
stiff-2.4.0/autoconf/ltmain.sh-1738-    else
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1743-
stiff-2.4.0/autoconf/ltmain.sh:1744:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1745-    if test "X$output_objdir" = "X$output"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1883-	  fi
stiff-2.4.0/autoconf/ltmain.sh:1884:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
stiff-2.4.0/autoconf/ltmain.sh-1885-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1927-		    found=no
stiff-2.4.0/autoconf/ltmain.sh:1928:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-1929-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1952-	    newdependency_libs="$deplib $newdependency_libs"
stiff-2.4.0/autoconf/ltmain.sh:1953:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
stiff-2.4.0/autoconf/ltmain.sh-1954-	    ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1965-	    fi
stiff-2.4.0/autoconf/ltmain.sh:1966:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
stiff-2.4.0/autoconf/ltmain.sh-1967-	    ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-1975-	  if test "$pass" = link; then
stiff-2.4.0/autoconf/ltmain.sh:1976:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
stiff-2.4.0/autoconf/ltmain.sh-1977-	    # Make sure the xrpath contains only unique directories.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2054-
stiff-2.4.0/autoconf/ltmain.sh:2055:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-2056-	test "X$ladir" = "X$lib" && ladir="."
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2144-	*)
stiff-2.4.0/autoconf/ltmain.sh:2145:	  abs_ladir=`cd "$ladir" && pwd`
stiff-2.4.0/autoconf/ltmain.sh-2146-	  if test -z "$abs_ladir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2152-	esac
stiff-2.4.0/autoconf/ltmain.sh:2153:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-2154-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2171-	fi # $installed = yes
stiff-2.4.0/autoconf/ltmain.sh:2172:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
stiff-2.4.0/autoconf/ltmain.sh-2173-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2218-	    case $deplib in
stiff-2.4.0/autoconf/ltmain.sh:2219:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
stiff-2.4.0/autoconf/ltmain.sh-2220-	    esac
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2333-	    shift; shift
stiff-2.4.0/autoconf/ltmain.sh:2334:	    libname=`eval \\$echo \"$libname_spec\"`
stiff-2.4.0/autoconf/ltmain.sh-2335-	    # use dlname if we got it. it's perfectly good, no?
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2341-	      *cygwin* | mingw*)
stiff-2.4.0/autoconf/ltmain.sh:2342:		major=`expr $current - $age`
stiff-2.4.0/autoconf/ltmain.sh-2343-		versuffix="-$major"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2352-	    soroot="$soname"
stiff-2.4.0/autoconf/ltmain.sh:2353:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
stiff-2.4.0/autoconf/ltmain.sh:2354:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
stiff-2.4.0/autoconf/ltmain.sh-2355-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2583-	      case $libdir in
stiff-2.4.0/autoconf/ltmain.sh:2584:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
stiff-2.4.0/autoconf/ltmain.sh-2585-		   case " $xrpath " in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2615-	      *.la)
stiff-2.4.0/autoconf/ltmain.sh:2616:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-2617-		test "X$dir" = "X$deplib" && dir="."
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2621-		*)
stiff-2.4.0/autoconf/ltmain.sh:2622:		  absdir=`cd "$dir" && pwd`
stiff-2.4.0/autoconf/ltmain.sh-2623-		  if test -z "$absdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2631-		else
stiff-2.4.0/autoconf/ltmain.sh:2632:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
stiff-2.4.0/autoconf/ltmain.sh-2633-		  if test -z "$libdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2646-		  # but need to link against shared
stiff-2.4.0/autoconf/ltmain.sh:2647:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
stiff-2.4.0/autoconf/ltmain.sh-2648-		  if test -n "$deplibrary_names" ; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2671-		  # Again, we only want to link against shared libraries
stiff-2.4.0/autoconf/ltmain.sh:2672:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
stiff-2.4.0/autoconf/ltmain.sh-2673-		  for tmp in $newlib_search_path ; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2838-      lib*)
stiff-2.4.0/autoconf/ltmain.sh:2839:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
stiff-2.4.0/autoconf/ltmain.sh-2840-	eval shared_ext=\"$shrext_cmds\"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2844-	if test "$module" = no; then
stiff-2.4.0/autoconf/ltmain.sh:2845:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
stiff-2.4.0/autoconf/ltmain.sh-2846-	  $echo "$help" 1>&2
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2850-	  # Add the "lib" prefix for modules if required
stiff-2.4.0/autoconf/ltmain.sh:2851:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
stiff-2.4.0/autoconf/ltmain.sh-2852-	  eval shared_ext=\"$shrext_cmds\"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2854-	else
stiff-2.4.0/autoconf/ltmain.sh:2855:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
stiff-2.4.0/autoconf/ltmain.sh-2856-	fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2931-	  darwin|linux|osf|windows)
stiff-2.4.0/autoconf/ltmain.sh:2932:	    current=`expr $number_major + $number_minor`
stiff-2.4.0/autoconf/ltmain.sh-2933-	    age="$number_minor"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2941-	  irix|nonstopux)
stiff-2.4.0/autoconf/ltmain.sh:2942:	    current=`expr $number_major + $number_minor - 1`
stiff-2.4.0/autoconf/ltmain.sh-2943-	    age="$number_minor"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2983-	if test "$age" -gt "$current"; then
stiff-2.4.0/autoconf/ltmain.sh:2984:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
stiff-2.4.0/autoconf/ltmain.sh-2985-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
stiff-2.4.0/autoconf/ltmain.sh-2998-	  # verstring for coding it into the library header
stiff-2.4.0/autoconf/ltmain.sh:2999:	  major=.`expr $current - $age`
stiff-2.4.0/autoconf/ltmain.sh-3000-	  versuffix="$major.$age.$revision"
stiff-2.4.0/autoconf/ltmain.sh-3001-	  # Darwin ld doesn't like 0 for these options...
stiff-2.4.0/autoconf/ltmain.sh:3002:	  minor_current=`expr $current + 1`
stiff-2.4.0/autoconf/ltmain.sh-3003-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3016-	irix | nonstopux)
stiff-2.4.0/autoconf/ltmain.sh:3017:	  major=`expr $current - $age + 1`
stiff-2.4.0/autoconf/ltmain.sh-3018-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3027-	  while test "$loop" -ne 0; do
stiff-2.4.0/autoconf/ltmain.sh:3028:	    iface=`expr $revision - $loop`
stiff-2.4.0/autoconf/ltmain.sh:3029:	    loop=`expr $loop - 1`
stiff-2.4.0/autoconf/ltmain.sh-3030-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3038-	linux)
stiff-2.4.0/autoconf/ltmain.sh:3039:	  major=.`expr $current - $age`
stiff-2.4.0/autoconf/ltmain.sh-3040-	  versuffix="$major.$age.$revision"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3043-	osf)
stiff-2.4.0/autoconf/ltmain.sh:3044:	  major=.`expr $current - $age`
stiff-2.4.0/autoconf/ltmain.sh-3045-	  versuffix=".$current.$age.$revision"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3050-	  while test "$loop" -ne 0; do
stiff-2.4.0/autoconf/ltmain.sh:3051:	    iface=`expr $current - $loop`
stiff-2.4.0/autoconf/ltmain.sh:3052:	    loop=`expr $loop - 1`
stiff-2.4.0/autoconf/ltmain.sh-3053-	    verstring="$verstring:${iface}.0"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3067-	  # extension on DOS 8.3 filesystems.
stiff-2.4.0/autoconf/ltmain.sh:3068:	  major=`expr $current - $age`
stiff-2.4.0/autoconf/ltmain.sh-3069-	  versuffix="-$major"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3122-	removelist=
stiff-2.4.0/autoconf/ltmain.sh:3123:	tempremovelist=`$echo "$output_objdir/*"`
stiff-2.4.0/autoconf/ltmain.sh-3124-	for p in $tempremovelist; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3150-	# Transform .lo files to .o files.
stiff-2.4.0/autoconf/ltmain.sh:3151:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-3152-      fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3155-      for path in $notinst_path; do
stiff-2.4.0/autoconf/ltmain.sh:3156:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
stiff-2.4.0/autoconf/ltmain.sh:3157:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
stiff-2.4.0/autoconf/ltmain.sh:3158:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
stiff-2.4.0/autoconf/ltmain.sh-3159-      done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3258-	    for i in $deplibs; do
stiff-2.4.0/autoconf/ltmain.sh:3259:	      name="`expr $i : '-l\(.*\)'`"
stiff-2.4.0/autoconf/ltmain.sh-3260-	      # If $name is empty we are operating on a -L argument.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3270-		if test -n "$i" ; then
stiff-2.4.0/autoconf/ltmain.sh:3271:		  libname=`eval \\$echo \"$libname_spec\"`
stiff-2.4.0/autoconf/ltmain.sh:3272:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
stiff-2.4.0/autoconf/ltmain.sh-3273-		  set dummy $deplib_matches
stiff-2.4.0/autoconf/ltmain.sh-3274-		  deplib_match=$2
stiff-2.4.0/autoconf/ltmain.sh:3275:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
stiff-2.4.0/autoconf/ltmain.sh-3276-		    newdeplibs="$newdeplibs $i"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3295-	    for i in $deplibs; do
stiff-2.4.0/autoconf/ltmain.sh:3296:	      name="`expr $i : '-l\(.*\)'`"
stiff-2.4.0/autoconf/ltmain.sh-3297-	      # If $name is empty we are operating on a -L argument.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3312-		  if test -n "$i" ; then
stiff-2.4.0/autoconf/ltmain.sh:3313:		    libname=`eval \\$echo \"$libname_spec\"`
stiff-2.4.0/autoconf/ltmain.sh:3314:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
stiff-2.4.0/autoconf/ltmain.sh-3315-		    set dummy $deplib_matches
stiff-2.4.0/autoconf/ltmain.sh-3316-		    deplib_match=$2
stiff-2.4.0/autoconf/ltmain.sh:3317:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
stiff-2.4.0/autoconf/ltmain.sh-3318-		      newdeplibs="$newdeplibs $i"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3345-	  set dummy $deplibs_check_method
stiff-2.4.0/autoconf/ltmain.sh:3346:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
stiff-2.4.0/autoconf/ltmain.sh-3347-	  for a_deplib in $deplibs; do
stiff-2.4.0/autoconf/ltmain.sh:3348:	    name="`expr $a_deplib : '-l\(.*\)'`"
stiff-2.4.0/autoconf/ltmain.sh-3349-	    # If $name is empty we are operating on a -L argument.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3359-	      if test -n "$a_deplib" ; then
stiff-2.4.0/autoconf/ltmain.sh:3360:		libname=`eval \\$echo \"$libname_spec\"`
stiff-2.4.0/autoconf/ltmain.sh-3361-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
stiff-2.4.0/autoconf/ltmain.sh:3362:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-3363-		  for potent_lib in $potential_libs; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3375-		      while test -h "$potlib" 2>/dev/null; do
stiff-2.4.0/autoconf/ltmain.sh:3376:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
stiff-2.4.0/autoconf/ltmain.sh-3377-			case $potliblink in
stiff-2.4.0/autoconf/ltmain.sh-3378-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
stiff-2.4.0/autoconf/ltmain.sh:3379:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
stiff-2.4.0/autoconf/ltmain.sh-3380-			esac
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3414-	  set dummy $deplibs_check_method
stiff-2.4.0/autoconf/ltmain.sh:3415:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
stiff-2.4.0/autoconf/ltmain.sh-3416-	  for a_deplib in $deplibs; do
stiff-2.4.0/autoconf/ltmain.sh:3417:	    name="`expr $a_deplib : '-l\(.*\)'`"
stiff-2.4.0/autoconf/ltmain.sh-3418-	    # If $name is empty we are operating on a -L argument.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3428-	      if test -n "$a_deplib" ; then
stiff-2.4.0/autoconf/ltmain.sh:3429:		libname=`eval \\$echo \"$libname_spec\"`
stiff-2.4.0/autoconf/ltmain.sh-3430-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
stiff-2.4.0/autoconf/ltmain.sh:3431:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
stiff-2.4.0/autoconf/ltmain.sh-3432-		  for potent_lib in $potential_libs; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3471-	      # can't use Xsed below, because $i might contain '/'
stiff-2.4.0/autoconf/ltmain.sh:3472:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
stiff-2.4.0/autoconf/ltmain.sh-3473-	    done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3496-	  # On Rhapsody replace the C library is the System framework
stiff-2.4.0/autoconf/ltmain.sh:3497:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
stiff-2.4.0/autoconf/ltmain.sh-3498-	  ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3635-	# Use standard objects if they are pic
stiff-2.4.0/autoconf/ltmain.sh:3636:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-3637-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3648-	      eval cmd=\"$cmd\"
stiff-2.4.0/autoconf/ltmain.sh:3649:	      if len=`expr "X$cmd" : ".*"` &&
stiff-2.4.0/autoconf/ltmain.sh-3650-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3714-	      esac
stiff-2.4.0/autoconf/ltmain.sh:3715:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-3716-	      xdir="$gentop/$xlib"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3745-		   do
stiff-2.4.0/autoconf/ltmain.sh:3746:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
stiff-2.4.0/autoconf/ltmain.sh-3747-		   done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3749-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
stiff-2.4.0/autoconf/ltmain.sh:3750:		   i=`expr $i + 1`
stiff-2.4.0/autoconf/ltmain.sh-3751-		  done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3754-
stiff-2.4.0/autoconf/ltmain.sh:3755:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-3756-	    done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3788-
stiff-2.4.0/autoconf/ltmain.sh:3789:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
stiff-2.4.0/autoconf/ltmain.sh-3790-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3822-	    if test "X$objlist" = X ||
stiff-2.4.0/autoconf/ltmain.sh:3823:	       { len=`expr "X$test_cmds" : ".*"` &&
stiff-2.4.0/autoconf/ltmain.sh-3824-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3837-	      last_robj=$output_objdir/$save_output-${k}.$objext
stiff-2.4.0/autoconf/ltmain.sh:3838:	      k=`expr $k + 1`
stiff-2.4.0/autoconf/ltmain.sh-3839-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3863-	  do
stiff-2.4.0/autoconf/ltmain.sh:3864:	    i=`expr $i + 1`
stiff-2.4.0/autoconf/ltmain.sh-3865-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-3970-	libobj="$output"
stiff-2.4.0/autoconf/ltmain.sh:3971:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh-3972-	;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4012-	    esac
stiff-2.4.0/autoconf/ltmain.sh:4013:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-4014-	    xdir="$gentop/$xlib"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4043-		 do
stiff-2.4.0/autoconf/ltmain.sh:4044:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
stiff-2.4.0/autoconf/ltmain.sh-4045-		 done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4047-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
stiff-2.4.0/autoconf/ltmain.sh:4048:		 i=`expr $i + 1`
stiff-2.4.0/autoconf/ltmain.sh-4049-		done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4052-
stiff-2.4.0/autoconf/ltmain.sh:4053:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-4054-	  done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4058-      # Create the old-style object.
stiff-2.4.0/autoconf/ltmain.sh:4059:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
stiff-2.4.0/autoconf/ltmain.sh-4060-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4119-      case $host in
stiff-2.4.0/autoconf/ltmain.sh:4120:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
stiff-2.4.0/autoconf/ltmain.sh-4121-      esac
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4139-	# On Rhapsody replace the C library is the System framework
stiff-2.4.0/autoconf/ltmain.sh:4140:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
stiff-2.4.0/autoconf/ltmain.sh:4141:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
stiff-2.4.0/autoconf/ltmain.sh-4142-	;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4251-	# Transform all the library objects into standard objects.
stiff-2.4.0/autoconf/ltmain.sh:4252:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh:4253:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-4254-      fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4297-	    # Add our own program objects to the symbol list.
stiff-2.4.0/autoconf/ltmain.sh:4298:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-4299-	    for arg in $progfiles; do
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4327-	    $show "extracting global C symbols from \`$arg'"
stiff-2.4.0/autoconf/ltmain.sh:4328:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-4329-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4427-	  # Transform the symbol file into the correct name.
stiff-2.4.0/autoconf/ltmain.sh:4428:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
stiff-2.4.0/autoconf/ltmain.sh:4429:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
stiff-2.4.0/autoconf/ltmain.sh-4430-	  ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4441-	# Nullify the symbol file.
stiff-2.4.0/autoconf/ltmain.sh:4442:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
stiff-2.4.0/autoconf/ltmain.sh:4443:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
stiff-2.4.0/autoconf/ltmain.sh-4444-      fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4447-	# Replace the output file specification.
stiff-2.4.0/autoconf/ltmain.sh:4448:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
stiff-2.4.0/autoconf/ltmain.sh-4449-	link_command="$compile_command$compile_rpath"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4514-	# Replace the output file specification.
stiff-2.4.0/autoconf/ltmain.sh:4515:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
stiff-2.4.0/autoconf/ltmain.sh-4516-	# Delete the old output file.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4534-	  if test "$fast_install" = yes; then
stiff-2.4.0/autoconf/ltmain.sh:4535:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
stiff-2.4.0/autoconf/ltmain.sh-4536-	  else
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4546-      # Replace the output file specification.
stiff-2.4.0/autoconf/ltmain.sh:4547:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
stiff-2.4.0/autoconf/ltmain.sh-4548-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4566-	  else
stiff-2.4.0/autoconf/ltmain.sh:4567:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-4568-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4571-	relink_command="(cd `pwd`; $relink_command)"
stiff-2.4.0/autoconf/ltmain.sh:4572:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-4573-      fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4580-	esac
stiff-2.4.0/autoconf/ltmain.sh:4581:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-4582-      else
stiff-2.4.0/autoconf/ltmain.sh:4583:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-4584-      fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4590-	case $output in
stiff-2.4.0/autoconf/ltmain.sh:4591:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
stiff-2.4.0/autoconf/ltmain.sh-4592-	esac
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4596-	    exeext=.exe
stiff-2.4.0/autoconf/ltmain.sh:4597:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
stiff-2.4.0/autoconf/ltmain.sh-4598-	  *) exeext= ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4601-	  *cygwin* | *mingw* )
stiff-2.4.0/autoconf/ltmain.sh:4602:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
stiff-2.4.0/autoconf/ltmain.sh:4603:	    cwrapper=`$echo ${output}.exe`
stiff-2.4.0/autoconf/ltmain.sh-4604-	    $rm $cwrappersource $cwrapper
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4851-      shift
stiff-2.4.0/autoconf/ltmain.sh:4852:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
stiff-2.4.0/autoconf/ltmain.sh-4853-      # Yippee, \$echo works!
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4863-  # Find the directory that this script lives in.
stiff-2.4.0/autoconf/ltmain.sh:4864:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
stiff-2.4.0/autoconf/ltmain.sh-4865-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4867-  # Follow symbolic links until we get to the real thisdir.
stiff-2.4.0/autoconf/ltmain.sh:4868:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
stiff-2.4.0/autoconf/ltmain.sh-4869-  while test -n \"\$file\"; do
stiff-2.4.0/autoconf/ltmain.sh:4870:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
stiff-2.4.0/autoconf/ltmain.sh-4871-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4879-
stiff-2.4.0/autoconf/ltmain.sh:4880:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
stiff-2.4.0/autoconf/ltmain.sh:4881:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
stiff-2.4.0/autoconf/ltmain.sh-4882-  done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4884-  # Try to get the absolute directory name.
stiff-2.4.0/autoconf/ltmain.sh:4885:  absdir=\`cd \"\$thisdir\" && pwd\`
stiff-2.4.0/autoconf/ltmain.sh-4886-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4894-  if test ! -f \"\$progdir/\$program\" || \\
stiff-2.4.0/autoconf/ltmain.sh:4895:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
stiff-2.4.0/autoconf/ltmain.sh-4896-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4909-    if test -n \"\$relink_command\"; then
stiff-2.4.0/autoconf/ltmain.sh:4910:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
stiff-2.4.0/autoconf/ltmain.sh-4911-      else
##############################################
stiff-2.4.0/autoconf/ltmain.sh-4941-    # The second colon is a workaround for a bug in BeOS R4 sed
stiff-2.4.0/autoconf/ltmain.sh:4942:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
stiff-2.4.0/autoconf/ltmain.sh-4943-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5028-	  esac
stiff-2.4.0/autoconf/ltmain.sh:5029:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5030-	  xdir="$gentop/$xlib"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5059-	       do
stiff-2.4.0/autoconf/ltmain.sh:5060:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
stiff-2.4.0/autoconf/ltmain.sh-5061-	       done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5063-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
stiff-2.4.0/autoconf/ltmain.sh:5064:	       i=`expr $i + 1`
stiff-2.4.0/autoconf/ltmain.sh-5065-	      done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5068-
stiff-2.4.0/autoconf/ltmain.sh:5069:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
stiff-2.4.0/autoconf/ltmain.sh-5070-	done
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5078-
stiff-2.4.0/autoconf/ltmain.sh:5079:	if len=`expr "X$cmds" : ".*"` &&
stiff-2.4.0/autoconf/ltmain.sh-5080-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5113-	    eval test_cmds=\"$old_archive_cmds\"
stiff-2.4.0/autoconf/ltmain.sh:5114:	    if len=`expr "X$test_cmds" : ".*"` &&
stiff-2.4.0/autoconf/ltmain.sh-5115-	       test "$len" -le "$max_cmd_len"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5165-	else
stiff-2.4.0/autoconf/ltmain.sh:5166:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5167-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5171-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
stiff-2.4.0/autoconf/ltmain.sh:5172:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5173-      if test "$hardcode_automatic" = yes ; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5190-	      *.la)
stiff-2.4.0/autoconf/ltmain.sh:5191:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh:5192:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
stiff-2.4.0/autoconf/ltmain.sh-5193-		if test -z "$libdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5204-	    for lib in $dlfiles; do
stiff-2.4.0/autoconf/ltmain.sh:5205:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh:5206:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
stiff-2.4.0/autoconf/ltmain.sh-5207-	      if test -z "$libdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5215-	    for lib in $dlprefiles; do
stiff-2.4.0/autoconf/ltmain.sh:5216:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh:5217:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
stiff-2.4.0/autoconf/ltmain.sh-5218-	      if test -z "$libdir"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5312-      # Aesthetically quote it.
stiff-2.4.0/autoconf/ltmain.sh:5313:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5314-      case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5328-    # Aesthetically quote it.
stiff-2.4.0/autoconf/ltmain.sh:5329:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5330-    case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5376-      # Aesthetically quote the argument.
stiff-2.4.0/autoconf/ltmain.sh:5377:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5378-      case $arg in
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5408-    # Strip any trailing slash from the destination.
stiff-2.4.0/autoconf/ltmain.sh:5409:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
stiff-2.4.0/autoconf/ltmain.sh-5410-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5416-    else
stiff-2.4.0/autoconf/ltmain.sh:5417:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-5418-      test "X$destdir" = "X$dest" && destdir=.
stiff-2.4.0/autoconf/ltmain.sh:5419:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5420-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5492-
stiff-2.4.0/autoconf/ltmain.sh:5493:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
stiff-2.4.0/autoconf/ltmain.sh-5494-	test "X$dir" = "X$file/" && dir=
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5498-	  # Determine the prefix the user has applied to our future dir.
stiff-2.4.0/autoconf/ltmain.sh:5499:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
stiff-2.4.0/autoconf/ltmain.sh-5500-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5513-	    # Stick the inst_prefix_dir data into the link command.
stiff-2.4.0/autoconf/ltmain.sh:5514:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
stiff-2.4.0/autoconf/ltmain.sh-5515-	  else
stiff-2.4.0/autoconf/ltmain.sh:5516:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
stiff-2.4.0/autoconf/ltmain.sh-5517-	  fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5570-	# Install the pseudo-library for information purposes.
stiff-2.4.0/autoconf/ltmain.sh:5571:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5572-	instname="$dir/$name"i
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5586-	else
stiff-2.4.0/autoconf/ltmain.sh:5587:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5588-	  destfile="$destdir/$destfile"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5593-	*.lo)
stiff-2.4.0/autoconf/ltmain.sh:5594:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh-5595-	  ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5615-	  # Deduce the name of the old-style object file.
stiff-2.4.0/autoconf/ltmain.sh:5616:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
stiff-2.4.0/autoconf/ltmain.sh-5617-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5628-	else
stiff-2.4.0/autoconf/ltmain.sh:5629:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5630-	  destfile="$destdir/$destfile"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5639-	    if test ! -f "$file"; then
stiff-2.4.0/autoconf/ltmain.sh:5640:	      file=`$echo $file|${SED} 's,.exe$,,'`
stiff-2.4.0/autoconf/ltmain.sh-5641-	      stripped_ext=".exe"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5648-	*cygwin*|*mingw*)
stiff-2.4.0/autoconf/ltmain.sh:5649:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
stiff-2.4.0/autoconf/ltmain.sh-5650-	    ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5688-	    fi
stiff-2.4.0/autoconf/ltmain.sh:5689:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
stiff-2.4.0/autoconf/ltmain.sh-5690-	    if test -n "$libdir" && test ! -f "$libfile"; then
stiff-2.4.0/autoconf/ltmain.sh:5691:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
stiff-2.4.0/autoconf/ltmain.sh-5692-	      finalize=no
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5724-	      fi
stiff-2.4.0/autoconf/ltmain.sh:5725:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5726-	      outputname="$tmpdir/$file"
stiff-2.4.0/autoconf/ltmain.sh-5727-	      # Replace the output file specification.
stiff-2.4.0/autoconf/ltmain.sh:5728:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
stiff-2.4.0/autoconf/ltmain.sh-5729-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5742-	    # Install the binary that we compiled earlier.
stiff-2.4.0/autoconf/ltmain.sh:5743:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
stiff-2.4.0/autoconf/ltmain.sh-5744-	  fi
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5758-	  *:*.exe)
stiff-2.4.0/autoconf/ltmain.sh:5759:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
stiff-2.4.0/autoconf/ltmain.sh-5760-	    ;;
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5771-    for file in $staticlibs; do
stiff-2.4.0/autoconf/ltmain.sh:5772:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-5773-
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5928-	  # Warn if it was a shared library.
stiff-2.4.0/autoconf/ltmain.sh:5929:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
stiff-2.4.0/autoconf/ltmain.sh-5930-	  continue
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5932-
stiff-2.4.0/autoconf/ltmain.sh:5933:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-5934-	test "X$dir" = "X$file" && dir=.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5938-	else
stiff-2.4.0/autoconf/ltmain.sh:5939:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
stiff-2.4.0/autoconf/ltmain.sh-5940-	  exit $EXIT_FAILURE
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5945-	# Just add the directory containing the .lo file.
stiff-2.4.0/autoconf/ltmain.sh:5946:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-5947-	test "X$dir" = "X$file" && dir=.
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5956-      # Get the absolute pathname.
stiff-2.4.0/autoconf/ltmain.sh:5957:      absdir=`cd "$dir" && pwd`
stiff-2.4.0/autoconf/ltmain.sh-5958-      test -n "$absdir" && dir="$absdir"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-5992-      # Quote arguments (to preserve shell metacharacters).
stiff-2.4.0/autoconf/ltmain.sh:5993:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
stiff-2.4.0/autoconf/ltmain.sh-5994-      args="$args \"$file\""
##############################################
stiff-2.4.0/autoconf/ltmain.sh-6054-    for file in $files; do
stiff-2.4.0/autoconf/ltmain.sh:6055:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
stiff-2.4.0/autoconf/ltmain.sh-6056-      if test "X$dir" = "X$file"; then
##############################################
stiff-2.4.0/autoconf/ltmain.sh-6061-      fi
stiff-2.4.0/autoconf/ltmain.sh:6062:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
stiff-2.4.0/autoconf/ltmain.sh-6063-      test "$mode" = uninstall && objdir="$dir"
##############################################
stiff-2.4.0/autoconf/ltmain.sh-6162-	  *.exe)
stiff-2.4.0/autoconf/ltmain.sh:6163:	    file=`$echo $file|${SED} 's,.exe$,,'`
stiff-2.4.0/autoconf/ltmain.sh:6164:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
stiff-2.4.0/autoconf/ltmain.sh-6165-	    # $file with .exe has already been added to rmfiles,
##############################################
stiff-2.4.0/autoconf/ltmain.sh-6436-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
stiff-2.4.0/autoconf/ltmain.sh:6437:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
stiff-2.4.0/autoconf/ltmain.sh-6438-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
stiff-2.4.0/aclocal.m4-202-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
stiff-2.4.0/aclocal.m4:203:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
stiff-2.4.0/aclocal.m4-204-# and then we would define $MISSING as
##############################################
stiff-2.4.0/aclocal.m4-218-# expand $ac_aux_dir to an absolute path
stiff-2.4.0/aclocal.m4:219:am_aux_dir=`cd $ac_aux_dir && pwd`
stiff-2.4.0/aclocal.m4-220-])
##############################################
stiff-2.4.0/aclocal.m4-319-  if test "$am_compiler_list" = ""; then
stiff-2.4.0/aclocal.m4:320:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
stiff-2.4.0/aclocal.m4-321-  fi
##############################################
stiff-2.4.0/aclocal.m4-471-    # Strip MF so we end up with the name of the file.
stiff-2.4.0/aclocal.m4:472:    mf=`echo "$mf" | sed -e 's/:.*$//'`
stiff-2.4.0/aclocal.m4-473-    # Check whether this is an Automake generated Makefile or not.
##############################################
stiff-2.4.0/aclocal.m4-480-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
stiff-2.4.0/aclocal.m4:481:      dirpart=`AS_DIRNAME("$mf")`
stiff-2.4.0/aclocal.m4-482-    else
##############################################
stiff-2.4.0/aclocal.m4-486-    # from the Makefile without running 'make'.
stiff-2.4.0/aclocal.m4:487:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
stiff-2.4.0/aclocal.m4-488-    test -z "$DEPDIR" && continue
stiff-2.4.0/aclocal.m4:489:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
stiff-2.4.0/aclocal.m4-490-    test -z "am__include" && continue
stiff-2.4.0/aclocal.m4:491:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
stiff-2.4.0/aclocal.m4-492-    # Find all dependency output files, they are included files with
##############################################
stiff-2.4.0/aclocal.m4-500-      test -f "$dirpart/$file" && continue
stiff-2.4.0/aclocal.m4:501:      fdir=`AS_DIRNAME(["$file"])`
stiff-2.4.0/aclocal.m4-502-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
stiff-2.4.0/aclocal.m4-554-AC_REQUIRE([AC_PROG_INSTALL])dnl
stiff-2.4.0/aclocal.m4:555:if test "`cd $srcdir && pwd`" != "`pwd`"; then
stiff-2.4.0/aclocal.m4-556-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
stiff-2.4.0/aclocal.m4-673-    * )
stiff-2.4.0/aclocal.m4:674:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
stiff-2.4.0/aclocal.m4-675-  esac
stiff-2.4.0/aclocal.m4-676-done
stiff-2.4.0/aclocal.m4:677:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
stiff-2.4.0/aclocal.m4-678-
##############################################
stiff-2.4.0/aclocal.m4-750-# Ignore all kinds of additional output from 'make'.
stiff-2.4.0/aclocal.m4:751:case `$am_make -s -f confmf 2> /dev/null` in #(
stiff-2.4.0/aclocal.m4-752-*the\ am__doit\ target*)
##############################################
stiff-2.4.0/aclocal.m4-760-   echo '.include "confinc"' > confmf
stiff-2.4.0/aclocal.m4:761:   case `$am_make -s -f confmf 2> /dev/null` in #(
stiff-2.4.0/aclocal.m4-762-   *the\ am__doit\ target*)
##############################################
stiff-2.4.0/aclocal.m4-885-     echo "timestamp, slept: $am_has_slept" > conftest.file
stiff-2.4.0/aclocal.m4:886:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
stiff-2.4.0/aclocal.m4-887-     if test "$[*]" = "X"; then
stiff-2.4.0/aclocal.m4-888-	# -L didn't work.
stiff-2.4.0/aclocal.m4:889:	set X `ls -t "$srcdir/configure" conftest.file`
stiff-2.4.0/aclocal.m4-890-     fi
##############################################
stiff-2.4.0/Makefile.am-38-dist-hook:
stiff-2.4.0/Makefile.am:39:	rm -rf `find $(distdir) -name .svn`
stiff-2.4.0/Makefile.am-40-
##############################################
stiff-2.4.0/Makefile.in-121-  esac
stiff-2.4.0/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
stiff-2.4.0/Makefile.in-123-am__vpath_adj = case $$p in \
stiff-2.4.0/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
stiff-2.4.0/Makefile.in-125-    *) f=$$p;; \
stiff-2.4.0/Makefile.in-126-  esac;
stiff-2.4.0/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
stiff-2.4.0/Makefile.in-128-am__install_max = 40
stiff-2.4.0/Makefile.in-129-am__nobase_strip_setup = \
stiff-2.4.0/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
stiff-2.4.0/Makefile.in-131-am__nobase_strip = \
##############################################
stiff-2.4.0/Makefile.in-176-  while test -n "$$dir1"; do \
stiff-2.4.0/Makefile.in:177:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
stiff-2.4.0/Makefile.in-178-    if test "$$first" != "."; then \
stiff-2.4.0/Makefile.in-179-      if test "$$first" = ".."; then \
stiff-2.4.0/Makefile.in:180:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
stiff-2.4.0/Makefile.in:181:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
stiff-2.4.0/Makefile.in-182-      else \
stiff-2.4.0/Makefile.in:183:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
stiff-2.4.0/Makefile.in-184-        if test "$$first2" = "$$first"; then \
stiff-2.4.0/Makefile.in:185:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
stiff-2.4.0/Makefile.in-186-        else \
##############################################
stiff-2.4.0/Makefile.in-191-    fi; \
stiff-2.4.0/Makefile.in:192:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
stiff-2.4.0/Makefile.in-193-  done; \
##############################################
stiff-2.4.0/Makefile.in-391-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
stiff-2.4.0/Makefile.in:392:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
stiff-2.4.0/Makefile.in-393-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
stiff-2.4.0/Makefile.in-409-	dot_seen=no; \
stiff-2.4.0/Makefile.in:410:	target=`echo $@ | sed s/-recursive//`; \
stiff-2.4.0/Makefile.in-411-	case "$@" in \
##############################################
stiff-2.4.0/Makefile.in-499-GTAGS:
stiff-2.4.0/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
stiff-2.4.0/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
stiff-2.4.0/Makefile.in-533-	test -d "$(distdir)" || mkdir "$(distdir)"
stiff-2.4.0/Makefile.in:534:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/Makefile.in:535:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/Makefile.in-536-	list='$(DISTFILES)'; \
##############################################
stiff-2.4.0/Makefile.in-547-	  if test -d $$d/$$file; then \
stiff-2.4.0/Makefile.in:548:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
stiff-2.4.0/Makefile.in-549-	    if test -d "$(distdir)/$$file"; then \
##############################################
stiff-2.4.0/Makefile.in-655-	test -d $(distdir)/_build || exit 0; \
stiff-2.4.0/Makefile.in:656:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
stiff-2.4.0/Makefile.in-657-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
stiff-2.4.0/Makefile.in-698-	}; \
stiff-2.4.0/Makefile.in:699:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
stiff-2.4.0/Makefile.in-700-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
stiff-2.4.0/Makefile.in-710-	fi
stiff-2.4.0/Makefile.in:711:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
stiff-2.4.0/Makefile.in-712-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
stiff-2.4.0/Makefile.in-844-dist-hook:
stiff-2.4.0/Makefile.in:845:	rm -rf `find $(distdir) -name .svn`
stiff-2.4.0/Makefile.in-846-
##############################################
stiff-2.4.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
stiff-2.4.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
stiff-2.4.0/configure-47-  as_echo='print -r --'
stiff-2.4.0/configure-48-  as_echo_n='print -rn --'
stiff-2.4.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
stiff-2.4.0/configure-50-  as_echo='printf %s\n'
##############################################
stiff-2.4.0/configure-52-else
stiff-2.4.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
stiff-2.4.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
stiff-2.4.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
stiff-2.4.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
stiff-2.4.0/configure-64-      esac;
##############################################
stiff-2.4.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
stiff-2.4.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
stiff-2.4.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
stiff-2.4.0/configure-327-      case $as_dir in #(
stiff-2.4.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
stiff-2.4.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
stiff-2.4.0/configure-400-  {
stiff-2.4.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
stiff-2.4.0/configure-402-  }
##############################################
stiff-2.4.0/configure-407-# ----------------------------------------
stiff-2.4.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
stiff-2.4.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
stiff-2.4.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
stiff-2.4.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
stiff-2.4.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
stiff-2.4.0/configure-819-  case $ac_option in
stiff-2.4.0/configure:820:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
stiff-2.4.0/configure-821-  *=)   ac_optarg= ;;
##############################################
stiff-2.4.0/configure-863-  -disable-* | --disable-*)
stiff-2.4.0/configure:864:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
stiff-2.4.0/configure-865-    # Reject names that are not valid shell variable names.
##############################################
stiff-2.4.0/configure-868-    ac_useropt_orig=$ac_useropt
stiff-2.4.0/configure:869:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stiff-2.4.0/configure-870-    case $ac_user_opts in
##############################################
stiff-2.4.0/configure-889-  -enable-* | --enable-*)
stiff-2.4.0/configure:890:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
stiff-2.4.0/configure-891-    # Reject names that are not valid shell variable names.
##############################################
stiff-2.4.0/configure-894-    ac_useropt_orig=$ac_useropt
stiff-2.4.0/configure:895:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stiff-2.4.0/configure-896-    case $ac_user_opts in
##############################################
stiff-2.4.0/configure-1093-  -with-* | --with-*)
stiff-2.4.0/configure:1094:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
stiff-2.4.0/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
stiff-2.4.0/configure-1098-    ac_useropt_orig=$ac_useropt
stiff-2.4.0/configure:1099:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stiff-2.4.0/configure-1100-    case $ac_user_opts in
##############################################
stiff-2.4.0/configure-1109-  -without-* | --without-*)
stiff-2.4.0/configure:1110:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
stiff-2.4.0/configure-1111-    # Reject names that are not valid shell variable names.
##############################################
stiff-2.4.0/configure-1114-    ac_useropt_orig=$ac_useropt
stiff-2.4.0/configure:1115:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stiff-2.4.0/configure-1116-    case $ac_user_opts in
##############################################
stiff-2.4.0/configure-1147-  *=*)
stiff-2.4.0/configure:1148:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
stiff-2.4.0/configure-1149-    # Reject names that are not valid shell variable names.
##############################################
stiff-2.4.0/configure-1168-if test -n "$ac_prev"; then
stiff-2.4.0/configure:1169:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
stiff-2.4.0/configure-1170-  as_fn_error $? "missing argument to $ac_option"
##############################################
stiff-2.4.0/configure-1190-    */ )
stiff-2.4.0/configure:1191:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
stiff-2.4.0/configure-1192-      eval $ac_var=\$ac_val;;
##############################################
stiff-2.4.0/configure-1225-ac_ls_di=`ls -di .` &&
stiff-2.4.0/configure:1226:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
stiff-2.4.0/configure-1227-  as_fn_error $? "working directory cannot be determined"
##############################################
stiff-2.4.0/configure-1281-case $srcdir in
stiff-2.4.0/configure:1282:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
stiff-2.4.0/configure-1283-esac
##############################################
stiff-2.4.0/configure-1324-By default, \`make install' will install all the files in
stiff-2.4.0/configure:1325:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
stiff-2.4.0/configure:1326:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
stiff-2.4.0/configure-1327-for instance \`--prefix=\$HOME'.
##############################################
stiff-2.4.0/configure-1438-*)
stiff-2.4.0/configure:1439:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
stiff-2.4.0/configure-1440-  # A ".." for each directory in $ac_dir_suffix.
stiff-2.4.0/configure:1441:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
stiff-2.4.0/configure-1442-  case $ac_top_builddir_sub in
##############################################
stiff-2.4.0/configure-1980-    *\'*)
stiff-2.4.0/configure:1981:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
stiff-2.4.0/configure-1982-    esac
##############################################
stiff-2.4.0/configure-2063-      case $ac_val in
stiff-2.4.0/configure:2064:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
stiff-2.4.0/configure-2065-      esac
##############################################
stiff-2.4.0/configure-2078-	case $ac_val in
stiff-2.4.0/configure:2079:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
stiff-2.4.0/configure-2080-	esac
##############################################
stiff-2.4.0/configure-2185-    set,)
stiff-2.4.0/configure:2186:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
stiff-2.4.0/configure:2187:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
stiff-2.4.0/configure-2188-      ac_cache_corrupted=: ;;
##############################################
stiff-2.4.0/configure-2196-	# differences in whitespace do not lead to failure.
stiff-2.4.0/configure:2197:	ac_old_val_w=`echo x $ac_old_val`
stiff-2.4.0/configure:2198:	ac_new_val_w=`echo x $ac_new_val`
stiff-2.4.0/configure-2199-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
stiff-2.4.0/configure-2216-    case $ac_new_val in
stiff-2.4.0/configure:2217:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
stiff-2.4.0/configure-2218-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
stiff-2.4.0/configure-2394-     echo "timestamp, slept: $am_has_slept" > conftest.file
stiff-2.4.0/configure:2395:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
stiff-2.4.0/configure-2396-     if test "$*" = "X"; then
stiff-2.4.0/configure-2397-	# -L didn't work.
stiff-2.4.0/configure:2398:	set X `ls -t "$srcdir/configure" conftest.file`
stiff-2.4.0/configure-2399-     fi
##############################################
stiff-2.4.0/configure-2445-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
stiff-2.4.0/configure:2446:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
stiff-2.4.0/configure-2447-
stiff-2.4.0/configure-2448-# expand $ac_aux_dir to an absolute path
stiff-2.4.0/configure:2449:am_aux_dir=`cd $ac_aux_dir && pwd`
stiff-2.4.0/configure-2450-
##############################################
stiff-2.4.0/configure-2590-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
stiff-2.4.0/configure:2591:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
stiff-2.4.0/configure-2592-	     'mkdir (GNU coreutils) '* | \
##############################################
stiff-2.4.0/configure-2663-set x ${MAKE-make}
stiff-2.4.0/configure:2664:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
stiff-2.4.0/configure-2665-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
stiff-2.4.0/configure-2673-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
stiff-2.4.0/configure:2674:case `${MAKE-make} -f conftest.make 2>/dev/null` in
stiff-2.4.0/configure-2675-  *@@@%%%=?*=@@@%%%*)
##############################################
stiff-2.4.0/configure-2700-
stiff-2.4.0/configure:2701:if test "`cd $srcdir && pwd`" != "`pwd`"; then
stiff-2.4.0/configure-2702-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
stiff-2.4.0/configure-2863-# Ignore all kinds of additional output from 'make'.
stiff-2.4.0/configure:2864:case `$am_make -s -f confmf 2> /dev/null` in #(
stiff-2.4.0/configure-2865-*the\ am__doit\ target*)
##############################################
stiff-2.4.0/configure-2873-   echo '.include "confinc"' > confmf
stiff-2.4.0/configure:2874:   case `$am_make -s -f confmf 2> /dev/null` in #(
stiff-2.4.0/configure-2875-   *the\ am__doit\ target*)
##############################################
stiff-2.4.0/configure-3252-$as_echo_n "checking whether the C compiler works... " >&6; }
stiff-2.4.0/configure:3253:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
stiff-2.4.0/configure-3254-
##############################################
stiff-2.4.0/configure-3296-	then :; else
stiff-2.4.0/configure:3297:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
stiff-2.4.0/configure-3298-	fi
##############################################
stiff-2.4.0/configure-3356-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
stiff-2.4.0/configure:3357:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
stiff-2.4.0/configure-3358-	  break;;
##############################################
stiff-2.4.0/configure-3465-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
stiff-2.4.0/configure:3466:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
stiff-2.4.0/configure-3467-       break;;
##############################################
stiff-2.4.0/configure-3724-  if test "$am_compiler_list" = ""; then
stiff-2.4.0/configure:3725:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
stiff-2.4.0/configure-3726-  fi
##############################################
stiff-2.4.0/configure-4271-  # Check for GNU $ac_path_GREP
stiff-2.4.0/configure:4272:case `"$ac_path_GREP" --version 2>&1` in
stiff-2.4.0/configure-4273-*GNU*)
##############################################
stiff-2.4.0/configure-4337-  # Check for GNU $ac_path_EGREP
stiff-2.4.0/configure:4338:case `"$ac_path_EGREP" --version 2>&1` in
stiff-2.4.0/configure-4339-*GNU*)
##############################################
stiff-2.4.0/configure-4498-do :
stiff-2.4.0/configure:4499:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
stiff-2.4.0/configure-4500-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
stiff-2.4.0/configure-4503-  cat >>confdefs.h <<_ACEOF
stiff-2.4.0/configure:4504:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
stiff-2.4.0/configure-4505-_ACEOF
##############################################
stiff-2.4.0/configure-4513-do :
stiff-2.4.0/configure:4514:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
stiff-2.4.0/configure-4515-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
stiff-2.4.0/configure-4517-  cat >>confdefs.h <<_ACEOF
stiff-2.4.0/configure:4518:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
stiff-2.4.0/configure-4519-_ACEOF
##############################################
stiff-2.4.0/configure-4893-do :
stiff-2.4.0/configure:4894:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
stiff-2.4.0/configure-4895-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
stiff-2.4.0/configure-4898-  cat >>confdefs.h <<_ACEOF
stiff-2.4.0/configure:4899:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
stiff-2.4.0/configure-4900-_ACEOF
##############################################
stiff-2.4.0/configure-5254-do :
stiff-2.4.0/configure:5255:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
stiff-2.4.0/configure-5256-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
stiff-2.4.0/configure-5258-  cat >>confdefs.h <<_ACEOF
stiff-2.4.0/configure:5259:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
stiff-2.4.0/configure-5260-_ACEOF
##############################################
stiff-2.4.0/configure-5676-test "x$ac_build_alias" = x &&
stiff-2.4.0/configure:5677:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
stiff-2.4.0/configure-5678-test "x$ac_build_alias" = x &&
stiff-2.4.0/configure-5679-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
stiff-2.4.0/configure:5680:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
stiff-2.4.0/configure-5681-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
stiff-2.4.0/configure-5700-IFS=$ac_save_IFS
stiff-2.4.0/configure:5701:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
stiff-2.4.0/configure-5702-
##############################################
stiff-2.4.0/configure-5711-else
stiff-2.4.0/configure:5712:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
stiff-2.4.0/configure-5713-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
stiff-2.4.0/configure-5733-IFS=$ac_save_IFS
stiff-2.4.0/configure:5734:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
stiff-2.4.0/configure-5735-
##############################################
stiff-2.4.0/configure-6077-else
stiff-2.4.0/configure:6078:  as_ac_Header=`$as_echo "ac_cv_header_$with_libtiff_incdir/tiffio.h" | $as_tr_sh`
stiff-2.4.0/configure-6079-ac_fn_c_check_header_mongrel "$LINENO" "$with_libtiff_incdir/tiffio.h" "$as_ac_Header" "$ac_includes_default"
##############################################
stiff-2.4.0/configure-6330-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
stiff-2.4.0/configure:6331:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
stiff-2.4.0/configure-6332-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
stiff-2.4.0/configure-6425-if test -z "$BASH_VERSION$ZSH_VERSION" \
stiff-2.4.0/configure:6426:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
stiff-2.4.0/configure-6427-  as_echo='print -r --'
stiff-2.4.0/configure-6428-  as_echo_n='print -rn --'
stiff-2.4.0/configure:6429:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
stiff-2.4.0/configure-6430-  as_echo='printf %s\n'
##############################################
stiff-2.4.0/configure-6432-else
stiff-2.4.0/configure:6433:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
stiff-2.4.0/configure-6434-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
stiff-2.4.0/configure-6442-	expr "X$arg" : "X\\(.*\\)$as_nl";
stiff-2.4.0/configure:6443:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
stiff-2.4.0/configure-6444-      esac;
##############################################
stiff-2.4.0/configure-6519-# ----------------------------------------
stiff-2.4.0/configure:6520:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
stiff-2.4.0/configure-6521-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
stiff-2.4.0/configure-6591-  {
stiff-2.4.0/configure:6592:    as_val=`expr "$@" || test $? -eq 1`
stiff-2.4.0/configure-6593-  }
##############################################
stiff-2.4.0/configure-6695-      case $as_dir in #(
stiff-2.4.0/configure:6696:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
stiff-2.4.0/configure-6697-      *) as_qdir=$as_dir;;
##############################################
stiff-2.4.0/configure-6830-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
stiff-2.4.0/configure:6831:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
stiff-2.4.0/configure-6832-ac_cs_version="\\
##############################################
stiff-2.4.0/configure-6855-  --*=?*)
stiff-2.4.0/configure:6856:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
stiff-2.4.0/configure:6857:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
stiff-2.4.0/configure-6858-    ac_shift=:
##############################################
stiff-2.4.0/configure-6860-  --*=)
stiff-2.4.0/configure:6861:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
stiff-2.4.0/configure-6862-    ac_optarg=
##############################################
stiff-2.4.0/configure-6884-    case $ac_optarg in
stiff-2.4.0/configure:6885:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
stiff-2.4.0/configure-6886-    '') as_fn_error $? "missing file argument" ;;
##############################################
stiff-2.4.0/configure-6892-    case $ac_optarg in
stiff-2.4.0/configure:6893:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
stiff-2.4.0/configure-6894-    esac
##############################################
stiff-2.4.0/configure-7025-fi
stiff-2.4.0/configure:7026:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
stiff-2.4.0/configure-7027-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
stiff-2.4.0/configure-7042-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
stiff-2.4.0/configure:7043:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
stiff-2.4.0/configure-7044-ac_delim='%!_!# '
##############################################
stiff-2.4.0/configure-7048-
stiff-2.4.0/configure:7049:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
stiff-2.4.0/configure-7050-  if test $ac_delim_n = $ac_delim_num; then
##############################################
stiff-2.4.0/configure-7186-for ac_last_try in false false :; do
stiff-2.4.0/configure:7187:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
stiff-2.4.0/configure-7188-  if test -z "$ac_tt"; then
##############################################
stiff-2.4.0/configure-7318-      esac
stiff-2.4.0/configure:7319:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
stiff-2.4.0/configure-7320-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
stiff-2.4.0/configure-7377-*)
stiff-2.4.0/configure:7378:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
stiff-2.4.0/configure-7379-  # A ".." for each directory in $ac_dir_suffix.
stiff-2.4.0/configure:7380:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
stiff-2.4.0/configure-7381-  case $ac_top_builddir_sub in
##############################################
stiff-2.4.0/configure-7438-/@mandir@/p'
stiff-2.4.0/configure:7439:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
stiff-2.4.0/configure-7440-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
stiff-2.4.0/configure-7455-
stiff-2.4.0/configure:7456:# Neutralize VPATH when `$srcdir' = `.'.
stiff-2.4.0/configure-7457-# Shell code in configure.ac might set extrasub.
##############################################
stiff-2.4.0/configure-7483-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
stiff-2.4.0/configure:7484:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
stiff-2.4.0/configure-7485-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
stiff-2.4.0/configure-7529-    * )
stiff-2.4.0/configure:7530:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
stiff-2.4.0/configure-7531-  esac
##############################################
stiff-2.4.0/configure-7576-    # Strip MF so we end up with the name of the file.
stiff-2.4.0/configure:7577:    mf=`echo "$mf" | sed -e 's/:.*$//'`
stiff-2.4.0/configure-7578-    # Check whether this is an Automake generated Makefile or not.
##############################################
stiff-2.4.0/configure-7613-    # from the Makefile without running 'make'.
stiff-2.4.0/configure:7614:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
stiff-2.4.0/configure-7615-    test -z "$DEPDIR" && continue
stiff-2.4.0/configure:7616:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
stiff-2.4.0/configure-7617-    test -z "am__include" && continue
stiff-2.4.0/configure:7618:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
stiff-2.4.0/configure-7619-    # Find all dependency output files, they are included files with
##############################################
stiff-2.4.0/man/Makefile.in-101-  esac
stiff-2.4.0/man/Makefile.in:102:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
stiff-2.4.0/man/Makefile.in-103-am__vpath_adj = case $$p in \
stiff-2.4.0/man/Makefile.in:104:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
stiff-2.4.0/man/Makefile.in-105-    *) f=$$p;; \
stiff-2.4.0/man/Makefile.in-106-  esac;
stiff-2.4.0/man/Makefile.in:107:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
stiff-2.4.0/man/Makefile.in-108-am__install_max = 40
stiff-2.4.0/man/Makefile.in-109-am__nobase_strip_setup = \
stiff-2.4.0/man/Makefile.in:110:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
stiff-2.4.0/man/Makefile.in-111-am__nobase_strip = \
##############################################
stiff-2.4.0/man/Makefile.in-281-	test -n "$(man1dir)" \
stiff-2.4.0/man/Makefile.in:282:	  && test -n "`echo $$list1$$list2`" \
stiff-2.4.0/man/Makefile.in-283-	  || exit 0; \
##############################################
stiff-2.4.0/man/Makefile.in-324-	test -n "$(manxdir)" \
stiff-2.4.0/man/Makefile.in:325:	  && test -n "`echo $$list1$$list2`" \
stiff-2.4.0/man/Makefile.in-326-	  || exit 0; \
##############################################
stiff-2.4.0/man/Makefile.in-385-	else :; fi
stiff-2.4.0/man/Makefile.in:386:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/man/Makefile.in:387:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/man/Makefile.in-388-	list='$(DISTFILES)'; \
##############################################
stiff-2.4.0/man/Makefile.in-399-	  if test -d $$d/$$file; then \
stiff-2.4.0/man/Makefile.in:400:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
stiff-2.4.0/man/Makefile.in-401-	    if test -d "$(distdir)/$$file"; then \
##############################################
stiff-2.4.0/src/Makefile.in-141-  while test -n "$$dir1"; do \
stiff-2.4.0/src/Makefile.in:142:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
stiff-2.4.0/src/Makefile.in-143-    if test "$$first" != "."; then \
stiff-2.4.0/src/Makefile.in-144-      if test "$$first" = ".."; then \
stiff-2.4.0/src/Makefile.in:145:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
stiff-2.4.0/src/Makefile.in:146:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
stiff-2.4.0/src/Makefile.in-147-      else \
stiff-2.4.0/src/Makefile.in:148:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
stiff-2.4.0/src/Makefile.in-149-        if test "$$first2" = "$$first"; then \
stiff-2.4.0/src/Makefile.in:150:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
stiff-2.4.0/src/Makefile.in-151-        else \
##############################################
stiff-2.4.0/src/Makefile.in-156-    fi; \
stiff-2.4.0/src/Makefile.in:157:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
stiff-2.4.0/src/Makefile.in-158-  done; \
##############################################
stiff-2.4.0/src/Makefile.in-376-.c.obj:
stiff-2.4.0/src/Makefile.in:377:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
stiff-2.4.0/src/Makefile.in-378-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
stiff-2.4.0/src/Makefile.in-380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
stiff-2.4.0/src/Makefile.in:381:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
stiff-2.4.0/src/Makefile.in-382-
##############################################
stiff-2.4.0/src/Makefile.in-397-	dot_seen=no; \
stiff-2.4.0/src/Makefile.in:398:	target=`echo $@ | sed s/-recursive//`; \
stiff-2.4.0/src/Makefile.in-399-	case "$@" in \
##############################################
stiff-2.4.0/src/Makefile.in-487-GTAGS:
stiff-2.4.0/src/Makefile.in:488:	here=`$(am__cd) $(top_builddir) && pwd` \
stiff-2.4.0/src/Makefile.in-489-	  && $(am__cd) $(top_srcdir) \
##############################################
stiff-2.4.0/src/Makefile.in-509-distdir: $(DISTFILES)
stiff-2.4.0/src/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/src/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/src/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
stiff-2.4.0/src/Makefile.in-523-	  if test -d $$d/$$file; then \
stiff-2.4.0/src/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
stiff-2.4.0/src/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
stiff-2.4.0/src/fits/Makefile.in-306-.c.obj:
stiff-2.4.0/src/fits/Makefile.in:307:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
stiff-2.4.0/src/fits/Makefile.in-308-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
stiff-2.4.0/src/fits/Makefile.in-310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
stiff-2.4.0/src/fits/Makefile.in:311:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
stiff-2.4.0/src/fits/Makefile.in-312-
##############################################
stiff-2.4.0/src/fits/Makefile.in-357-GTAGS:
stiff-2.4.0/src/fits/Makefile.in:358:	here=`$(am__cd) $(top_builddir) && pwd` \
stiff-2.4.0/src/fits/Makefile.in-359-	  && $(am__cd) $(top_srcdir) \
##############################################
stiff-2.4.0/src/fits/Makefile.in-379-distdir: $(DISTFILES)
stiff-2.4.0/src/fits/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/src/fits/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stiff-2.4.0/src/fits/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
stiff-2.4.0/src/fits/Makefile.in-393-	  if test -d $$d/$$file; then \
stiff-2.4.0/src/fits/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
stiff-2.4.0/src/fits/Makefile.in-395-	    if test -d "$(distdir)/$$file"; then \
##############################################
stiff-2.4.0/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch-21-+d0=`fgrep "Last modified" configure.ac | cut -d: -f2- | head -1 | sed "s+\(..\)/\(..\)/\(....\)+\\3-\\2-\\1+"`
stiff-2.4.0/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:22:+date=`date +%Y-%m-%d -d $d0`
stiff-2.4.0/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:23:+date2=`date +"%a %b %d %Y" -d $d0`
stiff-2.4.0/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:24:+date3=`date +"%B %Y" -d $d0`
stiff-2.4.0/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch-25- AC_DEFINE_UNQUOTED(DATE, "$date", [Archive creation date])
##############################################
stiff-2.4.0/configure.ac-41-d0=`fgrep "Last modified" configure.ac | cut -d: -f2- | head -1 | sed "s+\(..\)/\(..\)/\(....\)+\\3-\\2-\\1+"`
stiff-2.4.0/configure.ac:42:date=`date +%Y-%m-%d -d $d0`
stiff-2.4.0/configure.ac:43:date2=`date +"%a %b %d %Y" -d $d0`
stiff-2.4.0/configure.ac:44:date3=`date +"%B %Y" -d $d0`
stiff-2.4.0/configure.ac-45-AC_DEFINE_UNQUOTED(DATE, "$date", [Archive creation date])