===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
psfex-3.17.1+dfsg/autoconf/config.guess-40-
psfex-3.17.1+dfsg/autoconf/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
psfex-3.17.1+dfsg/autoconf/config.guess-42-
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-109-: ${TMPDIR=/tmp} ;
psfex-3.17.1+dfsg/autoconf/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
psfex-3.17.1+dfsg/autoconf/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-195-	    *)
psfex-3.17.1+dfsg/autoconf/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
psfex-3.17.1+dfsg/autoconf/config.guess-197-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-222-	*4.0)
psfex-3.17.1+dfsg/autoconf/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
psfex-3.17.1+dfsg/autoconf/config.guess-224-		;;
psfex-3.17.1+dfsg/autoconf/config.guess-225-	*5.*)
psfex-3.17.1+dfsg/autoconf/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
psfex-3.17.1+dfsg/autoconf/config.guess-227-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
psfex-3.17.1+dfsg/autoconf/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
psfex-3.17.1+dfsg/autoconf/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-270-	# 1.2 uses "1.2" for uname -r.
psfex-3.17.1+dfsg/autoconf/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
psfex-3.17.1+dfsg/autoconf/config.guess-272-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-327-    sun4H:SunOS:5.*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-329-	exit ;;
psfex-3.17.1+dfsg/autoconf/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-332-	exit ;;
psfex-3.17.1+dfsg/autoconf/config.guess-333-    i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-335-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
psfex-3.17.1+dfsg/autoconf/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-341-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
psfex-3.17.1+dfsg/autoconf/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
psfex-3.17.1+dfsg/autoconf/config.guess-350-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-354-    sun*:*:4.2BSD:*)
psfex-3.17.1+dfsg/autoconf/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
psfex-3.17.1+dfsg/autoconf/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
psfex-3.17.1+dfsg/autoconf/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
psfex-3.17.1+dfsg/autoconf/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-492-    *:IRIX*:*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
psfex-3.17.1+dfsg/autoconf/config.guess-494-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-522-EOF
psfex-3.17.1+dfsg/autoconf/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
psfex-3.17.1+dfsg/autoconf/config.guess-524-		then
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-535-    *:AIX:*:[45])
psfex-3.17.1+dfsg/autoconf/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
psfex-3.17.1+dfsg/autoconf/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-570-    9000/[34678]??:HP-UX:*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-624-EOF
psfex-3.17.1+dfsg/autoconf/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
psfex-3.17.1+dfsg/autoconf/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-652-    ia64:HP-UX:*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-682-EOF
psfex-3.17.1+dfsg/autoconf/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
psfex-3.17.1+dfsg/autoconf/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
psfex-3.17.1+dfsg/autoconf/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
psfex-3.17.1+dfsg/autoconf/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
psfex-3.17.1+dfsg/autoconf/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
psfex-3.17.1+dfsg/autoconf/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-773-	    pc98)
psfex-3.17.1+dfsg/autoconf/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
psfex-3.17.1+dfsg/autoconf/config.guess-775-	    amd64)
psfex-3.17.1+dfsg/autoconf/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
psfex-3.17.1+dfsg/autoconf/config.guess-777-	    *)
psfex-3.17.1+dfsg/autoconf/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
psfex-3.17.1+dfsg/autoconf/config.guess-779-	esac
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-821-    prep*:SunOS:5.*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-823-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-825-	# the GNU system
psfex-3.17.1+dfsg/autoconf/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
psfex-3.17.1+dfsg/autoconf/config.guess-827-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-829-	# other systems with GNU libc and userland
psfex-3.17.1+dfsg/autoconf/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
psfex-3.17.1+dfsg/autoconf/config.guess-831-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
psfex-3.17.1+dfsg/autoconf/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-1298-    *:DragonFly:*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
psfex-3.17.1+dfsg/autoconf/config.guess-1300-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-1311-    i*86:skyos:*:*)
psfex-3.17.1+dfsg/autoconf/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
psfex-3.17.1+dfsg/autoconf/config.guess-1313-	exit ;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.guess-1436-
psfex-3.17.1+dfsg/autoconf/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
psfex-3.17.1+dfsg/autoconf/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-56-
psfex-3.17.1+dfsg/autoconf/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
psfex-3.17.1+dfsg/autoconf/config.sub-58-
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
psfex-3.17.1+dfsg/autoconf/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
psfex-3.17.1+dfsg/autoconf/config.sub-122-case $maybe_os in
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-126-    os=-$maybe_os
psfex-3.17.1+dfsg/autoconf/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
psfex-3.17.1+dfsg/autoconf/config.sub-128-    ;;
psfex-3.17.1+dfsg/autoconf/config.sub-129-  *)
psfex-3.17.1+dfsg/autoconf/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
psfex-3.17.1+dfsg/autoconf/config.sub-131-    if [ $basic_machine != $1 ]
psfex-3.17.1+dfsg/autoconf/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
psfex-3.17.1+dfsg/autoconf/config.sub-133-    else os=; fi
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-177-		os=-sco5v6
psfex-3.17.1+dfsg/autoconf/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-179-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-181-		os=-sco3.2v5
psfex-3.17.1+dfsg/autoconf/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-183-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-185-		os=-sco3.2v4
psfex-3.17.1+dfsg/autoconf/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-187-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-188-	-sco3.2.[4-9]*)
psfex-3.17.1+dfsg/autoconf/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
psfex-3.17.1+dfsg/autoconf/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-191-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
psfex-3.17.1+dfsg/autoconf/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-195-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
psfex-3.17.1+dfsg/autoconf/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-199-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-201-		os=-sco3.2v2
psfex-3.17.1+dfsg/autoconf/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-203-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-204-	-udk*)
psfex-3.17.1+dfsg/autoconf/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-206-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-208-		os=-isc2.2
psfex-3.17.1+dfsg/autoconf/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-210-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-214-	-isc*)
psfex-3.17.1+dfsg/autoconf/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-216-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-220-	-ptx*)
psfex-3.17.1+dfsg/autoconf/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
psfex-3.17.1+dfsg/autoconf/config.sub-222-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-223-	-windowsnt*)
psfex-3.17.1+dfsg/autoconf/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
psfex-3.17.1+dfsg/autoconf/config.sub-225-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-310-	*-*-*)
psfex-3.17.1+dfsg/autoconf/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
psfex-3.17.1+dfsg/autoconf/config.sub-312-		exit 1
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-412-	amd64-*)
psfex-3.17.1+dfsg/autoconf/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-414-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-633-	i*86v32)
psfex-3.17.1+dfsg/autoconf/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-635-		os=-sysv32
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-637-	i*86v4*)
psfex-3.17.1+dfsg/autoconf/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-639-		os=-sysv4
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-641-	i*86v)
psfex-3.17.1+dfsg/autoconf/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-643-		os=-sysv
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-645-	i*86sol2)
psfex-3.17.1+dfsg/autoconf/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
psfex-3.17.1+dfsg/autoconf/config.sub-647-		os=-solaris2
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-697-	mips3*-*)
psfex-3.17.1+dfsg/autoconf/config.sub:698:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
psfex-3.17.1+dfsg/autoconf/config.sub-699-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-700-	mips3*)
psfex-3.17.1+dfsg/autoconf/config.sub:701:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
psfex-3.17.1+dfsg/autoconf/config.sub-702-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-715-	ms1-*)
psfex-3.17.1+dfsg/autoconf/config.sub:716:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
psfex-3.17.1+dfsg/autoconf/config.sub-717-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-828-	pc98-*)
psfex-3.17.1+dfsg/autoconf/config.sub:829:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-830-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-843-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
psfex-3.17.1+dfsg/autoconf/config.sub:844:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-845-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-846-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
psfex-3.17.1+dfsg/autoconf/config.sub:847:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-848-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-849-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
psfex-3.17.1+dfsg/autoconf/config.sub:850:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-851-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-852-	pentium4-*)
psfex-3.17.1+dfsg/autoconf/config.sub:853:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-854-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-861-		;;
psfex-3.17.1+dfsg/autoconf/config.sub:862:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-863-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-867-	ppcle-* | powerpclittle-*)
psfex-3.17.1+dfsg/autoconf/config.sub:868:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-869-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-871-		;;
psfex-3.17.1+dfsg/autoconf/config.sub:872:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-873-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-877-	ppc64le-* | powerpc64little-*)
psfex-3.17.1+dfsg/autoconf/config.sub:878:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub-879-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1161-	*)
psfex-3.17.1+dfsg/autoconf/config.sub:1162:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
psfex-3.17.1+dfsg/autoconf/config.sub-1163-		exit 1
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1169-	*-digital*)
psfex-3.17.1+dfsg/autoconf/config.sub:1170:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
psfex-3.17.1+dfsg/autoconf/config.sub-1171-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-1172-	*-commodore*)
psfex-3.17.1+dfsg/autoconf/config.sub:1173:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
psfex-3.17.1+dfsg/autoconf/config.sub-1174-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1187-	-solaris1 | -solaris1.*)
psfex-3.17.1+dfsg/autoconf/config.sub:1188:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1189-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1199-	-gnu/linux*)
psfex-3.17.1+dfsg/autoconf/config.sub:1200:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1201-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1243-	-nto*)
psfex-3.17.1+dfsg/autoconf/config.sub:1244:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1245-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1250-	-mac*)
psfex-3.17.1+dfsg/autoconf/config.sub:1251:		os=`echo $os | sed -e 's|mac|macos|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1252-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1256-	-linux*)
psfex-3.17.1+dfsg/autoconf/config.sub:1257:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1258-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-1259-	-sunos5*)
psfex-3.17.1+dfsg/autoconf/config.sub:1260:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1261-		;;
psfex-3.17.1+dfsg/autoconf/config.sub-1262-	-sunos6*)
psfex-3.17.1+dfsg/autoconf/config.sub:1263:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1264-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1311-	-sinix5.*)
psfex-3.17.1+dfsg/autoconf/config.sub:1312:		os=`echo $os | sed -e 's|sinix|sysv|'`
psfex-3.17.1+dfsg/autoconf/config.sub-1313-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1362-		# Get rid of the `-' at the beginning of $os.
psfex-3.17.1+dfsg/autoconf/config.sub:1363:		os=`echo $os | sed 's/[^-]*-//'`
psfex-3.17.1+dfsg/autoconf/config.sub:1364:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
psfex-3.17.1+dfsg/autoconf/config.sub-1365-		exit 1
##############################################
psfex-3.17.1+dfsg/autoconf/config.sub-1613-		esac
psfex-3.17.1+dfsg/autoconf/config.sub:1614:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
psfex-3.17.1+dfsg/autoconf/config.sub-1615-		;;
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-217-      fi
psfex-3.17.1+dfsg/autoconf/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
psfex-3.17.1+dfsg/autoconf/install-sh-219-    *)
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-269-      dstdir=$dst
psfex-3.17.1+dfsg/autoconf/install-sh:270:      dst=$dstdir/`basename "$src"`
psfex-3.17.1+dfsg/autoconf/install-sh-271-      dstdir_status=0
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
psfex-3.17.1+dfsg/autoconf/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
psfex-3.17.1+dfsg/autoconf/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
psfex-3.17.1+dfsg/autoconf/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
psfex-3.17.1+dfsg/autoconf/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-418-	    case $prefix in
psfex-3.17.1+dfsg/autoconf/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
psfex-3.17.1+dfsg/autoconf/install-sh-420-	      *) qprefix=$prefix;;
##############################################
psfex-3.17.1+dfsg/autoconf/install-sh-467-    if $copy_on_change &&
psfex-3.17.1+dfsg/autoconf/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
psfex-3.17.1+dfsg/autoconf/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
psfex-3.17.1+dfsg/autoconf/install-sh-470-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-167-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-179-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-198-    # Extract subdirectory from the argument.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-204-    fi
psfex-3.17.1+dfsg/autoconf/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-217-    case ${2} in
psfex-3.17.1+dfsg/autoconf/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
psfex-3.17.1+dfsg/autoconf/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
psfex-3.17.1+dfsg/autoconf/ltmain.sh-220-    esac
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-380-     progdir=$func_dirname_result
psfex-3.17.1+dfsg/autoconf/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
psfex-3.17.1+dfsg/autoconf/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
psfex-3.17.1+dfsg/autoconf/ltmain.sh-419-bs='\\'
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
psfex-3.17.1+dfsg/autoconf/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-533-      done
psfex-3.17.1+dfsg/autoconf/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-535-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-566-      # If mktemp works, use that first and foremost
psfex-3.17.1+dfsg/autoconf/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-568-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-597-      *[\\\`\"\$]*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
psfex-3.17.1+dfsg/autoconf/ltmain.sh-599-      *)
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-704-    ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
psfex-3.17.1+dfsg/autoconf/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
psfex-3.17.1+dfsg/autoconf/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
psfex-3.17.1+dfsg/autoconf/ltmain.sh-772-	p
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-803-
psfex-3.17.1+dfsg/autoconf/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-816-
psfex-3.17.1+dfsg/autoconf/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-862-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:863:    func_arith_result=`expr "${@}"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-870-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-877-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-884-{
psfex-3.17.1+dfsg/autoconf/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-968-	# quotes we have to do it in 2 steps:
psfex-3.17.1+dfsg/autoconf/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-970-	eval "$extractedcf"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1382-      done
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1385-      case $@ in
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1395-	    # Evaluate the configuration.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1397-	    CC_quoted=
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1401-	    done
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1404-	    case "$@ " in
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1721-    # LT_CYGPATH in this case.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1723-  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
psfex-3.17.1+dfsg/autoconf/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2060-    *.[cCFSifmso] | \
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2158-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2204-      if test "$need_locks" = warn &&
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2206-	$ECHO "\
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2207-*** ERROR, $lockfile contains:
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2209-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2253-      if test "$need_locks" = warn &&
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2255-	$ECHO "\
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2256-*** ERROR, $lockfile contains:
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2258-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2548-	  test -n "$library_names" && \
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2550-	  continue
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2561-	  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2577-      # Get the absolute pathname.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2959-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2972-	  else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-2974-	  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3130-	    fi
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3134-	      finalize=no
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3149-	        # Replace the output file specification.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3151-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3170-	  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3241-    my_pic_p="${3-no}"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3243-    my_dlsyms=
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3509-	  else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3512-	  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3514-	*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3517-	  ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3529-      # Nullify the symbol file.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3532-    fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3545-  win32_libid_type="unknown"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3547-  case $win32_fileres in
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3596-  $opt_debug
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3598-}
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3613-  $opt_debug
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3700-    # binutils import library
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3703-    # ms-generated import library
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3705-  else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3780-	  darwin_curdir=`pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3785-	    darwin_arch=
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3797-	    darwin_file=
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3814-      esac
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3816-    done
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3885-
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3887-    $ECHO "\
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3920-    --lt-dump-script)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-3949-  done
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4005-  # Find the directory that this script lives in.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4011-  while test -n \"\$file\"; do
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4013-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4021-
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4024-  done
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4035-    case \"\$thisdir\" in
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4041-  # Try to get the absolute directory name.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4068-      else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
psfex-3.17.1+dfsg/autoconf/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-4112-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5085-    $opt_debug
psfex-3.17.1+dfsg/autoconf/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5087-    *import*) : ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5307-	    moreargs=
psfex-3.17.1+dfsg/autoconf/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5309-	    do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5563-	*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6018-    else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6391-	else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6393-	fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6428-	fi
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6501-	*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6754-	    shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7046-		*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7057-		  depdepl=
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7068-                      fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7079-		else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7102-	else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7104-	fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7251-	test "$module" = no && \
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7253-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7386-	if test "$age" -gt "$current"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7547-	removelist=
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7573-	# Transform .lo files to .o files.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7575-      fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7578-      #for path in $notinst_path; do
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7582-      #done
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7699-		if test -n "$i" ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7702-		  set dummy $deplib_matches; shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7703-		  deplib_match=$1
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7742-		  if test -n "$i" ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7745-		    set dummy $deplib_matches; shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7746-		    deplib_match=$1
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7796-		else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7802-		    shopt -s nocaseglob
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7804-		    $nocaseglob
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7805-		  else
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7807-		  fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7822-			case $potliblink in
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7825-			esac
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7915-	  newdeplibs=""
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7921-	    done
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7947-	  ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-7997-	*-*-darwin*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8001-	  ;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8124-	# Use standard objects if they are pic
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8139-	    # exporting using user supplied symfile
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8638-	else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8650-      # Create the old-style object.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8652-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8713-	;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8731-	;;
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8866-	# Transform all the library objects into standard objects.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8869-      fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8896-	# Replace the output file specification.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8905-	  func_to_tool_file "$output"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8949-	# Replace the output file specification.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8951-	# Delete the old output file.
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8957-	  func_to_tool_file "$output"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8975-	  if test "$fast_install" = yes; then
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8977-	  else
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8987-      # Replace the output file specification.
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8989-
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:8997:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9019-      fi
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9308-		name="$func_basename_result"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9327-		name="$func_basename_result"
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
psfex-3.17.1+dfsg/autoconf/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
psfex-3.17.1+dfsg/autoconf/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
psfex-3.17.1+dfsg/autoconf/missing-131-       # Could not run --version or --help.  This is probably someone
psfex-3.17.1+dfsg/autoconf/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
psfex-3.17.1+dfsg/autoconf/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
psfex-3.17.1+dfsg/autoconf/missing-165-         from any GNU archive site."
psfex-3.17.1+dfsg/autoconf/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
psfex-3.17.1+dfsg/autoconf/missing-167-    test -z "$files" && files="config.h"
##############################################
psfex-3.17.1+dfsg/autoconf/missing-194-         proper tools for further handling them.
psfex-3.17.1+dfsg/autoconf/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
psfex-3.17.1+dfsg/autoconf/missing-196-         archive site."
psfex-3.17.1+dfsg/autoconf/missing-197-
psfex-3.17.1+dfsg/autoconf/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
psfex-3.17.1+dfsg/autoconf/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
psfex-3.17.1+dfsg/autoconf/missing-200-    if test -f "$file"; then
##############################################
psfex-3.17.1+dfsg/autoconf/missing-223-	*.y)
psfex-3.17.1+dfsg/autoconf/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
psfex-3.17.1+dfsg/autoconf/missing-225-	    if test -f "$SRCFILE"; then
##############################################
psfex-3.17.1+dfsg/autoconf/missing-227-	    fi
psfex-3.17.1+dfsg/autoconf/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
psfex-3.17.1+dfsg/autoconf/missing-229-	    if test -f "$SRCFILE"; then
##############################################
psfex-3.17.1+dfsg/autoconf/missing-253-	*.l)
psfex-3.17.1+dfsg/autoconf/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
psfex-3.17.1+dfsg/autoconf/missing-255-	    if test -f "$SRCFILE"; then
##############################################
psfex-3.17.1+dfsg/autoconf/missing-272-
psfex-3.17.1+dfsg/autoconf/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
psfex-3.17.1+dfsg/autoconf/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
psfex-3.17.1+dfsg/autoconf/missing-275-    if test -f "$file"; then
##############################################
psfex-3.17.1+dfsg/autoconf/missing-292-    # The file to touch is that specified with -o ...
psfex-3.17.1+dfsg/autoconf/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
psfex-3.17.1+dfsg/autoconf/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
psfex-3.17.1+dfsg/autoconf/missing-295-    if test -z "$file"; then
psfex-3.17.1+dfsg/autoconf/missing-296-      # ... or it is the one specified with @setfilename ...
psfex-3.17.1+dfsg/autoconf/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
psfex-3.17.1+dfsg/autoconf/missing-298-      file=`sed -n '
##############################################
psfex-3.17.1+dfsg/autoconf/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
psfex-3.17.1+dfsg/autoconf/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
psfex-3.17.1+dfsg/autoconf/missing-306-    fi
##############################################
psfex-3.17.1+dfsg/autoconf/missing-328-	*o*)
psfex-3.17.1+dfsg/autoconf/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
psfex-3.17.1+dfsg/autoconf/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
psfex-3.17.1+dfsg/autoconf/missing-334-	*h*)
psfex-3.17.1+dfsg/autoconf/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
psfex-3.17.1+dfsg/autoconf/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
psfex-3.17.1+dfsg/autoconf/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
psfex-3.17.1+dfsg/autoconf/depcomp-71-
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-217-  # Version 6 uses the directory in both cases.
psfex-3.17.1+dfsg/autoconf/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
psfex-3.17.1+dfsg/autoconf/depcomp-219-  test "x$dir" = "x$object" && dir=
psfex-3.17.1+dfsg/autoconf/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
psfex-3.17.1+dfsg/autoconf/depcomp-221-  if test "$libtool" = yes; then
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-246-    # Do two passes, one to just change these to
psfex-3.17.1+dfsg/autoconf/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
psfex-3.17.1+dfsg/autoconf/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-288-  # Do two passes, one to just change these to
psfex-3.17.1+dfsg/autoconf/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
psfex-3.17.1+dfsg/autoconf/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
psfex-3.17.1+dfsg/autoconf/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
psfex-3.17.1+dfsg/autoconf/depcomp-306-  test "x$dir" = "x$object" && dir=
psfex-3.17.1+dfsg/autoconf/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
psfex-3.17.1+dfsg/autoconf/depcomp-308-  if test "$libtool" = yes; then
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-343-   # Subdirectories are respected.
psfex-3.17.1+dfsg/autoconf/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
psfex-3.17.1+dfsg/autoconf/depcomp-345-   test "x$dir" = "x$object" && dir=
psfex-3.17.1+dfsg/autoconf/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
psfex-3.17.1+dfsg/autoconf/depcomp-347-
##############################################
psfex-3.17.1+dfsg/autoconf/depcomp-482-  done
psfex-3.17.1+dfsg/autoconf/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
psfex-3.17.1+dfsg/autoconf/depcomp-484-  touch "$tmpdepfile"
##############################################
psfex-3.17.1+dfsg/aclocal.m4-146-done
psfex-3.17.1+dfsg/aclocal.m4:147:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
psfex-3.17.1+dfsg/aclocal.m4-148-])
##############################################
psfex-3.17.1+dfsg/aclocal.m4-442-m4_define([_LT_CONFIG_STATUS_DECLARE],
psfex-3.17.1+dfsg/aclocal.m4:443:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
psfex-3.17.1+dfsg/aclocal.m4-444-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-452-#
psfex-3.17.1+dfsg/aclocal.m4:453:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/aclocal.m4-454-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
psfex-3.17.1+dfsg/aclocal.m4-562-]], lt_decl_quote_varnames); do
psfex-3.17.1+dfsg/aclocal.m4:563:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
psfex-3.17.1+dfsg/aclocal.m4-564-    *[[\\\\\\\`\\"\\\$]]*)
psfex-3.17.1+dfsg/aclocal.m4:565:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
psfex-3.17.1+dfsg/aclocal.m4-566-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-575-]], lt_decl_dquote_varnames); do
psfex-3.17.1+dfsg/aclocal.m4:576:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
psfex-3.17.1+dfsg/aclocal.m4-577-    *[[\\\\\\\`\\"\\\$]]*)
psfex-3.17.1+dfsg/aclocal.m4:578:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
psfex-3.17.1+dfsg/aclocal.m4-579-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-735-
psfex-3.17.1+dfsg/aclocal.m4:736:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
psfex-3.17.1+dfsg/aclocal.m4-737-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1103-  if test "$lt_cv_ld_force_load" = "yes"; then
psfex-3.17.1+dfsg/aclocal.m4:1104:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
psfex-3.17.1+dfsg/aclocal.m4-1105-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1156-      }]'
psfex-3.17.1+dfsg/aclocal.m4:1157:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/aclocal.m4-1158-  # Check for a 64-bit object if we didn't find anything.
psfex-3.17.1+dfsg/aclocal.m4-1159-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
psfex-3.17.1+dfsg/aclocal.m4:1160:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/aclocal.m4-1161-  fi],[])
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1192-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
psfex-3.17.1+dfsg/aclocal.m4:1193:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
psfex-3.17.1+dfsg/aclocal.m4-1194-  ECHO='print -r --'
psfex-3.17.1+dfsg/aclocal.m4:1195:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
psfex-3.17.1+dfsg/aclocal.m4-1196-  ECHO='printf %s\n'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1227-    PATH=/empty FPATH=/empty; export PATH FPATH
psfex-3.17.1+dfsg/aclocal.m4:1228:    test "X`printf %s $ECHO`" = "X$ECHO" \
psfex-3.17.1+dfsg/aclocal.m4:1229:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
psfex-3.17.1+dfsg/aclocal.m4-1230-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1250-   if test "$GCC" = yes; then
psfex-3.17.1+dfsg/aclocal.m4:1251:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
psfex-3.17.1+dfsg/aclocal.m4-1252-   fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1254- /*)
psfex-3.17.1+dfsg/aclocal.m4:1255:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
psfex-3.17.1+dfsg/aclocal.m4-1256-   ;; #(
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1283-  if AC_TRY_EVAL(ac_compile); then
psfex-3.17.1+dfsg/aclocal.m4:1284:    case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/aclocal.m4-1285-      *ELF-32*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1299-    if test "$lt_cv_prog_gnu_ld" = yes; then
psfex-3.17.1+dfsg/aclocal.m4:1300:      case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/aclocal.m4-1301-	*32-bit*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1311-    else
psfex-3.17.1+dfsg/aclocal.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/aclocal.m4-1313-	*32-bit*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1663-    # And add a safety zone
psfex-3.17.1+dfsg/aclocal.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
psfex-3.17.1+dfsg/aclocal.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
psfex-3.17.1+dfsg/aclocal.m4-1666-    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1696-    if test -n "$kargmax"; then
psfex-3.17.1+dfsg/aclocal.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
psfex-3.17.1+dfsg/aclocal.m4-1698-    else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1704-    if test -n "$lt_cv_sys_max_cmd_len"; then
psfex-3.17.1+dfsg/aclocal.m4:1705:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
psfex-3.17.1+dfsg/aclocal.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
psfex-3.17.1+dfsg/aclocal.m4-1707-    else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1716-      # we can't tell.
psfex-3.17.1+dfsg/aclocal.m4:1717:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
psfex-3.17.1+dfsg/aclocal.m4-1718-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1720-      do
psfex-3.17.1+dfsg/aclocal.m4:1721:        i=`expr $i + 1`
psfex-3.17.1+dfsg/aclocal.m4-1722-        teststring=$teststring$teststring
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1724-      # Only check the string length outside the loop.
psfex-3.17.1+dfsg/aclocal.m4:1725:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
psfex-3.17.1+dfsg/aclocal.m4-1726-      teststring=
##############################################
psfex-3.17.1+dfsg/aclocal.m4-1729-      # linker.  It appears as though 1/2 is a usable value.
psfex-3.17.1+dfsg/aclocal.m4:1730:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
psfex-3.17.1+dfsg/aclocal.m4-1731-    fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2054-  if test "$hard_links" = no; then
psfex-3.17.1+dfsg/aclocal.m4:2055:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
psfex-3.17.1+dfsg/aclocal.m4-2056-    need_locks=warn
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2185-  esac
psfex-3.17.1+dfsg/aclocal.m4:2186:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
psfex-3.17.1+dfsg/aclocal.m4-2187-  case $lt_search_path_spec in
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2192-    # okay in the real world where ";" in dirpaths is itself problematic.
psfex-3.17.1+dfsg/aclocal.m4:2193:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
psfex-3.17.1+dfsg/aclocal.m4-2194-    ;;
psfex-3.17.1+dfsg/aclocal.m4-2195-  *)
psfex-3.17.1+dfsg/aclocal.m4:2196:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/aclocal.m4-2197-    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2201-  lt_tmp_lt_search_path_spec=
psfex-3.17.1+dfsg/aclocal.m4:2202:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
psfex-3.17.1+dfsg/aclocal.m4-2203-  for lt_sys_path in $lt_search_path_spec; do
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2236-  esac
psfex-3.17.1+dfsg/aclocal.m4:2237:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
psfex-3.17.1+dfsg/aclocal.m4-2238-else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2324-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
psfex-3.17.1+dfsg/aclocal.m4:2325:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
psfex-3.17.1+dfsg/aclocal.m4-2326-    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2360-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
psfex-3.17.1+dfsg/aclocal.m4:2361:    postinstall_cmds='base_file=`basename \${file}`~
psfex-3.17.1+dfsg/aclocal.m4:2362:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
psfex-3.17.1+dfsg/aclocal.m4:2363:      dldir=$destdir/`dirname \$dlpath`~
psfex-3.17.1+dfsg/aclocal.m4-2364-      test -d \$dldir || mkdir -p \$dldir~
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2369-      fi'
psfex-3.17.1+dfsg/aclocal.m4:2370:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
psfex-3.17.1+dfsg/aclocal.m4-2371-      dlpath=$dir/\$dldll~
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2377-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
psfex-3.17.1+dfsg/aclocal.m4:2378:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/aclocal.m4-2379-m4_if([$1], [],[
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2383-      # MinGW DLLs use traditional 'lib' prefix
psfex-3.17.1+dfsg/aclocal.m4:2384:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/aclocal.m4-2385-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2387-      # pw32 DLLs use 'pw' prefix rather than 'lib'
psfex-3.17.1+dfsg/aclocal.m4:2388:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/aclocal.m4-2389-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2396-    libname_spec='$name'
psfex-3.17.1+dfsg/aclocal.m4:2397:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/aclocal.m4-2398-    library_names_spec='${libname}.dll.lib'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2408-        # Let DOS variable expansion print the short 8.3 style file name.
psfex-3.17.1+dfsg/aclocal.m4:2409:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
psfex-3.17.1+dfsg/aclocal.m4-2410-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2413-      # Convert to MSYS style.
psfex-3.17.1+dfsg/aclocal.m4:2414:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
psfex-3.17.1+dfsg/aclocal.m4-2415-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2419-      # like /cygdrive/c/PROGRA~1:/cygdr...
psfex-3.17.1+dfsg/aclocal.m4:2420:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
psfex-3.17.1+dfsg/aclocal.m4:2421:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
psfex-3.17.1+dfsg/aclocal.m4:2422:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/aclocal.m4-2423-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2427-        # It is most probably a Windows format PATH.
psfex-3.17.1+dfsg/aclocal.m4:2428:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
psfex-3.17.1+dfsg/aclocal.m4-2429-      else
psfex-3.17.1+dfsg/aclocal.m4:2430:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/aclocal.m4-2431-      fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2437-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
psfex-3.17.1+dfsg/aclocal.m4:2438:    postinstall_cmds='base_file=`basename \${file}`~
psfex-3.17.1+dfsg/aclocal.m4:2439:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
psfex-3.17.1+dfsg/aclocal.m4:2440:      dldir=$destdir/`dirname \$dlpath`~
psfex-3.17.1+dfsg/aclocal.m4-2441-      test -d \$dldir || mkdir -p \$dldir~
psfex-3.17.1+dfsg/aclocal.m4-2442-      $install_prog $dir/$dlname \$dldir/$dlname'
psfex-3.17.1+dfsg/aclocal.m4:2443:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
psfex-3.17.1+dfsg/aclocal.m4-2444-      dlpath=$dir/\$dldll~
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2451-    # Assume MSVC wrapper
psfex-3.17.1+dfsg/aclocal.m4:2452:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
psfex-3.17.1+dfsg/aclocal.m4-2453-    dynamic_linker='Win32 ld.exe'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2468-  shlibpath_var=DYLD_LIBRARY_PATH
psfex-3.17.1+dfsg/aclocal.m4:2469:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
psfex-3.17.1+dfsg/aclocal.m4-2470-m4_if([$1], [],[
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2689-  if test -f /etc/ld.so.conf; then
psfex-3.17.1+dfsg/aclocal.m4:2690:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
psfex-3.17.1+dfsg/aclocal.m4-2691-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2752-  shlibpath_var=LD_LIBRARY_PATH
psfex-3.17.1+dfsg/aclocal.m4:2753:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/aclocal.m4-2754-    case $host_os in
##############################################
psfex-3.17.1+dfsg/aclocal.m4-2969-	"file_magic "*)
psfex-3.17.1+dfsg/aclocal.m4:2970:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
psfex-3.17.1+dfsg/aclocal.m4-2971-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3052-    # gcc leaves a trailing carriage return which upsets mingw
psfex-3.17.1+dfsg/aclocal.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
psfex-3.17.1+dfsg/aclocal.m4-3054-  *)
psfex-3.17.1+dfsg/aclocal.m4:3055:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
psfex-3.17.1+dfsg/aclocal.m4-3056-  esac
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3061-      # Canonicalize the pathname of ld
psfex-3.17.1+dfsg/aclocal.m4:3062:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
psfex-3.17.1+dfsg/aclocal.m4-3063-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
psfex-3.17.1+dfsg/aclocal.m4:3064:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
psfex-3.17.1+dfsg/aclocal.m4-3065-      done
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3092-      # Break only if it was the GNU/non-GNU ld that we prefer.
psfex-3.17.1+dfsg/aclocal.m4:3093:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
psfex-3.17.1+dfsg/aclocal.m4-3094-      *GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3132-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
psfex-3.17.1+dfsg/aclocal.m4:3133:case `$LD -v 2>&1 </dev/null` in
psfex-3.17.1+dfsg/aclocal.m4-3134-*GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3327-openbsd*)
psfex-3.17.1+dfsg/aclocal.m4:3328:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/aclocal.m4-3329-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3391-    else
psfex-3.17.1+dfsg/aclocal.m4:3392:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
psfex-3.17.1+dfsg/aclocal.m4-3393-    fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3437-	# Tru64's nm complains that /dev/null is an invalid object file
psfex-3.17.1+dfsg/aclocal.m4:3438:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/aclocal.m4-3439-	*/dev/null* | *'Invalid file or object type'*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3443-	*)
psfex-3.17.1+dfsg/aclocal.m4:3444:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/aclocal.m4-3445-	  */dev/null*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3469-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
psfex-3.17.1+dfsg/aclocal.m4:3470:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/aclocal.m4-3471-    *COFF*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3528-  # decide which to use based on capabilities of $DLLTOOL
psfex-3.17.1+dfsg/aclocal.m4:3529:  case `$DLLTOOL --help 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-3530-  *--identify-strict*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3687-# If we're using GNU nm, then use its standard symbol codes.
psfex-3.17.1+dfsg/aclocal.m4:3688:case `$NM -V 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-3689-*GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3705-mingw*)
psfex-3.17.1+dfsg/aclocal.m4:3706:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
psfex-3.17.1+dfsg/aclocal.m4-3707-  ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-3758-    nlist=conftest.nm
psfex-3.17.1+dfsg/aclocal.m4:3759:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
psfex-3.17.1+dfsg/aclocal.m4-3760-      # Try sorting and uniquifying the output.
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4096-	  *)
psfex-3.17.1+dfsg/aclocal.m4:4097:	    case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/aclocal.m4-4098-	    *Sun\ C*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4401-      *)
psfex-3.17.1+dfsg/aclocal.m4:4402:	case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/aclocal.m4-4403-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4673-	# shared libraries, regardless of the interface used.
psfex-3.17.1+dfsg/aclocal.m4:4674:	case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4705-    supports_anon_versioning=no
psfex-3.17.1+dfsg/aclocal.m4:4706:    case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
psfex-3.17.1+dfsg/aclocal.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/aclocal.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
psfex-3.17.1+dfsg/aclocal.m4:4803:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/aclocal.m4:4804:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-4805-      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4820-        pgcc*)				# Portland Group C compiler
psfex-3.17.1+dfsg/aclocal.m4:4821:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4825-					# Portland Group f77 and f90 compilers
psfex-3.17.1+dfsg/aclocal.m4:4826:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
psfex-3.17.1+dfsg/aclocal.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4844-	esac
psfex-3.17.1+dfsg/aclocal.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/aclocal.m4-4846-	*Sun\ C*)			# Sun C 5.9
psfex-3.17.1+dfsg/aclocal.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
psfex-3.17.1+dfsg/aclocal.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
psfex-3.17.1+dfsg/aclocal.m4:4913:      case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5035-	# below for broken collect2 doesn't work under 4.3+
psfex-3.17.1+dfsg/aclocal.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
psfex-3.17.1+dfsg/aclocal.m4-5037-	  if test -f "$collect2name" &&
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5084-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
psfex-3.17.1+dfsg/aclocal.m4:5085:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
psfex-3.17.1+dfsg/aclocal.m4-5086-      else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5150-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
psfex-3.17.1+dfsg/aclocal.m4:5151:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/aclocal.m4-5152-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5187-	# FIXME: Setting linknames here is a bad hack.
psfex-3.17.1+dfsg/aclocal.m4:5188:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
psfex-3.17.1+dfsg/aclocal.m4-5189-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5325-      if test "$GCC" = yes; then
psfex-3.17.1+dfsg/aclocal.m4:5326:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5327-	# Try to use the -exported_symbol ld option, if it does not
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5348-	if test "$lt_cv_irix_exported_symbol" = yes; then
psfex-3.17.1+dfsg/aclocal.m4:5349:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5350-	fi
psfex-3.17.1+dfsg/aclocal.m4-5351-      else
psfex-3.17.1+dfsg/aclocal.m4:5352:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4:5353:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5354-      fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5388-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
psfex-3.17.1+dfsg/aclocal.m4:5389:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/aclocal.m4-5390-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
psfex-3.17.1+dfsg/aclocal.m4:5422:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5423-      else
psfex-3.17.1+dfsg/aclocal.m4-5424-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
psfex-3.17.1+dfsg/aclocal.m4:5425:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5426-      fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5434-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
psfex-3.17.1+dfsg/aclocal.m4:5435:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-5436-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5438-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
psfex-3.17.1+dfsg/aclocal.m4:5439:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4:5440:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
psfex-3.17.1+dfsg/aclocal.m4:5441:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
psfex-3.17.1+dfsg/aclocal.m4-5442-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5457-      else
psfex-3.17.1+dfsg/aclocal.m4:5458:	case `$CC -V 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-5459-	*"Compilers 5.0"*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5650-	  _LT_TAGVAR(allow_undefined_flag, $1)=
psfex-3.17.1+dfsg/aclocal.m4:5651:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
psfex-3.17.1+dfsg/aclocal.m4-5652-	  then
##############################################
psfex-3.17.1+dfsg/aclocal.m4-5946-        # ancient GNU ld didn't support --whole-archive et. al.
psfex-3.17.1+dfsg/aclocal.m4:5947:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
psfex-3.17.1+dfsg/aclocal.m4-5948-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6029-          # below for broken collect2 doesn't work under 4.3+
psfex-3.17.1+dfsg/aclocal.m4:6030:	  collect2name=`${CC} -print-prog-name=collect2`
psfex-3.17.1+dfsg/aclocal.m4-6031-	  if test -f "$collect2name" &&
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6079-
psfex-3.17.1+dfsg/aclocal.m4:6080:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
psfex-3.17.1+dfsg/aclocal.m4-6081-        else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6145-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
psfex-3.17.1+dfsg/aclocal.m4:6146:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/aclocal.m4-6147-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6186-	    # is EXPORTS), use it as is; otherwise, prepend...
psfex-3.17.1+dfsg/aclocal.m4:6187:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/aclocal.m4-6188-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6269-            # dependencies.
psfex-3.17.1+dfsg/aclocal.m4:6270:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
psfex-3.17.1+dfsg/aclocal.m4-6271-            ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6334-	    # dependencies.
psfex-3.17.1+dfsg/aclocal.m4:6335:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
psfex-3.17.1+dfsg/aclocal.m4-6336-	    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6370-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
psfex-3.17.1+dfsg/aclocal.m4:6371:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/aclocal.m4:6372:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6373-	;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6377-	    # SGI C++
psfex-3.17.1+dfsg/aclocal.m4:6378:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6379-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6388-	      if test "$with_gnu_ld" = no; then
psfex-3.17.1+dfsg/aclocal.m4:6389:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6390-	      else
psfex-3.17.1+dfsg/aclocal.m4:6391:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6392-	      fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6409-	    # to its proper name (with version) after linking.
psfex-3.17.1+dfsg/aclocal.m4:6410:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
psfex-3.17.1+dfsg/aclocal.m4:6411:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
psfex-3.17.1+dfsg/aclocal.m4-6412-	    # Commands to make compiler produce verbose output that lists
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6419-	    # dependencies.
psfex-3.17.1+dfsg/aclocal.m4:6420:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
psfex-3.17.1+dfsg/aclocal.m4-6421-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6434-	    # earlier do not add the objects themselves.
psfex-3.17.1+dfsg/aclocal.m4:6435:	    case `$CC -V 2>&1` in
psfex-3.17.1+dfsg/aclocal.m4-6436-	      *"Version 7."*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6455-            # Portland Group C++ compiler
psfex-3.17.1+dfsg/aclocal.m4:6456:	    case `$CC -V` in
psfex-3.17.1+dfsg/aclocal.m4-6457-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
psfex-3.17.1+dfsg/aclocal.m4:6461:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
psfex-3.17.1+dfsg/aclocal.m4-6462-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6464-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
psfex-3.17.1+dfsg/aclocal.m4:6465:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
psfex-3.17.1+dfsg/aclocal.m4-6466-		$RANLIB $oldlib'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6469-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
psfex-3.17.1+dfsg/aclocal.m4:6470:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6471-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6473-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
psfex-3.17.1+dfsg/aclocal.m4:6474:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6475-	      ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6483-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
psfex-3.17.1+dfsg/aclocal.m4:6484:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-6485-            ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6502-	    # dependencies.
psfex-3.17.1+dfsg/aclocal.m4:6503:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
psfex-3.17.1+dfsg/aclocal.m4-6504-	    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6517-	  *)
psfex-3.17.1+dfsg/aclocal.m4:6518:	    case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/aclocal.m4-6519-	    *Sun\ C*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6524-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
psfex-3.17.1+dfsg/aclocal.m4:6525:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/aclocal.m4-6526-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6594-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
psfex-3.17.1+dfsg/aclocal.m4:6595:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/aclocal.m4-6596-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6613-	    # to its proper name (with version) after linking.
psfex-3.17.1+dfsg/aclocal.m4:6614:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
psfex-3.17.1+dfsg/aclocal.m4-6615-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6634-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
psfex-3.17.1+dfsg/aclocal.m4:6635:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6636-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6639-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
psfex-3.17.1+dfsg/aclocal.m4:6640:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4:6641:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
psfex-3.17.1+dfsg/aclocal.m4-6642-	          echo "-hidden">> $lib.exp~
psfex-3.17.1+dfsg/aclocal.m4:6643:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
psfex-3.17.1+dfsg/aclocal.m4-6644-	          $RM $lib.exp'
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6658-	    # dependencies.
psfex-3.17.1+dfsg/aclocal.m4:6659:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
psfex-3.17.1+dfsg/aclocal.m4-6660-	    ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6665-	        osf3*)
psfex-3.17.1+dfsg/aclocal.m4:6666:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6667-		  ;;
psfex-3.17.1+dfsg/aclocal.m4-6668-	        *)
psfex-3.17.1+dfsg/aclocal.m4:6669:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/aclocal.m4-6670-		  ;;
##############################################
psfex-3.17.1+dfsg/aclocal.m4-6918-  case ${2} in
psfex-3.17.1+dfsg/aclocal.m4:6919:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
psfex-3.17.1+dfsg/aclocal.m4:6920:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
psfex-3.17.1+dfsg/aclocal.m4-6921-  esac
##############################################
psfex-3.17.1+dfsg/aclocal.m4-7006-
psfex-3.17.1+dfsg/aclocal.m4:7007:  for p in `eval "$output_verbose_link_cmd"`; do
psfex-3.17.1+dfsg/aclocal.m4-7008-    case ${prev}${p} in
##############################################
psfex-3.17.1+dfsg/aclocal.m4-7104-linux*)
psfex-3.17.1+dfsg/aclocal.m4:7105:  case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/aclocal.m4-7106-  *Sun\ C*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-7155-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
psfex-3.17.1+dfsg/aclocal.m4:7156: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
psfex-3.17.1+dfsg/aclocal.m4-7157-fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-7757-    test $lt_ac_count -gt 10 && break
psfex-3.17.1+dfsg/aclocal.m4:7758:    lt_ac_count=`expr $lt_ac_count + 1`
psfex-3.17.1+dfsg/aclocal.m4-7759-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
psfex-3.17.1+dfsg/aclocal.m4-7828-# ------------------------------------------------------
psfex-3.17.1+dfsg/aclocal.m4:7829:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
psfex-3.17.1+dfsg/aclocal.m4-7830-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
psfex-3.17.1+dfsg/aclocal.m4-8539-m4_define([lt_combine],
psfex-3.17.1+dfsg/aclocal.m4:8540:[m4_if(m4_eval([$# > 3]), [1],
psfex-3.17.1+dfsg/aclocal.m4-8541-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
psfex-3.17.1+dfsg/aclocal.m4-8793-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
psfex-3.17.1+dfsg/aclocal.m4:8794:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
psfex-3.17.1+dfsg/aclocal.m4-8795-# and then we would define $MISSING as
##############################################
psfex-3.17.1+dfsg/aclocal.m4-8809-# expand $ac_aux_dir to an absolute path
psfex-3.17.1+dfsg/aclocal.m4:8810:am_aux_dir=`cd $ac_aux_dir && pwd`
psfex-3.17.1+dfsg/aclocal.m4-8811-])
##############################################
psfex-3.17.1+dfsg/aclocal.m4-8910-  if test "$am_compiler_list" = ""; then
psfex-3.17.1+dfsg/aclocal.m4:8911:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
psfex-3.17.1+dfsg/aclocal.m4-8912-  fi
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9062-    # Strip MF so we end up with the name of the file.
psfex-3.17.1+dfsg/aclocal.m4:9063:    mf=`echo "$mf" | sed -e 's/:.*$//'`
psfex-3.17.1+dfsg/aclocal.m4-9064-    # Check whether this is an Automake generated Makefile or not.
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9071-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
psfex-3.17.1+dfsg/aclocal.m4:9072:      dirpart=`AS_DIRNAME("$mf")`
psfex-3.17.1+dfsg/aclocal.m4-9073-    else
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9077-    # from the Makefile without running 'make'.
psfex-3.17.1+dfsg/aclocal.m4:9078:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
psfex-3.17.1+dfsg/aclocal.m4-9079-    test -z "$DEPDIR" && continue
psfex-3.17.1+dfsg/aclocal.m4:9080:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
psfex-3.17.1+dfsg/aclocal.m4-9081-    test -z "am__include" && continue
psfex-3.17.1+dfsg/aclocal.m4:9082:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
psfex-3.17.1+dfsg/aclocal.m4-9083-    # Find all dependency output files, they are included files with
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9091-      test -f "$dirpart/$file" && continue
psfex-3.17.1+dfsg/aclocal.m4:9092:      fdir=`AS_DIRNAME(["$file"])`
psfex-3.17.1+dfsg/aclocal.m4-9093-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9145-AC_REQUIRE([AC_PROG_INSTALL])dnl
psfex-3.17.1+dfsg/aclocal.m4:9146:if test "`cd $srcdir && pwd`" != "`pwd`"; then
psfex-3.17.1+dfsg/aclocal.m4-9147-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9264-    * )
psfex-3.17.1+dfsg/aclocal.m4:9265:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
psfex-3.17.1+dfsg/aclocal.m4-9266-  esac
psfex-3.17.1+dfsg/aclocal.m4-9267-done
psfex-3.17.1+dfsg/aclocal.m4:9268:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
psfex-3.17.1+dfsg/aclocal.m4-9269-
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9341-# Ignore all kinds of additional output from 'make'.
psfex-3.17.1+dfsg/aclocal.m4:9342:case `$am_make -s -f confmf 2> /dev/null` in #(
psfex-3.17.1+dfsg/aclocal.m4-9343-*the\ am__doit\ target*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9351-   echo '.include "confinc"' > confmf
psfex-3.17.1+dfsg/aclocal.m4:9352:   case `$am_make -s -f confmf 2> /dev/null` in #(
psfex-3.17.1+dfsg/aclocal.m4-9353-   *the\ am__doit\ target*)
##############################################
psfex-3.17.1+dfsg/aclocal.m4-9476-     echo "timestamp, slept: $am_has_slept" > conftest.file
psfex-3.17.1+dfsg/aclocal.m4:9477:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
psfex-3.17.1+dfsg/aclocal.m4-9478-     if test "$[*]" = "X"; then
psfex-3.17.1+dfsg/aclocal.m4-9479-	# -L didn't work.
psfex-3.17.1+dfsg/aclocal.m4:9480:	set X `ls -t "$srcdir/configure" conftest.file`
psfex-3.17.1+dfsg/aclocal.m4-9481-     fi
##############################################
psfex-3.17.1+dfsg/Makefile.am-38-dist-hook:
psfex-3.17.1+dfsg/Makefile.am:39:	rm -rf `find $(distdir) -name .svn`
psfex-3.17.1+dfsg/Makefile.am-40-
##############################################
psfex-3.17.1+dfsg/Makefile.in-123-  esac
psfex-3.17.1+dfsg/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
psfex-3.17.1+dfsg/Makefile.in-125-am__vpath_adj = case $$p in \
psfex-3.17.1+dfsg/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
psfex-3.17.1+dfsg/Makefile.in-127-    *) f=$$p;; \
psfex-3.17.1+dfsg/Makefile.in-128-  esac;
psfex-3.17.1+dfsg/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
psfex-3.17.1+dfsg/Makefile.in-130-am__install_max = 40
psfex-3.17.1+dfsg/Makefile.in-131-am__nobase_strip_setup = \
psfex-3.17.1+dfsg/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
psfex-3.17.1+dfsg/Makefile.in-133-am__nobase_strip = \
##############################################
psfex-3.17.1+dfsg/Makefile.in-178-  while test -n "$$dir1"; do \
psfex-3.17.1+dfsg/Makefile.in:179:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
psfex-3.17.1+dfsg/Makefile.in-180-    if test "$$first" != "."; then \
psfex-3.17.1+dfsg/Makefile.in-181-      if test "$$first" = ".."; then \
psfex-3.17.1+dfsg/Makefile.in:182:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
psfex-3.17.1+dfsg/Makefile.in:183:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
psfex-3.17.1+dfsg/Makefile.in-184-      else \
psfex-3.17.1+dfsg/Makefile.in:185:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
psfex-3.17.1+dfsg/Makefile.in-186-        if test "$$first2" = "$$first"; then \
psfex-3.17.1+dfsg/Makefile.in:187:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
psfex-3.17.1+dfsg/Makefile.in-188-        else \
##############################################
psfex-3.17.1+dfsg/Makefile.in-193-    fi; \
psfex-3.17.1+dfsg/Makefile.in:194:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
psfex-3.17.1+dfsg/Makefile.in-195-  done; \
##############################################
psfex-3.17.1+dfsg/Makefile.in-432-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
psfex-3.17.1+dfsg/Makefile.in:433:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
psfex-3.17.1+dfsg/Makefile.in-434-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
psfex-3.17.1+dfsg/Makefile.in-450-	dot_seen=no; \
psfex-3.17.1+dfsg/Makefile.in:451:	target=`echo $@ | sed s/-recursive//`; \
psfex-3.17.1+dfsg/Makefile.in-452-	case "$@" in \
##############################################
psfex-3.17.1+dfsg/Makefile.in-540-GTAGS:
psfex-3.17.1+dfsg/Makefile.in:541:	here=`$(am__cd) $(top_builddir) && pwd` \
psfex-3.17.1+dfsg/Makefile.in-542-	  && $(am__cd) $(top_srcdir) \
##############################################
psfex-3.17.1+dfsg/Makefile.in-574-	test -d "$(distdir)" || mkdir "$(distdir)"
psfex-3.17.1+dfsg/Makefile.in:575:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/Makefile.in:576:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/Makefile.in-577-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/Makefile.in-588-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/Makefile.in:589:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/Makefile.in-590-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/Makefile.in-696-	test -d $(distdir)/_build || exit 0; \
psfex-3.17.1+dfsg/Makefile.in:697:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
psfex-3.17.1+dfsg/Makefile.in-698-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
psfex-3.17.1+dfsg/Makefile.in-739-	}; \
psfex-3.17.1+dfsg/Makefile.in:740:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
psfex-3.17.1+dfsg/Makefile.in-741-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
psfex-3.17.1+dfsg/Makefile.in-751-	fi
psfex-3.17.1+dfsg/Makefile.in:752:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
psfex-3.17.1+dfsg/Makefile.in-753-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
psfex-3.17.1+dfsg/Makefile.in-887-dist-hook:
psfex-3.17.1+dfsg/Makefile.in:888:	rm -rf `find $(distdir) -name .svn`
psfex-3.17.1+dfsg/Makefile.in-889-
##############################################
psfex-3.17.1+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
psfex-3.17.1+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
psfex-3.17.1+dfsg/configure-47-  as_echo='print -r --'
psfex-3.17.1+dfsg/configure-48-  as_echo_n='print -rn --'
psfex-3.17.1+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
psfex-3.17.1+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
psfex-3.17.1+dfsg/configure-52-else
psfex-3.17.1+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
psfex-3.17.1+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
psfex-3.17.1+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
psfex-3.17.1+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
psfex-3.17.1+dfsg/configure-64-      esac;
##############################################
psfex-3.17.1+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
psfex-3.17.1+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
psfex-3.17.1+dfsg/configure-201-
##############################################
psfex-3.17.1+dfsg/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
psfex-3.17.1+dfsg/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
psfex-3.17.1+dfsg/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
psfex-3.17.1+dfsg/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
psfex-3.17.1+dfsg/configure-335-      case $as_dir in #(
psfex-3.17.1+dfsg/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
psfex-3.17.1+dfsg/configure-337-      *) as_qdir=$as_dir;;
##############################################
psfex-3.17.1+dfsg/configure-408-  {
psfex-3.17.1+dfsg/configure:409:    as_val=`expr "$@" || test $? -eq 1`
psfex-3.17.1+dfsg/configure-410-  }
##############################################
psfex-3.17.1+dfsg/configure-415-# ----------------------------------------
psfex-3.17.1+dfsg/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
psfex-3.17.1+dfsg/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
psfex-3.17.1+dfsg/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
psfex-3.17.1+dfsg/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
psfex-3.17.1+dfsg/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
psfex-3.17.1+dfsg/configure-873-  case $ac_option in
psfex-3.17.1+dfsg/configure:874:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
psfex-3.17.1+dfsg/configure-875-  *=)   ac_optarg= ;;
##############################################
psfex-3.17.1+dfsg/configure-917-  -disable-* | --disable-*)
psfex-3.17.1+dfsg/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
psfex-3.17.1+dfsg/configure-919-    # Reject names that are not valid shell variable names.
##############################################
psfex-3.17.1+dfsg/configure-922-    ac_useropt_orig=$ac_useropt
psfex-3.17.1+dfsg/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
psfex-3.17.1+dfsg/configure-924-    case $ac_user_opts in
##############################################
psfex-3.17.1+dfsg/configure-943-  -enable-* | --enable-*)
psfex-3.17.1+dfsg/configure:944:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
psfex-3.17.1+dfsg/configure-945-    # Reject names that are not valid shell variable names.
##############################################
psfex-3.17.1+dfsg/configure-948-    ac_useropt_orig=$ac_useropt
psfex-3.17.1+dfsg/configure:949:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
psfex-3.17.1+dfsg/configure-950-    case $ac_user_opts in
##############################################
psfex-3.17.1+dfsg/configure-1147-  -with-* | --with-*)
psfex-3.17.1+dfsg/configure:1148:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
psfex-3.17.1+dfsg/configure-1149-    # Reject names that are not valid shell variable names.
##############################################
psfex-3.17.1+dfsg/configure-1152-    ac_useropt_orig=$ac_useropt
psfex-3.17.1+dfsg/configure:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
psfex-3.17.1+dfsg/configure-1154-    case $ac_user_opts in
##############################################
psfex-3.17.1+dfsg/configure-1163-  -without-* | --without-*)
psfex-3.17.1+dfsg/configure:1164:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
psfex-3.17.1+dfsg/configure-1165-    # Reject names that are not valid shell variable names.
##############################################
psfex-3.17.1+dfsg/configure-1168-    ac_useropt_orig=$ac_useropt
psfex-3.17.1+dfsg/configure:1169:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
psfex-3.17.1+dfsg/configure-1170-    case $ac_user_opts in
##############################################
psfex-3.17.1+dfsg/configure-1201-  *=*)
psfex-3.17.1+dfsg/configure:1202:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
psfex-3.17.1+dfsg/configure-1203-    # Reject names that are not valid shell variable names.
##############################################
psfex-3.17.1+dfsg/configure-1222-if test -n "$ac_prev"; then
psfex-3.17.1+dfsg/configure:1223:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
psfex-3.17.1+dfsg/configure-1224-  as_fn_error $? "missing argument to $ac_option"
##############################################
psfex-3.17.1+dfsg/configure-1244-    */ )
psfex-3.17.1+dfsg/configure:1245:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
psfex-3.17.1+dfsg/configure-1246-      eval $ac_var=\$ac_val;;
##############################################
psfex-3.17.1+dfsg/configure-1279-ac_ls_di=`ls -di .` &&
psfex-3.17.1+dfsg/configure:1280:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
psfex-3.17.1+dfsg/configure-1281-  as_fn_error $? "working directory cannot be determined"
##############################################
psfex-3.17.1+dfsg/configure-1335-case $srcdir in
psfex-3.17.1+dfsg/configure:1336:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
psfex-3.17.1+dfsg/configure-1337-esac
##############################################
psfex-3.17.1+dfsg/configure-1378-By default, \`make install' will install all the files in
psfex-3.17.1+dfsg/configure:1379:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
psfex-3.17.1+dfsg/configure:1380:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
psfex-3.17.1+dfsg/configure-1381-for instance \`--prefix=\$HOME'.
##############################################
psfex-3.17.1+dfsg/configure-1512-*)
psfex-3.17.1+dfsg/configure:1513:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
psfex-3.17.1+dfsg/configure-1514-  # A ".." for each directory in $ac_dir_suffix.
psfex-3.17.1+dfsg/configure:1515:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
psfex-3.17.1+dfsg/configure-1516-  case $ac_top_builddir_sub in
##############################################
psfex-3.17.1+dfsg/configure-2054-    *\'*)
psfex-3.17.1+dfsg/configure:2055:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
psfex-3.17.1+dfsg/configure-2056-    esac
##############################################
psfex-3.17.1+dfsg/configure-2137-      case $ac_val in
psfex-3.17.1+dfsg/configure:2138:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
psfex-3.17.1+dfsg/configure-2139-      esac
##############################################
psfex-3.17.1+dfsg/configure-2152-	case $ac_val in
psfex-3.17.1+dfsg/configure:2153:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
psfex-3.17.1+dfsg/configure-2154-	esac
##############################################
psfex-3.17.1+dfsg/configure-2259-    set,)
psfex-3.17.1+dfsg/configure:2260:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
psfex-3.17.1+dfsg/configure:2261:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
psfex-3.17.1+dfsg/configure-2262-      ac_cache_corrupted=: ;;
##############################################
psfex-3.17.1+dfsg/configure-2270-	# differences in whitespace do not lead to failure.
psfex-3.17.1+dfsg/configure:2271:	ac_old_val_w=`echo x $ac_old_val`
psfex-3.17.1+dfsg/configure:2272:	ac_new_val_w=`echo x $ac_new_val`
psfex-3.17.1+dfsg/configure-2273-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
psfex-3.17.1+dfsg/configure-2290-    case $ac_new_val in
psfex-3.17.1+dfsg/configure:2291:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
psfex-3.17.1+dfsg/configure-2292-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
psfex-3.17.1+dfsg/configure-2468-     echo "timestamp, slept: $am_has_slept" > conftest.file
psfex-3.17.1+dfsg/configure:2469:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
psfex-3.17.1+dfsg/configure-2470-     if test "$*" = "X"; then
psfex-3.17.1+dfsg/configure-2471-	# -L didn't work.
psfex-3.17.1+dfsg/configure:2472:	set X `ls -t "$srcdir/configure" conftest.file`
psfex-3.17.1+dfsg/configure-2473-     fi
##############################################
psfex-3.17.1+dfsg/configure-2519-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
psfex-3.17.1+dfsg/configure:2520:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
psfex-3.17.1+dfsg/configure-2521-
psfex-3.17.1+dfsg/configure-2522-# expand $ac_aux_dir to an absolute path
psfex-3.17.1+dfsg/configure:2523:am_aux_dir=`cd $ac_aux_dir && pwd`
psfex-3.17.1+dfsg/configure-2524-
##############################################
psfex-3.17.1+dfsg/configure-2664-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
psfex-3.17.1+dfsg/configure:2665:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
psfex-3.17.1+dfsg/configure-2666-	     'mkdir (GNU coreutils) '* | \
##############################################
psfex-3.17.1+dfsg/configure-2737-set x ${MAKE-make}
psfex-3.17.1+dfsg/configure:2738:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
psfex-3.17.1+dfsg/configure-2739-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
psfex-3.17.1+dfsg/configure-2747-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
psfex-3.17.1+dfsg/configure:2748:case `${MAKE-make} -f conftest.make 2>/dev/null` in
psfex-3.17.1+dfsg/configure-2749-  *@@@%%%=?*=@@@%%%*)
##############################################
psfex-3.17.1+dfsg/configure-2774-
psfex-3.17.1+dfsg/configure:2775:if test "`cd $srcdir && pwd`" != "`pwd`"; then
psfex-3.17.1+dfsg/configure-2776-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
psfex-3.17.1+dfsg/configure-2965-# Ignore all kinds of additional output from 'make'.
psfex-3.17.1+dfsg/configure:2966:case `$am_make -s -f confmf 2> /dev/null` in #(
psfex-3.17.1+dfsg/configure-2967-*the\ am__doit\ target*)
##############################################
psfex-3.17.1+dfsg/configure-2975-   echo '.include "confinc"' > confmf
psfex-3.17.1+dfsg/configure:2976:   case `$am_make -s -f confmf 2> /dev/null` in #(
psfex-3.17.1+dfsg/configure-2977-   *the\ am__doit\ target*)
##############################################
psfex-3.17.1+dfsg/configure-3354-$as_echo_n "checking whether the C compiler works... " >&6; }
psfex-3.17.1+dfsg/configure:3355:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
psfex-3.17.1+dfsg/configure-3356-
##############################################
psfex-3.17.1+dfsg/configure-3398-	then :; else
psfex-3.17.1+dfsg/configure:3399:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
psfex-3.17.1+dfsg/configure-3400-	fi
##############################################
psfex-3.17.1+dfsg/configure-3458-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
psfex-3.17.1+dfsg/configure:3459:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
psfex-3.17.1+dfsg/configure-3460-	  break;;
##############################################
psfex-3.17.1+dfsg/configure-3567-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
psfex-3.17.1+dfsg/configure:3568:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
psfex-3.17.1+dfsg/configure-3569-       break;;
##############################################
psfex-3.17.1+dfsg/configure-3826-  if test "$am_compiler_list" = ""; then
psfex-3.17.1+dfsg/configure:3827:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
psfex-3.17.1+dfsg/configure-3828-  fi
##############################################
psfex-3.17.1+dfsg/configure-4110-test "x$ac_build_alias" = x &&
psfex-3.17.1+dfsg/configure:4111:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
psfex-3.17.1+dfsg/configure-4112-test "x$ac_build_alias" = x &&
psfex-3.17.1+dfsg/configure-4113-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
psfex-3.17.1+dfsg/configure:4114:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
psfex-3.17.1+dfsg/configure-4115-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
psfex-3.17.1+dfsg/configure-4134-IFS=$ac_save_IFS
psfex-3.17.1+dfsg/configure:4135:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
psfex-3.17.1+dfsg/configure-4136-
##############################################
psfex-3.17.1+dfsg/configure-4145-else
psfex-3.17.1+dfsg/configure:4146:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
psfex-3.17.1+dfsg/configure-4147-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
psfex-3.17.1+dfsg/configure-4167-IFS=$ac_save_IFS
psfex-3.17.1+dfsg/configure:4168:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
psfex-3.17.1+dfsg/configure-4169-
##############################################
psfex-3.17.1+dfsg/configure-4195-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
psfex-3.17.1+dfsg/configure:4196:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
psfex-3.17.1+dfsg/configure-4197-  ECHO='print -r --'
psfex-3.17.1+dfsg/configure:4198:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
psfex-3.17.1+dfsg/configure-4199-  ECHO='printf %s\n'
##############################################
psfex-3.17.1+dfsg/configure-4264-  # Check for GNU $ac_path_SED
psfex-3.17.1+dfsg/configure:4265:case `"$ac_path_SED" --version 2>&1` in
psfex-3.17.1+dfsg/configure-4266-*GNU*)
##############################################
psfex-3.17.1+dfsg/configure-4340-  # Check for GNU $ac_path_GREP
psfex-3.17.1+dfsg/configure:4341:case `"$ac_path_GREP" --version 2>&1` in
psfex-3.17.1+dfsg/configure-4342-*GNU*)
##############################################
psfex-3.17.1+dfsg/configure-4406-  # Check for GNU $ac_path_EGREP
psfex-3.17.1+dfsg/configure:4407:case `"$ac_path_EGREP" --version 2>&1` in
psfex-3.17.1+dfsg/configure-4408-*GNU*)
##############################################
psfex-3.17.1+dfsg/configure-4473-  # Check for GNU $ac_path_FGREP
psfex-3.17.1+dfsg/configure:4474:case `"$ac_path_FGREP" --version 2>&1` in
psfex-3.17.1+dfsg/configure-4475-*GNU*)
##############################################
psfex-3.17.1+dfsg/configure-4553-    # gcc leaves a trailing carriage return which upsets mingw
psfex-3.17.1+dfsg/configure:4554:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
psfex-3.17.1+dfsg/configure-4555-  *)
psfex-3.17.1+dfsg/configure:4556:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
psfex-3.17.1+dfsg/configure-4557-  esac
##############################################
psfex-3.17.1+dfsg/configure-4562-      # Canonicalize the pathname of ld
psfex-3.17.1+dfsg/configure:4563:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
psfex-3.17.1+dfsg/configure-4564-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
psfex-3.17.1+dfsg/configure:4565:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
psfex-3.17.1+dfsg/configure-4566-      done
##############################################
psfex-3.17.1+dfsg/configure-4597-      # Break only if it was the GNU/non-GNU ld that we prefer.
psfex-3.17.1+dfsg/configure:4598:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
psfex-3.17.1+dfsg/configure-4599-      *GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/configure-4628-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
psfex-3.17.1+dfsg/configure:4629:case `$LD -v 2>&1 </dev/null` in
psfex-3.17.1+dfsg/configure-4630-*GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/configure-4673-	# Tru64's nm complains that /dev/null is an invalid object file
psfex-3.17.1+dfsg/configure:4674:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/configure-4675-	*/dev/null* | *'Invalid file or object type'*)
##############################################
psfex-3.17.1+dfsg/configure-4679-	*)
psfex-3.17.1+dfsg/configure:4680:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/configure-4681-	  */dev/null*)
##############################################
psfex-3.17.1+dfsg/configure-4807-
psfex-3.17.1+dfsg/configure:4808:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
psfex-3.17.1+dfsg/configure-4809-    *COFF*)
##############################################
psfex-3.17.1+dfsg/configure-4919-    # And add a safety zone
psfex-3.17.1+dfsg/configure:4920:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
psfex-3.17.1+dfsg/configure:4921:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
psfex-3.17.1+dfsg/configure-4922-    ;;
##############################################
psfex-3.17.1+dfsg/configure-4952-    if test -n "$kargmax"; then
psfex-3.17.1+dfsg/configure:4953:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
psfex-3.17.1+dfsg/configure-4954-    else
##############################################
psfex-3.17.1+dfsg/configure-4960-    if test -n "$lt_cv_sys_max_cmd_len"; then
psfex-3.17.1+dfsg/configure:4961:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
psfex-3.17.1+dfsg/configure:4962:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
psfex-3.17.1+dfsg/configure-4963-    else
##############################################
psfex-3.17.1+dfsg/configure-4972-      # we can't tell.
psfex-3.17.1+dfsg/configure:4973:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
psfex-3.17.1+dfsg/configure-4974-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
psfex-3.17.1+dfsg/configure-4976-      do
psfex-3.17.1+dfsg/configure:4977:        i=`expr $i + 1`
psfex-3.17.1+dfsg/configure-4978-        teststring=$teststring$teststring
##############################################
psfex-3.17.1+dfsg/configure-4980-      # Only check the string length outside the loop.
psfex-3.17.1+dfsg/configure:4981:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
psfex-3.17.1+dfsg/configure-4982-      teststring=
##############################################
psfex-3.17.1+dfsg/configure-4985-      # linker.  It appears as though 1/2 is a usable value.
psfex-3.17.1+dfsg/configure:4986:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
psfex-3.17.1+dfsg/configure-4987-    fi
##############################################
psfex-3.17.1+dfsg/configure-5425-openbsd*)
psfex-3.17.1+dfsg/configure:5426:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/configure-5427-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
psfex-3.17.1+dfsg/configure-5492-    else
psfex-3.17.1+dfsg/configure:5493:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
psfex-3.17.1+dfsg/configure-5494-    fi
##############################################
psfex-3.17.1+dfsg/configure-5637-  # decide which to use based on capabilities of $DLLTOOL
psfex-3.17.1+dfsg/configure:5638:  case `$DLLTOOL --help 2>&1` in
psfex-3.17.1+dfsg/configure-5639-  *--identify-strict*)
##############################################
psfex-3.17.1+dfsg/configure-6158-# If we're using GNU nm, then use its standard symbol codes.
psfex-3.17.1+dfsg/configure:6159:case `$NM -V 2>&1` in
psfex-3.17.1+dfsg/configure-6160-*GNU* | *'with BFD'*)
##############################################
psfex-3.17.1+dfsg/configure-6176-mingw*)
psfex-3.17.1+dfsg/configure:6177:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
psfex-3.17.1+dfsg/configure-6178-  ;;
##############################################
psfex-3.17.1+dfsg/configure-6395-   if test "$GCC" = yes; then
psfex-3.17.1+dfsg/configure:6396:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
psfex-3.17.1+dfsg/configure-6397-   fi
##############################################
psfex-3.17.1+dfsg/configure-6399- /*)
psfex-3.17.1+dfsg/configure:6400:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
psfex-3.17.1+dfsg/configure-6401-   ;; #(
##############################################
psfex-3.17.1+dfsg/configure-6435-  test $ac_status = 0; }; then
psfex-3.17.1+dfsg/configure:6436:    case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/configure-6437-      *ELF-32*)
##############################################
psfex-3.17.1+dfsg/configure-6455-    if test "$lt_cv_prog_gnu_ld" = yes; then
psfex-3.17.1+dfsg/configure:6456:      case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/configure-6457-	*32-bit*)
##############################################
psfex-3.17.1+dfsg/configure-6467-    else
psfex-3.17.1+dfsg/configure:6468:      case `/usr/bin/file conftest.$ac_objext` in
psfex-3.17.1+dfsg/configure-6469-	*32-bit*)
##############################################
psfex-3.17.1+dfsg/configure-7621-do :
psfex-3.17.1+dfsg/configure:7622:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-7623-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
psfex-3.17.1+dfsg/configure-7626-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:7627:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-7628-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-7912-done
psfex-3.17.1+dfsg/configure:7913:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
psfex-3.17.1+dfsg/configure-7914-
##############################################
psfex-3.17.1+dfsg/configure-7941-	"file_magic "*)
psfex-3.17.1+dfsg/configure:7942:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
psfex-3.17.1+dfsg/configure-7943-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
psfex-3.17.1+dfsg/configure-8007-	"file_magic "*)
psfex-3.17.1+dfsg/configure:8008:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
psfex-3.17.1+dfsg/configure-8009-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
psfex-3.17.1+dfsg/configure-8370-      *)
psfex-3.17.1+dfsg/configure:8371:	case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/configure-8372-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
psfex-3.17.1+dfsg/configure-8730-  if test "$hard_links" = no; then
psfex-3.17.1+dfsg/configure:8731:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
psfex-3.17.1+dfsg/configure:8732:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
psfex-3.17.1+dfsg/configure-8733-    need_locks=warn
##############################################
psfex-3.17.1+dfsg/configure-8816-	# shared libraries, regardless of the interface used.
psfex-3.17.1+dfsg/configure:8817:	case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/configure-8818-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
psfex-3.17.1+dfsg/configure-8848-    supports_anon_versioning=no
psfex-3.17.1+dfsg/configure:8849:    case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/configure-8850-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
psfex-3.17.1+dfsg/configure-8917-	# is EXPORTS), use it as is; otherwise, prepend...
psfex-3.17.1+dfsg/configure:8918:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/configure-8919-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
psfex-3.17.1+dfsg/configure-8945-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
psfex-3.17.1+dfsg/configure:8946:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/configure:8947:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
psfex-3.17.1+dfsg/configure-8948-      ;;
##############################################
psfex-3.17.1+dfsg/configure-8963-        pgcc*)				# Portland Group C compiler
psfex-3.17.1+dfsg/configure:8964:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/configure-8965-	  tmp_addflag=' $pic_flag'
##############################################
psfex-3.17.1+dfsg/configure-8968-					# Portland Group f77 and f90 compilers
psfex-3.17.1+dfsg/configure:8969:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/configure-8970-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
psfex-3.17.1+dfsg/configure-8983-	nvcc*)	# Cuda Compiler Driver 2.2
psfex-3.17.1+dfsg/configure:8984:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/configure-8985-	  compiler_needs_object=yes
##############################################
psfex-3.17.1+dfsg/configure-8987-	esac
psfex-3.17.1+dfsg/configure:8988:	case `$CC -V 2>&1 | sed 5q` in
psfex-3.17.1+dfsg/configure-8989-	*Sun\ C*)			# Sun C 5.9
psfex-3.17.1+dfsg/configure:8990:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
psfex-3.17.1+dfsg/configure-8991-	  compiler_needs_object=yes
##############################################
psfex-3.17.1+dfsg/configure-9055-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
psfex-3.17.1+dfsg/configure:9056:      case `$LD -v 2>&1` in
psfex-3.17.1+dfsg/configure-9057-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
psfex-3.17.1+dfsg/configure-9178-	# below for broken collect2 doesn't work under 4.3+
psfex-3.17.1+dfsg/configure:9179:	  collect2name=`${CC} -print-prog-name=collect2`
psfex-3.17.1+dfsg/configure-9180-	  if test -f "$collect2name" &&
##############################################
psfex-3.17.1+dfsg/configure-9251-      }'
psfex-3.17.1+dfsg/configure:9252:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/configure-9253-  # Check for a 64-bit object if we didn't find anything.
psfex-3.17.1+dfsg/configure-9254-  if test -z "$lt_cv_aix_libpath_"; then
psfex-3.17.1+dfsg/configure:9255:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/configure-9256-  fi
##############################################
psfex-3.17.1+dfsg/configure-9269-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
psfex-3.17.1+dfsg/configure:9270:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
psfex-3.17.1+dfsg/configure-9271-      else
##############################################
psfex-3.17.1+dfsg/configure-9304-      }'
psfex-3.17.1+dfsg/configure:9305:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/configure-9306-  # Check for a 64-bit object if we didn't find anything.
psfex-3.17.1+dfsg/configure-9307-  if test -z "$lt_cv_aix_libpath_"; then
psfex-3.17.1+dfsg/configure:9308:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
psfex-3.17.1+dfsg/configure-9309-  fi
##############################################
psfex-3.17.1+dfsg/configure-9377-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
psfex-3.17.1+dfsg/configure:9378:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
psfex-3.17.1+dfsg/configure-9379-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
psfex-3.17.1+dfsg/configure-9414-	# FIXME: Setting linknames here is a bad hack.
psfex-3.17.1+dfsg/configure:9415:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
psfex-3.17.1+dfsg/configure-9416-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
psfex-3.17.1+dfsg/configure-9432-  if test "$lt_cv_ld_force_load" = "yes"; then
psfex-3.17.1+dfsg/configure:9433:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
psfex-3.17.1+dfsg/configure-9434-
##############################################
psfex-3.17.1+dfsg/configure-9612-      if test "$GCC" = yes; then
psfex-3.17.1+dfsg/configure:9613:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure-9614-	# Try to use the -exported_symbol ld option, if it does not
##############################################
psfex-3.17.1+dfsg/configure-9640-	if test "$lt_cv_irix_exported_symbol" = yes; then
psfex-3.17.1+dfsg/configure:9641:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
psfex-3.17.1+dfsg/configure-9642-	fi
psfex-3.17.1+dfsg/configure-9643-      else
psfex-3.17.1+dfsg/configure:9644:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure:9645:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
psfex-3.17.1+dfsg/configure-9646-      fi
##############################################
psfex-3.17.1+dfsg/configure-9680-	hardcode_direct_absolute=yes
psfex-3.17.1+dfsg/configure:9681:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/configure-9682-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
psfex-3.17.1+dfsg/configure-9713-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
psfex-3.17.1+dfsg/configure:9714:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure-9715-      else
psfex-3.17.1+dfsg/configure-9716-	allow_undefined_flag=' -expect_unresolved \*'
psfex-3.17.1+dfsg/configure:9717:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure-9718-      fi
##############################################
psfex-3.17.1+dfsg/configure-9726-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
psfex-3.17.1+dfsg/configure:9727:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure-9728-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
psfex-3.17.1+dfsg/configure-9730-	allow_undefined_flag=' -expect_unresolved \*'
psfex-3.17.1+dfsg/configure:9731:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
psfex-3.17.1+dfsg/configure:9732:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
psfex-3.17.1+dfsg/configure:9733:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
psfex-3.17.1+dfsg/configure-9734-
##############################################
psfex-3.17.1+dfsg/configure-9749-      else
psfex-3.17.1+dfsg/configure:9750:	case `$CC -V 2>&1` in
psfex-3.17.1+dfsg/configure-9751-	*"Compilers 5.0"*)
##############################################
psfex-3.17.1+dfsg/configure-10148-  esac
psfex-3.17.1+dfsg/configure:10149:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
psfex-3.17.1+dfsg/configure-10150-  case $lt_search_path_spec in
##############################################
psfex-3.17.1+dfsg/configure-10155-    # okay in the real world where ";" in dirpaths is itself problematic.
psfex-3.17.1+dfsg/configure:10156:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
psfex-3.17.1+dfsg/configure-10157-    ;;
psfex-3.17.1+dfsg/configure-10158-  *)
psfex-3.17.1+dfsg/configure:10159:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/configure-10160-    ;;
##############################################
psfex-3.17.1+dfsg/configure-10164-  lt_tmp_lt_search_path_spec=
psfex-3.17.1+dfsg/configure:10165:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
psfex-3.17.1+dfsg/configure-10166-  for lt_sys_path in $lt_search_path_spec; do
##############################################
psfex-3.17.1+dfsg/configure-10199-  esac
psfex-3.17.1+dfsg/configure:10200:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
psfex-3.17.1+dfsg/configure-10201-else
##############################################
psfex-3.17.1+dfsg/configure-10287-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
psfex-3.17.1+dfsg/configure:10288:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
psfex-3.17.1+dfsg/configure-10289-    ;;
##############################################
psfex-3.17.1+dfsg/configure-10323-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
psfex-3.17.1+dfsg/configure:10324:    postinstall_cmds='base_file=`basename \${file}`~
psfex-3.17.1+dfsg/configure:10325:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
psfex-3.17.1+dfsg/configure:10326:      dldir=$destdir/`dirname \$dlpath`~
psfex-3.17.1+dfsg/configure-10327-      test -d \$dldir || mkdir -p \$dldir~
##############################################
psfex-3.17.1+dfsg/configure-10332-      fi'
psfex-3.17.1+dfsg/configure:10333:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
psfex-3.17.1+dfsg/configure-10334-      dlpath=$dir/\$dldll~
##############################################
psfex-3.17.1+dfsg/configure-10340-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
psfex-3.17.1+dfsg/configure:10341:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/configure-10342-
##############################################
psfex-3.17.1+dfsg/configure-10346-      # MinGW DLLs use traditional 'lib' prefix
psfex-3.17.1+dfsg/configure:10347:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/configure-10348-      ;;
##############################################
psfex-3.17.1+dfsg/configure-10350-      # pw32 DLLs use 'pw' prefix rather than 'lib'
psfex-3.17.1+dfsg/configure:10351:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/configure-10352-      ;;
##############################################
psfex-3.17.1+dfsg/configure-10359-    libname_spec='$name'
psfex-3.17.1+dfsg/configure:10360:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
psfex-3.17.1+dfsg/configure-10361-    library_names_spec='${libname}.dll.lib'
##############################################
psfex-3.17.1+dfsg/configure-10371-        # Let DOS variable expansion print the short 8.3 style file name.
psfex-3.17.1+dfsg/configure:10372:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
psfex-3.17.1+dfsg/configure-10373-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
psfex-3.17.1+dfsg/configure-10376-      # Convert to MSYS style.
psfex-3.17.1+dfsg/configure:10377:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
psfex-3.17.1+dfsg/configure-10378-      ;;
##############################################
psfex-3.17.1+dfsg/configure-10382-      # like /cygdrive/c/PROGRA~1:/cygdr...
psfex-3.17.1+dfsg/configure:10383:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
psfex-3.17.1+dfsg/configure:10384:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
psfex-3.17.1+dfsg/configure:10385:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/configure-10386-      ;;
##############################################
psfex-3.17.1+dfsg/configure-10390-        # It is most probably a Windows format PATH.
psfex-3.17.1+dfsg/configure:10391:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
psfex-3.17.1+dfsg/configure-10392-      else
psfex-3.17.1+dfsg/configure:10393:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
psfex-3.17.1+dfsg/configure-10394-      fi
##############################################
psfex-3.17.1+dfsg/configure-10400-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
psfex-3.17.1+dfsg/configure:10401:    postinstall_cmds='base_file=`basename \${file}`~
psfex-3.17.1+dfsg/configure:10402:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
psfex-3.17.1+dfsg/configure:10403:      dldir=$destdir/`dirname \$dlpath`~
psfex-3.17.1+dfsg/configure-10404-      test -d \$dldir || mkdir -p \$dldir~
psfex-3.17.1+dfsg/configure-10405-      $install_prog $dir/$dlname \$dldir/$dlname'
psfex-3.17.1+dfsg/configure:10406:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
psfex-3.17.1+dfsg/configure-10407-      dlpath=$dir/\$dldll~
##############################################
psfex-3.17.1+dfsg/configure-10414-    # Assume MSVC wrapper
psfex-3.17.1+dfsg/configure:10415:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
psfex-3.17.1+dfsg/configure-10416-    dynamic_linker='Win32 ld.exe'
##############################################
psfex-3.17.1+dfsg/configure-10431-  shlibpath_var=DYLD_LIBRARY_PATH
psfex-3.17.1+dfsg/configure:10432:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
psfex-3.17.1+dfsg/configure-10433-
##############################################
psfex-3.17.1+dfsg/configure-10671-  if test -f /etc/ld.so.conf; then
psfex-3.17.1+dfsg/configure:10672:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
psfex-3.17.1+dfsg/configure-10673-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
psfex-3.17.1+dfsg/configure-10734-  shlibpath_var=LD_LIBRARY_PATH
psfex-3.17.1+dfsg/configure:10735:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
psfex-3.17.1+dfsg/configure-10736-    case $host_os in
##############################################
psfex-3.17.1+dfsg/configure-11820-do :
psfex-3.17.1+dfsg/configure:11821:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-11822-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-11824-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:11825:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-11826-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-12202-do :
psfex-3.17.1+dfsg/configure:12203:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-12204-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
psfex-3.17.1+dfsg/configure-12207-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:12208:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-12209-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-12597-do :
psfex-3.17.1+dfsg/configure:12598:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-12599-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
psfex-3.17.1+dfsg/configure-12601-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:12602:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-12603-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-13588-  else
psfex-3.17.1+dfsg/configure:13589:    as_ac_Header=`$as_echo "ac_cv_header_$with_fftw_libdir/include/fftw3.h" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-13590-ac_fn_c_check_header_mongrel "$LINENO" "$with_fftw_libdir/include/fftw3.h" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-13616-else
psfex-3.17.1+dfsg/configure:13617:  as_ac_Header=`$as_echo "ac_cv_header_$with_fftw_incdir/fftw3.h" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-13618-ac_fn_c_check_header_mongrel "$LINENO" "$with_fftw_incdir/fftw3.h" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14236-do :
psfex-3.17.1+dfsg/configure:14237:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14238-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14240-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14241:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14242-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14257-do :
psfex-3.17.1+dfsg/configure:14258:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14259-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14261-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14262:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14263-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14279-do :
psfex-3.17.1+dfsg/configure:14280:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14281-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14283-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14284:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14285-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14305-do :
psfex-3.17.1+dfsg/configure:14306:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14307-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14309-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14310:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14311-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14336-do :
psfex-3.17.1+dfsg/configure:14337:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14338-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14340-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14341:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14342-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14361-do :
psfex-3.17.1+dfsg/configure:14362:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14363-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14365-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14366:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14367-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14391-do :
psfex-3.17.1+dfsg/configure:14392:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14393-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-14395-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14396:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14397-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14428-  if test x$with_atlas_libdir = x; then
psfex-3.17.1+dfsg/configure:14429:    as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14430-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14468-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14469:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14470-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14532-      acx_atlas_ok=yes
psfex-3.17.1+dfsg/configure:14533:      as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14534-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14572-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14573:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14574-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14636-        acx_atlas_ok=yes
psfex-3.17.1+dfsg/configure:14637:        as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14638-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14676-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14677:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14678-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14740-          acx_atlas_ok=yes
psfex-3.17.1+dfsg/configure:14741:          as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14742-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14780-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14781:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14782-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14844-            acx_atlas_ok=yes
psfex-3.17.1+dfsg/configure:14845:            as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14846-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14884-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14885:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14886-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-14950-  else
psfex-3.17.1+dfsg/configure:14951:    as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-14952-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-14990-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:14991:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-14992-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-15053-      acx_atlas_ok=yes
psfex-3.17.1+dfsg/configure:15054:      as_ac_Lib=`$as_echo "ac_cv_lib_$lapack_lib''_clapack_dpotrf" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-15055-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clapack_dpotrf in -l$lapack_lib" >&5
##############################################
psfex-3.17.1+dfsg/configure-15093-  cat >>confdefs.h <<_ACEOF
psfex-3.17.1+dfsg/configure:15094:#define `$as_echo "HAVE_LIB$lapack_lib" | $as_tr_cpp` 1
psfex-3.17.1+dfsg/configure-15095-_ACEOF
##############################################
psfex-3.17.1+dfsg/configure-15320-  else
psfex-3.17.1+dfsg/configure:15321:    as_ac_Header=`$as_echo "ac_cv_header_$with_plplot_incdir/plplot.h" | $as_tr_sh`
psfex-3.17.1+dfsg/configure-15322-ac_fn_c_check_header_mongrel "$LINENO" "$with_plplot_incdir/plplot.h" "$as_ac_Header" "$ac_includes_default"
##############################################
psfex-3.17.1+dfsg/configure-15524-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
psfex-3.17.1+dfsg/configure:15525:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
psfex-3.17.1+dfsg/configure-15526-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
psfex-3.17.1+dfsg/configure-15623-if test -z "$BASH_VERSION$ZSH_VERSION" \
psfex-3.17.1+dfsg/configure:15624:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
psfex-3.17.1+dfsg/configure-15625-  as_echo='print -r --'
psfex-3.17.1+dfsg/configure-15626-  as_echo_n='print -rn --'
psfex-3.17.1+dfsg/configure:15627:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
psfex-3.17.1+dfsg/configure-15628-  as_echo='printf %s\n'
##############################################
psfex-3.17.1+dfsg/configure-15630-else
psfex-3.17.1+dfsg/configure:15631:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
psfex-3.17.1+dfsg/configure-15632-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
psfex-3.17.1+dfsg/configure-15640-	expr "X$arg" : "X\\(.*\\)$as_nl";
psfex-3.17.1+dfsg/configure:15641:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
psfex-3.17.1+dfsg/configure-15642-      esac;
##############################################
psfex-3.17.1+dfsg/configure-15717-# ----------------------------------------
psfex-3.17.1+dfsg/configure:15718:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
psfex-3.17.1+dfsg/configure-15719-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
psfex-3.17.1+dfsg/configure-15789-  {
psfex-3.17.1+dfsg/configure:15790:    as_val=`expr "$@" || test $? -eq 1`
psfex-3.17.1+dfsg/configure-15791-  }
##############################################
psfex-3.17.1+dfsg/configure-15893-      case $as_dir in #(
psfex-3.17.1+dfsg/configure:15894:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
psfex-3.17.1+dfsg/configure-15895-      *) as_qdir=$as_dir;;
##############################################
psfex-3.17.1+dfsg/configure-16028-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
psfex-3.17.1+dfsg/configure:16029:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
psfex-3.17.1+dfsg/configure-16030-ac_cs_version="\\
##############################################
psfex-3.17.1+dfsg/configure-16053-  --*=?*)
psfex-3.17.1+dfsg/configure:16054:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
psfex-3.17.1+dfsg/configure:16055:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
psfex-3.17.1+dfsg/configure-16056-    ac_shift=:
##############################################
psfex-3.17.1+dfsg/configure-16058-  --*=)
psfex-3.17.1+dfsg/configure:16059:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
psfex-3.17.1+dfsg/configure-16060-    ac_optarg=
##############################################
psfex-3.17.1+dfsg/configure-16082-    case $ac_optarg in
psfex-3.17.1+dfsg/configure:16083:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
psfex-3.17.1+dfsg/configure-16084-    '') as_fn_error $? "missing file argument" ;;
##############################################
psfex-3.17.1+dfsg/configure-16090-    case $ac_optarg in
psfex-3.17.1+dfsg/configure:16091:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
psfex-3.17.1+dfsg/configure-16092-    esac
##############################################
psfex-3.17.1+dfsg/configure-16159-delay_variable_subst='$delay_variable_subst'
psfex-3.17.1+dfsg/configure:16160:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16161:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16162:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16163:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16164:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16165:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16166:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16167:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16168:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16169:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16170:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16171:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16172:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16173:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16174:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16175:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16176:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16177:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16178:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16179:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16180:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16181:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16182:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16183:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16184:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16185:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16186:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16187:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16188:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16189:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16190:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16191:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16192:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16193:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16194:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16195:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16196:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16197:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16198:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16199:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16200:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16201:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16202:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16203:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16204:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16205:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16206:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16207:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16208:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16209:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16210:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16211:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16212:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16213:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16214:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16215:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16216:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16217:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16218:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16219:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16220:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16221:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16222:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16223:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16224:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16225:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16226:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16227:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16228:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16229:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16230:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16231:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16232:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16233:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16234:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16235:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16236:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16237:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16238:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16239:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16240:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16241:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16242:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16243:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16244:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16245:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16246:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16247:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16248:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16249:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16250:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16251:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16252:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16253:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16254:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16255:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16256:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16257:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16258:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16259:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16260:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16261:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16262:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16263:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16264:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16265:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16266:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16267:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16268:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16269:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16270:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16271:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16272:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16273:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16274:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16275:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16276:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16277:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16278:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16279:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16280:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16281:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16282:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16283:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16284:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16285:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16286:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16287:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16288:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure:16289:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
psfex-3.17.1+dfsg/configure-16290-
##############################################
psfex-3.17.1+dfsg/configure-16368-striplib; do
psfex-3.17.1+dfsg/configure:16369:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
psfex-3.17.1+dfsg/configure-16370-    *[\\\\\\\`\\"\\\$]*)
psfex-3.17.1+dfsg/configure:16371:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
psfex-3.17.1+dfsg/configure-16372-      ;;
##############################################
psfex-3.17.1+dfsg/configure-16398-sys_lib_dlsearch_path_spec; do
psfex-3.17.1+dfsg/configure:16399:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
psfex-3.17.1+dfsg/configure-16400-    *[\\\\\\\`\\"\\\$]*)
psfex-3.17.1+dfsg/configure:16401:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
psfex-3.17.1+dfsg/configure-16402-      ;;
##############################################
psfex-3.17.1+dfsg/configure-16503-fi
psfex-3.17.1+dfsg/configure:16504:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
psfex-3.17.1+dfsg/configure-16505-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
psfex-3.17.1+dfsg/configure-16520-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
psfex-3.17.1+dfsg/configure:16521:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
psfex-3.17.1+dfsg/configure-16522-ac_delim='%!_!# '
##############################################
psfex-3.17.1+dfsg/configure-16526-
psfex-3.17.1+dfsg/configure:16527:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
psfex-3.17.1+dfsg/configure-16528-  if test $ac_delim_n = $ac_delim_num; then
##############################################
psfex-3.17.1+dfsg/configure-16664-for ac_last_try in false false :; do
psfex-3.17.1+dfsg/configure:16665:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
psfex-3.17.1+dfsg/configure-16666-  if test -z "$ac_tt"; then
##############################################
psfex-3.17.1+dfsg/configure-16796-      esac
psfex-3.17.1+dfsg/configure:16797:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
psfex-3.17.1+dfsg/configure-16798-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
psfex-3.17.1+dfsg/configure-16855-*)
psfex-3.17.1+dfsg/configure:16856:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
psfex-3.17.1+dfsg/configure-16857-  # A ".." for each directory in $ac_dir_suffix.
psfex-3.17.1+dfsg/configure:16858:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
psfex-3.17.1+dfsg/configure-16859-  case $ac_top_builddir_sub in
##############################################
psfex-3.17.1+dfsg/configure-16916-/@mandir@/p'
psfex-3.17.1+dfsg/configure:16917:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
psfex-3.17.1+dfsg/configure-16918-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
psfex-3.17.1+dfsg/configure-16933-
psfex-3.17.1+dfsg/configure:16934:# Neutralize VPATH when `$srcdir' = `.'.
psfex-3.17.1+dfsg/configure-16935-# Shell code in configure.ac might set extrasub.
##############################################
psfex-3.17.1+dfsg/configure-16961-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
psfex-3.17.1+dfsg/configure:16962:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
psfex-3.17.1+dfsg/configure-16963-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
psfex-3.17.1+dfsg/configure-17007-    * )
psfex-3.17.1+dfsg/configure:17008:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
psfex-3.17.1+dfsg/configure-17009-  esac
##############################################
psfex-3.17.1+dfsg/configure-17054-    # Strip MF so we end up with the name of the file.
psfex-3.17.1+dfsg/configure:17055:    mf=`echo "$mf" | sed -e 's/:.*$//'`
psfex-3.17.1+dfsg/configure-17056-    # Check whether this is an Automake generated Makefile or not.
##############################################
psfex-3.17.1+dfsg/configure-17091-    # from the Makefile without running 'make'.
psfex-3.17.1+dfsg/configure:17092:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
psfex-3.17.1+dfsg/configure-17093-    test -z "$DEPDIR" && continue
psfex-3.17.1+dfsg/configure:17094:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
psfex-3.17.1+dfsg/configure-17095-    test -z "am__include" && continue
psfex-3.17.1+dfsg/configure:17096:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
psfex-3.17.1+dfsg/configure-17097-    # Find all dependency output files, they are included files with
##############################################
psfex-3.17.1+dfsg/configure-17150-
psfex-3.17.1+dfsg/configure:17151:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
psfex-3.17.1+dfsg/configure-17152-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
psfex-3.17.1+dfsg/man/Makefile.in-102-  esac
psfex-3.17.1+dfsg/man/Makefile.in:103:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
psfex-3.17.1+dfsg/man/Makefile.in-104-am__vpath_adj = case $$p in \
psfex-3.17.1+dfsg/man/Makefile.in:105:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
psfex-3.17.1+dfsg/man/Makefile.in-106-    *) f=$$p;; \
psfex-3.17.1+dfsg/man/Makefile.in-107-  esac;
psfex-3.17.1+dfsg/man/Makefile.in:108:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
psfex-3.17.1+dfsg/man/Makefile.in-109-am__install_max = 40
psfex-3.17.1+dfsg/man/Makefile.in-110-am__nobase_strip_setup = \
psfex-3.17.1+dfsg/man/Makefile.in:111:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
psfex-3.17.1+dfsg/man/Makefile.in-112-am__nobase_strip = \
##############################################
psfex-3.17.1+dfsg/man/Makefile.in-318-	test -n "$(man1dir)" \
psfex-3.17.1+dfsg/man/Makefile.in:319:	  && test -n "`echo $$list1$$list2`" \
psfex-3.17.1+dfsg/man/Makefile.in-320-	  || exit 0; \
##############################################
psfex-3.17.1+dfsg/man/Makefile.in-361-	test -n "$(manxdir)" \
psfex-3.17.1+dfsg/man/Makefile.in:362:	  && test -n "`echo $$list1$$list2`" \
psfex-3.17.1+dfsg/man/Makefile.in-363-	  || exit 0; \
##############################################
psfex-3.17.1+dfsg/man/Makefile.in-422-	else :; fi
psfex-3.17.1+dfsg/man/Makefile.in:423:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/man/Makefile.in:424:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/man/Makefile.in-425-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/man/Makefile.in-436-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/man/Makefile.in:437:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/man/Makefile.in-438-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-161-  while test -n "$$dir1"; do \
psfex-3.17.1+dfsg/src/Makefile.in:162:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
psfex-3.17.1+dfsg/src/Makefile.in-163-    if test "$$first" != "."; then \
psfex-3.17.1+dfsg/src/Makefile.in-164-      if test "$$first" = ".."; then \
psfex-3.17.1+dfsg/src/Makefile.in:165:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
psfex-3.17.1+dfsg/src/Makefile.in:166:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
psfex-3.17.1+dfsg/src/Makefile.in-167-      else \
psfex-3.17.1+dfsg/src/Makefile.in:168:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
psfex-3.17.1+dfsg/src/Makefile.in-169-        if test "$$first2" = "$$first"; then \
psfex-3.17.1+dfsg/src/Makefile.in:170:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
psfex-3.17.1+dfsg/src/Makefile.in-171-        else \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-176-    fi; \
psfex-3.17.1+dfsg/src/Makefile.in:177:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
psfex-3.17.1+dfsg/src/Makefile.in-178-  done; \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-409-	test -n "$(EXEEXT)" || exit 0; \
psfex-3.17.1+dfsg/src/Makefile.in:410:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
psfex-3.17.1+dfsg/src/Makefile.in-411-	echo " rm -f" $$list; \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-449-.c.obj:
psfex-3.17.1+dfsg/src/Makefile.in:450:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/Makefile.in-451-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
psfex-3.17.1+dfsg/src/Makefile.in:454:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/Makefile.in-455-
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-483-	dot_seen=no; \
psfex-3.17.1+dfsg/src/Makefile.in:484:	target=`echo $@ | sed s/-recursive//`; \
psfex-3.17.1+dfsg/src/Makefile.in-485-	case "$@" in \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-573-GTAGS:
psfex-3.17.1+dfsg/src/Makefile.in:574:	here=`$(am__cd) $(top_builddir) && pwd` \
psfex-3.17.1+dfsg/src/Makefile.in-575-	  && $(am__cd) $(top_srcdir) \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-595-distdir: $(DISTFILES)
psfex-3.17.1+dfsg/src/Makefile.in:596:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/Makefile.in:597:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/Makefile.in-598-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/src/Makefile.in-609-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/src/Makefile.in:610:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/src/Makefile.in-611-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/src/fits/Makefile.in-341-.c.obj:
psfex-3.17.1+dfsg/src/fits/Makefile.in:342:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/fits/Makefile.in-343-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
psfex-3.17.1+dfsg/src/fits/Makefile.in-345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
psfex-3.17.1+dfsg/src/fits/Makefile.in:346:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/fits/Makefile.in-347-
##############################################
psfex-3.17.1+dfsg/src/fits/Makefile.in-405-GTAGS:
psfex-3.17.1+dfsg/src/fits/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
psfex-3.17.1+dfsg/src/fits/Makefile.in-407-	  && $(am__cd) $(top_srcdir) \
##############################################
psfex-3.17.1+dfsg/src/fits/Makefile.in-427-distdir: $(DISTFILES)
psfex-3.17.1+dfsg/src/fits/Makefile.in:428:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/fits/Makefile.in:429:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/fits/Makefile.in-430-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/src/fits/Makefile.in-441-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/src/fits/Makefile.in:442:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/src/fits/Makefile.in-443-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/src/levmar/Makefile.in-348-.c.obj:
psfex-3.17.1+dfsg/src/levmar/Makefile.in:349:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/levmar/Makefile.in-350-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
psfex-3.17.1+dfsg/src/levmar/Makefile.in-352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
psfex-3.17.1+dfsg/src/levmar/Makefile.in:353:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/levmar/Makefile.in-354-
##############################################
psfex-3.17.1+dfsg/src/levmar/Makefile.in-412-GTAGS:
psfex-3.17.1+dfsg/src/levmar/Makefile.in:413:	here=`$(am__cd) $(top_builddir) && pwd` \
psfex-3.17.1+dfsg/src/levmar/Makefile.in-414-	  && $(am__cd) $(top_srcdir) \
##############################################
psfex-3.17.1+dfsg/src/levmar/Makefile.in-434-distdir: $(DISTFILES)
psfex-3.17.1+dfsg/src/levmar/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/levmar/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/levmar/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/src/levmar/Makefile.in-448-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/src/levmar/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/src/levmar/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/src/wcs/Makefile.in-338-.c.obj:
psfex-3.17.1+dfsg/src/wcs/Makefile.in:339:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/wcs/Makefile.in-340-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
psfex-3.17.1+dfsg/src/wcs/Makefile.in-342-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
psfex-3.17.1+dfsg/src/wcs/Makefile.in:343:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
psfex-3.17.1+dfsg/src/wcs/Makefile.in-344-
##############################################
psfex-3.17.1+dfsg/src/wcs/Makefile.in-402-GTAGS:
psfex-3.17.1+dfsg/src/wcs/Makefile.in:403:	here=`$(am__cd) $(top_builddir) && pwd` \
psfex-3.17.1+dfsg/src/wcs/Makefile.in-404-	  && $(am__cd) $(top_srcdir) \
##############################################
psfex-3.17.1+dfsg/src/wcs/Makefile.in-424-distdir: $(DISTFILES)
psfex-3.17.1+dfsg/src/wcs/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/wcs/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
psfex-3.17.1+dfsg/src/wcs/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
psfex-3.17.1+dfsg/src/wcs/Makefile.in-438-	  if test -d $$d/$$file; then \
psfex-3.17.1+dfsg/src/wcs/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
psfex-3.17.1+dfsg/src/wcs/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
psfex-3.17.1+dfsg/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+"`
psfex-3.17.1+dfsg/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:22:+date=`date +%Y-%m-%d -d $d0`
psfex-3.17.1+dfsg/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:23:+date2=`date +"%a %b %d %Y" -d $d0`
psfex-3.17.1+dfsg/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch:24:+date3=`date +"%B %Y" -d $d0`
psfex-3.17.1+dfsg/debian/patches/Replace-the-build-date-with-the-last-changed-date-of-conf.patch-25- AC_DEFINE_UNQUOTED(DATE, "$date", [Archive creation date])
##############################################
psfex-3.17.1+dfsg/configure.ac-39-d0=`fgrep "Last modified" configure.ac | cut -d: -f2- | head -1 |  sed "s+\(..\)/\(..\)/\(....\)+\\3-\\2-\\1+"`
psfex-3.17.1+dfsg/configure.ac:40:date=`date +%Y-%m-%d -d $d0`
psfex-3.17.1+dfsg/configure.ac:41:date2=`date +"%a %b %d %Y" -d $d0`
psfex-3.17.1+dfsg/configure.ac:42:date3=`date +"%B %Y" -d $d0`
psfex-3.17.1+dfsg/configure.ac-43-AC_DEFINE_UNQUOTED(DATE, "$date", [Archive creation date])