===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
esorex-3.13.2+dfsg/admin/compile-67-	mingw/*)
esorex-3.13.2+dfsg/admin/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
esorex-3.13.2+dfsg/admin/compile-69-	  ;;
esorex-3.13.2+dfsg/admin/compile-70-	cygwin/*)
esorex-3.13.2+dfsg/admin/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
esorex-3.13.2+dfsg/admin/compile-72-	  ;;
esorex-3.13.2+dfsg/admin/compile-73-	wine/*)
esorex-3.13.2+dfsg/admin/compile:74:	  file=`winepath -w "$file" || echo "$file"`
esorex-3.13.2+dfsg/admin/compile-75-	  ;;
##############################################
esorex-3.13.2+dfsg/admin/compile-310-# Name of file we expect compiler to create.
esorex-3.13.2+dfsg/admin/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
esorex-3.13.2+dfsg/admin/compile-312-
##############################################
esorex-3.13.2+dfsg/admin/compile-316-# object file name, since that is what matters with a parallel build.
esorex-3.13.2+dfsg/admin/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
esorex-3.13.2+dfsg/admin/compile-318-while true; do
##############################################
esorex-3.13.2+dfsg/admin/config.guess-34-
esorex-3.13.2+dfsg/admin/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
esorex-3.13.2+dfsg/admin/config.guess-36-
##############################################
esorex-3.13.2+dfsg/admin/config.guess-102-: ${TMPDIR=/tmp} ;
esorex-3.13.2+dfsg/admin/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
esorex-3.13.2+dfsg/admin/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
esorex-3.13.2+dfsg/admin/config.guess-151-	EOF
esorex-3.13.2+dfsg/admin/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
esorex-3.13.2+dfsg/admin/config.guess-153-
##############################################
esorex-3.13.2+dfsg/admin/config.guess-188-	    earmv*)
esorex-3.13.2+dfsg/admin/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
esorex-3.13.2+dfsg/admin/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
esorex-3.13.2+dfsg/admin/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
esorex-3.13.2+dfsg/admin/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
esorex-3.13.2+dfsg/admin/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
esorex-3.13.2+dfsg/admin/config.guess-222-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-233-	    *)
esorex-3.13.2+dfsg/admin/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
esorex-3.13.2+dfsg/admin/config.guess-235-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-280-	*4.0)
esorex-3.13.2+dfsg/admin/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
esorex-3.13.2+dfsg/admin/config.guess-282-		;;
esorex-3.13.2+dfsg/admin/config.guess-283-	*5.*)
esorex-3.13.2+dfsg/admin/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
esorex-3.13.2+dfsg/admin/config.guess-285-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
esorex-3.13.2+dfsg/admin/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
esorex-3.13.2+dfsg/admin/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
esorex-3.13.2+dfsg/admin/config.guess-328-	# 1.2 uses "1.2" for uname -r.
esorex-3.13.2+dfsg/admin/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
esorex-3.13.2+dfsg/admin/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
esorex-3.13.2+dfsg/admin/config.guess-379-    s390x:SunOS:*:*)
esorex-3.13.2+dfsg/admin/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-381-	exit ;;
esorex-3.13.2+dfsg/admin/config.guess-382-    sun4H:SunOS:5.*:*)
esorex-3.13.2+dfsg/admin/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-384-	exit ;;
esorex-3.13.2+dfsg/admin/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
esorex-3.13.2+dfsg/admin/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-387-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-404-	fi
esorex-3.13.2+dfsg/admin/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-406-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
esorex-3.13.2+dfsg/admin/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-412-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
esorex-3.13.2+dfsg/admin/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
esorex-3.13.2+dfsg/admin/config.guess-421-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-425-    sun*:*:4.2BSD:*)
esorex-3.13.2+dfsg/admin/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
esorex-3.13.2+dfsg/admin/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
esorex-3.13.2+dfsg/admin/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
esorex-3.13.2+dfsg/admin/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
esorex-3.13.2+dfsg/admin/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
esorex-3.13.2+dfsg/admin/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
esorex-3.13.2+dfsg/admin/config.guess-563-    *:IRIX*:*:*)
esorex-3.13.2+dfsg/admin/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
esorex-3.13.2+dfsg/admin/config.guess-565-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-593-EOF
esorex-3.13.2+dfsg/admin/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
esorex-3.13.2+dfsg/admin/config.guess-595-		then
##############################################
esorex-3.13.2+dfsg/admin/config.guess-606-    *:AIX:*:[4567])
esorex-3.13.2+dfsg/admin/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
esorex-3.13.2+dfsg/admin/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
esorex-3.13.2+dfsg/admin/config.guess-642-    9000/[34678]??:HP-UX:*:*)
esorex-3.13.2+dfsg/admin/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
esorex-3.13.2+dfsg/admin/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
esorex-3.13.2+dfsg/admin/config.guess-696-EOF
esorex-3.13.2+dfsg/admin/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
esorex-3.13.2+dfsg/admin/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
esorex-3.13.2+dfsg/admin/config.guess-724-    ia64:HP-UX:*:*)
esorex-3.13.2+dfsg/admin/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
esorex-3.13.2+dfsg/admin/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
esorex-3.13.2+dfsg/admin/config.guess-754-EOF
esorex-3.13.2+dfsg/admin/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
esorex-3.13.2+dfsg/admin/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
esorex-3.13.2+dfsg/admin/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
esorex-3.13.2+dfsg/admin/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
esorex-3.13.2+dfsg/admin/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
esorex-3.13.2+dfsg/admin/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
esorex-3.13.2+dfsg/admin/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
esorex-3.13.2+dfsg/admin/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
esorex-3.13.2+dfsg/admin/config.guess-850-	esac
esorex-3.13.2+dfsg/admin/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
esorex-3.13.2+dfsg/admin/config.guess-852-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-886-    prep*:SunOS:5.*:*)
esorex-3.13.2+dfsg/admin/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
esorex-3.13.2+dfsg/admin/config.guess-888-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-890-	# the GNU system
esorex-3.13.2+dfsg/admin/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
esorex-3.13.2+dfsg/admin/config.guess-892-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-894-	# other systems with GNU libc and userland
esorex-3.13.2+dfsg/admin/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
esorex-3.13.2+dfsg/admin/config.guess-896-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-988-EOF
esorex-3.13.2+dfsg/admin/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
esorex-3.13.2+dfsg/admin/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
esorex-3.13.2+dfsg/admin/config.guess-1088-    i*86:*:4.*:*)
esorex-3.13.2+dfsg/admin/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
esorex-3.13.2+dfsg/admin/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
esorex-3.13.2+dfsg/admin/config.guess-1291-	fi
esorex-3.13.2+dfsg/admin/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
esorex-3.13.2+dfsg/admin/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
esorex-3.13.2+dfsg/admin/config.guess-1389-    *:DragonFly:*:*)
esorex-3.13.2+dfsg/admin/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
esorex-3.13.2+dfsg/admin/config.guess-1391-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.guess-1402-    i*86:skyos:*:*)
esorex-3.13.2+dfsg/admin/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
esorex-3.13.2+dfsg/admin/config.guess-1404-	exit ;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-52-
esorex-3.13.2+dfsg/admin/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
esorex-3.13.2+dfsg/admin/config.sub-54-
##############################################
esorex-3.13.2+dfsg/admin/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
esorex-3.13.2+dfsg/admin/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
esorex-3.13.2+dfsg/admin/config.sub-116-case $maybe_os in
##############################################
esorex-3.13.2+dfsg/admin/config.sub-122-    os=-$maybe_os
esorex-3.13.2+dfsg/admin/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
esorex-3.13.2+dfsg/admin/config.sub-124-    ;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-126-    os=-linux-android
esorex-3.13.2+dfsg/admin/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
esorex-3.13.2+dfsg/admin/config.sub-128-    ;;
esorex-3.13.2+dfsg/admin/config.sub-129-  *)
esorex-3.13.2+dfsg/admin/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
esorex-3.13.2+dfsg/admin/config.sub-131-    if [ "$basic_machine" != "$1" ]
esorex-3.13.2+dfsg/admin/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
esorex-3.13.2+dfsg/admin/config.sub-133-    else os=; fi
##############################################
esorex-3.13.2+dfsg/admin/config.sub-180-		os=-sco5v6
esorex-3.13.2+dfsg/admin/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-182-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-184-		os=-sco3.2v5
esorex-3.13.2+dfsg/admin/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-186-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-188-		os=-sco3.2v4
esorex-3.13.2+dfsg/admin/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-190-		;;
esorex-3.13.2+dfsg/admin/config.sub-191-	-sco3.2.[4-9]*)
esorex-3.13.2+dfsg/admin/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
esorex-3.13.2+dfsg/admin/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-194-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
esorex-3.13.2+dfsg/admin/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-198-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
esorex-3.13.2+dfsg/admin/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-202-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-204-		os=-sco3.2v2
esorex-3.13.2+dfsg/admin/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-206-		;;
esorex-3.13.2+dfsg/admin/config.sub-207-	-udk*)
esorex-3.13.2+dfsg/admin/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-209-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-211-		os=-isc2.2
esorex-3.13.2+dfsg/admin/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-213-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-217-	-isc*)
esorex-3.13.2+dfsg/admin/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-219-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-229-	-ptx*)
esorex-3.13.2+dfsg/admin/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
esorex-3.13.2+dfsg/admin/config.sub-231-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-364-	*-*-*)
esorex-3.13.2+dfsg/admin/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
esorex-3.13.2+dfsg/admin/config.sub-366-		exit 1
##############################################
esorex-3.13.2+dfsg/admin/config.sub-493-	amd64-*)
esorex-3.13.2+dfsg/admin/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-495-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-538-	blackfin-*)
esorex-3.13.2+dfsg/admin/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-540-		os=-linux
##############################################
esorex-3.13.2+dfsg/admin/config.sub-546-	c54x-*)
esorex-3.13.2+dfsg/admin/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-548-		;;
esorex-3.13.2+dfsg/admin/config.sub-549-	c55x-*)
esorex-3.13.2+dfsg/admin/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-551-		;;
esorex-3.13.2+dfsg/admin/config.sub-552-	c6x-*)
esorex-3.13.2+dfsg/admin/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-554-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-650-	e500v[12]-*)
esorex-3.13.2+dfsg/admin/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-652-		os=$os"spe"
##############################################
esorex-3.13.2+dfsg/admin/config.sub-754-	i*86v32)
esorex-3.13.2+dfsg/admin/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-756-		os=-sysv32
##############################################
esorex-3.13.2+dfsg/admin/config.sub-758-	i*86v4*)
esorex-3.13.2+dfsg/admin/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-760-		os=-sysv4
##############################################
esorex-3.13.2+dfsg/admin/config.sub-762-	i*86v)
esorex-3.13.2+dfsg/admin/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-764-		os=-sysv
##############################################
esorex-3.13.2+dfsg/admin/config.sub-766-	i*86sol2)
esorex-3.13.2+dfsg/admin/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
esorex-3.13.2+dfsg/admin/config.sub-768-		os=-solaris2
##############################################
esorex-3.13.2+dfsg/admin/config.sub-792-	leon-*|leon[3-9]-*)
esorex-3.13.2+dfsg/admin/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
esorex-3.13.2+dfsg/admin/config.sub-794-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-799-	m68knommu-*)
esorex-3.13.2+dfsg/admin/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-801-		os=-linux
##############################################
esorex-3.13.2+dfsg/admin/config.sub-833-	mips3*-*)
esorex-3.13.2+dfsg/admin/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
esorex-3.13.2+dfsg/admin/config.sub-835-		;;
esorex-3.13.2+dfsg/admin/config.sub-836-	mips3*)
esorex-3.13.2+dfsg/admin/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
esorex-3.13.2+dfsg/admin/config.sub-838-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-855-	ms1-*)
esorex-3.13.2+dfsg/admin/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
esorex-3.13.2+dfsg/admin/config.sub-857-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-980-	parisc-*)
esorex-3.13.2+dfsg/admin/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-982-		os=-linux
##############################################
esorex-3.13.2+dfsg/admin/config.sub-996-	pc98-*)
esorex-3.13.2+dfsg/admin/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-998-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
esorex-3.13.2+dfsg/admin/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1013-		;;
esorex-3.13.2+dfsg/admin/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
esorex-3.13.2+dfsg/admin/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1016-		;;
esorex-3.13.2+dfsg/admin/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
esorex-3.13.2+dfsg/admin/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1019-		;;
esorex-3.13.2+dfsg/admin/config.sub-1020-	pentium4-*)
esorex-3.13.2+dfsg/admin/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1022-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1030-	ppc-* | ppcbe-*)
esorex-3.13.2+dfsg/admin/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1032-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1036-	ppcle-* | powerpclittle-*)
esorex-3.13.2+dfsg/admin/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1038-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1040-		;;
esorex-3.13.2+dfsg/admin/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1042-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1046-	ppc64le-* | powerpc64little-*)
esorex-3.13.2+dfsg/admin/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1048-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1122-	strongarm-* | thumb-*)
esorex-3.13.2+dfsg/admin/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub-1124-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1255-	xscale-* | xscalee[bl]-*)
esorex-3.13.2+dfsg/admin/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
esorex-3.13.2+dfsg/admin/config.sub-1257-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1317-	*)
esorex-3.13.2+dfsg/admin/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
esorex-3.13.2+dfsg/admin/config.sub-1319-		exit 1
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1325-	*-digital*)
esorex-3.13.2+dfsg/admin/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
esorex-3.13.2+dfsg/admin/config.sub-1327-		;;
esorex-3.13.2+dfsg/admin/config.sub-1328-	*-commodore*)
esorex-3.13.2+dfsg/admin/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
esorex-3.13.2+dfsg/admin/config.sub-1330-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1346-	-solaris1 | -solaris1.*)
esorex-3.13.2+dfsg/admin/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
esorex-3.13.2+dfsg/admin/config.sub-1348-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1355-	-gnu/linux*)
esorex-3.13.2+dfsg/admin/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
esorex-3.13.2+dfsg/admin/config.sub-1357-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1407-	-nto*)
esorex-3.13.2+dfsg/admin/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
esorex-3.13.2+dfsg/admin/config.sub-1409-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1414-	-mac*)
esorex-3.13.2+dfsg/admin/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
esorex-3.13.2+dfsg/admin/config.sub-1416-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1420-	-linux*)
esorex-3.13.2+dfsg/admin/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
esorex-3.13.2+dfsg/admin/config.sub-1422-		;;
esorex-3.13.2+dfsg/admin/config.sub-1423-	-sunos5*)
esorex-3.13.2+dfsg/admin/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
esorex-3.13.2+dfsg/admin/config.sub-1425-		;;
esorex-3.13.2+dfsg/admin/config.sub-1426-	-sunos6*)
esorex-3.13.2+dfsg/admin/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
esorex-3.13.2+dfsg/admin/config.sub-1428-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1469-	-sinix5.*)
esorex-3.13.2+dfsg/admin/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
esorex-3.13.2+dfsg/admin/config.sub-1471-		;;
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
esorex-3.13.2+dfsg/admin/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
esorex-3.13.2+dfsg/admin/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
esorex-3.13.2+dfsg/admin/config.sub-1531-		exit 1
##############################################
esorex-3.13.2+dfsg/admin/config.sub-1788-		esac
esorex-3.13.2+dfsg/admin/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
esorex-3.13.2+dfsg/admin/config.sub-1790-		;;
##############################################
esorex-3.13.2+dfsg/admin/doxygen.am-45-	  $(mkinstalldirs) $(DESTDIR)$(DOXYGEN_HTML_INSTDIR); \
esorex-3.13.2+dfsg/admin/doxygen.am:46:	  list="`ls -1 $(DOXYGEN_HTML_DIR)`"; \
esorex-3.13.2+dfsg/admin/doxygen.am-47-	  for p in $$list; do \
##############################################
esorex-3.13.2+dfsg/admin/doxygen.am-60-	@if test -d $(DESTDIR)$(DOXYGEN_HTML_INSTDIR); then \
esorex-3.13.2+dfsg/admin/doxygen.am:61:	  list="`ls -1 $(DESTDIR)$(DOXYGEN_HTML_INSTDIR)`"; \
esorex-3.13.2+dfsg/admin/doxygen.am-62-	  for p in $$list; do \
##############################################
esorex-3.13.2+dfsg/admin/doxygen.am-70-	dot_seen=no; \
esorex-3.13.2+dfsg/admin/doxygen.am:71:	target=`echo $@ | sed s/-recursive//`; \
esorex-3.13.2+dfsg/admin/doxygen.am-72-	list='$(DOXYGEN_SUBDIRS)'; \
##############################################
esorex-3.13.2+dfsg/admin/install-sh-234-      fi
esorex-3.13.2+dfsg/admin/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
esorex-3.13.2+dfsg/admin/install-sh-236-    *)
##############################################
esorex-3.13.2+dfsg/admin/install-sh-280-      dstdir=$dst
esorex-3.13.2+dfsg/admin/install-sh:281:      dstbase=`basename "$src"`
esorex-3.13.2+dfsg/admin/install-sh-282-      case $dst in
##############################################
esorex-3.13.2+dfsg/admin/install-sh-287-    else
esorex-3.13.2+dfsg/admin/install-sh:288:      dstdir=`dirname "$dst"`
esorex-3.13.2+dfsg/admin/install-sh-289-      test -d "$dstdir"
##############################################
esorex-3.13.2+dfsg/admin/install-sh-354-                   test_tmpdir="$tmpdir/a"
esorex-3.13.2+dfsg/admin/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
esorex-3.13.2+dfsg/admin/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
esorex-3.13.2+dfsg/admin/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
esorex-3.13.2+dfsg/admin/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
esorex-3.13.2+dfsg/admin/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
esorex-3.13.2+dfsg/admin/install-sh-419-            case $prefix in
esorex-3.13.2+dfsg/admin/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
esorex-3.13.2+dfsg/admin/install-sh-421-              *) qprefix=$prefix;;
##############################################
esorex-3.13.2+dfsg/admin/install-sh-468-    if $copy_on_change &&
esorex-3.13.2+dfsg/admin/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
esorex-3.13.2+dfsg/admin/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
esorex-3.13.2+dfsg/admin/install-sh-471-       set -f &&
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-103-#
esorex-3.13.2+dfsg/admin/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
esorex-3.13.2+dfsg/admin/ltmain.sh-105-#
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
esorex-3.13.2+dfsg/admin/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
esorex-3.13.2+dfsg/admin/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
esorex-3.13.2+dfsg/admin/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
esorex-3.13.2+dfsg/admin/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
esorex-3.13.2+dfsg/admin/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
esorex-3.13.2+dfsg/admin/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-410-# The name of this program.
esorex-3.13.2+dfsg/admin/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
esorex-3.13.2+dfsg/admin/ltmain.sh-412-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-416-  *[\\/]*)
esorex-3.13.2+dfsg/admin/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
esorex-3.13.2+dfsg/admin/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
esorex-3.13.2+dfsg/admin/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-610-
esorex-3.13.2+dfsg/admin/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
esorex-3.13.2+dfsg/admin/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
esorex-3.13.2+dfsg/admin/ltmain.sh-613-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-639-
esorex-3.13.2+dfsg/admin/ltmain.sh:640:    func_arith_result=`expr "$@"`
esorex-3.13.2+dfsg/admin/ltmain.sh-641-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-660-  # ...otherwise fall back to using sed.
esorex-3.13.2+dfsg/admin/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
esorex-3.13.2+dfsg/admin/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
esorex-3.13.2+dfsg/admin/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-757-      test -n "$_G_tc" && {
esorex-3.13.2+dfsg/admin/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
esorex-3.13.2+dfsg/admin/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
esorex-3.13.2+dfsg/admin/ltmain.sh-760-      }
esorex-3.13.2+dfsg/admin/ltmain.sh-761-    done
esorex-3.13.2+dfsg/admin/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/admin/ltmain.sh-763-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-831-
esorex-3.13.2+dfsg/admin/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
esorex-3.13.2+dfsg/admin/ltmain.sh-833-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
esorex-3.13.2+dfsg/admin/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
esorex-3.13.2+dfsg/admin/ltmain.sh-865-      done
esorex-3.13.2+dfsg/admin/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
esorex-3.13.2+dfsg/admin/ltmain.sh-867-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-901-      # If mktemp works, use that first and foremost
esorex-3.13.2+dfsg/admin/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-903-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1111-        *[\\\`\"\$]*)
esorex-3.13.2+dfsg/admin/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
esorex-3.13.2+dfsg/admin/ltmain.sh-1113-        *)
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1198-    case $2 in
esorex-3.13.2+dfsg/admin/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
esorex-3.13.2+dfsg/admin/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
esorex-3.13.2+dfsg/admin/ltmain.sh-1201-    esac
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
esorex-3.13.2+dfsg/admin/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-1273-      ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1358-
esorex-3.13.2+dfsg/admin/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
esorex-3.13.2+dfsg/admin/ltmain.sh-1360-}
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
esorex-3.13.2+dfsg/admin/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
esorex-3.13.2+dfsg/admin/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1517-
esorex-3.13.2+dfsg/admin/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
esorex-3.13.2+dfsg/admin/ltmain.sh-1519-}
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1870-
esorex-3.13.2+dfsg/admin/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
esorex-3.13.2+dfsg/admin/ltmain.sh-1872-      func_split_equals_rhs=
esorex-3.13.2+dfsg/admin/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
esorex-3.13.2+dfsg/admin/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
esorex-3.13.2+dfsg/admin/ltmain.sh-1875-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-1898-
esorex-3.13.2+dfsg/admin/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
esorex-3.13.2+dfsg/admin/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
esorex-3.13.2+dfsg/admin/ltmain.sh-1901-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
esorex-3.13.2+dfsg/admin/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
esorex-3.13.2+dfsg/admin/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
esorex-3.13.2+dfsg/admin/ltmain.sh-2074-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2110-  {
esorex-3.13.2+dfsg/admin/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
esorex-3.13.2+dfsg/admin/ltmain.sh-2112-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2115-  {
esorex-3.13.2+dfsg/admin/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
esorex-3.13.2+dfsg/admin/ltmain.sh-2117-  }
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
esorex-3.13.2+dfsg/admin/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
esorex-3.13.2+dfsg/admin/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2659-      done
esorex-3.13.2+dfsg/admin/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
esorex-3.13.2+dfsg/admin/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
esorex-3.13.2+dfsg/admin/ltmain.sh-2662-      case $@ in
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2672-	    # Evaluate the configuration.
esorex-3.13.2+dfsg/admin/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
esorex-3.13.2+dfsg/admin/ltmain.sh-2674-	    CC_quoted=
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2678-	    done
esorex-3.13.2+dfsg/admin/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
esorex-3.13.2+dfsg/admin/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
esorex-3.13.2+dfsg/admin/ltmain.sh-2681-	    case "$@ " in
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
esorex-3.13.2+dfsg/admin/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3009-    # LT_CYGPATH in this case.
esorex-3.13.2+dfsg/admin/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
esorex-3.13.2+dfsg/admin/ltmain.sh-3011-  fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
esorex-3.13.2+dfsg/admin/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
esorex-3.13.2+dfsg/admin/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3376-    *.[cCFSifmso] | \
esorex-3.13.2+dfsg/admin/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
esorex-3.13.2+dfsg/admin/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
esorex-3.13.2+dfsg/admin/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
esorex-3.13.2+dfsg/admin/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-3474-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3520-      if test warn = "$need_locks" &&
esorex-3.13.2+dfsg/admin/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
esorex-3.13.2+dfsg/admin/ltmain.sh-3522-	$ECHO "\
esorex-3.13.2+dfsg/admin/ltmain.sh-3523-*** ERROR, $lockfile contains:
esorex-3.13.2+dfsg/admin/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-3525-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3569-      if test warn = "$need_locks" &&
esorex-3.13.2+dfsg/admin/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
esorex-3.13.2+dfsg/admin/ltmain.sh-3571-	$ECHO "\
esorex-3.13.2+dfsg/admin/ltmain.sh-3572-*** ERROR, $lockfile contains:
esorex-3.13.2+dfsg/admin/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-3574-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3895-      # Get the absolute pathname.
esorex-3.13.2+dfsg/admin/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
esorex-3.13.2+dfsg/admin/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
esorex-3.13.2+dfsg/admin/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
esorex-3.13.2+dfsg/admin/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4280-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
esorex-3.13.2+dfsg/admin/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4293-	  else
esorex-3.13.2+dfsg/admin/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4295-	  fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4458-	    fi
esorex-3.13.2+dfsg/admin/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4477-	        # Replace the output file specification.
esorex-3.13.2+dfsg/admin/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-4479-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
esorex-3.13.2+dfsg/admin/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4498-	  fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4570-    my_pic_p=${3-false}
esorex-3.13.2+dfsg/admin/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-4572-    my_dlsyms=
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
esorex-3.13.2+dfsg/admin/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
esorex-3.13.2+dfsg/admin/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4862-	  else
esorex-3.13.2+dfsg/admin/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4865-	  fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4867-	*)
esorex-3.13.2+dfsg/admin/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4870-	  ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4882-      # Nullify the symbol file.
esorex-3.13.2+dfsg/admin/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
esorex-3.13.2+dfsg/admin/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4885-    fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
esorex-3.13.2+dfsg/admin/ltmain.sh:4897:  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)$'`
esorex-3.13.2+dfsg/admin/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
esorex-3.13.2+dfsg/admin/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
esorex-3.13.2+dfsg/admin/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4925-  win32_libid_type=unknown
esorex-3.13.2+dfsg/admin/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-4927-  case $win32_fileres in
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-4990-
esorex-3.13.2+dfsg/admin/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
esorex-3.13.2+dfsg/admin/ltmain.sh-4992-}
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5008-
esorex-3.13.2+dfsg/admin/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
esorex-3.13.2+dfsg/admin/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5072-    # binutils import library
esorex-3.13.2+dfsg/admin/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
esorex-3.13.2+dfsg/admin/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
esorex-3.13.2+dfsg/admin/ltmain.sh-5075-    # ms-generated import library
esorex-3.13.2+dfsg/admin/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
esorex-3.13.2+dfsg/admin/ltmain.sh-5077-  else
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
esorex-3.13.2+dfsg/admin/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
esorex-3.13.2+dfsg/admin/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
esorex-3.13.2+dfsg/admin/ltmain.sh-5160-	    darwin_arch=
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
esorex-3.13.2+dfsg/admin/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
esorex-3.13.2+dfsg/admin/ltmain.sh-5172-	    darwin_file=
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
esorex-3.13.2+dfsg/admin/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5189-      esac
esorex-3.13.2+dfsg/admin/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-5191-    done
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5260-
esorex-3.13.2+dfsg/admin/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
esorex-3.13.2+dfsg/admin/ltmain.sh-5262-    $ECHO "\
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5295-    --lt-dump-script)
esorex-3.13.2+dfsg/admin/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
esorex-3.13.2+dfsg/admin/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
esorex-3.13.2+dfsg/admin/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5324-  done
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5380-  # Find the directory that this script lives in.
esorex-3.13.2+dfsg/admin/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
esorex-3.13.2+dfsg/admin/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5386-  while test -n \"\$file\"; do
esorex-3.13.2+dfsg/admin/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5388-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5396-
esorex-3.13.2+dfsg/admin/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
esorex-3.13.2+dfsg/admin/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5399-  done
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5410-    case \"\$thisdir\" in
esorex-3.13.2+dfsg/admin/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
esorex-3.13.2+dfsg/admin/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5416-  # Try to get the absolute directory name.
esorex-3.13.2+dfsg/admin/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
esorex-3.13.2+dfsg/admin/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
esorex-3.13.2+dfsg/admin/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
esorex-3.13.2+dfsg/admin/ltmain.sh-5443-      else
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
esorex-3.13.2+dfsg/admin/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-5487-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-6464-
esorex-3.13.2+dfsg/admin/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
esorex-3.13.2+dfsg/admin/ltmain.sh-6466-    *import*) : ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-6712-	    moreargs=
esorex-3.13.2+dfsg/admin/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
esorex-3.13.2+dfsg/admin/ltmain.sh-6714-	    do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-6973-	*)
esorex-3.13.2+dfsg/admin/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
esorex-3.13.2+dfsg/admin/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
esorex-3.13.2+dfsg/admin/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
esorex-3.13.2+dfsg/admin/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7287-      -Z*)
esorex-3.13.2+dfsg/admin/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
esorex-3.13.2+dfsg/admin/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
esorex-3.13.2+dfsg/admin/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
esorex-3.13.2+dfsg/admin/ltmain.sh-7459-    else
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
esorex-3.13.2+dfsg/admin/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
esorex-3.13.2+dfsg/admin/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7871-	fi
esorex-3.13.2+dfsg/admin/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-7944-	*)
esorex-3.13.2+dfsg/admin/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
esorex-3.13.2+dfsg/admin/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8197-	    shift
esorex-3.13.2+dfsg/admin/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8489-		*)
esorex-3.13.2+dfsg/admin/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
esorex-3.13.2+dfsg/admin/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8500-		  depdepl=
esorex-3.13.2+dfsg/admin/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
esorex-3.13.2+dfsg/admin/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
esorex-3.13.2+dfsg/admin/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
esorex-3.13.2+dfsg/admin/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
esorex-3.13.2+dfsg/admin/ltmain.sh-8511-                      fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8522-		else
esorex-3.13.2+dfsg/admin/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
esorex-3.13.2+dfsg/admin/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8545-	else
esorex-3.13.2+dfsg/admin/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-8547-	fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-8634-        linux*)
esorex-3.13.2+dfsg/admin/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/admin/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9039-	removelist=
esorex-3.13.2+dfsg/admin/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
esorex-3.13.2+dfsg/admin/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9065-	# Transform .lo files to .o files.
esorex-3.13.2+dfsg/admin/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-9067-      fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9070-      #for path in $notinst_path; do
esorex-3.13.2+dfsg/admin/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
esorex-3.13.2+dfsg/admin/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
esorex-3.13.2+dfsg/admin/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
esorex-3.13.2+dfsg/admin/ltmain.sh-9074-      #done
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9191-		if test -n "$i"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh-9194-		  set dummy $deplib_matches; shift
esorex-3.13.2+dfsg/admin/ltmain.sh-9195-		  deplib_match=$1
esorex-3.13.2+dfsg/admin/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
esorex-3.13.2+dfsg/admin/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9234-		  if test -n "$i"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh-9237-		    set dummy $deplib_matches; shift
esorex-3.13.2+dfsg/admin/ltmain.sh-9238-		    deplib_match=$1
esorex-3.13.2+dfsg/admin/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
esorex-3.13.2+dfsg/admin/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
esorex-3.13.2+dfsg/admin/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
esorex-3.13.2+dfsg/admin/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9284-	      if test -n "$a_deplib"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
esorex-3.13.2+dfsg/admin/ltmain.sh-9288-		else
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9294-		    shopt -s nocaseglob
esorex-3.13.2+dfsg/admin/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-9296-		    $nocaseglob
esorex-3.13.2+dfsg/admin/ltmain.sh-9297-		  else
esorex-3.13.2+dfsg/admin/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-9299-		  fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
esorex-3.13.2+dfsg/admin/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
esorex-3.13.2+dfsg/admin/ltmain.sh-9314-			case $potliblink in
esorex-3.13.2+dfsg/admin/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
esorex-3.13.2+dfsg/admin/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
esorex-3.13.2+dfsg/admin/ltmain.sh-9317-			esac
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
esorex-3.13.2+dfsg/admin/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
esorex-3.13.2+dfsg/admin/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9368-	      if test -n "$a_deplib"; then
esorex-3.13.2+dfsg/admin/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
esorex-3.13.2+dfsg/admin/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
esorex-3.13.2+dfsg/admin/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
esorex-3.13.2+dfsg/admin/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9407-	  newdeplibs=
esorex-3.13.2+dfsg/admin/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
esorex-3.13.2+dfsg/admin/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
esorex-3.13.2+dfsg/admin/ltmain.sh-9413-	    done
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
esorex-3.13.2+dfsg/admin/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
esorex-3.13.2+dfsg/admin/ltmain.sh-9439-	  ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9489-	*-*-darwin*)
esorex-3.13.2+dfsg/admin/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-9493-	  ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-9616-	# Use standard objects if they are pic
esorex-3.13.2+dfsg/admin/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
esorex-3.13.2+dfsg/admin/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10145-      # Create the old-style object.
esorex-3.13.2+dfsg/admin/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
esorex-3.13.2+dfsg/admin/ltmain.sh-10147-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
esorex-3.13.2+dfsg/admin/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
esorex-3.13.2+dfsg/admin/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10206-	;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
esorex-3.13.2+dfsg/admin/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10224-	;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
esorex-3.13.2+dfsg/admin/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10359-	# Transform all the library objects into standard objects.
esorex-3.13.2+dfsg/admin/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
esorex-3.13.2+dfsg/admin/ltmain.sh-10362-      fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10387-	# Replace the output file specification.
esorex-3.13.2+dfsg/admin/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10396-	  func_to_tool_file "$output"
esorex-3.13.2+dfsg/admin/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10440-	# Replace the output file specification.
esorex-3.13.2+dfsg/admin/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10442-	# Delete the old output file.
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10448-	  func_to_tool_file "$output"
esorex-3.13.2+dfsg/admin/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
esorex-3.13.2+dfsg/admin/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10468-          ;;
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10479-      # Replace the output file specification.
esorex-3.13.2+dfsg/admin/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10481-
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
esorex-3.13.2+dfsg/admin/ltmain.sh:10489:	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'`
esorex-3.13.2+dfsg/admin/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
esorex-3.13.2+dfsg/admin/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
esorex-3.13.2+dfsg/admin/ltmain.sh-10511-      fi
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
esorex-3.13.2+dfsg/admin/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
esorex-3.13.2+dfsg/admin/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
esorex-3.13.2+dfsg/admin/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
esorex-3.13.2+dfsg/admin/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10802-		name=$func_basename_result
esorex-3.13.2+dfsg/admin/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
esorex-3.13.2+dfsg/admin/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-10821-		name=$func_basename_result
esorex-3.13.2+dfsg/admin/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
esorex-3.13.2+dfsg/admin/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
esorex-3.13.2+dfsg/admin/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
esorex-3.13.2+dfsg/admin/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
esorex-3.13.2+dfsg/admin/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
esorex-3.13.2+dfsg/admin/depcomp-64-  case $1 in
esorex-3.13.2+dfsg/admin/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
esorex-3.13.2+dfsg/admin/depcomp-66-      *) dir=;;
##############################################
esorex-3.13.2+dfsg/admin/depcomp-73-{
esorex-3.13.2+dfsg/admin/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
esorex-3.13.2+dfsg/admin/depcomp-75-}
##############################################
esorex-3.13.2+dfsg/admin/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
esorex-3.13.2+dfsg/admin/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
esorex-3.13.2+dfsg/admin/depcomp-128-
##############################################
esorex-3.13.2+dfsg/admin/depcomp-405-        sleep 1
esorex-3.13.2+dfsg/admin/depcomp:406:        i=`expr $i - 1`
esorex-3.13.2+dfsg/admin/depcomp-407-      done
esorex-3.13.2+dfsg/admin/depcomp-408-    fi
esorex-3.13.2+dfsg/admin/depcomp:409:    i=`expr $i - 1`
esorex-3.13.2+dfsg/admin/depcomp-410-  done
##############################################
esorex-3.13.2+dfsg/admin/depcomp-425-  # Do two passes, one to just change these to
esorex-3.13.2+dfsg/admin/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
esorex-3.13.2+dfsg/admin/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
esorex-3.13.2+dfsg/admin/depcomp-659-  done
esorex-3.13.2+dfsg/admin/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
esorex-3.13.2+dfsg/admin/depcomp-661-  touch "$tmpdepfile"
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-55-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:56:                cpl_cfitsio_cflags="`$PKGCONFIG --cflags $cpl_cfitsio_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:57:                cpl_cfitsio_ldflags="`$PKGCONFIG --libs-only-L $cpl_cfitsio_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:58:                cpl_cfitsio_libs="`$PKGCONFIG --libs-only-l $cpl_cfitsio_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-59-            fi
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-424-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:425:                cpl_cext_cflags="`$PKGCONFIG --cflags $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:426:                cpl_cext_ldflags="`$PKGCONFIG --libs-only-L $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:427:                cpl_cext_libs="`$PKGCONFIG --libs-only-l $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-428-            fi
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-617-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:618:                cpl_wcs_cflags="`$PKGCONFIG --cflags $cpl_wcs_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:619:                cpl_wcs_ldflags="`$PKGCONFIG --libs-only-L $cpl_wcs_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:620:                cpl_wcs_libs="`$PKGCONFIG --libs-only-l $cpl_wcs_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-621-            fi
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-904-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:905:                cpl_fftw_cflags="`$PKGCONFIG --cflags $cpl_fftw_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:906:                cpl_fftw_ldflags="`$PKGCONFIG --libs-only-L $cpl_fftw_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:907:                cpl_fftw_libs="`$PKGCONFIG --libs-only-l $cpl_fftw_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-908-            fi
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-1138-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:1139:                cpl_fftw_cflags="`$PKGCONFIG --cflags $cpl_fftwf_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:1140:                cpl_fftw_ldflags="`$PKGCONFIG --libs-only-L $cpl_fftwf_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:1141:                cpl_fftw_libs="`$PKGCONFIG --libs-only-l $cpl_fftwf_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-1142-            fi
##############################################
esorex-3.13.2+dfsg/m4/cpl.m4-1467-            if test x$? = x0; then
esorex-3.13.2+dfsg/m4/cpl.m4:1468:                cpl_cflags="`$PKGCONFIG --cflags $cpl_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:1469:                cpl_ldflags="`$PKGCONFIG --libs-only-L $cpl_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4:1470:                cpl_libs="`$PKGCONFIG --libs-only-l $cpl_pkgconfig`"
esorex-3.13.2+dfsg/m4/cpl.m4-1471-            fi
##############################################
esorex-3.13.2+dfsg/m4/eso.m4-6-
esorex-3.13.2+dfsg/m4/eso.m4:7:    flag=`echo $1 | sed 'y%.=/+-%___p_%'`
esorex-3.13.2+dfsg/m4/eso.m4-8-    AC_CACHE_CHECK([whether $CC supports -$1],
##############################################
esorex-3.13.2+dfsg/m4/eso.m4-15-
esorex-3.13.2+dfsg/m4/eso.m4:16:                       try_compile="`$CC -$1 -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/m4/eso.m4-17-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/m4/eso.m4-28-
esorex-3.13.2+dfsg/m4/eso.m4:29:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/m4/eso.m4-30-        :
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-119-    done
esorex-3.13.2+dfsg/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
esorex-3.13.2+dfsg/m4/libtool.m4-121-}
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
esorex-3.13.2+dfsg/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
esorex-3.13.2+dfsg/m4/libtool.m4-439-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-447-#
esorex-3.13.2+dfsg/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
esorex-3.13.2+dfsg/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
esorex-3.13.2+dfsg/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/m4/libtool.m4-561-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
esorex-3.13.2+dfsg/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
esorex-3.13.2+dfsg/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/m4/libtool.m4-574-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1113:    _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\"`'
esorex-3.13.2+dfsg/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1165-      }]'
esorex-3.13.2+dfsg/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/m4/libtool.m4-1170-  fi],[])
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
esorex-3.13.2+dfsg/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/m4/libtool.m4-1203-  ECHO='print -r --'
esorex-3.13.2+dfsg/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
esorex-3.13.2+dfsg/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
esorex-3.13.2+dfsg/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
esorex-3.13.2+dfsg/m4/libtool.m4-1239-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1260-   if test yes = "$GCC"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
esorex-3.13.2+dfsg/m4/libtool.m4-1262-   fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1264- /*)
esorex-3.13.2+dfsg/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
esorex-3.13.2+dfsg/m4/libtool.m4-1266-   ;; #(
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
esorex-3.13.2+dfsg/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1296-      *ELF-32*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1313-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1323-    else
esorex-3.13.2+dfsg/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1325-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1345-    emul=elf
esorex-3.13.2+dfsg/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1347-      *32-bit*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1353-    esac
esorex-3.13.2+dfsg/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1355-      *MSB*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1361-    esac
esorex-3.13.2+dfsg/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/m4/libtool.m4-1363-      *N32*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1726-    # And add a safety zone
esorex-3.13.2+dfsg/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/m4/libtool.m4-1729-    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1759-    if test -n "$kargmax"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
esorex-3.13.2+dfsg/m4/libtool.m4-1761-    else
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
esorex-3.13.2+dfsg/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/m4/libtool.m4-1771-    else
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1780-      # we can't tell.
esorex-3.13.2+dfsg/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
esorex-3.13.2+dfsg/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1784-      do
esorex-3.13.2+dfsg/m4/libtool.m4:1785:        i=`expr $i + 1`
esorex-3.13.2+dfsg/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1788-      # Only check the string length outside the loop.
esorex-3.13.2+dfsg/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
esorex-3.13.2+dfsg/m4/libtool.m4-1790-      teststring=
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
esorex-3.13.2+dfsg/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
esorex-3.13.2+dfsg/m4/libtool.m4-1795-    fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2259-    *:)
esorex-3.13.2+dfsg/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
esorex-3.13.2+dfsg/m4/libtool.m4-2261-        ;;
esorex-3.13.2+dfsg/m4/libtool.m4-2262-    x:*)
esorex-3.13.2+dfsg/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/m4/libtool.m4-2264-        ;;
esorex-3.13.2+dfsg/m4/libtool.m4-2265-    *::*)
esorex-3.13.2+dfsg/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
esorex-3.13.2+dfsg/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
esorex-3.13.2+dfsg/m4/libtool.m4-2268-        ;;
esorex-3.13.2+dfsg/m4/libtool.m4-2269-    *)
esorex-3.13.2+dfsg/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/m4/libtool.m4-2271-        ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2299-  esac
esorex-3.13.2+dfsg/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
esorex-3.13.2+dfsg/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
esorex-3.13.2+dfsg/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
esorex-3.13.2+dfsg/m4/libtool.m4-2308-    ;;
esorex-3.13.2+dfsg/m4/libtool.m4-2309-  *)
esorex-3.13.2+dfsg/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/m4/libtool.m4-2311-    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
esorex-3.13.2+dfsg/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
esorex-3.13.2+dfsg/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2357-  esac
esorex-3.13.2+dfsg/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
esorex-3.13.2+dfsg/m4/libtool.m4-2359-else
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
esorex-3.13.2+dfsg/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
esorex-3.13.2+dfsg/m4/libtool.m4-2500-    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2543-      fi'
esorex-3.13.2+dfsg/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
esorex-3.13.2+dfsg/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
esorex-3.13.2+dfsg/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/m4/libtool.m4-2559-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
esorex-3.13.2+dfsg/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/m4/libtool.m4-2563-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2570-    libname_spec='$name'
esorex-3.13.2+dfsg/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
esorex-3.13.2+dfsg/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
esorex-3.13.2+dfsg/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2587-      # Convert to MSYS style.
esorex-3.13.2+dfsg/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
esorex-3.13.2+dfsg/m4/libtool.m4-2589-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
esorex-3.13.2+dfsg/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
esorex-3.13.2+dfsg/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
esorex-3.13.2+dfsg/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/m4/libtool.m4-2597-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
esorex-3.13.2+dfsg/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
esorex-3.13.2+dfsg/m4/libtool.m4-2603-      else
esorex-3.13.2+dfsg/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/m4/libtool.m4-2605-      fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
esorex-3.13.2+dfsg/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
esorex-3.13.2+dfsg/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2625-    # Assume MSVC wrapper
esorex-3.13.2+dfsg/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
esorex-3.13.2+dfsg/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
esorex-3.13.2+dfsg/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
esorex-3.13.2+dfsg/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
esorex-3.13.2+dfsg/m4/libtool.m4:2877:    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' ' '`
esorex-3.13.2+dfsg/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2930-  need_lib_prefix=no
esorex-3.13.2+dfsg/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-2932-    need_version=no
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
esorex-3.13.2+dfsg/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-2966-    fi'
esorex-3.13.2+dfsg/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3177-	"file_magic "*)
esorex-3.13.2+dfsg/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
esorex-3.13.2+dfsg/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
esorex-3.13.2+dfsg/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
esorex-3.13.2+dfsg/m4/libtool.m4-3262-  *)
esorex-3.13.2+dfsg/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esorex-3.13.2+dfsg/m4/libtool.m4-3264-  esac
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
esorex-3.13.2+dfsg/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
esorex-3.13.2+dfsg/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
esorex-3.13.2+dfsg/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
esorex-3.13.2+dfsg/m4/libtool.m4-3273-      done
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
esorex-3.13.2+dfsg/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
esorex-3.13.2+dfsg/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3567-openbsd* | bitrig*)
esorex-3.13.2+dfsg/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3634-    else
esorex-3.13.2+dfsg/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
esorex-3.13.2+dfsg/m4/libtool.m4-3636-    fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3685-	esac
esorex-3.13.2+dfsg/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3691-	*)
esorex-3.13.2+dfsg/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/m4/libtool.m4-3693-	  */dev/null*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
esorex-3.13.2+dfsg/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/m4/libtool.m4-3719-    *COFF*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
esorex-3.13.2+dfsg/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
esorex-3.13.2+dfsg/m4/libtool.m4:3951:case `$NM -V 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-3998-mingw*)
esorex-3.13.2+dfsg/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
esorex-3.13.2+dfsg/m4/libtool.m4-4000-  ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-4054-    nlist=conftest.nm
esorex-3.13.2+dfsg/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
esorex-3.13.2+dfsg/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-4402-	  *)
esorex-3.13.2+dfsg/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-4738-      *)
esorex-3.13.2+dfsg/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-4921-    else
esorex-3.13.2+dfsg/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
esorex-3.13.2+dfsg/m4/libtool.m4-4923-    fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
esorex-3.13.2+dfsg/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5046-    supports_anon_versioning=no
esorex-3.13.2+dfsg/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5149-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
esorex-3.13.2+dfsg/m4/libtool.m4:5172:      _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'
esorex-3.13.2+dfsg/m4/libtool.m4:5173:      _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5174-      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
esorex-3.13.2+dfsg/m4/libtool.m4:5190:	  _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
esorex-3.13.2+dfsg/m4/libtool.m4:5195:	  _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
esorex-3.13.2+dfsg/m4/libtool.m4:5212:	  _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5215-	esac
esorex-3.13.2+dfsg/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
esorex-3.13.2+dfsg/m4/libtool.m4:5218:	  _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
esorex-3.13.2+dfsg/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5375-	else
esorex-3.13.2+dfsg/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
esorex-3.13.2+dfsg/m4/libtool.m4-5377-	fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
esorex-3.13.2+dfsg/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
esorex-3.13.2+dfsg/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
esorex-3.13.2+dfsg/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
esorex-3.13.2+dfsg/m4/libtool.m4-5498-      else
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
esorex-3.13.2+dfsg/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
esorex-3.13.2+dfsg/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
esorex-3.13.2+dfsg/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
esorex-3.13.2+dfsg/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5750-      if test yes = "$GCC"; then
esorex-3.13.2+dfsg/m4/libtool.m4:5751:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
esorex-3.13.2+dfsg/m4/libtool.m4:5774:          _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'
esorex-3.13.2+dfsg/m4/libtool.m4-5775-	fi
esorex-3.13.2+dfsg/m4/libtool.m4-5776-      else
esorex-3.13.2+dfsg/m4/libtool.m4:5777:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4:5778:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-5779-      fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
esorex-3.13.2+dfsg/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5854-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/m4/libtool.m4:5869:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-5870-      else
esorex-3.13.2+dfsg/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
esorex-3.13.2+dfsg/m4/libtool.m4:5872:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-5873-      fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/m4/libtool.m4:5882:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
esorex-3.13.2+dfsg/m4/libtool.m4:5886:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4:5887:	_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~
esorex-3.13.2+dfsg/m4/libtool.m4:5888:          $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'
esorex-3.13.2+dfsg/m4/libtool.m4-5889-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-5904-      else
esorex-3.13.2+dfsg/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
esorex-3.13.2+dfsg/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
esorex-3.13.2+dfsg/m4/libtool.m4-6099-	  then
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
esorex-3.13.2+dfsg/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
esorex-3.13.2+dfsg/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
esorex-3.13.2+dfsg/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
esorex-3.13.2+dfsg/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6569-
esorex-3.13.2+dfsg/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
esorex-3.13.2+dfsg/m4/libtool.m4-6571-        else
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
esorex-3.13.2+dfsg/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
esorex-3.13.2+dfsg/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
esorex-3.13.2+dfsg/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6797-            # dependencies.
esorex-3.13.2+dfsg/m4/libtool.m4:6798:            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"'
esorex-3.13.2+dfsg/m4/libtool.m4-6799-            ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6862-	    # dependencies.
esorex-3.13.2+dfsg/m4/libtool.m4:6863:	    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"'
esorex-3.13.2+dfsg/m4/libtool.m4-6864-	    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
esorex-3.13.2+dfsg/m4/libtool.m4:6899:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4:6900:	_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'
esorex-3.13.2+dfsg/m4/libtool.m4-6901-	;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6905-	    # SGI C++
esorex-3.13.2+dfsg/m4/libtool.m4:6906:	    _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'
esorex-3.13.2+dfsg/m4/libtool.m4-6907-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
esorex-3.13.2+dfsg/m4/libtool.m4:6917:	        _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'
esorex-3.13.2+dfsg/m4/libtool.m4-6918-	      else
esorex-3.13.2+dfsg/m4/libtool.m4:6919:	        _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'
esorex-3.13.2+dfsg/m4/libtool.m4-6920-	      fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
esorex-3.13.2+dfsg/m4/libtool.m4:6938:	    _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'
esorex-3.13.2+dfsg/m4/libtool.m4:6939:	    _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'
esorex-3.13.2+dfsg/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6947-	    # dependencies.
esorex-3.13.2+dfsg/m4/libtool.m4:6948:	    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"'
esorex-3.13.2+dfsg/m4/libtool.m4-6949-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
esorex-3.13.2+dfsg/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
esorex-3.13.2+dfsg/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6983-            # Portland Group C++ compiler
esorex-3.13.2+dfsg/m4/libtool.m4:6984:	    case `$CC -V` in
esorex-3.13.2+dfsg/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
esorex-3.13.2+dfsg/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
esorex-3.13.2+dfsg/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
esorex-3.13.2+dfsg/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
esorex-3.13.2+dfsg/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
esorex-3.13.2+dfsg/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
esorex-3.13.2+dfsg/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
esorex-3.13.2+dfsg/m4/libtool.m4:7002:                $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'
esorex-3.13.2+dfsg/m4/libtool.m4-7003-	      ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
esorex-3.13.2+dfsg/m4/libtool.m4:7012:	    _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7013-            ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7030-	    # dependencies.
esorex-3.13.2+dfsg/m4/libtool.m4:7031:	    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'
esorex-3.13.2+dfsg/m4/libtool.m4-7032-	    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7045-	  *)
esorex-3.13.2+dfsg/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
esorex-3.13.2+dfsg/m4/libtool.m4:7053:	      _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
esorex-3.13.2+dfsg/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
esorex-3.13.2+dfsg/m4/libtool.m4-7119-	    _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'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
esorex-3.13.2+dfsg/m4/libtool.m4:7137:	    _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7138-
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/m4/libtool.m4:7158:	        _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
esorex-3.13.2+dfsg/m4/libtool.m4:7163:	        _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'
esorex-3.13.2+dfsg/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
esorex-3.13.2+dfsg/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
esorex-3.13.2+dfsg/m4/libtool.m4:7166:                  $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~
esorex-3.13.2+dfsg/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7181-	    # dependencies.
esorex-3.13.2+dfsg/m4/libtool.m4:7182:	    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"'
esorex-3.13.2+dfsg/m4/libtool.m4-7183-	    ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7188-	        osf3*)
esorex-3.13.2+dfsg/m4/libtool.m4:7189:	          _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7190-		  ;;
esorex-3.13.2+dfsg/m4/libtool.m4-7191-	        *)
esorex-3.13.2+dfsg/m4/libtool.m4:7192:	          _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'
esorex-3.13.2+dfsg/m4/libtool.m4-7193-		  ;;
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7441-  case @S|@2 in
esorex-3.13.2+dfsg/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
esorex-3.13.2+dfsg/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
esorex-3.13.2+dfsg/m4/libtool.m4-7444-  esac
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7530-
esorex-3.13.2+dfsg/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
esorex-3.13.2+dfsg/m4/libtool.m4-7532-    case $prev$p in
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
esorex-3.13.2+dfsg/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
esorex-3.13.2+dfsg/m4/libtool.m4-7636-fi
##############################################
esorex-3.13.2+dfsg/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
esorex-3.13.2+dfsg/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
esorex-3.13.2+dfsg/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
esorex-3.13.2+dfsg/m4/ltargz.m4-50-	     IFS=-.
esorex-3.13.2+dfsg/m4/ltargz.m4:51:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
esorex-3.13.2+dfsg/m4/ltargz.m4-52-	     IFS=$save_IFS
##############################################
esorex-3.13.2+dfsg/m4/ltdl.m4-337-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
esorex-3.13.2+dfsg/m4/ltdl.m4:338:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
esorex-3.13.2+dfsg/m4/ltdl.m4-339-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
esorex-3.13.2+dfsg/m4/ltdl.m4-399-    [m4_ifset([AC_LIST_HEADERS],
esorex-3.13.2+dfsg/m4/ltdl.m4:400:	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[      ]]*||;s|[[ :]].*$||'`],
esorex-3.13.2+dfsg/m4/ltdl.m4-401-	[])])])
##############################################
esorex-3.13.2+dfsg/m4/ltdl.m4-767-    ac_nlist=conftest.nm
esorex-3.13.2+dfsg/m4/ltdl.m4:768:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
esorex-3.13.2+dfsg/m4/ltdl.m4-769-      # See whether the symbols have a leading underscore.
##############################################
esorex-3.13.2+dfsg/m4/ltsugar.m4-68-m4_define([lt_combine],
esorex-3.13.2+dfsg/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
esorex-3.13.2+dfsg/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
esorex-3.13.2+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
esorex-3.13.2+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/configure-47-  as_echo='print -r --'
esorex-3.13.2+dfsg/configure-48-  as_echo_n='print -rn --'
esorex-3.13.2+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
esorex-3.13.2+dfsg/configure-52-else
esorex-3.13.2+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
esorex-3.13.2+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
esorex-3.13.2+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
esorex-3.13.2+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esorex-3.13.2+dfsg/configure-64-      esac;
##############################################
esorex-3.13.2+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
esorex-3.13.2+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
esorex-3.13.2+dfsg/configure-201-
##############################################
esorex-3.13.2+dfsg/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
esorex-3.13.2+dfsg/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
esorex-3.13.2+dfsg/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
esorex-3.13.2+dfsg/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
esorex-3.13.2+dfsg/configure-335-      case $as_dir in #(
esorex-3.13.2+dfsg/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
esorex-3.13.2+dfsg/configure-337-      *) as_qdir=$as_dir;;
##############################################
esorex-3.13.2+dfsg/configure-408-  {
esorex-3.13.2+dfsg/configure:409:    as_val=`expr "$@" || test $? -eq 1`
esorex-3.13.2+dfsg/configure-410-  }
##############################################
esorex-3.13.2+dfsg/configure-415-# ----------------------------------------
esorex-3.13.2+dfsg/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
esorex-3.13.2+dfsg/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
esorex-3.13.2+dfsg/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
esorex-3.13.2+dfsg/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
esorex-3.13.2+dfsg/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
esorex-3.13.2+dfsg/configure-941-  case $ac_option in
esorex-3.13.2+dfsg/configure:942:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
esorex-3.13.2+dfsg/configure-943-  *=)   ac_optarg= ;;
##############################################
esorex-3.13.2+dfsg/configure-985-  -disable-* | --disable-*)
esorex-3.13.2+dfsg/configure:986:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
esorex-3.13.2+dfsg/configure-987-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/configure-990-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/configure:991:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/configure-992-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/configure-1011-  -enable-* | --enable-*)
esorex-3.13.2+dfsg/configure:1012:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
esorex-3.13.2+dfsg/configure-1013-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/configure-1016-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/configure:1017:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/configure-1018-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/configure-1215-  -with-* | --with-*)
esorex-3.13.2+dfsg/configure:1216:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
esorex-3.13.2+dfsg/configure-1217-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/configure-1220-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/configure:1221:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/configure-1222-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/configure-1231-  -without-* | --without-*)
esorex-3.13.2+dfsg/configure:1232:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
esorex-3.13.2+dfsg/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/configure-1236-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/configure:1237:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/configure-1238-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/configure-1269-  *=*)
esorex-3.13.2+dfsg/configure:1270:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
esorex-3.13.2+dfsg/configure-1271-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/configure-1290-if test -n "$ac_prev"; then
esorex-3.13.2+dfsg/configure:1291:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
esorex-3.13.2+dfsg/configure-1292-  as_fn_error $? "missing argument to $ac_option"
##############################################
esorex-3.13.2+dfsg/configure-1312-    */ )
esorex-3.13.2+dfsg/configure:1313:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
esorex-3.13.2+dfsg/configure-1314-      eval $ac_var=\$ac_val;;
##############################################
esorex-3.13.2+dfsg/configure-1347-ac_ls_di=`ls -di .` &&
esorex-3.13.2+dfsg/configure:1348:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
esorex-3.13.2+dfsg/configure-1349-  as_fn_error $? "working directory cannot be determined"
##############################################
esorex-3.13.2+dfsg/configure-1403-case $srcdir in
esorex-3.13.2+dfsg/configure:1404:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
esorex-3.13.2+dfsg/configure-1405-esac
##############################################
esorex-3.13.2+dfsg/configure-1446-By default, \`make install' will install all the files in
esorex-3.13.2+dfsg/configure:1447:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
esorex-3.13.2+dfsg/configure:1448:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
esorex-3.13.2+dfsg/configure-1449-for instance \`--prefix=\$HOME'.
##############################################
esorex-3.13.2+dfsg/configure-1587-*)
esorex-3.13.2+dfsg/configure:1588:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
esorex-3.13.2+dfsg/configure-1589-  # A ".." for each directory in $ac_dir_suffix.
esorex-3.13.2+dfsg/configure:1590:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
esorex-3.13.2+dfsg/configure-1591-  case $ac_top_builddir_sub in
##############################################
esorex-3.13.2+dfsg/configure-1916-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
esorex-3.13.2+dfsg/configure:1917:  as_decl_name=`echo $2|sed 's/ *(.*//'`
esorex-3.13.2+dfsg/configure:1918:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
esorex-3.13.2+dfsg/configure-1919-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
esorex-3.13.2+dfsg/configure-2353-    *\'*)
esorex-3.13.2+dfsg/configure:2354:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-2355-    esac
##############################################
esorex-3.13.2+dfsg/configure-2436-      case $ac_val in
esorex-3.13.2+dfsg/configure:2437:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esorex-3.13.2+dfsg/configure-2438-      esac
##############################################
esorex-3.13.2+dfsg/configure-2451-	case $ac_val in
esorex-3.13.2+dfsg/configure:2452:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esorex-3.13.2+dfsg/configure-2453-	esac
##############################################
esorex-3.13.2+dfsg/configure-2571-    set,)
esorex-3.13.2+dfsg/configure:2572:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
esorex-3.13.2+dfsg/configure:2573:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
esorex-3.13.2+dfsg/configure-2574-      ac_cache_corrupted=: ;;
##############################################
esorex-3.13.2+dfsg/configure-2582-	# differences in whitespace do not lead to failure.
esorex-3.13.2+dfsg/configure:2583:	ac_old_val_w=`echo x $ac_old_val`
esorex-3.13.2+dfsg/configure:2584:	ac_new_val_w=`echo x $ac_new_val`
esorex-3.13.2+dfsg/configure-2585-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
esorex-3.13.2+dfsg/configure-2602-    case $ac_new_val in
esorex-3.13.2+dfsg/configure:2603:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-2604-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
esorex-3.13.2+dfsg/configure-2684-test "x$ac_build_alias" = x &&
esorex-3.13.2+dfsg/configure:2685:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
esorex-3.13.2+dfsg/configure-2686-test "x$ac_build_alias" = x &&
esorex-3.13.2+dfsg/configure-2687-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
esorex-3.13.2+dfsg/configure:2688:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
esorex-3.13.2+dfsg/configure-2689-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
esorex-3.13.2+dfsg/configure-2708-IFS=$ac_save_IFS
esorex-3.13.2+dfsg/configure:2709:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
esorex-3.13.2+dfsg/configure-2710-
##############################################
esorex-3.13.2+dfsg/configure-2719-else
esorex-3.13.2+dfsg/configure:2720:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
esorex-3.13.2+dfsg/configure-2721-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
esorex-3.13.2+dfsg/configure-2741-IFS=$ac_save_IFS
esorex-3.13.2+dfsg/configure:2742:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
esorex-3.13.2+dfsg/configure-2743-
##############################################
esorex-3.13.2+dfsg/configure-2752-else
esorex-3.13.2+dfsg/configure:2753:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
esorex-3.13.2+dfsg/configure-2754-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
esorex-3.13.2+dfsg/configure-2774-IFS=$ac_save_IFS
esorex-3.13.2+dfsg/configure:2775:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
esorex-3.13.2+dfsg/configure-2776-
##############################################
esorex-3.13.2+dfsg/configure-2903-     echo "timestamp, slept: $am_has_slept" > conftest.file
esorex-3.13.2+dfsg/configure:2904:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
esorex-3.13.2+dfsg/configure-2905-     if test "$*" = "X"; then
esorex-3.13.2+dfsg/configure-2906-	# -L didn't work.
esorex-3.13.2+dfsg/configure:2907:	set X `ls -t "$srcdir/configure" conftest.file`
esorex-3.13.2+dfsg/configure-2908-     fi
##############################################
esorex-3.13.2+dfsg/configure-2954-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
esorex-3.13.2+dfsg/configure:2955:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
esorex-3.13.2+dfsg/configure-2956-
esorex-3.13.2+dfsg/configure-2957-# Expand $ac_aux_dir to an absolute path.
esorex-3.13.2+dfsg/configure:2958:am_aux_dir=`cd "$ac_aux_dir" && pwd`
esorex-3.13.2+dfsg/configure-2959-
##############################################
esorex-3.13.2+dfsg/configure-3099-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
esorex-3.13.2+dfsg/configure:3100:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
esorex-3.13.2+dfsg/configure-3101-	     'mkdir (GNU coreutils) '* | \
##############################################
esorex-3.13.2+dfsg/configure-3172-set x ${MAKE-make}
esorex-3.13.2+dfsg/configure:3173:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
esorex-3.13.2+dfsg/configure-3174-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
esorex-3.13.2+dfsg/configure-3182-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
esorex-3.13.2+dfsg/configure:3183:case `${MAKE-make} -f conftest.make 2>/dev/null` in
esorex-3.13.2+dfsg/configure-3184-  *@@@%%%=?*=@@@%%%*)
##############################################
esorex-3.13.2+dfsg/configure-3248-
esorex-3.13.2+dfsg/configure:3249:if test "`cd $srcdir && pwd`" != "`pwd`"; then
esorex-3.13.2+dfsg/configure-3250-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
esorex-3.13.2+dfsg/configure-3477-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
esorex-3.13.2+dfsg/configure:3478:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/configure-3479-  ECHO='print -r --'
esorex-3.13.2+dfsg/configure:3480:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/configure-3481-  ECHO='printf %s\n'
##############################################
esorex-3.13.2+dfsg/configure-3930-$as_echo_n "checking whether the C compiler works... " >&6; }
esorex-3.13.2+dfsg/configure:3931:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
esorex-3.13.2+dfsg/configure-3932-
##############################################
esorex-3.13.2+dfsg/configure-3974-	then :; else
esorex-3.13.2+dfsg/configure:3975:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
esorex-3.13.2+dfsg/configure-3976-	fi
##############################################
esorex-3.13.2+dfsg/configure-4034-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
esorex-3.13.2+dfsg/configure:4035:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
esorex-3.13.2+dfsg/configure-4036-	  break;;
##############################################
esorex-3.13.2+dfsg/configure-4143-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
esorex-3.13.2+dfsg/configure:4144:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
esorex-3.13.2+dfsg/configure-4145-       break;;
##############################################
esorex-3.13.2+dfsg/configure-4461-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/configure:4462:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
esorex-3.13.2+dfsg/configure-4463-  fi
##############################################
esorex-3.13.2+dfsg/configure-4585-  # Check for GNU $ac_path_SED
esorex-3.13.2+dfsg/configure:4586:case `"$ac_path_SED" --version 2>&1` in
esorex-3.13.2+dfsg/configure-4587-*GNU*)
##############################################
esorex-3.13.2+dfsg/configure-4661-  # Check for GNU $ac_path_GREP
esorex-3.13.2+dfsg/configure:4662:case `"$ac_path_GREP" --version 2>&1` in
esorex-3.13.2+dfsg/configure-4663-*GNU*)
##############################################
esorex-3.13.2+dfsg/configure-4727-  # Check for GNU $ac_path_EGREP
esorex-3.13.2+dfsg/configure:4728:case `"$ac_path_EGREP" --version 2>&1` in
esorex-3.13.2+dfsg/configure-4729-*GNU*)
##############################################
esorex-3.13.2+dfsg/configure-4794-  # Check for GNU $ac_path_FGREP
esorex-3.13.2+dfsg/configure:4795:case `"$ac_path_FGREP" --version 2>&1` in
esorex-3.13.2+dfsg/configure-4796-*GNU*)
##############################################
esorex-3.13.2+dfsg/configure-4874-    # gcc leaves a trailing carriage return, which upsets mingw
esorex-3.13.2+dfsg/configure:4875:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
esorex-3.13.2+dfsg/configure-4876-  *)
esorex-3.13.2+dfsg/configure:4877:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esorex-3.13.2+dfsg/configure-4878-  esac
##############################################
esorex-3.13.2+dfsg/configure-4883-      # Canonicalize the pathname of ld
esorex-3.13.2+dfsg/configure:4884:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
esorex-3.13.2+dfsg/configure-4885-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
esorex-3.13.2+dfsg/configure:4886:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
esorex-3.13.2+dfsg/configure-4887-      done
##############################################
esorex-3.13.2+dfsg/configure-4918-      # Break only if it was the GNU/non-GNU ld that we prefer.
esorex-3.13.2+dfsg/configure:4919:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/configure-4920-      *GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/configure-4949-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
esorex-3.13.2+dfsg/configure:4950:case `$LD -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/configure-4951-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/configure-4999-	esac
esorex-3.13.2+dfsg/configure:5000:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/configure-5001-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
esorex-3.13.2+dfsg/configure-5005-	*)
esorex-3.13.2+dfsg/configure:5006:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/configure-5007-	  */dev/null*)
##############################################
esorex-3.13.2+dfsg/configure-5133-
esorex-3.13.2+dfsg/configure:5134:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/configure-5135-    *COFF*)
##############################################
esorex-3.13.2+dfsg/configure-5245-    # And add a safety zone
esorex-3.13.2+dfsg/configure:5246:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/configure:5247:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/configure-5248-    ;;
##############################################
esorex-3.13.2+dfsg/configure-5278-    if test -n "$kargmax"; then
esorex-3.13.2+dfsg/configure:5279:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
esorex-3.13.2+dfsg/configure-5280-    else
##############################################
esorex-3.13.2+dfsg/configure-5287-       test undefined != "$lt_cv_sys_max_cmd_len"; then
esorex-3.13.2+dfsg/configure:5288:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/configure:5289:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/configure-5290-    else
##############################################
esorex-3.13.2+dfsg/configure-5299-      # we can't tell.
esorex-3.13.2+dfsg/configure:5300:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
esorex-3.13.2+dfsg/configure-5301-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
esorex-3.13.2+dfsg/configure-5303-      do
esorex-3.13.2+dfsg/configure:5304:        i=`expr $i + 1`
esorex-3.13.2+dfsg/configure-5305-        teststring=$teststring$teststring
##############################################
esorex-3.13.2+dfsg/configure-5307-      # Only check the string length outside the loop.
esorex-3.13.2+dfsg/configure:5308:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
esorex-3.13.2+dfsg/configure-5309-      teststring=
##############################################
esorex-3.13.2+dfsg/configure-5312-      # linker.  It appears as though 1/2 is a usable value.
esorex-3.13.2+dfsg/configure:5313:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
esorex-3.13.2+dfsg/configure-5314-    fi
##############################################
esorex-3.13.2+dfsg/configure-5723-openbsd* | bitrig*)
esorex-3.13.2+dfsg/configure:5724:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/configure-5725-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
esorex-3.13.2+dfsg/configure-5793-    else
esorex-3.13.2+dfsg/configure:5794:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
esorex-3.13.2+dfsg/configure-5795-    fi
##############################################
esorex-3.13.2+dfsg/configure-5938-  # decide which one to use based on capabilities of $DLLTOOL
esorex-3.13.2+dfsg/configure:5939:  case `$DLLTOOL --help 2>&1` in
esorex-3.13.2+dfsg/configure-5940-  *--identify-strict*)
##############################################
esorex-3.13.2+dfsg/configure-6460-# If we're using GNU nm, then use its standard symbol codes.
esorex-3.13.2+dfsg/configure:6461:case `$NM -V 2>&1` in
esorex-3.13.2+dfsg/configure-6462-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/configure-6508-mingw*)
esorex-3.13.2+dfsg/configure:6509:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
esorex-3.13.2+dfsg/configure-6510-  ;;
##############################################
esorex-3.13.2+dfsg/configure-6740-   if test yes = "$GCC"; then
esorex-3.13.2+dfsg/configure:6741:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
esorex-3.13.2+dfsg/configure-6742-   fi
##############################################
esorex-3.13.2+dfsg/configure-6744- /*)
esorex-3.13.2+dfsg/configure:6745:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
esorex-3.13.2+dfsg/configure-6746-   ;; #(
##############################################
esorex-3.13.2+dfsg/configure-6839-    done
esorex-3.13.2+dfsg/configure:6840:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
esorex-3.13.2+dfsg/configure-6841-}
##############################################
esorex-3.13.2+dfsg/configure-6861-  test $ac_status = 0; }; then
esorex-3.13.2+dfsg/configure:6862:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6863-      *ELF-32*)
##############################################
esorex-3.13.2+dfsg/configure-6882-    if test yes = "$lt_cv_prog_gnu_ld"; then
esorex-3.13.2+dfsg/configure:6883:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6884-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/configure-6894-    else
esorex-3.13.2+dfsg/configure:6895:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6896-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/configure-6920-    emul=elf
esorex-3.13.2+dfsg/configure:6921:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6922-      *32-bit*)
##############################################
esorex-3.13.2+dfsg/configure-6928-    esac
esorex-3.13.2+dfsg/configure:6929:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6930-      *MSB*)
##############################################
esorex-3.13.2+dfsg/configure-6936-    esac
esorex-3.13.2+dfsg/configure:6937:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/configure-6938-      *N32*)
##############################################
esorex-3.13.2+dfsg/configure-7869-    *:)
esorex-3.13.2+dfsg/configure:7870:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
esorex-3.13.2+dfsg/configure-7871-        ;;
esorex-3.13.2+dfsg/configure-7872-    x:*)
esorex-3.13.2+dfsg/configure:7873:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure-7874-        ;;
esorex-3.13.2+dfsg/configure-7875-    *::*)
esorex-3.13.2+dfsg/configure:7876:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure:7877:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
esorex-3.13.2+dfsg/configure-7878-        ;;
esorex-3.13.2+dfsg/configure-7879-    *)
esorex-3.13.2+dfsg/configure:7880:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure-7881-        ;;
##############################################
esorex-3.13.2+dfsg/configure-8138-do :
esorex-3.13.2+dfsg/configure:8139:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-8140-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
esorex-3.13.2+dfsg/configure-8143-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:8144:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-8145-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-8500-	"file_magic "*)
esorex-3.13.2+dfsg/configure:8501:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
esorex-3.13.2+dfsg/configure-8502-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
esorex-3.13.2+dfsg/configure-8566-	"file_magic "*)
esorex-3.13.2+dfsg/configure:8567:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
esorex-3.13.2+dfsg/configure-8568-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
esorex-3.13.2+dfsg/configure-8964-      *)
esorex-3.13.2+dfsg/configure:8965:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/configure-8966-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
esorex-3.13.2+dfsg/configure-9410-	# shared libraries, regardless of the interface used.
esorex-3.13.2+dfsg/configure:9411:	case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/configure-9412-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
esorex-3.13.2+dfsg/configure-9442-    supports_anon_versioning=no
esorex-3.13.2+dfsg/configure:9443:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
esorex-3.13.2+dfsg/configure-9444-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
esorex-3.13.2+dfsg/configure-9511-	# is; otherwise, prepend EXPORTS...
esorex-3.13.2+dfsg/configure:9512:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/configure-9513-          cp $export_symbols $output_objdir/$soname.def;
##############################################
esorex-3.13.2+dfsg/configure-9545-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/configure:9546:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/configure-9547-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/configure-9567-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
esorex-3.13.2+dfsg/configure:9568:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
esorex-3.13.2+dfsg/configure:9569:      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'
esorex-3.13.2+dfsg/configure-9570-      ;;
##############################################
esorex-3.13.2+dfsg/configure-9585-        pgcc*)				# Portland Group C compiler
esorex-3.13.2+dfsg/configure:9586:	  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'
esorex-3.13.2+dfsg/configure-9587-	  tmp_addflag=' $pic_flag'
##############################################
esorex-3.13.2+dfsg/configure-9590-					# Portland Group f77 and f90 compilers
esorex-3.13.2+dfsg/configure:9591:	  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'
esorex-3.13.2+dfsg/configure-9592-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
esorex-3.13.2+dfsg/configure-9607-	nvcc*)	# Cuda Compiler Driver 2.2
esorex-3.13.2+dfsg/configure:9608:	  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'
esorex-3.13.2+dfsg/configure-9609-	  compiler_needs_object=yes
##############################################
esorex-3.13.2+dfsg/configure-9611-	esac
esorex-3.13.2+dfsg/configure:9612:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/configure-9613-	*Sun\ C*)			# Sun C 5.9
esorex-3.13.2+dfsg/configure:9614:	  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'
esorex-3.13.2+dfsg/configure-9615-	  compiler_needs_object=yes
##############################################
esorex-3.13.2+dfsg/configure-9682-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
esorex-3.13.2+dfsg/configure:9683:      case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/configure-9684-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
esorex-3.13.2+dfsg/configure-9771-	else
esorex-3.13.2+dfsg/configure:9772:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
esorex-3.13.2+dfsg/configure-9773-	fi
##############################################
esorex-3.13.2+dfsg/configure-9836-	# below for broken collect2 doesn't work under 4.3+
esorex-3.13.2+dfsg/configure:9837:	  collect2name=`$CC -print-prog-name=collect2`
esorex-3.13.2+dfsg/configure-9838-	  if test -f "$collect2name" &&
##############################################
esorex-3.13.2+dfsg/configure-9916-      }'
esorex-3.13.2+dfsg/configure:9917:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-9918-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/configure-9919-  if test -z "$lt_cv_aix_libpath_"; then
esorex-3.13.2+dfsg/configure:9920:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-9921-  fi
##############################################
esorex-3.13.2+dfsg/configure-9934-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
esorex-3.13.2+dfsg/configure:9935:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
esorex-3.13.2+dfsg/configure-9936-      else
##############################################
esorex-3.13.2+dfsg/configure-9969-      }'
esorex-3.13.2+dfsg/configure:9970:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-9971-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/configure-9972-  if test -z "$lt_cv_aix_libpath_"; then
esorex-3.13.2+dfsg/configure:9973:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-9974-  fi
##############################################
esorex-3.13.2+dfsg/configure-10001-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
esorex-3.13.2+dfsg/configure:10002:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
esorex-3.13.2+dfsg/configure-10003-	  if test svr4 != "$with_aix_soname"; then
##############################################
esorex-3.13.2+dfsg/configure-10054-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
esorex-3.13.2+dfsg/configure:10055:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/configure-10056-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
esorex-3.13.2+dfsg/configure-10092-	# FIXME: Setting linknames here is a bad hack.
esorex-3.13.2+dfsg/configure:10093:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
esorex-3.13.2+dfsg/configure-10094-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
esorex-3.13.2+dfsg/configure-10110-  if test yes = "$lt_cv_ld_force_load"; then
esorex-3.13.2+dfsg/configure:10111:    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\"`'
esorex-3.13.2+dfsg/configure-10112-
##############################################
esorex-3.13.2+dfsg/configure-10290-      if test yes = "$GCC"; then
esorex-3.13.2+dfsg/configure:10291:	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'
esorex-3.13.2+dfsg/configure-10292-	# Try to use the -exported_symbol ld option, if it does not
##############################################
esorex-3.13.2+dfsg/configure-10318-	if test yes = "$lt_cv_irix_exported_symbol"; then
esorex-3.13.2+dfsg/configure:10319:          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'
esorex-3.13.2+dfsg/configure-10320-	fi
esorex-3.13.2+dfsg/configure-10321-      else
esorex-3.13.2+dfsg/configure:10322:	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'
esorex-3.13.2+dfsg/configure:10323:	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'
esorex-3.13.2+dfsg/configure-10324-      fi
##############################################
esorex-3.13.2+dfsg/configure-10368-	hardcode_direct_absolute=yes
esorex-3.13.2+dfsg/configure:10369:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/configure-10370-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
esorex-3.13.2+dfsg/configure-10399-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/configure:10400:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/configure-10401-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/configure-10413-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/configure:10414:	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'
esorex-3.13.2+dfsg/configure-10415-      else
esorex-3.13.2+dfsg/configure-10416-	allow_undefined_flag=' -expect_unresolved \*'
esorex-3.13.2+dfsg/configure:10417:	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'
esorex-3.13.2+dfsg/configure-10418-      fi
##############################################
esorex-3.13.2+dfsg/configure-10426-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/configure:10427:	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'
esorex-3.13.2+dfsg/configure-10428-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
esorex-3.13.2+dfsg/configure-10430-	allow_undefined_flag=' -expect_unresolved \*'
esorex-3.13.2+dfsg/configure:10431:	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'
esorex-3.13.2+dfsg/configure:10432:	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~
esorex-3.13.2+dfsg/configure:10433:          $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'
esorex-3.13.2+dfsg/configure-10434-
##############################################
esorex-3.13.2+dfsg/configure-10449-      else
esorex-3.13.2+dfsg/configure:10450:	case `$CC -V 2>&1` in
esorex-3.13.2+dfsg/configure-10451-	*"Compilers 5.0"*)
##############################################
esorex-3.13.2+dfsg/configure-10848-  esac
esorex-3.13.2+dfsg/configure:10849:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
esorex-3.13.2+dfsg/configure-10850-  case $lt_search_path_spec in
##############################################
esorex-3.13.2+dfsg/configure-10855-    # okay in the real world where ";" in dirpaths is itself problematic.
esorex-3.13.2+dfsg/configure:10856:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
esorex-3.13.2+dfsg/configure-10857-    ;;
esorex-3.13.2+dfsg/configure-10858-  *)
esorex-3.13.2+dfsg/configure:10859:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/configure-10860-    ;;
##############################################
esorex-3.13.2+dfsg/configure-10864-  lt_tmp_lt_search_path_spec=
esorex-3.13.2+dfsg/configure:10865:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
esorex-3.13.2+dfsg/configure-10866-  # ...but if some path component already ends with the multilib dir we assume
##############################################
esorex-3.13.2+dfsg/configure-10906-  esac
esorex-3.13.2+dfsg/configure:10907:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
esorex-3.13.2+dfsg/configure-10908-else
##############################################
esorex-3.13.2+dfsg/configure-11046-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
esorex-3.13.2+dfsg/configure:11047:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
esorex-3.13.2+dfsg/configure-11048-    ;;
##############################################
esorex-3.13.2+dfsg/configure-11082-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/configure:11083:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:11084:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure:11085:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-11086-      test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/configure-11091-      fi'
esorex-3.13.2+dfsg/configure:11092:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure-11093-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-11099-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
esorex-3.13.2+dfsg/configure:11100:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-11101-
##############################################
esorex-3.13.2+dfsg/configure-11105-      # MinGW DLLs use traditional 'lib' prefix
esorex-3.13.2+dfsg/configure:11106:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-11107-      ;;
##############################################
esorex-3.13.2+dfsg/configure-11109-      # pw32 DLLs use 'pw' prefix rather than 'lib'
esorex-3.13.2+dfsg/configure:11110:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-11111-      ;;
##############################################
esorex-3.13.2+dfsg/configure-11118-    libname_spec='$name'
esorex-3.13.2+dfsg/configure:11119:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-11120-    library_names_spec='$libname.dll.lib'
##############################################
esorex-3.13.2+dfsg/configure-11130-        # Let DOS variable expansion print the short 8.3 style file name.
esorex-3.13.2+dfsg/configure:11131:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
esorex-3.13.2+dfsg/configure-11132-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
esorex-3.13.2+dfsg/configure-11135-      # Convert to MSYS style.
esorex-3.13.2+dfsg/configure:11136:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
esorex-3.13.2+dfsg/configure-11137-      ;;
##############################################
esorex-3.13.2+dfsg/configure-11141-      # like /cygdrive/c/PROGRA~1:/cygdr...
esorex-3.13.2+dfsg/configure:11142:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
esorex-3.13.2+dfsg/configure:11143:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
esorex-3.13.2+dfsg/configure:11144:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/configure-11145-      ;;
##############################################
esorex-3.13.2+dfsg/configure-11149-        # It is most probably a Windows format PATH.
esorex-3.13.2+dfsg/configure:11150:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
esorex-3.13.2+dfsg/configure-11151-      else
esorex-3.13.2+dfsg/configure:11152:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/configure-11153-      fi
##############################################
esorex-3.13.2+dfsg/configure-11159-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/configure:11160:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:11161:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure:11162:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-11163-      test -d \$dldir || mkdir -p \$dldir~
esorex-3.13.2+dfsg/configure-11164-      $install_prog $dir/$dlname \$dldir/$dlname'
esorex-3.13.2+dfsg/configure:11165:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure-11166-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-11173-    # Assume MSVC wrapper
esorex-3.13.2+dfsg/configure:11174:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
esorex-3.13.2+dfsg/configure-11175-    dynamic_linker='Win32 ld.exe'
##############################################
esorex-3.13.2+dfsg/configure-11190-  shlibpath_var=DYLD_LIBRARY_PATH
esorex-3.13.2+dfsg/configure:11191:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
esorex-3.13.2+dfsg/configure-11192-
##############################################
esorex-3.13.2+dfsg/configure-11443-  if test -f /etc/ld.so.conf; then
esorex-3.13.2+dfsg/configure:11444:    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' ' '`
esorex-3.13.2+dfsg/configure-11445-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
esorex-3.13.2+dfsg/configure-11497-  need_lib_prefix=no
esorex-3.13.2+dfsg/configure:11498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/configure-11499-    need_version=no
##############################################
esorex-3.13.2+dfsg/configure-11524-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
esorex-3.13.2+dfsg/configure:11525:  postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:11526:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/configure:11527:    dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-11528-    test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/configure-11533-    fi'
esorex-3.13.2+dfsg/configure:11534:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/configure-11535-    dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-13168-do :
esorex-3.13.2+dfsg/configure:13169:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-13170-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/configure-13172-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:13173:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-13174-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-13199-	     IFS=-.
esorex-3.13.2+dfsg/configure:13200:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
esorex-3.13.2+dfsg/configure-13201-	     IFS=$save_IFS
##############################################
esorex-3.13.2+dfsg/configure-13468-do :
esorex-3.13.2+dfsg/configure:13469:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-13470-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
esorex-3.13.2+dfsg/configure-13473-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:13474:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-13475-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-13483-do :
esorex-3.13.2+dfsg/configure:13484:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-13485-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/configure-13487-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:13488:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-13489-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-13500-do :
esorex-3.13.2+dfsg/configure:13501:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-13502-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/configure-13504-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:13505:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-13506-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-14188-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/configure:14189:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
esorex-3.13.2+dfsg/configure-14190-  fi
##############################################
esorex-3.13.2+dfsg/configure-14711-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/configure:14712:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
esorex-3.13.2+dfsg/configure-14713-  fi
##############################################
esorex-3.13.2+dfsg/configure-14815-  case $2 in
esorex-3.13.2+dfsg/configure:14816:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
esorex-3.13.2+dfsg/configure:14817:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
esorex-3.13.2+dfsg/configure-14818-  esac
##############################################
esorex-3.13.2+dfsg/configure-15095-    # gcc leaves a trailing carriage return, which upsets mingw
esorex-3.13.2+dfsg/configure:15096:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
esorex-3.13.2+dfsg/configure-15097-  *)
esorex-3.13.2+dfsg/configure:15098:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esorex-3.13.2+dfsg/configure-15099-  esac
##############################################
esorex-3.13.2+dfsg/configure-15104-      # Canonicalize the pathname of ld
esorex-3.13.2+dfsg/configure:15105:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
esorex-3.13.2+dfsg/configure-15106-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
esorex-3.13.2+dfsg/configure:15107:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
esorex-3.13.2+dfsg/configure-15108-      done
##############################################
esorex-3.13.2+dfsg/configure-15139-      # Break only if it was the GNU/non-GNU ld that we prefer.
esorex-3.13.2+dfsg/configure:15140:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/configure-15141-      *GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/configure-15170-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
esorex-3.13.2+dfsg/configure:15171:case `$LD -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/configure-15172-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/configure-15204-        # ancient GNU ld didn't support --whole-archive et. al.
esorex-3.13.2+dfsg/configure:15205:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
esorex-3.13.2+dfsg/configure-15206-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
esorex-3.13.2+dfsg/configure-15315-          # below for broken collect2 doesn't work under 4.3+
esorex-3.13.2+dfsg/configure:15316:	  collect2name=`$CC -print-prog-name=collect2`
esorex-3.13.2+dfsg/configure-15317-	  if test -f "$collect2name" &&
##############################################
esorex-3.13.2+dfsg/configure-15396-      }'
esorex-3.13.2+dfsg/configure:15397:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-15398-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/configure-15399-  if test -z "$lt_cv_aix_libpath__CXX"; then
esorex-3.13.2+dfsg/configure:15400:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-15401-  fi
##############################################
esorex-3.13.2+dfsg/configure-15415-
esorex-3.13.2+dfsg/configure:15416:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
esorex-3.13.2+dfsg/configure-15417-        else
##############################################
esorex-3.13.2+dfsg/configure-15450-      }'
esorex-3.13.2+dfsg/configure:15451:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-15452-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/configure-15453-  if test -z "$lt_cv_aix_libpath__CXX"; then
esorex-3.13.2+dfsg/configure:15454:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/configure-15455-  fi
##############################################
esorex-3.13.2+dfsg/configure-15482-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
esorex-3.13.2+dfsg/configure:15483:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
esorex-3.13.2+dfsg/configure-15484-	    if test svr4 != "$with_aix_soname"; then
##############################################
esorex-3.13.2+dfsg/configure-15535-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
esorex-3.13.2+dfsg/configure:15536:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/configure-15537-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
esorex-3.13.2+dfsg/configure-15577-	    # is; otherwise, prepend EXPORTS...
esorex-3.13.2+dfsg/configure:15578:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/configure-15579-              cp $export_symbols $output_objdir/$soname.def;
##############################################
esorex-3.13.2+dfsg/configure-15598-  if test yes = "$lt_cv_ld_force_load"; then
esorex-3.13.2+dfsg/configure:15599:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
esorex-3.13.2+dfsg/configure-15600-
##############################################
esorex-3.13.2+dfsg/configure-15643-	  prefix_cmds="$SED"~
esorex-3.13.2+dfsg/configure:15644:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/configure-15645-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/configure-15717-            # dependencies.
esorex-3.13.2+dfsg/configure:15718:            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"'
esorex-3.13.2+dfsg/configure-15719-            ;;
##############################################
esorex-3.13.2+dfsg/configure-15782-	    # dependencies.
esorex-3.13.2+dfsg/configure:15783:	    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"'
esorex-3.13.2+dfsg/configure-15784-	    ;;
##############################################
esorex-3.13.2+dfsg/configure-15818-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
esorex-3.13.2+dfsg/configure:15819:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
esorex-3.13.2+dfsg/configure:15820:	archive_expsym_cmds_CXX='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'
esorex-3.13.2+dfsg/configure-15821-	;;
##############################################
esorex-3.13.2+dfsg/configure-15825-	    # SGI C++
esorex-3.13.2+dfsg/configure:15826:	    archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-15827-
##############################################
esorex-3.13.2+dfsg/configure-15836-	      if test no = "$with_gnu_ld"; then
esorex-3.13.2+dfsg/configure:15837:	        archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-15838-	      else
esorex-3.13.2+dfsg/configure:15839:	        archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-15840-	      fi
##############################################
esorex-3.13.2+dfsg/configure-15857-	    # to its proper name (with version) after linking.
esorex-3.13.2+dfsg/configure:15858:	    archive_cmds_CXX='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'
esorex-3.13.2+dfsg/configure:15859:	    archive_expsym_cmds_CXX='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'
esorex-3.13.2+dfsg/configure-15860-	    # Commands to make compiler produce verbose output that lists
##############################################
esorex-3.13.2+dfsg/configure-15867-	    # dependencies.
esorex-3.13.2+dfsg/configure:15868:	    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"'
esorex-3.13.2+dfsg/configure-15869-
##############################################
esorex-3.13.2+dfsg/configure-15882-	    # earlier do not add the objects themselves.
esorex-3.13.2+dfsg/configure:15883:	    case `$CC -V 2>&1` in
esorex-3.13.2+dfsg/configure-15884-	      *"Version 7."*)
##############################################
esorex-3.13.2+dfsg/configure-15903-            # Portland Group C++ compiler
esorex-3.13.2+dfsg/configure:15904:	    case `$CC -V` in
esorex-3.13.2+dfsg/configure-15905-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
esorex-3.13.2+dfsg/configure-15908-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
esorex-3.13.2+dfsg/configure:15909:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
esorex-3.13.2+dfsg/configure-15910-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
esorex-3.13.2+dfsg/configure-15912-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
esorex-3.13.2+dfsg/configure:15913:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
esorex-3.13.2+dfsg/configure-15914-                $RANLIB $oldlib'
##############################################
esorex-3.13.2+dfsg/configure-15917-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
esorex-3.13.2+dfsg/configure:15918:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
esorex-3.13.2+dfsg/configure-15919-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
esorex-3.13.2+dfsg/configure-15921-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
esorex-3.13.2+dfsg/configure:15922:                $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'
esorex-3.13.2+dfsg/configure-15923-	      ;;
##############################################
esorex-3.13.2+dfsg/configure-15931-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
esorex-3.13.2+dfsg/configure:15932:	    whole_archive_flag_spec_CXX='$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'
esorex-3.13.2+dfsg/configure-15933-            ;;
##############################################
esorex-3.13.2+dfsg/configure-15950-	    # dependencies.
esorex-3.13.2+dfsg/configure:15951:	    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'
esorex-3.13.2+dfsg/configure-15952-	    ;;
##############################################
esorex-3.13.2+dfsg/configure-15965-	  *)
esorex-3.13.2+dfsg/configure:15966:	    case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/configure-15967-	    *Sun\ C*)
##############################################
esorex-3.13.2+dfsg/configure-15972-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
esorex-3.13.2+dfsg/configure:15973:	      whole_archive_flag_spec_CXX='$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'
esorex-3.13.2+dfsg/configure-15974-	      compiler_needs_object_CXX=yes
##############################################
esorex-3.13.2+dfsg/configure-16037-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
esorex-3.13.2+dfsg/configure:16038:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
esorex-3.13.2+dfsg/configure-16039-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
esorex-3.13.2+dfsg/configure-16056-	    # to its proper name (with version) after linking.
esorex-3.13.2+dfsg/configure:16057:	    archive_cmds_CXX='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'
esorex-3.13.2+dfsg/configure-16058-
##############################################
esorex-3.13.2+dfsg/configure-16077-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/configure:16078:	        archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-16079-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
esorex-3.13.2+dfsg/configure-16082-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
esorex-3.13.2+dfsg/configure:16083:	        archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure:16084:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
esorex-3.13.2+dfsg/configure-16085-                  echo "-hidden">> $lib.exp~
esorex-3.13.2+dfsg/configure:16086:                  $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~
esorex-3.13.2+dfsg/configure-16087-                  $RM $lib.exp'
##############################################
esorex-3.13.2+dfsg/configure-16101-	    # dependencies.
esorex-3.13.2+dfsg/configure:16102:	    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"'
esorex-3.13.2+dfsg/configure-16103-	    ;;
##############################################
esorex-3.13.2+dfsg/configure-16108-	        osf3*)
esorex-3.13.2+dfsg/configure:16109:	          archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-16110-		  ;;
esorex-3.13.2+dfsg/configure-16111-	        *)
esorex-3.13.2+dfsg/configure:16112:	          archive_cmds_CXX='$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'
esorex-3.13.2+dfsg/configure-16113-		  ;;
##############################################
esorex-3.13.2+dfsg/configure-16355-
esorex-3.13.2+dfsg/configure:16356:  for p in `eval "$output_verbose_link_cmd"`; do
esorex-3.13.2+dfsg/configure-16357-    case $prev$p in
##############################################
esorex-3.13.2+dfsg/configure-16458-if test -n "${compiler_lib_search_path_CXX}"; then
esorex-3.13.2+dfsg/configure:16459: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
esorex-3.13.2+dfsg/configure-16460-fi
##############################################
esorex-3.13.2+dfsg/configure-16705-	  *)
esorex-3.13.2+dfsg/configure:16706:	    case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/configure-16707-	    *Sun\ C*)
##############################################
esorex-3.13.2+dfsg/configure-17087-    else
esorex-3.13.2+dfsg/configure:17088:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
esorex-3.13.2+dfsg/configure-17089-    fi
##############################################
esorex-3.13.2+dfsg/configure-17389-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
esorex-3.13.2+dfsg/configure:17390:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
esorex-3.13.2+dfsg/configure-17391-    ;;
##############################################
esorex-3.13.2+dfsg/configure-17425-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/configure:17426:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:17427:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure:17428:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-17429-      test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/configure-17434-      fi'
esorex-3.13.2+dfsg/configure:17435:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure-17436-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-17442-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
esorex-3.13.2+dfsg/configure:17443:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-17444-
##############################################
esorex-3.13.2+dfsg/configure-17447-      # MinGW DLLs use traditional 'lib' prefix
esorex-3.13.2+dfsg/configure:17448:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-17449-      ;;
##############################################
esorex-3.13.2+dfsg/configure-17451-      # pw32 DLLs use 'pw' prefix rather than 'lib'
esorex-3.13.2+dfsg/configure:17452:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-17453-      ;;
##############################################
esorex-3.13.2+dfsg/configure-17460-    libname_spec='$name'
esorex-3.13.2+dfsg/configure:17461:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/configure-17462-    library_names_spec='$libname.dll.lib'
##############################################
esorex-3.13.2+dfsg/configure-17472-        # Let DOS variable expansion print the short 8.3 style file name.
esorex-3.13.2+dfsg/configure:17473:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
esorex-3.13.2+dfsg/configure-17474-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
esorex-3.13.2+dfsg/configure-17477-      # Convert to MSYS style.
esorex-3.13.2+dfsg/configure:17478:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
esorex-3.13.2+dfsg/configure-17479-      ;;
##############################################
esorex-3.13.2+dfsg/configure-17483-      # like /cygdrive/c/PROGRA~1:/cygdr...
esorex-3.13.2+dfsg/configure:17484:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
esorex-3.13.2+dfsg/configure:17485:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
esorex-3.13.2+dfsg/configure:17486:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/configure-17487-      ;;
##############################################
esorex-3.13.2+dfsg/configure-17491-        # It is most probably a Windows format PATH.
esorex-3.13.2+dfsg/configure:17492:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
esorex-3.13.2+dfsg/configure-17493-      else
esorex-3.13.2+dfsg/configure:17494:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/configure-17495-      fi
##############################################
esorex-3.13.2+dfsg/configure-17501-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/configure:17502:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:17503:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure:17504:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-17505-      test -d \$dldir || mkdir -p \$dldir~
esorex-3.13.2+dfsg/configure-17506-      $install_prog $dir/$dlname \$dldir/$dlname'
esorex-3.13.2+dfsg/configure:17507:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/configure-17508-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-17515-    # Assume MSVC wrapper
esorex-3.13.2+dfsg/configure:17516:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
esorex-3.13.2+dfsg/configure-17517-    dynamic_linker='Win32 ld.exe'
##############################################
esorex-3.13.2+dfsg/configure-17532-  shlibpath_var=DYLD_LIBRARY_PATH
esorex-3.13.2+dfsg/configure:17533:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
esorex-3.13.2+dfsg/configure-17534-
##############################################
esorex-3.13.2+dfsg/configure-17784-  if test -f /etc/ld.so.conf; then
esorex-3.13.2+dfsg/configure:17785:    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' ' '`
esorex-3.13.2+dfsg/configure-17786-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
esorex-3.13.2+dfsg/configure-17838-  need_lib_prefix=no
esorex-3.13.2+dfsg/configure:17839:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/configure-17840-    need_version=no
##############################################
esorex-3.13.2+dfsg/configure-17865-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
esorex-3.13.2+dfsg/configure:17866:  postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/configure:17867:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/configure:17868:    dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/configure-17869-    test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/configure-17874-    fi'
esorex-3.13.2+dfsg/configure:17875:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/configure-17876-    dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/configure-18279-
esorex-3.13.2+dfsg/configure:18280:                       try_compile="`$CC -std=c99 -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18281-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18301-
esorex-3.13.2+dfsg/configure:18302:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18303-        :
##############################################
esorex-3.13.2+dfsg/configure-18361-
esorex-3.13.2+dfsg/configure:18362:                       try_compile="`$CC -g3 -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18363-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18383-
esorex-3.13.2+dfsg/configure:18384:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18385-        :
##############################################
esorex-3.13.2+dfsg/configure-18422-
esorex-3.13.2+dfsg/configure:18423:                       try_compile="`$CC -ggdb -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18424-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18444-
esorex-3.13.2+dfsg/configure:18445:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18446-        :
##############################################
esorex-3.13.2+dfsg/configure-18472-
esorex-3.13.2+dfsg/configure:18473:                       try_compile="`$CC -O0 -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18474-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18494-
esorex-3.13.2+dfsg/configure:18495:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18496-        :
##############################################
esorex-3.13.2+dfsg/configure-18522-
esorex-3.13.2+dfsg/configure:18523:                       try_compile="`$CC -rdynamic -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18524-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18544-
esorex-3.13.2+dfsg/configure:18545:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18546-        :
##############################################
esorex-3.13.2+dfsg/configure-18572-
esorex-3.13.2+dfsg/configure:18573:                       try_compile="`$CC -Wall -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18574-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18594-
esorex-3.13.2+dfsg/configure:18595:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18596-        :
##############################################
esorex-3.13.2+dfsg/configure-18622-
esorex-3.13.2+dfsg/configure:18623:                       try_compile="`$CC -W -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18624-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18644-
esorex-3.13.2+dfsg/configure:18645:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18646-        :
##############################################
esorex-3.13.2+dfsg/configure-18716-
esorex-3.13.2+dfsg/configure:18717:                       try_compile="`$CC -std=c99 -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18718-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18738-
esorex-3.13.2+dfsg/configure:18739:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18740-        :
##############################################
esorex-3.13.2+dfsg/configure-18768-
esorex-3.13.2+dfsg/configure:18769:                       try_compile="`$CC -pedantic -c conftest.$ac_ext 2>&1`"
esorex-3.13.2+dfsg/configure-18770-                       if test -z "$try_compile"; then
##############################################
esorex-3.13.2+dfsg/configure-18790-
esorex-3.13.2+dfsg/configure:18791:    if eval "test \"`echo '$eso_cv_prog_cc_'$flag`\" = yes"; then
esorex-3.13.2+dfsg/configure-18792-        :
##############################################
esorex-3.13.2+dfsg/configure-19734-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
esorex-3.13.2+dfsg/configure:19735:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-19736-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
esorex-3.13.2+dfsg/configure-19766-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:19767:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-19768-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-19934-do :
esorex-3.13.2+dfsg/configure:19935:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
esorex-3.13.2+dfsg/configure-19936-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
esorex-3.13.2+dfsg/configure-19938-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/configure:19939:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/configure-19940-_ACEOF
##############################################
esorex-3.13.2+dfsg/configure-20683-            if test x$? = x0; then
esorex-3.13.2+dfsg/configure:20684:                cpl_cext_cflags="`$PKGCONFIG --cflags $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/configure:20685:                cpl_cext_ldflags="`$PKGCONFIG --libs-only-L $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/configure:20686:                cpl_cext_libs="`$PKGCONFIG --libs-only-l $cpl_cext_pkgconfig`"
esorex-3.13.2+dfsg/configure-20687-            fi
##############################################
esorex-3.13.2+dfsg/configure-20908-            if test x$? = x0; then
esorex-3.13.2+dfsg/configure:20909:                cpl_cflags="`$PKGCONFIG --cflags $cpl_pkgconfig`"
esorex-3.13.2+dfsg/configure:20910:                cpl_ldflags="`$PKGCONFIG --libs-only-L $cpl_pkgconfig`"
esorex-3.13.2+dfsg/configure:20911:                cpl_libs="`$PKGCONFIG --libs-only-l $cpl_pkgconfig`"
esorex-3.13.2+dfsg/configure-20912-            fi
##############################################
esorex-3.13.2+dfsg/configure-21450-    if test -z "$recipedir"; then
esorex-3.13.2+dfsg/configure:21451:        recipedir="`eval echo $libdir`"
esorex-3.13.2+dfsg/configure-21452-    fi
##############################################
esorex-3.13.2+dfsg/configure-21607-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
esorex-3.13.2+dfsg/configure:21608:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
esorex-3.13.2+dfsg/configure-21609-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
esorex-3.13.2+dfsg/configure-21661-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
esorex-3.13.2+dfsg/configure:21662:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
esorex-3.13.2+dfsg/configure-21663-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
esorex-3.13.2+dfsg/configure-21747-if test -z "$BASH_VERSION$ZSH_VERSION" \
esorex-3.13.2+dfsg/configure:21748:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/configure-21749-  as_echo='print -r --'
esorex-3.13.2+dfsg/configure-21750-  as_echo_n='print -rn --'
esorex-3.13.2+dfsg/configure:21751:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/configure-21752-  as_echo='printf %s\n'
##############################################
esorex-3.13.2+dfsg/configure-21754-else
esorex-3.13.2+dfsg/configure:21755:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
esorex-3.13.2+dfsg/configure-21756-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
esorex-3.13.2+dfsg/configure-21764-	expr "X$arg" : "X\\(.*\\)$as_nl";
esorex-3.13.2+dfsg/configure:21765:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esorex-3.13.2+dfsg/configure-21766-      esac;
##############################################
esorex-3.13.2+dfsg/configure-21841-# ----------------------------------------
esorex-3.13.2+dfsg/configure:21842:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
esorex-3.13.2+dfsg/configure-21843-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
esorex-3.13.2+dfsg/configure-21913-  {
esorex-3.13.2+dfsg/configure:21914:    as_val=`expr "$@" || test $? -eq 1`
esorex-3.13.2+dfsg/configure-21915-  }
##############################################
esorex-3.13.2+dfsg/configure-22017-      case $as_dir in #(
esorex-3.13.2+dfsg/configure:22018:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
esorex-3.13.2+dfsg/configure-22019-      *) as_qdir=$as_dir;;
##############################################
esorex-3.13.2+dfsg/configure-22152-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
esorex-3.13.2+dfsg/configure:22153:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
esorex-3.13.2+dfsg/configure-22154-ac_cs_version="\\
##############################################
esorex-3.13.2+dfsg/configure-22177-  --*=?*)
esorex-3.13.2+dfsg/configure:22178:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
esorex-3.13.2+dfsg/configure:22179:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
esorex-3.13.2+dfsg/configure-22180-    ac_shift=:
##############################################
esorex-3.13.2+dfsg/configure-22182-  --*=)
esorex-3.13.2+dfsg/configure:22183:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
esorex-3.13.2+dfsg/configure-22184-    ac_optarg=
##############################################
esorex-3.13.2+dfsg/configure-22206-    case $ac_optarg in
esorex-3.13.2+dfsg/configure:22207:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-22208-    '') as_fn_error $? "missing file argument" ;;
##############################################
esorex-3.13.2+dfsg/configure-22214-    case $ac_optarg in
esorex-3.13.2+dfsg/configure:22215:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-22216-    esac
##############################################
esorex-3.13.2+dfsg/configure-22283-delay_variable_subst='$delay_variable_subst'
esorex-3.13.2+dfsg/configure:22284:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22285:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22286:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22287:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22288:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22289:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22290:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22291:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22292:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22293:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22294:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22295:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22296:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22297:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22298:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22299:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22300:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22301:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22302:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22303:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22304:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22305:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22306:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22307:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22308:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22309:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22310:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22311:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22312:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22313:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22314:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22315:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22316:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22317:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22318:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22319:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22320:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22321:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22322:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22323:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22324:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22325:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22326:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22327:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22328:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22329:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22330:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22331:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22332:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22333:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22334:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22335:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22336:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22337:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22338:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22339:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22340:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22341:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22342: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"`'
esorex-3.13.2+dfsg/configure:22343:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22344:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22345:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22346:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22347:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22348:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22349:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22350:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22351:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22352:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22353:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22354:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22355:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22356:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22357:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22358:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22359:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22360:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22361:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22362:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22363:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22364:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22365:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22366:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22367:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22368:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22369:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22370:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22371:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22372:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22373:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22374:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22375:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22376:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22377:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22378:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22379:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22380:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22381:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22382:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22383:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22384:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22385:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22386:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22387:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22388:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22389:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22390:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22391:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22392:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22393:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22394:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22395:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22396:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22397:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22398:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22399:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22400:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22401:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22402:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22403:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22404:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22405:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22406:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22407:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22408:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22409:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22410:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22411:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22412:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22413:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22414:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22415:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22416:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22417:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22418:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22419:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22420:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22421:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22422:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22423:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22424:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22425:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22426:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22427:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22428:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22429:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22430:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22431:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22432:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22433:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22434:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22435:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22436:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22437:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22438:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22439:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22440:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22441:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22442:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22443:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22444:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22445:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22446:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22447:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22448:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22449:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22450:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22451:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22452:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22453:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22454:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22455:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22456:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22457:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22458:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22459:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22460:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22461:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22462:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22463:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22464:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22465:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22466:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22467:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22468:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22469:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22470:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22471:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure:22472:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/configure-22473-
##############################################
esorex-3.13.2+dfsg/configure-22585-compiler_lib_search_path_CXX; do
esorex-3.13.2+dfsg/configure:22586:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/configure-22587-    *[\\\\\\\`\\"\\\$]*)
esorex-3.13.2+dfsg/configure:22588:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/configure-22589-      ;;
##############################################
esorex-3.13.2+dfsg/configure-22627-postlink_cmds_CXX; do
esorex-3.13.2+dfsg/configure:22628:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/configure-22629-    *[\\\\\\\`\\"\\\$]*)
esorex-3.13.2+dfsg/configure:22630:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/configure-22631-      ;;
##############################################
esorex-3.13.2+dfsg/configure-22729-fi
esorex-3.13.2+dfsg/configure:22730:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
esorex-3.13.2+dfsg/configure-22731-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
esorex-3.13.2+dfsg/configure-22746-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
esorex-3.13.2+dfsg/configure:22747:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
esorex-3.13.2+dfsg/configure-22748-ac_delim='%!_!# '
##############################################
esorex-3.13.2+dfsg/configure-22752-
esorex-3.13.2+dfsg/configure:22753:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
esorex-3.13.2+dfsg/configure-22754-  if test $ac_delim_n = $ac_delim_num; then
##############################################
esorex-3.13.2+dfsg/configure-22890-for ac_last_try in false false :; do
esorex-3.13.2+dfsg/configure:22891:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
esorex-3.13.2+dfsg/configure-22892-  if test -z "$ac_tt"; then
##############################################
esorex-3.13.2+dfsg/configure-23022-      esac
esorex-3.13.2+dfsg/configure:23023:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
esorex-3.13.2+dfsg/configure-23024-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
esorex-3.13.2+dfsg/configure-23081-*)
esorex-3.13.2+dfsg/configure:23082:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
esorex-3.13.2+dfsg/configure-23083-  # A ".." for each directory in $ac_dir_suffix.
esorex-3.13.2+dfsg/configure:23084:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
esorex-3.13.2+dfsg/configure-23085-  case $ac_top_builddir_sub in
##############################################
esorex-3.13.2+dfsg/configure-23142-/@mandir@/p'
esorex-3.13.2+dfsg/configure:23143:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
esorex-3.13.2+dfsg/configure-23144-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
esorex-3.13.2+dfsg/configure-23159-
esorex-3.13.2+dfsg/configure:23160:# Neutralize VPATH when `$srcdir' = `.'.
esorex-3.13.2+dfsg/configure-23161-# Shell code in configure.ac might set extrasub.
##############################################
esorex-3.13.2+dfsg/configure-23187-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
esorex-3.13.2+dfsg/configure:23188:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
esorex-3.13.2+dfsg/configure-23189-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
esorex-3.13.2+dfsg/configure-23233-    * )
esorex-3.13.2+dfsg/configure:23234:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
esorex-3.13.2+dfsg/configure-23235-  esac
##############################################
esorex-3.13.2+dfsg/configure-23288-    # Strip MF so we end up with the name of the file.
esorex-3.13.2+dfsg/configure:23289:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
esorex-3.13.2+dfsg/configure-23290-    # Check whether this is an Automake generated Makefile which includes
##############################################
esorex-3.13.2+dfsg/configure-23854-    *:)
esorex-3.13.2+dfsg/configure:23855:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
esorex-3.13.2+dfsg/configure-23856-        ;;
esorex-3.13.2+dfsg/configure-23857-    x:*)
esorex-3.13.2+dfsg/configure:23858:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure-23859-        ;;
esorex-3.13.2+dfsg/configure-23860-    *::*)
esorex-3.13.2+dfsg/configure:23861:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure:23862:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
esorex-3.13.2+dfsg/configure-23863-        ;;
esorex-3.13.2+dfsg/configure-23864-    *)
esorex-3.13.2+dfsg/configure:23865:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/configure-23866-        ;;
##############################################
esorex-3.13.2+dfsg/configure-23881-    done
esorex-3.13.2+dfsg/configure:23882:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
esorex-3.13.2+dfsg/configure-23883-}
##############################################
esorex-3.13.2+dfsg/configure-24145-      case $ac_arg in
esorex-3.13.2+dfsg/configure:24146:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-24147-      esac
##############################################
esorex-3.13.2+dfsg/configure-24155-  case $ac_arg in
esorex-3.13.2+dfsg/configure:24156:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/configure-24157-  esac
##############################################
esorex-3.13.2+dfsg/configure-24184-*)
esorex-3.13.2+dfsg/configure:24185:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
esorex-3.13.2+dfsg/configure-24186-  # A ".." for each directory in $ac_dir_suffix.
esorex-3.13.2+dfsg/configure:24187:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
esorex-3.13.2+dfsg/configure-24188-  case $ac_top_builddir_sub in
##############################################
esorex-3.13.2+dfsg/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
esorex-3.13.2+dfsg/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
esorex-3.13.2+dfsg/aclocal.m4-94-# and then we would define $MISSING as
##############################################
esorex-3.13.2+dfsg/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
esorex-3.13.2+dfsg/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
esorex-3.13.2+dfsg/aclocal.m4-109-])
##############################################
esorex-3.13.2+dfsg/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
esorex-3.13.2+dfsg/aclocal.m4-207-  fi
##############################################
esorex-3.13.2+dfsg/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
esorex-3.13.2+dfsg/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
esorex-3.13.2+dfsg/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
esorex-3.13.2+dfsg/aclocal.m4-365-      || continue
esorex-3.13.2+dfsg/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
esorex-3.13.2+dfsg/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
esorex-3.13.2+dfsg/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
esorex-3.13.2+dfsg/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
esorex-3.13.2+dfsg/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
esorex-3.13.2+dfsg/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
esorex-3.13.2+dfsg/aclocal.m4-592-    * )
esorex-3.13.2+dfsg/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
esorex-3.13.2+dfsg/aclocal.m4-594-  esac
esorex-3.13.2+dfsg/aclocal.m4-595-done
esorex-3.13.2+dfsg/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
esorex-3.13.2+dfsg/aclocal.m4-597-
##############################################
esorex-3.13.2+dfsg/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
esorex-3.13.2+dfsg/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
esorex-3.13.2+dfsg/aclocal.m4-886-     if test "$[*]" = "X"; then
esorex-3.13.2+dfsg/aclocal.m4-887-	# -L didn't work.
esorex-3.13.2+dfsg/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
esorex-3.13.2+dfsg/aclocal.m4-889-     fi
##############################################
esorex-3.13.2+dfsg/Makefile.in-49-  { \
esorex-3.13.2+dfsg/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
esorex-3.13.2+dfsg/Makefile.in-51-  }; \
##############################################
esorex-3.13.2+dfsg/Makefile.in-191-  while test -n "$$dir1"; do \
esorex-3.13.2+dfsg/Makefile.in:192:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
esorex-3.13.2+dfsg/Makefile.in-193-    if test "$$first" != "."; then \
esorex-3.13.2+dfsg/Makefile.in-194-      if test "$$first" = ".."; then \
esorex-3.13.2+dfsg/Makefile.in:195:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
esorex-3.13.2+dfsg/Makefile.in:196:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
esorex-3.13.2+dfsg/Makefile.in-197-      else \
esorex-3.13.2+dfsg/Makefile.in:198:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
esorex-3.13.2+dfsg/Makefile.in-199-        if test "$$first2" = "$$first"; then \
esorex-3.13.2+dfsg/Makefile.in:200:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
esorex-3.13.2+dfsg/Makefile.in-201-        else \
##############################################
esorex-3.13.2+dfsg/Makefile.in-206-    fi; \
esorex-3.13.2+dfsg/Makefile.in:207:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
esorex-3.13.2+dfsg/Makefile.in-208-  done; \
##############################################
esorex-3.13.2+dfsg/Makefile.in-486-	dot_seen=no; \
esorex-3.13.2+dfsg/Makefile.in:487:	target=`echo $@ | sed s/-recursive//`; \
esorex-3.13.2+dfsg/Makefile.in-488-	case "$@" in \
##############################################
esorex-3.13.2+dfsg/Makefile.in-549-GTAGS:
esorex-3.13.2+dfsg/Makefile.in:550:	here=`$(am__cd) $(top_builddir) && pwd` \
esorex-3.13.2+dfsg/Makefile.in-551-	  && $(am__cd) $(top_srcdir) \
##############################################
esorex-3.13.2+dfsg/Makefile.in-585-	test -d "$(distdir)" || mkdir "$(distdir)"
esorex-3.13.2+dfsg/Makefile.in:586:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/Makefile.in:587:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/Makefile.in-588-	list='$(DISTFILES)'; \
##############################################
esorex-3.13.2+dfsg/Makefile.in-599-	  if test -d $$d/$$file; then \
esorex-3.13.2+dfsg/Makefile.in:600:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
esorex-3.13.2+dfsg/Makefile.in-601-	    if test -d "$(distdir)/$$file"; then \
##############################################
esorex-3.13.2+dfsg/Makefile.in-713-	test -d $(distdir)/_build || exit 0; \
esorex-3.13.2+dfsg/Makefile.in:714:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
esorex-3.13.2+dfsg/Makefile.in-715-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
esorex-3.13.2+dfsg/Makefile.in-757-	}; \
esorex-3.13.2+dfsg/Makefile.in:758:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
esorex-3.13.2+dfsg/Makefile.in-759-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
esorex-3.13.2+dfsg/Makefile.in-769-	fi
esorex-3.13.2+dfsg/Makefile.in:770:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
esorex-3.13.2+dfsg/Makefile.in-771-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
esorex-3.13.2+dfsg/Makefile.in-946-	  $(mkinstalldirs) $(DESTDIR)$(DOXYGEN_HTML_INSTDIR); \
esorex-3.13.2+dfsg/Makefile.in:947:	  list="`ls -1 $(DOXYGEN_HTML_DIR)`"; \
esorex-3.13.2+dfsg/Makefile.in-948-	  for p in $$list; do \
##############################################
esorex-3.13.2+dfsg/Makefile.in-961-	@if test -d $(DESTDIR)$(DOXYGEN_HTML_INSTDIR); then \
esorex-3.13.2+dfsg/Makefile.in:962:	  list="`ls -1 $(DESTDIR)$(DOXYGEN_HTML_INSTDIR)`"; \
esorex-3.13.2+dfsg/Makefile.in-963-	  for p in $$list; do \
##############################################
esorex-3.13.2+dfsg/Makefile.in-971-	dot_seen=no; \
esorex-3.13.2+dfsg/Makefile.in:972:	target=`echo $@ | sed s/-recursive//`; \
esorex-3.13.2+dfsg/Makefile.in-973-	list='$(DOXYGEN_SUBDIRS)'; \
##############################################
esorex-3.13.2+dfsg/libltdl/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
esorex-3.13.2+dfsg/libltdl/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/libltdl/configure-47-  as_echo='print -r --'
esorex-3.13.2+dfsg/libltdl/configure-48-  as_echo_n='print -rn --'
esorex-3.13.2+dfsg/libltdl/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/libltdl/configure-50-  as_echo='printf %s\n'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-52-else
esorex-3.13.2+dfsg/libltdl/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
esorex-3.13.2+dfsg/libltdl/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
esorex-3.13.2+dfsg/libltdl/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esorex-3.13.2+dfsg/libltdl/configure-64-      esac;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
esorex-3.13.2+dfsg/libltdl/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
esorex-3.13.2+dfsg/libltdl/configure-201-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
esorex-3.13.2+dfsg/libltdl/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
esorex-3.13.2+dfsg/libltdl/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
esorex-3.13.2+dfsg/libltdl/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-335-      case $as_dir in #(
esorex-3.13.2+dfsg/libltdl/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
esorex-3.13.2+dfsg/libltdl/configure-337-      *) as_qdir=$as_dir;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-408-  {
esorex-3.13.2+dfsg/libltdl/configure:409:    as_val=`expr "$@" || test $? -eq 1`
esorex-3.13.2+dfsg/libltdl/configure-410-  }
##############################################
esorex-3.13.2+dfsg/libltdl/configure-415-# ----------------------------------------
esorex-3.13.2+dfsg/libltdl/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
esorex-3.13.2+dfsg/libltdl/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
esorex-3.13.2+dfsg/libltdl/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
esorex-3.13.2+dfsg/libltdl/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
esorex-3.13.2+dfsg/libltdl/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-853-  case $ac_option in
esorex-3.13.2+dfsg/libltdl/configure:854:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
esorex-3.13.2+dfsg/libltdl/configure-855-  *=)   ac_optarg= ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-897-  -disable-* | --disable-*)
esorex-3.13.2+dfsg/libltdl/configure:898:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
esorex-3.13.2+dfsg/libltdl/configure-899-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-902-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/libltdl/configure:903:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/libltdl/configure-904-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-923-  -enable-* | --enable-*)
esorex-3.13.2+dfsg/libltdl/configure:924:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
esorex-3.13.2+dfsg/libltdl/configure-925-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-928-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/libltdl/configure:929:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/libltdl/configure-930-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1127-  -with-* | --with-*)
esorex-3.13.2+dfsg/libltdl/configure:1128:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
esorex-3.13.2+dfsg/libltdl/configure-1129-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1132-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/libltdl/configure:1133:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/libltdl/configure-1134-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1143-  -without-* | --without-*)
esorex-3.13.2+dfsg/libltdl/configure:1144:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
esorex-3.13.2+dfsg/libltdl/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1148-    ac_useropt_orig=$ac_useropt
esorex-3.13.2+dfsg/libltdl/configure:1149:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
esorex-3.13.2+dfsg/libltdl/configure-1150-    case $ac_user_opts in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1181-  *=*)
esorex-3.13.2+dfsg/libltdl/configure:1182:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
esorex-3.13.2+dfsg/libltdl/configure-1183-    # Reject names that are not valid shell variable names.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1202-if test -n "$ac_prev"; then
esorex-3.13.2+dfsg/libltdl/configure:1203:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
esorex-3.13.2+dfsg/libltdl/configure-1204-  as_fn_error $? "missing argument to $ac_option"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1224-    */ )
esorex-3.13.2+dfsg/libltdl/configure:1225:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
esorex-3.13.2+dfsg/libltdl/configure-1226-      eval $ac_var=\$ac_val;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1259-ac_ls_di=`ls -di .` &&
esorex-3.13.2+dfsg/libltdl/configure:1260:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
esorex-3.13.2+dfsg/libltdl/configure-1261-  as_fn_error $? "working directory cannot be determined"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1315-case $srcdir in
esorex-3.13.2+dfsg/libltdl/configure:1316:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
esorex-3.13.2+dfsg/libltdl/configure-1317-esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1358-By default, \`make install' will install all the files in
esorex-3.13.2+dfsg/libltdl/configure:1359:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
esorex-3.13.2+dfsg/libltdl/configure:1360:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
esorex-3.13.2+dfsg/libltdl/configure-1361-for instance \`--prefix=\$HOME'.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1465-*)
esorex-3.13.2+dfsg/libltdl/configure:1466:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
esorex-3.13.2+dfsg/libltdl/configure-1467-  # A ".." for each directory in $ac_dir_suffix.
esorex-3.13.2+dfsg/libltdl/configure:1468:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
esorex-3.13.2+dfsg/libltdl/configure-1469-  case $ac_top_builddir_sub in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1794-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
esorex-3.13.2+dfsg/libltdl/configure:1795:  as_decl_name=`echo $2|sed 's/ *(.*//'`
esorex-3.13.2+dfsg/libltdl/configure:1796:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
esorex-3.13.2+dfsg/libltdl/configure-1797-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
esorex-3.13.2+dfsg/libltdl/configure-1962-    *\'*)
esorex-3.13.2+dfsg/libltdl/configure:1963:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/libltdl/configure-1964-    esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2045-      case $ac_val in
esorex-3.13.2+dfsg/libltdl/configure:2046:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esorex-3.13.2+dfsg/libltdl/configure-2047-      esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2060-	case $ac_val in
esorex-3.13.2+dfsg/libltdl/configure:2061:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
esorex-3.13.2+dfsg/libltdl/configure-2062-	esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2180-    set,)
esorex-3.13.2+dfsg/libltdl/configure:2181:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
esorex-3.13.2+dfsg/libltdl/configure:2182:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
esorex-3.13.2+dfsg/libltdl/configure-2183-      ac_cache_corrupted=: ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2191-	# differences in whitespace do not lead to failure.
esorex-3.13.2+dfsg/libltdl/configure:2192:	ac_old_val_w=`echo x $ac_old_val`
esorex-3.13.2+dfsg/libltdl/configure:2193:	ac_new_val_w=`echo x $ac_new_val`
esorex-3.13.2+dfsg/libltdl/configure-2194-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2211-    case $ac_new_val in
esorex-3.13.2+dfsg/libltdl/configure:2212:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/libltdl/configure-2213-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2401-     echo "timestamp, slept: $am_has_slept" > conftest.file
esorex-3.13.2+dfsg/libltdl/configure:2402:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
esorex-3.13.2+dfsg/libltdl/configure-2403-     if test "$*" = "X"; then
esorex-3.13.2+dfsg/libltdl/configure-2404-	# -L didn't work.
esorex-3.13.2+dfsg/libltdl/configure:2405:	set X `ls -t "$srcdir/configure" conftest.file`
esorex-3.13.2+dfsg/libltdl/configure-2406-     fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2452-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
esorex-3.13.2+dfsg/libltdl/configure:2453:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
esorex-3.13.2+dfsg/libltdl/configure-2454-
esorex-3.13.2+dfsg/libltdl/configure-2455-# Expand $ac_aux_dir to an absolute path.
esorex-3.13.2+dfsg/libltdl/configure:2456:am_aux_dir=`cd "$ac_aux_dir" && pwd`
esorex-3.13.2+dfsg/libltdl/configure-2457-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2597-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
esorex-3.13.2+dfsg/libltdl/configure:2598:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
esorex-3.13.2+dfsg/libltdl/configure-2599-	     'mkdir (GNU coreutils) '* | \
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2670-set x ${MAKE-make}
esorex-3.13.2+dfsg/libltdl/configure:2671:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
esorex-3.13.2+dfsg/libltdl/configure-2672-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2680-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
esorex-3.13.2+dfsg/libltdl/configure:2681:case `${MAKE-make} -f conftest.make 2>/dev/null` in
esorex-3.13.2+dfsg/libltdl/configure-2682-  *@@@%%%=?*=@@@%%%*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2746-
esorex-3.13.2+dfsg/libltdl/configure:2747:if test "`cd $srcdir && pwd`" != "`pwd`"; then
esorex-3.13.2+dfsg/libltdl/configure-2748-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2947-test "x$ac_build_alias" = x &&
esorex-3.13.2+dfsg/libltdl/configure:2948:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
esorex-3.13.2+dfsg/libltdl/configure-2949-test "x$ac_build_alias" = x &&
esorex-3.13.2+dfsg/libltdl/configure-2950-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
esorex-3.13.2+dfsg/libltdl/configure:2951:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
esorex-3.13.2+dfsg/libltdl/configure-2952-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2971-IFS=$ac_save_IFS
esorex-3.13.2+dfsg/libltdl/configure:2972:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
esorex-3.13.2+dfsg/libltdl/configure-2973-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-2982-else
esorex-3.13.2+dfsg/libltdl/configure:2983:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
esorex-3.13.2+dfsg/libltdl/configure-2984-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3004-IFS=$ac_save_IFS
esorex-3.13.2+dfsg/libltdl/configure:3005:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
esorex-3.13.2+dfsg/libltdl/configure-3006-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3032-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
esorex-3.13.2+dfsg/libltdl/configure:3033:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/libltdl/configure-3034-  ECHO='print -r --'
esorex-3.13.2+dfsg/libltdl/configure:3035:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
esorex-3.13.2+dfsg/libltdl/configure-3036-  ECHO='printf %s\n'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3096-# Ignore all kinds of additional output from 'make'.
esorex-3.13.2+dfsg/libltdl/configure:3097:case `$am_make -s -f confmf 2> /dev/null` in #(
esorex-3.13.2+dfsg/libltdl/configure-3098-*the\ am__doit\ target*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3106-   echo '.include "confinc"' > confmf
esorex-3.13.2+dfsg/libltdl/configure:3107:   case `$am_make -s -f confmf 2> /dev/null` in #(
esorex-3.13.2+dfsg/libltdl/configure-3108-   *the\ am__doit\ target*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3485-$as_echo_n "checking whether the C compiler works... " >&6; }
esorex-3.13.2+dfsg/libltdl/configure:3486:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
esorex-3.13.2+dfsg/libltdl/configure-3487-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3529-	then :; else
esorex-3.13.2+dfsg/libltdl/configure:3530:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
esorex-3.13.2+dfsg/libltdl/configure-3531-	fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3589-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
esorex-3.13.2+dfsg/libltdl/configure:3590:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
esorex-3.13.2+dfsg/libltdl/configure-3591-	  break;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-3698-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
esorex-3.13.2+dfsg/libltdl/configure:3699:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
esorex-3.13.2+dfsg/libltdl/configure-3700-       break;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4016-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/libltdl/configure:4017:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
esorex-3.13.2+dfsg/libltdl/configure-4018-  fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4140-  # Check for GNU $ac_path_SED
esorex-3.13.2+dfsg/libltdl/configure:4141:case `"$ac_path_SED" --version 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-4142-*GNU*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4216-  # Check for GNU $ac_path_GREP
esorex-3.13.2+dfsg/libltdl/configure:4217:case `"$ac_path_GREP" --version 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-4218-*GNU*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4282-  # Check for GNU $ac_path_EGREP
esorex-3.13.2+dfsg/libltdl/configure:4283:case `"$ac_path_EGREP" --version 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-4284-*GNU*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4349-  # Check for GNU $ac_path_FGREP
esorex-3.13.2+dfsg/libltdl/configure:4350:case `"$ac_path_FGREP" --version 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-4351-*GNU*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4429-    # gcc leaves a trailing carriage return, which upsets mingw
esorex-3.13.2+dfsg/libltdl/configure:4430:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
esorex-3.13.2+dfsg/libltdl/configure-4431-  *)
esorex-3.13.2+dfsg/libltdl/configure:4432:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
esorex-3.13.2+dfsg/libltdl/configure-4433-  esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4438-      # Canonicalize the pathname of ld
esorex-3.13.2+dfsg/libltdl/configure:4439:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
esorex-3.13.2+dfsg/libltdl/configure-4440-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
esorex-3.13.2+dfsg/libltdl/configure:4441:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
esorex-3.13.2+dfsg/libltdl/configure-4442-      done
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4473-      # Break only if it was the GNU/non-GNU ld that we prefer.
esorex-3.13.2+dfsg/libltdl/configure:4474:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/libltdl/configure-4475-      *GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4504-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
esorex-3.13.2+dfsg/libltdl/configure:4505:case `$LD -v 2>&1 </dev/null` in
esorex-3.13.2+dfsg/libltdl/configure-4506-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4554-	esac
esorex-3.13.2+dfsg/libltdl/configure:4555:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/libltdl/configure-4556-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4560-	*)
esorex-3.13.2+dfsg/libltdl/configure:4561:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/libltdl/configure-4562-	  */dev/null*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4688-
esorex-3.13.2+dfsg/libltdl/configure:4689:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
esorex-3.13.2+dfsg/libltdl/configure-4690-    *COFF*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4800-    # And add a safety zone
esorex-3.13.2+dfsg/libltdl/configure:4801:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/libltdl/configure:4802:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/libltdl/configure-4803-    ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4833-    if test -n "$kargmax"; then
esorex-3.13.2+dfsg/libltdl/configure:4834:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
esorex-3.13.2+dfsg/libltdl/configure-4835-    else
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4842-       test undefined != "$lt_cv_sys_max_cmd_len"; then
esorex-3.13.2+dfsg/libltdl/configure:4843:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
esorex-3.13.2+dfsg/libltdl/configure:4844:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
esorex-3.13.2+dfsg/libltdl/configure-4845-    else
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4854-      # we can't tell.
esorex-3.13.2+dfsg/libltdl/configure:4855:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
esorex-3.13.2+dfsg/libltdl/configure-4856-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4858-      do
esorex-3.13.2+dfsg/libltdl/configure:4859:        i=`expr $i + 1`
esorex-3.13.2+dfsg/libltdl/configure-4860-        teststring=$teststring$teststring
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4862-      # Only check the string length outside the loop.
esorex-3.13.2+dfsg/libltdl/configure:4863:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
esorex-3.13.2+dfsg/libltdl/configure-4864-      teststring=
##############################################
esorex-3.13.2+dfsg/libltdl/configure-4867-      # linker.  It appears as though 1/2 is a usable value.
esorex-3.13.2+dfsg/libltdl/configure:4868:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
esorex-3.13.2+dfsg/libltdl/configure-4869-    fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-5275-openbsd* | bitrig*)
esorex-3.13.2+dfsg/libltdl/configure:5276:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/libltdl/configure-5277-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-5345-    else
esorex-3.13.2+dfsg/libltdl/configure:5346:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
esorex-3.13.2+dfsg/libltdl/configure-5347-    fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-5487-  # decide which one to use based on capabilities of $DLLTOOL
esorex-3.13.2+dfsg/libltdl/configure:5488:  case `$DLLTOOL --help 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-5489-  *--identify-strict*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6009-# If we're using GNU nm, then use its standard symbol codes.
esorex-3.13.2+dfsg/libltdl/configure:6010:case `$NM -V 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-6011-*GNU* | *'with BFD'*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6057-mingw*)
esorex-3.13.2+dfsg/libltdl/configure:6058:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
esorex-3.13.2+dfsg/libltdl/configure-6059-  ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6289-   if test yes = "$GCC"; then
esorex-3.13.2+dfsg/libltdl/configure:6290:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
esorex-3.13.2+dfsg/libltdl/configure-6291-   fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6293- /*)
esorex-3.13.2+dfsg/libltdl/configure:6294:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
esorex-3.13.2+dfsg/libltdl/configure-6295-   ;; #(
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6388-    done
esorex-3.13.2+dfsg/libltdl/configure:6389:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
esorex-3.13.2+dfsg/libltdl/configure-6390-}
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6410-  test $ac_status = 0; }; then
esorex-3.13.2+dfsg/libltdl/configure:6411:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6412-      *ELF-32*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6431-    if test yes = "$lt_cv_prog_gnu_ld"; then
esorex-3.13.2+dfsg/libltdl/configure:6432:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6433-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6443-    else
esorex-3.13.2+dfsg/libltdl/configure:6444:      case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6445-	*32-bit*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6469-    emul=elf
esorex-3.13.2+dfsg/libltdl/configure:6470:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6471-      *32-bit*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6477-    esac
esorex-3.13.2+dfsg/libltdl/configure:6478:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6479-      *MSB*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-6485-    esac
esorex-3.13.2+dfsg/libltdl/configure:6486:    case `/usr/bin/file conftest.$ac_objext` in
esorex-3.13.2+dfsg/libltdl/configure-6487-      *N32*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-7418-    *:)
esorex-3.13.2+dfsg/libltdl/configure:7419:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
esorex-3.13.2+dfsg/libltdl/configure-7420-        ;;
esorex-3.13.2+dfsg/libltdl/configure-7421-    x:*)
esorex-3.13.2+dfsg/libltdl/configure:7422:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure-7423-        ;;
esorex-3.13.2+dfsg/libltdl/configure-7424-    *::*)
esorex-3.13.2+dfsg/libltdl/configure:7425:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure:7426:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
esorex-3.13.2+dfsg/libltdl/configure-7427-        ;;
esorex-3.13.2+dfsg/libltdl/configure-7428-    *)
esorex-3.13.2+dfsg/libltdl/configure:7429:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure-7430-        ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-7687-do :
esorex-3.13.2+dfsg/libltdl/configure:7688:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
esorex-3.13.2+dfsg/libltdl/configure-7689-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
esorex-3.13.2+dfsg/libltdl/configure-7692-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/libltdl/configure:7693:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/libltdl/configure-7694-_ACEOF
##############################################
esorex-3.13.2+dfsg/libltdl/configure-8347-	"file_magic "*)
esorex-3.13.2+dfsg/libltdl/configure:8348:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
esorex-3.13.2+dfsg/libltdl/configure-8349-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
esorex-3.13.2+dfsg/libltdl/configure-8413-	"file_magic "*)
esorex-3.13.2+dfsg/libltdl/configure:8414:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
esorex-3.13.2+dfsg/libltdl/configure-8415-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
esorex-3.13.2+dfsg/libltdl/configure-8811-      *)
esorex-3.13.2+dfsg/libltdl/configure:8812:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/libltdl/configure-8813-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9257-	# shared libraries, regardless of the interface used.
esorex-3.13.2+dfsg/libltdl/configure:9258:	case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-9259-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9289-    supports_anon_versioning=no
esorex-3.13.2+dfsg/libltdl/configure:9290:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-9291-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9358-	# is; otherwise, prepend EXPORTS...
esorex-3.13.2+dfsg/libltdl/configure:9359:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/libltdl/configure-9360-          cp $export_symbols $output_objdir/$soname.def;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9392-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/libltdl/configure:9393:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/libltdl/configure-9394-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9414-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
esorex-3.13.2+dfsg/libltdl/configure:9415:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
esorex-3.13.2+dfsg/libltdl/configure:9416:      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'
esorex-3.13.2+dfsg/libltdl/configure-9417-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9432-        pgcc*)				# Portland Group C compiler
esorex-3.13.2+dfsg/libltdl/configure:9433:	  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'
esorex-3.13.2+dfsg/libltdl/configure-9434-	  tmp_addflag=' $pic_flag'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9437-					# Portland Group f77 and f90 compilers
esorex-3.13.2+dfsg/libltdl/configure:9438:	  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'
esorex-3.13.2+dfsg/libltdl/configure-9439-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9454-	nvcc*)	# Cuda Compiler Driver 2.2
esorex-3.13.2+dfsg/libltdl/configure:9455:	  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'
esorex-3.13.2+dfsg/libltdl/configure-9456-	  compiler_needs_object=yes
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9458-	esac
esorex-3.13.2+dfsg/libltdl/configure:9459:	case `$CC -V 2>&1 | sed 5q` in
esorex-3.13.2+dfsg/libltdl/configure-9460-	*Sun\ C*)			# Sun C 5.9
esorex-3.13.2+dfsg/libltdl/configure:9461:	  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'
esorex-3.13.2+dfsg/libltdl/configure-9462-	  compiler_needs_object=yes
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9529-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
esorex-3.13.2+dfsg/libltdl/configure:9530:      case `$LD -v 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-9531-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9618-	else
esorex-3.13.2+dfsg/libltdl/configure:9619:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
esorex-3.13.2+dfsg/libltdl/configure-9620-	fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9683-	# below for broken collect2 doesn't work under 4.3+
esorex-3.13.2+dfsg/libltdl/configure:9684:	  collect2name=`$CC -print-prog-name=collect2`
esorex-3.13.2+dfsg/libltdl/configure-9685-	  if test -f "$collect2name" &&
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9763-      }'
esorex-3.13.2+dfsg/libltdl/configure:9764:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/libltdl/configure-9765-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/libltdl/configure-9766-  if test -z "$lt_cv_aix_libpath_"; then
esorex-3.13.2+dfsg/libltdl/configure:9767:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/libltdl/configure-9768-  fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9781-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
esorex-3.13.2+dfsg/libltdl/configure:9782:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
esorex-3.13.2+dfsg/libltdl/configure-9783-      else
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9816-      }'
esorex-3.13.2+dfsg/libltdl/configure:9817:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/libltdl/configure-9818-  # Check for a 64-bit object if we didn't find anything.
esorex-3.13.2+dfsg/libltdl/configure-9819-  if test -z "$lt_cv_aix_libpath_"; then
esorex-3.13.2+dfsg/libltdl/configure:9820:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
esorex-3.13.2+dfsg/libltdl/configure-9821-  fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9848-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
esorex-3.13.2+dfsg/libltdl/configure:9849:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
esorex-3.13.2+dfsg/libltdl/configure-9850-	  if test svr4 != "$with_aix_soname"; then
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9901-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
esorex-3.13.2+dfsg/libltdl/configure:9902:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
esorex-3.13.2+dfsg/libltdl/configure-9903-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9939-	# FIXME: Setting linknames here is a bad hack.
esorex-3.13.2+dfsg/libltdl/configure:9940:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
esorex-3.13.2+dfsg/libltdl/configure-9941-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-9957-  if test yes = "$lt_cv_ld_force_load"; then
esorex-3.13.2+dfsg/libltdl/configure:9958:    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\"`'
esorex-3.13.2+dfsg/libltdl/configure-9959-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10137-      if test yes = "$GCC"; then
esorex-3.13.2+dfsg/libltdl/configure:10138:	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'
esorex-3.13.2+dfsg/libltdl/configure-10139-	# Try to use the -exported_symbol ld option, if it does not
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10165-	if test yes = "$lt_cv_irix_exported_symbol"; then
esorex-3.13.2+dfsg/libltdl/configure:10166:          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'
esorex-3.13.2+dfsg/libltdl/configure-10167-	fi
esorex-3.13.2+dfsg/libltdl/configure-10168-      else
esorex-3.13.2+dfsg/libltdl/configure:10169:	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'
esorex-3.13.2+dfsg/libltdl/configure:10170:	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'
esorex-3.13.2+dfsg/libltdl/configure-10171-      fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10215-	hardcode_direct_absolute=yes
esorex-3.13.2+dfsg/libltdl/configure:10216:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/libltdl/configure-10217-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10246-	prefix_cmds="$SED"~
esorex-3.13.2+dfsg/libltdl/configure:10247:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
esorex-3.13.2+dfsg/libltdl/configure-10248-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10260-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/libltdl/configure:10261:	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'
esorex-3.13.2+dfsg/libltdl/configure-10262-      else
esorex-3.13.2+dfsg/libltdl/configure-10263-	allow_undefined_flag=' -expect_unresolved \*'
esorex-3.13.2+dfsg/libltdl/configure:10264:	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'
esorex-3.13.2+dfsg/libltdl/configure-10265-      fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10273-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
esorex-3.13.2+dfsg/libltdl/configure:10274:	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'
esorex-3.13.2+dfsg/libltdl/configure-10275-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10277-	allow_undefined_flag=' -expect_unresolved \*'
esorex-3.13.2+dfsg/libltdl/configure:10278:	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'
esorex-3.13.2+dfsg/libltdl/configure:10279:	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~
esorex-3.13.2+dfsg/libltdl/configure:10280:          $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'
esorex-3.13.2+dfsg/libltdl/configure-10281-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10296-      else
esorex-3.13.2+dfsg/libltdl/configure:10297:	case `$CC -V 2>&1` in
esorex-3.13.2+dfsg/libltdl/configure-10298-	*"Compilers 5.0"*)
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10695-  esac
esorex-3.13.2+dfsg/libltdl/configure:10696:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
esorex-3.13.2+dfsg/libltdl/configure-10697-  case $lt_search_path_spec in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10702-    # okay in the real world where ";" in dirpaths is itself problematic.
esorex-3.13.2+dfsg/libltdl/configure:10703:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
esorex-3.13.2+dfsg/libltdl/configure-10704-    ;;
esorex-3.13.2+dfsg/libltdl/configure-10705-  *)
esorex-3.13.2+dfsg/libltdl/configure:10706:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/libltdl/configure-10707-    ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10711-  lt_tmp_lt_search_path_spec=
esorex-3.13.2+dfsg/libltdl/configure:10712:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
esorex-3.13.2+dfsg/libltdl/configure-10713-  # ...but if some path component already ends with the multilib dir we assume
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10753-  esac
esorex-3.13.2+dfsg/libltdl/configure:10754:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
esorex-3.13.2+dfsg/libltdl/configure-10755-else
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10893-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
esorex-3.13.2+dfsg/libltdl/configure:10894:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
esorex-3.13.2+dfsg/libltdl/configure-10895-    ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10929-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/libltdl/configure:10930:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/libltdl/configure:10931:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure:10932:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/libltdl/configure-10933-      test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10938-      fi'
esorex-3.13.2+dfsg/libltdl/configure:10939:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure-10940-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10946-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
esorex-3.13.2+dfsg/libltdl/configure:10947:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/libltdl/configure-10948-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10952-      # MinGW DLLs use traditional 'lib' prefix
esorex-3.13.2+dfsg/libltdl/configure:10953:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/libltdl/configure-10954-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10956-      # pw32 DLLs use 'pw' prefix rather than 'lib'
esorex-3.13.2+dfsg/libltdl/configure:10957:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/libltdl/configure-10958-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10965-    libname_spec='$name'
esorex-3.13.2+dfsg/libltdl/configure:10966:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
esorex-3.13.2+dfsg/libltdl/configure-10967-    library_names_spec='$libname.dll.lib'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10977-        # Let DOS variable expansion print the short 8.3 style file name.
esorex-3.13.2+dfsg/libltdl/configure:10978:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
esorex-3.13.2+dfsg/libltdl/configure-10979-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10982-      # Convert to MSYS style.
esorex-3.13.2+dfsg/libltdl/configure:10983:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
esorex-3.13.2+dfsg/libltdl/configure-10984-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10988-      # like /cygdrive/c/PROGRA~1:/cygdr...
esorex-3.13.2+dfsg/libltdl/configure:10989:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
esorex-3.13.2+dfsg/libltdl/configure:10990:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
esorex-3.13.2+dfsg/libltdl/configure:10991:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/libltdl/configure-10992-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-10996-        # It is most probably a Windows format PATH.
esorex-3.13.2+dfsg/libltdl/configure:10997:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
esorex-3.13.2+dfsg/libltdl/configure-10998-      else
esorex-3.13.2+dfsg/libltdl/configure:10999:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
esorex-3.13.2+dfsg/libltdl/configure-11000-      fi
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11006-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
esorex-3.13.2+dfsg/libltdl/configure:11007:    postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/libltdl/configure:11008:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure:11009:      dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/libltdl/configure-11010-      test -d \$dldir || mkdir -p \$dldir~
esorex-3.13.2+dfsg/libltdl/configure-11011-      $install_prog $dir/$dlname \$dldir/$dlname'
esorex-3.13.2+dfsg/libltdl/configure:11012:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure-11013-      dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11020-    # Assume MSVC wrapper
esorex-3.13.2+dfsg/libltdl/configure:11021:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
esorex-3.13.2+dfsg/libltdl/configure-11022-    dynamic_linker='Win32 ld.exe'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11037-  shlibpath_var=DYLD_LIBRARY_PATH
esorex-3.13.2+dfsg/libltdl/configure:11038:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
esorex-3.13.2+dfsg/libltdl/configure-11039-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11290-  if test -f /etc/ld.so.conf; then
esorex-3.13.2+dfsg/libltdl/configure:11291:    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' ' '`
esorex-3.13.2+dfsg/libltdl/configure-11292-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11344-  need_lib_prefix=no
esorex-3.13.2+dfsg/libltdl/configure:11345:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
esorex-3.13.2+dfsg/libltdl/configure-11346-    need_version=no
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11371-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
esorex-3.13.2+dfsg/libltdl/configure:11372:  postinstall_cmds='base_file=`basename \$file`~
esorex-3.13.2+dfsg/libltdl/configure:11373:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure:11374:    dldir=$destdir/`dirname \$dlpath`~
esorex-3.13.2+dfsg/libltdl/configure-11375-    test -d \$dldir || mkdir -p \$dldir~
##############################################
esorex-3.13.2+dfsg/libltdl/configure-11380-    fi'
esorex-3.13.2+dfsg/libltdl/configure:11381:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
esorex-3.13.2+dfsg/libltdl/configure-11382-    dlpath=$dir/\$dldll~
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13013-do :
esorex-3.13.2+dfsg/libltdl/configure:13014:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/libltdl/configure-13015-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13017-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/libltdl/configure:13018:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/libltdl/configure-13019-_ACEOF
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13046-	     IFS=-.
esorex-3.13.2+dfsg/libltdl/configure:13047:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
esorex-3.13.2+dfsg/libltdl/configure-13048-	     IFS=$save_IFS
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13146-do :
esorex-3.13.2+dfsg/libltdl/configure:13147:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
esorex-3.13.2+dfsg/libltdl/configure-13148-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13151-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/libltdl/configure:13152:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/libltdl/configure-13153-_ACEOF
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13161-do :
esorex-3.13.2+dfsg/libltdl/configure:13162:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/libltdl/configure-13163-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13165-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/libltdl/configure:13166:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/libltdl/configure-13167-_ACEOF
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13180-do :
esorex-3.13.2+dfsg/libltdl/configure:13181:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
esorex-3.13.2+dfsg/libltdl/configure-13182-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13184-  cat >>confdefs.h <<_ACEOF
esorex-3.13.2+dfsg/libltdl/configure:13185:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
esorex-3.13.2+dfsg/libltdl/configure-13186-_ACEOF
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13321-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
esorex-3.13.2+dfsg/libltdl/configure:13322:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
esorex-3.13.2+dfsg/libltdl/configure-13323-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13421-if test -z "$BASH_VERSION$ZSH_VERSION" \
esorex-3.13.2+dfsg/libltdl/configure:13422:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/libltdl/configure-13423-  as_echo='print -r --'
esorex-3.13.2+dfsg/libltdl/configure-13424-  as_echo_n='print -rn --'
esorex-3.13.2+dfsg/libltdl/configure:13425:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
esorex-3.13.2+dfsg/libltdl/configure-13426-  as_echo='printf %s\n'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13428-else
esorex-3.13.2+dfsg/libltdl/configure:13429:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
esorex-3.13.2+dfsg/libltdl/configure-13430-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13438-	expr "X$arg" : "X\\(.*\\)$as_nl";
esorex-3.13.2+dfsg/libltdl/configure:13439:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esorex-3.13.2+dfsg/libltdl/configure-13440-      esac;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13515-# ----------------------------------------
esorex-3.13.2+dfsg/libltdl/configure:13516:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
esorex-3.13.2+dfsg/libltdl/configure-13517-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13587-  {
esorex-3.13.2+dfsg/libltdl/configure:13588:    as_val=`expr "$@" || test $? -eq 1`
esorex-3.13.2+dfsg/libltdl/configure-13589-  }
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13691-      case $as_dir in #(
esorex-3.13.2+dfsg/libltdl/configure:13692:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
esorex-3.13.2+dfsg/libltdl/configure-13693-      *) as_qdir=$as_dir;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13826-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
esorex-3.13.2+dfsg/libltdl/configure:13827:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
esorex-3.13.2+dfsg/libltdl/configure-13828-ac_cs_version="\\
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13851-  --*=?*)
esorex-3.13.2+dfsg/libltdl/configure:13852:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
esorex-3.13.2+dfsg/libltdl/configure:13853:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
esorex-3.13.2+dfsg/libltdl/configure-13854-    ac_shift=:
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13856-  --*=)
esorex-3.13.2+dfsg/libltdl/configure:13857:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
esorex-3.13.2+dfsg/libltdl/configure-13858-    ac_optarg=
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13880-    case $ac_optarg in
esorex-3.13.2+dfsg/libltdl/configure:13881:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/libltdl/configure-13882-    '') as_fn_error $? "missing file argument" ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13888-    case $ac_optarg in
esorex-3.13.2+dfsg/libltdl/configure:13889:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esorex-3.13.2+dfsg/libltdl/configure-13890-    esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-13957-delay_variable_subst='$delay_variable_subst'
esorex-3.13.2+dfsg/libltdl/configure:13958:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13959:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13960:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13961:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13962:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13963:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13964:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13965:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13966:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13967:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13968:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13969:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13970:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13971:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13972:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13973:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13974:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13975:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13976:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13977:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13978:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13979:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13980:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13981:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13982:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13983:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13984:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13985:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13986:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13987:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13988:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13989:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13990:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13991:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13992:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13993:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13994:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13995:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13996:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13997:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13998:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:13999:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14000:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14001:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14002:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14003:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14004:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14005:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14006:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14007:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14008:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14009:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14010:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14011:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14012:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14013:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14014:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14015:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14016:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14017: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"`'
esorex-3.13.2+dfsg/libltdl/configure:14018:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14019:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14020:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14021:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14022:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14023:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14024:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14025:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14026:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14027:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14028:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14029:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14030:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14031:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14032:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14033:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14034:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14035:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14036:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14037:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14038:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14039:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14040:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14041:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14042:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14043:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14044:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14045:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14046:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14047:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14048:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14049:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14050:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14051:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14052:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14053:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14054:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14055:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14056:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14057:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14058:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14059:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14060:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14061:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14062:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14063:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14064:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14065:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14066:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14067:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14068:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14069:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14070:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14071:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14072:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14073:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14074:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14075:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14076:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14077:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14078:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14079:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14080:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14081:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14082:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14083:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14084:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14085:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14086:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14087:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14088:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14089:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14090:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14091:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14092:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure:14093:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
esorex-3.13.2+dfsg/libltdl/configure-14094-
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14176-striplib; do
esorex-3.13.2+dfsg/libltdl/configure:14177:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/libltdl/configure-14178-    *[\\\\\\\`\\"\\\$]*)
esorex-3.13.2+dfsg/libltdl/configure:14179:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/libltdl/configure-14180-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14207-configure_time_lt_sys_library_path; do
esorex-3.13.2+dfsg/libltdl/configure:14208:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
esorex-3.13.2+dfsg/libltdl/configure-14209-    *[\\\\\\\`\\"\\\$]*)
esorex-3.13.2+dfsg/libltdl/configure:14210:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
esorex-3.13.2+dfsg/libltdl/configure-14211-      ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14302-fi
esorex-3.13.2+dfsg/libltdl/configure:14303:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
esorex-3.13.2+dfsg/libltdl/configure-14304-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14319-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
esorex-3.13.2+dfsg/libltdl/configure:14320:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
esorex-3.13.2+dfsg/libltdl/configure-14321-ac_delim='%!_!# '
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14325-
esorex-3.13.2+dfsg/libltdl/configure:14326:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
esorex-3.13.2+dfsg/libltdl/configure-14327-  if test $ac_delim_n = $ac_delim_num; then
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14463-for ac_last_try in false false :; do
esorex-3.13.2+dfsg/libltdl/configure:14464:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
esorex-3.13.2+dfsg/libltdl/configure-14465-  if test -z "$ac_tt"; then
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14595-      esac
esorex-3.13.2+dfsg/libltdl/configure:14596:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
esorex-3.13.2+dfsg/libltdl/configure-14597-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14654-*)
esorex-3.13.2+dfsg/libltdl/configure:14655:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
esorex-3.13.2+dfsg/libltdl/configure-14656-  # A ".." for each directory in $ac_dir_suffix.
esorex-3.13.2+dfsg/libltdl/configure:14657:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
esorex-3.13.2+dfsg/libltdl/configure-14658-  case $ac_top_builddir_sub in
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14715-/@mandir@/p'
esorex-3.13.2+dfsg/libltdl/configure:14716:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
esorex-3.13.2+dfsg/libltdl/configure-14717-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14732-
esorex-3.13.2+dfsg/libltdl/configure:14733:# Neutralize VPATH when `$srcdir' = `.'.
esorex-3.13.2+dfsg/libltdl/configure-14734-# Shell code in configure.ac might set extrasub.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14760-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
esorex-3.13.2+dfsg/libltdl/configure:14761:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
esorex-3.13.2+dfsg/libltdl/configure-14762-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14806-    * )
esorex-3.13.2+dfsg/libltdl/configure:14807:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
esorex-3.13.2+dfsg/libltdl/configure-14808-  esac
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14853-    # Strip MF so we end up with the name of the file.
esorex-3.13.2+dfsg/libltdl/configure:14854:    mf=`echo "$mf" | sed -e 's/:.*$//'`
esorex-3.13.2+dfsg/libltdl/configure-14855-    # Check whether this is an Automake generated Makefile or not.
##############################################
esorex-3.13.2+dfsg/libltdl/configure-14890-    # from the Makefile without running 'make'.
esorex-3.13.2+dfsg/libltdl/configure:14891:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/configure-14892-    test -z "$DEPDIR" && continue
esorex-3.13.2+dfsg/libltdl/configure:14893:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/configure-14894-    test -z "$am__include" && continue
esorex-3.13.2+dfsg/libltdl/configure:14895:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/configure-14896-    # Find all dependency output files, they are included files with
##############################################
esorex-3.13.2+dfsg/libltdl/configure-15415-    *:)
esorex-3.13.2+dfsg/libltdl/configure:15416:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
esorex-3.13.2+dfsg/libltdl/configure-15417-        ;;
esorex-3.13.2+dfsg/libltdl/configure-15418-    x:*)
esorex-3.13.2+dfsg/libltdl/configure:15419:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure-15420-        ;;
esorex-3.13.2+dfsg/libltdl/configure-15421-    *::*)
esorex-3.13.2+dfsg/libltdl/configure:15422:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure:15423:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
esorex-3.13.2+dfsg/libltdl/configure-15424-        ;;
esorex-3.13.2+dfsg/libltdl/configure-15425-    *)
esorex-3.13.2+dfsg/libltdl/configure:15426:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
esorex-3.13.2+dfsg/libltdl/configure-15427-        ;;
##############################################
esorex-3.13.2+dfsg/libltdl/configure-15442-    done
esorex-3.13.2+dfsg/libltdl/configure:15443:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
esorex-3.13.2+dfsg/libltdl/configure-15444-}
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
esorex-3.13.2+dfsg/libltdl/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-94-# and then we would define $MISSING as
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
esorex-3.13.2+dfsg/libltdl/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-109-])
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
esorex-3.13.2+dfsg/libltdl/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-207-  fi
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
esorex-3.13.2+dfsg/libltdl/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
esorex-3.13.2+dfsg/libltdl/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-367-    else
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-371-    # from the Makefile without running 'make'.
esorex-3.13.2+dfsg/libltdl/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-373-    test -z "$DEPDIR" && continue
esorex-3.13.2+dfsg/libltdl/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-375-    test -z "$am__include" && continue
esorex-3.13.2+dfsg/libltdl/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-385-      test -f "$dirpart/$file" && continue
esorex-3.13.2+dfsg/libltdl/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
esorex-3.13.2+dfsg/libltdl/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
esorex-3.13.2+dfsg/libltdl/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-602-    * )
esorex-3.13.2+dfsg/libltdl/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
esorex-3.13.2+dfsg/libltdl/aclocal.m4-604-  esac
esorex-3.13.2+dfsg/libltdl/aclocal.m4-605-done
esorex-3.13.2+dfsg/libltdl/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
esorex-3.13.2+dfsg/libltdl/aclocal.m4-607-
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
esorex-3.13.2+dfsg/libltdl/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
esorex-3.13.2+dfsg/libltdl/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-683-   echo '.include "confinc"' > confmf
esorex-3.13.2+dfsg/libltdl/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
esorex-3.13.2+dfsg/libltdl/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
esorex-3.13.2+dfsg/libltdl/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
esorex-3.13.2+dfsg/libltdl/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-867-     if test "$[*]" = "X"; then
esorex-3.13.2+dfsg/libltdl/aclocal.m4-868-	# -L didn't work.
esorex-3.13.2+dfsg/libltdl/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
esorex-3.13.2+dfsg/libltdl/aclocal.m4-870-     fi
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-53-  { \
esorex-3.13.2+dfsg/libltdl/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-55-  }; \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-115-CONFIG_CLEAN_VPATH_FILES =
esorex-3.13.2+dfsg/libltdl/Makefile.in:116:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
esorex-3.13.2+dfsg/libltdl/Makefile.in-117-am__vpath_adj = case $$p in \
esorex-3.13.2+dfsg/libltdl/Makefile.in:118:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-119-    *) f=$$p;; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-120-  esac;
esorex-3.13.2+dfsg/libltdl/Makefile.in:121:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
esorex-3.13.2+dfsg/libltdl/Makefile.in-122-am__install_max = 40
esorex-3.13.2+dfsg/libltdl/Makefile.in-123-am__nobase_strip_setup = \
esorex-3.13.2+dfsg/libltdl/Makefile.in:124:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
esorex-3.13.2+dfsg/libltdl/Makefile.in-125-am__nobase_strip = \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-679-.c.o:
esorex-3.13.2+dfsg/libltdl/Makefile.in:680:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
esorex-3.13.2+dfsg/libltdl/Makefile.in-681-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-687-.c.obj:
esorex-3.13.2+dfsg/libltdl/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
esorex-3.13.2+dfsg/libltdl/Makefile.in:689:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
esorex-3.13.2+dfsg/libltdl/Makefile.in-690-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-692-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:693:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/libltdl/Makefile.in-694-
esorex-3.13.2+dfsg/libltdl/Makefile.in-695-.c.lo:
esorex-3.13.2+dfsg/libltdl/Makefile.in:696:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
esorex-3.13.2+dfsg/libltdl/Makefile.in-697-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-703-loaders/libltdl_la-preopen.lo: loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loaders/libltdl_la-preopen.lo -MD -MP -MF loaders/$(DEPDIR)/libltdl_la-preopen.Tpo -c -o loaders/libltdl_la-preopen.lo `test -f 'loaders/preopen.c' || echo '$(srcdir)/'`loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) loaders/$(DEPDIR)/libltdl_la-preopen.Tpo loaders/$(DEPDIR)/libltdl_la-preopen.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loaders/libltdl_la-preopen.lo `test -f 'loaders/preopen.c' || echo '$(srcdir)/'`loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-709-
esorex-3.13.2+dfsg/libltdl/Makefile.in-710-libltdl_la-lt__alloc.lo: lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdl_la-lt__alloc.lo -MD -MP -MF $(DEPDIR)/libltdl_la-lt__alloc.Tpo -c -o libltdl_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo '$(srcdir)/'`lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdl_la-lt__alloc.Tpo $(DEPDIR)/libltdl_la-lt__alloc.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdl_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo '$(srcdir)/'`lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-716-
esorex-3.13.2+dfsg/libltdl/Makefile.in-717-libltdl_la-lt_dlloader.lo: lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdl_la-lt_dlloader.lo -MD -MP -MF $(DEPDIR)/libltdl_la-lt_dlloader.Tpo -c -o libltdl_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo '$(srcdir)/'`lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdl_la-lt_dlloader.Tpo $(DEPDIR)/libltdl_la-lt_dlloader.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdl_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo '$(srcdir)/'`lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-723-
esorex-3.13.2+dfsg/libltdl/Makefile.in-724-libltdl_la-lt_error.lo: lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdl_la-lt_error.lo -MD -MP -MF $(DEPDIR)/libltdl_la-lt_error.Tpo -c -o libltdl_la-lt_error.lo `test -f 'lt_error.c' || echo '$(srcdir)/'`lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdl_la-lt_error.Tpo $(DEPDIR)/libltdl_la-lt_error.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdl_la-lt_error.lo `test -f 'lt_error.c' || echo '$(srcdir)/'`lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-730-
esorex-3.13.2+dfsg/libltdl/Makefile.in-731-libltdl_la-ltdl.lo: ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:732:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdl_la-ltdl.lo -MD -MP -MF $(DEPDIR)/libltdl_la-ltdl.Tpo -c -o libltdl_la-ltdl.lo `test -f 'ltdl.c' || echo '$(srcdir)/'`ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-733-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdl_la-ltdl.Tpo $(DEPDIR)/libltdl_la-ltdl.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:736:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdl_la-ltdl.lo `test -f 'ltdl.c' || echo '$(srcdir)/'`ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-737-
esorex-3.13.2+dfsg/libltdl/Makefile.in-738-libltdl_la-slist.lo: slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:739:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdl_la-slist.lo -MD -MP -MF $(DEPDIR)/libltdl_la-slist.Tpo -c -o libltdl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-740-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdl_la-slist.Tpo $(DEPDIR)/libltdl_la-slist.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:743:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-744-
esorex-3.13.2+dfsg/libltdl/Makefile.in-745-loaders/libltdlc_la-preopen.lo: loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:746:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loaders/libltdlc_la-preopen.lo -MD -MP -MF loaders/$(DEPDIR)/libltdlc_la-preopen.Tpo -c -o loaders/libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo '$(srcdir)/'`loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-747-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) loaders/$(DEPDIR)/libltdlc_la-preopen.Tpo loaders/$(DEPDIR)/libltdlc_la-preopen.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:750:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loaders/libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo '$(srcdir)/'`loaders/preopen.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-751-
esorex-3.13.2+dfsg/libltdl/Makefile.in-752-libltdlc_la-lt__alloc.lo: lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdlc_la-lt__alloc.lo -MD -MP -MF $(DEPDIR)/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo '$(srcdir)/'`lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdlc_la-lt__alloc.Tpo $(DEPDIR)/libltdlc_la-lt__alloc.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo '$(srcdir)/'`lt__alloc.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-758-
esorex-3.13.2+dfsg/libltdl/Makefile.in-759-libltdlc_la-lt_dlloader.lo: lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:760:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF $(DEPDIR)/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo '$(srcdir)/'`lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-761-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdlc_la-lt_dlloader.Tpo $(DEPDIR)/libltdlc_la-lt_dlloader.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:764:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo '$(srcdir)/'`lt_dlloader.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-765-
esorex-3.13.2+dfsg/libltdl/Makefile.in-766-libltdlc_la-lt_error.lo: lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:767:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdlc_la-lt_error.lo -MD -MP -MF $(DEPDIR)/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo '$(srcdir)/'`lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-768-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdlc_la-lt_error.Tpo $(DEPDIR)/libltdlc_la-lt_error.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo '$(srcdir)/'`lt_error.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-772-
esorex-3.13.2+dfsg/libltdl/Makefile.in-773-libltdlc_la-ltdl.lo: ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:774:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdlc_la-ltdl.lo -MD -MP -MF $(DEPDIR)/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo '$(srcdir)/'`ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-775-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdlc_la-ltdl.Tpo $(DEPDIR)/libltdlc_la-ltdl.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-777-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:778:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo '$(srcdir)/'`ltdl.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-779-
esorex-3.13.2+dfsg/libltdl/Makefile.in-780-libltdlc_la-slist.lo: slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in:781:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libltdlc_la-slist.lo -MD -MP -MF $(DEPDIR)/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-782-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libltdlc_la-slist.Tpo $(DEPDIR)/libltdlc_la-slist.Plo
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-784-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/libltdl/Makefile.in:785:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libltdlc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
esorex-3.13.2+dfsg/libltdl/Makefile.in-786-
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-814-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
esorex-3.13.2+dfsg/libltdl/Makefile.in:815:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-816-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-835-	@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
esorex-3.13.2+dfsg/libltdl/Makefile.in:836:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-837-	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-868-GTAGS:
esorex-3.13.2+dfsg/libltdl/Makefile.in:869:	here=`$(am__cd) $(top_builddir) && pwd` \
esorex-3.13.2+dfsg/libltdl/Makefile.in-870-	  && $(am__cd) $(top_srcdir) \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-900-	test -d "$(distdir)" || mkdir "$(distdir)"
esorex-3.13.2+dfsg/libltdl/Makefile.in:901:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in:902:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-903-	list='$(DISTFILES)'; \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-914-	  if test -d $$d/$$file; then \
esorex-3.13.2+dfsg/libltdl/Makefile.in:915:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
esorex-3.13.2+dfsg/libltdl/Makefile.in-916-	    if test -d "$(distdir)/$$file"; then \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-1000-	test -d $(distdir)/_build || exit 0; \
esorex-3.13.2+dfsg/libltdl/Makefile.in:1001:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
esorex-3.13.2+dfsg/libltdl/Makefile.in-1002-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-1044-	}; \
esorex-3.13.2+dfsg/libltdl/Makefile.in:1045:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
esorex-3.13.2+dfsg/libltdl/Makefile.in-1046-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
esorex-3.13.2+dfsg/libltdl/Makefile.in-1056-	fi
esorex-3.13.2+dfsg/libltdl/Makefile.in:1057:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
esorex-3.13.2+dfsg/libltdl/Makefile.in-1058-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-53-  { \
esorex-3.13.2+dfsg/src/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
esorex-3.13.2+dfsg/src/Makefile.in-55-  }; \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-215-  esac
esorex-3.13.2+dfsg/src/Makefile.in:216:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
esorex-3.13.2+dfsg/src/Makefile.in-217-am__vpath_adj = case $$p in \
esorex-3.13.2+dfsg/src/Makefile.in:218:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
esorex-3.13.2+dfsg/src/Makefile.in-219-    *) f=$$p;; \
esorex-3.13.2+dfsg/src/Makefile.in-220-  esac;
esorex-3.13.2+dfsg/src/Makefile.in:221:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
esorex-3.13.2+dfsg/src/Makefile.in-222-am__install_max = 40
esorex-3.13.2+dfsg/src/Makefile.in-223-am__nobase_strip_setup = \
esorex-3.13.2+dfsg/src/Makefile.in:224:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
esorex-3.13.2+dfsg/src/Makefile.in-225-am__nobase_strip = \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-281-  while test -n "$$dir1"; do \
esorex-3.13.2+dfsg/src/Makefile.in:282:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
esorex-3.13.2+dfsg/src/Makefile.in-283-    if test "$$first" != "."; then \
esorex-3.13.2+dfsg/src/Makefile.in-284-      if test "$$first" = ".."; then \
esorex-3.13.2+dfsg/src/Makefile.in:285:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
esorex-3.13.2+dfsg/src/Makefile.in:286:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
esorex-3.13.2+dfsg/src/Makefile.in-287-      else \
esorex-3.13.2+dfsg/src/Makefile.in:288:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
esorex-3.13.2+dfsg/src/Makefile.in-289-        if test "$$first2" = "$$first"; then \
esorex-3.13.2+dfsg/src/Makefile.in:290:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
esorex-3.13.2+dfsg/src/Makefile.in-291-        else \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-296-    fi; \
esorex-3.13.2+dfsg/src/Makefile.in:297:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
esorex-3.13.2+dfsg/src/Makefile.in-298-  done; \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-590-	test -n "$(EXEEXT)" || exit 0; \
esorex-3.13.2+dfsg/src/Makefile.in:591:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
esorex-3.13.2+dfsg/src/Makefile.in-592-	echo " rm -f" $$list; \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-647-.c.obj:
esorex-3.13.2+dfsg/src/Makefile.in:648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/Makefile.in-649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/src/Makefile.in:652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/Makefile.in-653-
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-668-.cpp.obj:
esorex-3.13.2+dfsg/src/Makefile.in:669:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/Makefile.in-670-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/src/Makefile.in:673:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/Makefile.in-674-
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-705-	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
esorex-3.13.2+dfsg/src/Makefile.in:706:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
esorex-3.13.2+dfsg/src/Makefile.in-707-	dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-722-	dot_seen=no; \
esorex-3.13.2+dfsg/src/Makefile.in:723:	target=`echo $@ | sed s/-recursive//`; \
esorex-3.13.2+dfsg/src/Makefile.in-724-	case "$@" in \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-785-GTAGS:
esorex-3.13.2+dfsg/src/Makefile.in:786:	here=`$(am__cd) $(top_builddir) && pwd` \
esorex-3.13.2+dfsg/src/Makefile.in-787-	  && $(am__cd) $(top_srcdir) \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-811-distdir-am: $(DISTFILES)
esorex-3.13.2+dfsg/src/Makefile.in:812:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/src/Makefile.in:813:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/src/Makefile.in-814-	list='$(DISTFILES)'; \
##############################################
esorex-3.13.2+dfsg/src/Makefile.in-825-	  if test -d $$d/$$file; then \
esorex-3.13.2+dfsg/src/Makefile.in:826:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
esorex-3.13.2+dfsg/src/Makefile.in-827-	    if test -d "$(distdir)/$$file"; then \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-50-  { \
esorex-3.13.2+dfsg/src/tests/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-52-  }; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-388-}
esorex-3.13.2+dfsg/src/tests/Makefile.in:389:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
esorex-3.13.2+dfsg/src/tests/Makefile.in-390-am__vpath_adj = case $$p in \
esorex-3.13.2+dfsg/src/tests/Makefile.in:391:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-392-    *) f=$$p;; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-393-  esac;
esorex-3.13.2+dfsg/src/tests/Makefile.in:394:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
esorex-3.13.2+dfsg/src/tests/Makefile.in-395-am__install_max = 40
esorex-3.13.2+dfsg/src/tests/Makefile.in-396-am__nobase_strip_setup = \
esorex-3.13.2+dfsg/src/tests/Makefile.in:397:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
esorex-3.13.2+dfsg/src/tests/Makefile.in-398-am__nobase_strip = \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-516-case "$@" in						\
esorex-3.13.2+dfsg/src/tests/Makefile.in:517:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
esorex-3.13.2+dfsg/src/tests/Makefile.in-518-    *) am__odir=.;; 					\
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-546-  bases='$(TEST_LOGS)'; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:547:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:548:  bases=`echo $$bases`
esorex-3.13.2+dfsg/src/tests/Makefile.in-549-RECHECK_LOGS = $(TEST_LOGS)
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-559-        */*) b='$*';; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:560:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-561-       esac;; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-848-	test -n "$(EXEEXT)" || exit 0; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:849:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-850-	echo " rm -f" $$list; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-943-.c.obj:
esorex-3.13.2+dfsg/src/tests/Makefile.in:944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/tests/Makefile.in-945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/src/tests/Makefile.in:948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
esorex-3.13.2+dfsg/src/tests/Makefile.in-949-
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-957-esorex_python_recipe_test-esorex_python_recipe-test.o: esorex_python_recipe-test.c
esorex-3.13.2+dfsg/src/tests/Makefile.in:958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(esorex_python_recipe_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT esorex_python_recipe_test-esorex_python_recipe-test.o -MD -MP -MF $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Tpo -c -o esorex_python_recipe_test-esorex_python_recipe-test.o `test -f 'esorex_python_recipe-test.c' || echo '$(srcdir)/'`esorex_python_recipe-test.c
esorex-3.13.2+dfsg/src/tests/Makefile.in-959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Tpo $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Po
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/src/tests/Makefile.in:962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(esorex_python_recipe_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o esorex_python_recipe_test-esorex_python_recipe-test.o `test -f 'esorex_python_recipe-test.c' || echo '$(srcdir)/'`esorex_python_recipe-test.c
esorex-3.13.2+dfsg/src/tests/Makefile.in-963-
esorex-3.13.2+dfsg/src/tests/Makefile.in-964-esorex_python_recipe_test-esorex_python_recipe-test.obj: esorex_python_recipe-test.c
esorex-3.13.2+dfsg/src/tests/Makefile.in:965:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(esorex_python_recipe_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT esorex_python_recipe_test-esorex_python_recipe-test.obj -MD -MP -MF $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Tpo -c -o esorex_python_recipe_test-esorex_python_recipe-test.obj `if test -f 'esorex_python_recipe-test.c'; then $(CYGPATH_W) 'esorex_python_recipe-test.c'; else $(CYGPATH_W) '$(srcdir)/esorex_python_recipe-test.c'; fi`
esorex-3.13.2+dfsg/src/tests/Makefile.in-966-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Tpo $(DEPDIR)/esorex_python_recipe_test-esorex_python_recipe-test.Po
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-968-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
esorex-3.13.2+dfsg/src/tests/Makefile.in:969:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(esorex_python_recipe_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o esorex_python_recipe_test-esorex_python_recipe-test.obj `if test -f 'esorex_python_recipe-test.c'; then $(CYGPATH_W) 'esorex_python_recipe-test.c'; else $(CYGPATH_W) '$(srcdir)/esorex_python_recipe-test.c'; fi`
esorex-3.13.2+dfsg/src/tests/Makefile.in-970-
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1006-GTAGS:
esorex-3.13.2+dfsg/src/tests/Makefile.in:1007:	here=`$(am__cd) $(top_builddir) && pwd` \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1008-	  && $(am__cd) $(top_srcdir) \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1049-	if test -n "$$redo_bases"; then \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1050:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1051:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1052-	  if $(am__make_dryrun); then :; else \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1074-	ws='[ 	]'; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1075:	results=`for b in $$bases; do echo $$b.trs; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1076-	test -n "$$results" || results=/dev/null; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1077:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1078:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1079:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1080:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1081:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1082:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1083:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1084:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1085-	  success=true; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1153-	@set +e; $(am__set_TESTS_bases); \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1154:	log_list=`for i in $$bases; do echo $$i.log; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1155:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1156:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1157-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1163-	         | $(am__list_recheck_tests)` || exit 1; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1164:	log_list=`for i in $$bases; do echo $$i.log; done`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1165:	log_list=`echo $$log_list`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1166-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1286-distdir-am: $(DISTFILES)
esorex-3.13.2+dfsg/src/tests/Makefile.in:1287:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1289-	list='$(DISTFILES)'; \
##############################################
esorex-3.13.2+dfsg/src/tests/Makefile.in-1300-	  if test -d $$d/$$file; then \
esorex-3.13.2+dfsg/src/tests/Makefile.in:1301:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
esorex-3.13.2+dfsg/src/tests/Makefile.in-1302-	    if test -d "$(distdir)/$$file"; then \
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-50-  { \
esorex-3.13.2+dfsg/etc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
esorex-3.13.2+dfsg/etc/Makefile.in-52-  }; \
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-126-  esac
esorex-3.13.2+dfsg/etc/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
esorex-3.13.2+dfsg/etc/Makefile.in-128-am__vpath_adj = case $$p in \
esorex-3.13.2+dfsg/etc/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
esorex-3.13.2+dfsg/etc/Makefile.in-130-    *) f=$$p;; \
esorex-3.13.2+dfsg/etc/Makefile.in-131-  esac;
esorex-3.13.2+dfsg/etc/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
esorex-3.13.2+dfsg/etc/Makefile.in-133-am__install_max = 40
esorex-3.13.2+dfsg/etc/Makefile.in-134-am__nobase_strip_setup = \
esorex-3.13.2+dfsg/etc/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
esorex-3.13.2+dfsg/etc/Makefile.in-136-am__nobase_strip = \
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-390-	@list='$(dist_bashcomp_DATA)'; test -n "$(bashcompdir)" || list=; \
esorex-3.13.2+dfsg/etc/Makefile.in:391:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
esorex-3.13.2+dfsg/etc/Makefile.in-392-	dir='$(DESTDIR)$(bashcompdir)'; $(am__uninstall_files_from_dir)
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-411-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
esorex-3.13.2+dfsg/etc/Makefile.in:412:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
esorex-3.13.2+dfsg/etc/Makefile.in-413-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-424-distdir-am: $(DISTFILES)
esorex-3.13.2+dfsg/etc/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/etc/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
esorex-3.13.2+dfsg/etc/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
esorex-3.13.2+dfsg/etc/Makefile.in-438-	  if test -d $$d/$$file; then \
esorex-3.13.2+dfsg/etc/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
esorex-3.13.2+dfsg/etc/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
esorex-3.13.2+dfsg/debian/missing-sources/jquery.js-6432-	} else {
esorex-3.13.2+dfsg/debian/missing-sources/jquery.js:6433:		jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) );
esorex-3.13.2+dfsg/debian/missing-sources/jquery.js-6434-	}
##############################################
esorex-3.13.2+dfsg/debian/patches/Set-the-default-plugin-path.patch-19-     if test -z "$recipedir"; then
esorex-3.13.2+dfsg/debian/patches/Set-the-default-plugin-path.patch:20:-        recipedir="`eval echo $libdir`"
esorex-3.13.2+dfsg/debian/patches/Set-the-default-plugin-path.patch:21:+       recipedir="`eval echo $libdir`/cpl/plugins"
esorex-3.13.2+dfsg/debian/patches/Set-the-default-plugin-path.patch-22-+       if test $libdir != "/usr/lib"; then
##############################################
esorex-3.13.2+dfsg/.pc/Set-the-default-plugin-path.patch/acinclude.m4-38-    if test -z "$recipedir"; then
esorex-3.13.2+dfsg/.pc/Set-the-default-plugin-path.patch/acinclude.m4:39:        recipedir="`eval echo $libdir`"
esorex-3.13.2+dfsg/.pc/Set-the-default-plugin-path.patch/acinclude.m4-40-    fi
##############################################
esorex-3.13.2+dfsg/acinclude.m4-38-    if test -z "$recipedir"; then
esorex-3.13.2+dfsg/acinclude.m4:39:       recipedir="`eval echo $libdir`/cpl/plugins"
esorex-3.13.2+dfsg/acinclude.m4-40-       if test $libdir != "/usr/lib"; then