===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xfsdump-3.1.9+0/config.guess-34-
xfsdump-3.1.9+0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
xfsdump-3.1.9+0/config.guess-36-
##############################################
xfsdump-3.1.9+0/config.guess-102-: ${TMPDIR=/tmp} ;
xfsdump-3.1.9+0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xfsdump-3.1.9+0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xfsdump-3.1.9+0/config.guess-151-	EOF
xfsdump-3.1.9+0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
xfsdump-3.1.9+0/config.guess-153-
##############################################
xfsdump-3.1.9+0/config.guess-188-	    earmv*)
xfsdump-3.1.9+0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
xfsdump-3.1.9+0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
xfsdump-3.1.9+0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
xfsdump-3.1.9+0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
xfsdump-3.1.9+0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
xfsdump-3.1.9+0/config.guess-222-		;;
##############################################
xfsdump-3.1.9+0/config.guess-233-	    *)
xfsdump-3.1.9+0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
xfsdump-3.1.9+0/config.guess-235-		;;
##############################################
xfsdump-3.1.9+0/config.guess-280-	*4.0)
xfsdump-3.1.9+0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xfsdump-3.1.9+0/config.guess-282-		;;
xfsdump-3.1.9+0/config.guess-283-	*5.*)
xfsdump-3.1.9+0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xfsdump-3.1.9+0/config.guess-285-		;;
##############################################
xfsdump-3.1.9+0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
xfsdump-3.1.9+0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xfsdump-3.1.9+0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
xfsdump-3.1.9+0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
xfsdump-3.1.9+0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
xfsdump-3.1.9+0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
xfsdump-3.1.9+0/config.guess-379-    s390x:SunOS:*:*)
xfsdump-3.1.9+0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-381-	exit ;;
xfsdump-3.1.9+0/config.guess-382-    sun4H:SunOS:5.*:*)
xfsdump-3.1.9+0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-384-	exit ;;
xfsdump-3.1.9+0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xfsdump-3.1.9+0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-387-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-404-	fi
xfsdump-3.1.9+0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-406-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
xfsdump-3.1.9+0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-412-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
xfsdump-3.1.9+0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
xfsdump-3.1.9+0/config.guess-421-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-425-    sun*:*:4.2BSD:*)
xfsdump-3.1.9+0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xfsdump-3.1.9+0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
xfsdump-3.1.9+0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
xfsdump-3.1.9+0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xfsdump-3.1.9+0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
xfsdump-3.1.9+0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xfsdump-3.1.9+0/config.guess-563-    *:IRIX*:*:*)
xfsdump-3.1.9+0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
xfsdump-3.1.9+0/config.guess-565-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-593-EOF
xfsdump-3.1.9+0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
xfsdump-3.1.9+0/config.guess-595-		then
##############################################
xfsdump-3.1.9+0/config.guess-606-    *:AIX:*:[4567])
xfsdump-3.1.9+0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xfsdump-3.1.9+0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
xfsdump-3.1.9+0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
xfsdump-3.1.9+0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xfsdump-3.1.9+0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
xfsdump-3.1.9+0/config.guess-696-EOF
xfsdump-3.1.9+0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
xfsdump-3.1.9+0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xfsdump-3.1.9+0/config.guess-724-    ia64:HP-UX:*:*)
xfsdump-3.1.9+0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
xfsdump-3.1.9+0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
xfsdump-3.1.9+0/config.guess-754-EOF
xfsdump-3.1.9+0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
xfsdump-3.1.9+0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xfsdump-3.1.9+0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xfsdump-3.1.9+0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
xfsdump-3.1.9+0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xfsdump-3.1.9+0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
xfsdump-3.1.9+0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
xfsdump-3.1.9+0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xfsdump-3.1.9+0/config.guess-850-	esac
xfsdump-3.1.9+0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xfsdump-3.1.9+0/config.guess-852-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-886-    prep*:SunOS:5.*:*)
xfsdump-3.1.9+0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
xfsdump-3.1.9+0/config.guess-888-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-890-	# the GNU system
xfsdump-3.1.9+0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
xfsdump-3.1.9+0/config.guess-892-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-894-	# other systems with GNU libc and userland
xfsdump-3.1.9+0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
xfsdump-3.1.9+0/config.guess-896-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-988-EOF
xfsdump-3.1.9+0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
xfsdump-3.1.9+0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
xfsdump-3.1.9+0/config.guess-1092-    i*86:*:4.*:*)
xfsdump-3.1.9+0/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
xfsdump-3.1.9+0/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xfsdump-3.1.9+0/config.guess-1295-	fi
xfsdump-3.1.9+0/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
xfsdump-3.1.9+0/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
xfsdump-3.1.9+0/config.guess-1393-    *:DragonFly:*:*)
xfsdump-3.1.9+0/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
xfsdump-3.1.9+0/config.guess-1395-	exit ;;
##############################################
xfsdump-3.1.9+0/config.guess-1406-    i*86:skyos:*:*)
xfsdump-3.1.9+0/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
xfsdump-3.1.9+0/config.guess-1408-	exit ;;
##############################################
xfsdump-3.1.9+0/config.sub-52-
xfsdump-3.1.9+0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
xfsdump-3.1.9+0/config.sub-54-
##############################################
xfsdump-3.1.9+0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
xfsdump-3.1.9+0/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xfsdump-3.1.9+0/config.sub-116-case $maybe_os in
##############################################
xfsdump-3.1.9+0/config.sub-122-    os=-$maybe_os
xfsdump-3.1.9+0/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xfsdump-3.1.9+0/config.sub-124-    ;;
##############################################
xfsdump-3.1.9+0/config.sub-126-    os=-linux-android
xfsdump-3.1.9+0/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
xfsdump-3.1.9+0/config.sub-128-    ;;
xfsdump-3.1.9+0/config.sub-129-  *)
xfsdump-3.1.9+0/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
xfsdump-3.1.9+0/config.sub-131-    if [ "$basic_machine" != "$1" ]
xfsdump-3.1.9+0/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
xfsdump-3.1.9+0/config.sub-133-    else os=; fi
##############################################
xfsdump-3.1.9+0/config.sub-180-		os=-sco5v6
xfsdump-3.1.9+0/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-182-		;;
##############################################
xfsdump-3.1.9+0/config.sub-184-		os=-sco3.2v5
xfsdump-3.1.9+0/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-186-		;;
##############################################
xfsdump-3.1.9+0/config.sub-188-		os=-sco3.2v4
xfsdump-3.1.9+0/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-190-		;;
xfsdump-3.1.9+0/config.sub-191-	-sco3.2.[4-9]*)
xfsdump-3.1.9+0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xfsdump-3.1.9+0/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-194-		;;
##############################################
xfsdump-3.1.9+0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
xfsdump-3.1.9+0/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-198-		;;
##############################################
xfsdump-3.1.9+0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
xfsdump-3.1.9+0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-202-		;;
##############################################
xfsdump-3.1.9+0/config.sub-204-		os=-sco3.2v2
xfsdump-3.1.9+0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-206-		;;
xfsdump-3.1.9+0/config.sub-207-	-udk*)
xfsdump-3.1.9+0/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-209-		;;
##############################################
xfsdump-3.1.9+0/config.sub-211-		os=-isc2.2
xfsdump-3.1.9+0/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-213-		;;
##############################################
xfsdump-3.1.9+0/config.sub-217-	-isc*)
xfsdump-3.1.9+0/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-219-		;;
##############################################
xfsdump-3.1.9+0/config.sub-229-	-ptx*)
xfsdump-3.1.9+0/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
xfsdump-3.1.9+0/config.sub-231-		;;
##############################################
xfsdump-3.1.9+0/config.sub-364-	*-*-*)
xfsdump-3.1.9+0/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xfsdump-3.1.9+0/config.sub-366-		exit 1
##############################################
xfsdump-3.1.9+0/config.sub-493-	amd64-*)
xfsdump-3.1.9+0/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-495-		;;
##############################################
xfsdump-3.1.9+0/config.sub-538-	blackfin-*)
xfsdump-3.1.9+0/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-540-		os=-linux
##############################################
xfsdump-3.1.9+0/config.sub-546-	c54x-*)
xfsdump-3.1.9+0/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-548-		;;
xfsdump-3.1.9+0/config.sub-549-	c55x-*)
xfsdump-3.1.9+0/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-551-		;;
xfsdump-3.1.9+0/config.sub-552-	c6x-*)
xfsdump-3.1.9+0/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-554-		;;
##############################################
xfsdump-3.1.9+0/config.sub-650-	e500v[12]-*)
xfsdump-3.1.9+0/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-652-		os=$os"spe"
##############################################
xfsdump-3.1.9+0/config.sub-754-	i*86v32)
xfsdump-3.1.9+0/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-756-		os=-sysv32
##############################################
xfsdump-3.1.9+0/config.sub-758-	i*86v4*)
xfsdump-3.1.9+0/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-760-		os=-sysv4
##############################################
xfsdump-3.1.9+0/config.sub-762-	i*86v)
xfsdump-3.1.9+0/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-764-		os=-sysv
##############################################
xfsdump-3.1.9+0/config.sub-766-	i*86sol2)
xfsdump-3.1.9+0/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
xfsdump-3.1.9+0/config.sub-768-		os=-solaris2
##############################################
xfsdump-3.1.9+0/config.sub-792-	leon-*|leon[3-9]-*)
xfsdump-3.1.9+0/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
xfsdump-3.1.9+0/config.sub-794-		;;
##############################################
xfsdump-3.1.9+0/config.sub-799-	m68knommu-*)
xfsdump-3.1.9+0/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-801-		os=-linux
##############################################
xfsdump-3.1.9+0/config.sub-833-	mips3*-*)
xfsdump-3.1.9+0/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
xfsdump-3.1.9+0/config.sub-835-		;;
xfsdump-3.1.9+0/config.sub-836-	mips3*)
xfsdump-3.1.9+0/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
xfsdump-3.1.9+0/config.sub-838-		;;
##############################################
xfsdump-3.1.9+0/config.sub-855-	ms1-*)
xfsdump-3.1.9+0/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
xfsdump-3.1.9+0/config.sub-857-		;;
##############################################
xfsdump-3.1.9+0/config.sub-980-	parisc-*)
xfsdump-3.1.9+0/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-982-		os=-linux
##############################################
xfsdump-3.1.9+0/config.sub-996-	pc98-*)
xfsdump-3.1.9+0/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-998-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xfsdump-3.1.9+0/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1013-		;;
xfsdump-3.1.9+0/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xfsdump-3.1.9+0/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1016-		;;
xfsdump-3.1.9+0/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xfsdump-3.1.9+0/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1019-		;;
xfsdump-3.1.9+0/config.sub-1020-	pentium4-*)
xfsdump-3.1.9+0/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1022-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1030-	ppc-* | ppcbe-*)
xfsdump-3.1.9+0/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1032-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1036-	ppcle-* | powerpclittle-*)
xfsdump-3.1.9+0/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1038-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1040-		;;
xfsdump-3.1.9+0/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1042-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1046-	ppc64le-* | powerpc64little-*)
xfsdump-3.1.9+0/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1048-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1122-	strongarm-* | thumb-*)
xfsdump-3.1.9+0/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
xfsdump-3.1.9+0/config.sub-1124-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1255-	xscale-* | xscalee[bl]-*)
xfsdump-3.1.9+0/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
xfsdump-3.1.9+0/config.sub-1257-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1317-	*)
xfsdump-3.1.9+0/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
xfsdump-3.1.9+0/config.sub-1319-		exit 1
##############################################
xfsdump-3.1.9+0/config.sub-1325-	*-digital*)
xfsdump-3.1.9+0/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
xfsdump-3.1.9+0/config.sub-1327-		;;
xfsdump-3.1.9+0/config.sub-1328-	*-commodore*)
xfsdump-3.1.9+0/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
xfsdump-3.1.9+0/config.sub-1330-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1346-	-solaris1 | -solaris1.*)
xfsdump-3.1.9+0/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xfsdump-3.1.9+0/config.sub-1348-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1355-	-gnu/linux*)
xfsdump-3.1.9+0/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xfsdump-3.1.9+0/config.sub-1357-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1407-	-nto*)
xfsdump-3.1.9+0/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xfsdump-3.1.9+0/config.sub-1409-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1414-	-mac*)
xfsdump-3.1.9+0/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
xfsdump-3.1.9+0/config.sub-1416-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1420-	-linux*)
xfsdump-3.1.9+0/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xfsdump-3.1.9+0/config.sub-1422-		;;
xfsdump-3.1.9+0/config.sub-1423-	-sunos5*)
xfsdump-3.1.9+0/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
xfsdump-3.1.9+0/config.sub-1425-		;;
xfsdump-3.1.9+0/config.sub-1426-	-sunos6*)
xfsdump-3.1.9+0/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
xfsdump-3.1.9+0/config.sub-1428-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1469-	-sinix5.*)
xfsdump-3.1.9+0/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
xfsdump-3.1.9+0/config.sub-1471-		;;
##############################################
xfsdump-3.1.9+0/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
xfsdump-3.1.9+0/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
xfsdump-3.1.9+0/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
xfsdump-3.1.9+0/config.sub-1531-		exit 1
##############################################
xfsdump-3.1.9+0/config.sub-1788-		esac
xfsdump-3.1.9+0/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
xfsdump-3.1.9+0/config.sub-1790-		;;
##############################################
xfsdump-3.1.9+0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
xfsdump-3.1.9+0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xfsdump-3.1.9+0/configure-45-  as_echo='print -r --'
xfsdump-3.1.9+0/configure-46-  as_echo_n='print -rn --'
xfsdump-3.1.9+0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xfsdump-3.1.9+0/configure-48-  as_echo='printf %s\n'
##############################################
xfsdump-3.1.9+0/configure-50-else
xfsdump-3.1.9+0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xfsdump-3.1.9+0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xfsdump-3.1.9+0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
xfsdump-3.1.9+0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xfsdump-3.1.9+0/configure-62-      esac;
##############################################
xfsdump-3.1.9+0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
xfsdump-3.1.9+0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
xfsdump-3.1.9+0/configure-199-
##############################################
xfsdump-3.1.9+0/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
xfsdump-3.1.9+0/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
xfsdump-3.1.9+0/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
xfsdump-3.1.9+0/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
xfsdump-3.1.9+0/configure-332-      case $as_dir in #(
xfsdump-3.1.9+0/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xfsdump-3.1.9+0/configure-334-      *) as_qdir=$as_dir;;
##############################################
xfsdump-3.1.9+0/configure-405-  {
xfsdump-3.1.9+0/configure:406:    as_val=`expr "$@" || test $? -eq 1`
xfsdump-3.1.9+0/configure-407-  }
##############################################
xfsdump-3.1.9+0/configure-412-# ----------------------------------------
xfsdump-3.1.9+0/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xfsdump-3.1.9+0/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xfsdump-3.1.9+0/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
xfsdump-3.1.9+0/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
xfsdump-3.1.9+0/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
xfsdump-3.1.9+0/configure-851-  case $ac_option in
xfsdump-3.1.9+0/configure:852:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xfsdump-3.1.9+0/configure-853-  *=)   ac_optarg= ;;
##############################################
xfsdump-3.1.9+0/configure-895-  -disable-* | --disable-*)
xfsdump-3.1.9+0/configure:896:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xfsdump-3.1.9+0/configure-897-    # Reject names that are not valid shell variable names.
##############################################
xfsdump-3.1.9+0/configure-900-    ac_useropt_orig=$ac_useropt
xfsdump-3.1.9+0/configure:901:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xfsdump-3.1.9+0/configure-902-    case $ac_user_opts in
##############################################
xfsdump-3.1.9+0/configure-921-  -enable-* | --enable-*)
xfsdump-3.1.9+0/configure:922:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xfsdump-3.1.9+0/configure-923-    # Reject names that are not valid shell variable names.
##############################################
xfsdump-3.1.9+0/configure-926-    ac_useropt_orig=$ac_useropt
xfsdump-3.1.9+0/configure:927:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xfsdump-3.1.9+0/configure-928-    case $ac_user_opts in
##############################################
xfsdump-3.1.9+0/configure-1134-  -with-* | --with-*)
xfsdump-3.1.9+0/configure:1135:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xfsdump-3.1.9+0/configure-1136-    # Reject names that are not valid shell variable names.
##############################################
xfsdump-3.1.9+0/configure-1139-    ac_useropt_orig=$ac_useropt
xfsdump-3.1.9+0/configure:1140:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xfsdump-3.1.9+0/configure-1141-    case $ac_user_opts in
##############################################
xfsdump-3.1.9+0/configure-1150-  -without-* | --without-*)
xfsdump-3.1.9+0/configure:1151:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xfsdump-3.1.9+0/configure-1152-    # Reject names that are not valid shell variable names.
##############################################
xfsdump-3.1.9+0/configure-1155-    ac_useropt_orig=$ac_useropt
xfsdump-3.1.9+0/configure:1156:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xfsdump-3.1.9+0/configure-1157-    case $ac_user_opts in
##############################################
xfsdump-3.1.9+0/configure-1188-  *=*)
xfsdump-3.1.9+0/configure:1189:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xfsdump-3.1.9+0/configure-1190-    # Reject names that are not valid shell variable names.
##############################################
xfsdump-3.1.9+0/configure-1209-if test -n "$ac_prev"; then
xfsdump-3.1.9+0/configure:1210:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xfsdump-3.1.9+0/configure-1211-  as_fn_error $? "missing argument to $ac_option"
##############################################
xfsdump-3.1.9+0/configure-1231-    */ )
xfsdump-3.1.9+0/configure:1232:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xfsdump-3.1.9+0/configure-1233-      eval $ac_var=\$ac_val;;
##############################################
xfsdump-3.1.9+0/configure-1266-ac_ls_di=`ls -di .` &&
xfsdump-3.1.9+0/configure:1267:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xfsdump-3.1.9+0/configure-1268-  as_fn_error $? "working directory cannot be determined"
##############################################
xfsdump-3.1.9+0/configure-1322-case $srcdir in
xfsdump-3.1.9+0/configure:1323:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xfsdump-3.1.9+0/configure-1324-esac
##############################################
xfsdump-3.1.9+0/configure-1365-By default, \`make install' will install all the files in
xfsdump-3.1.9+0/configure:1366:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xfsdump-3.1.9+0/configure:1367:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xfsdump-3.1.9+0/configure-1368-for instance \`--prefix=\$HOME'.
##############################################
xfsdump-3.1.9+0/configure-1465-*)
xfsdump-3.1.9+0/configure:1466:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xfsdump-3.1.9+0/configure-1467-  # A ".." for each directory in $ac_dir_suffix.
xfsdump-3.1.9+0/configure:1468:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xfsdump-3.1.9+0/configure-1469-  case $ac_top_builddir_sub in
##############################################
xfsdump-3.1.9+0/configure-1949-    *\'*)
xfsdump-3.1.9+0/configure:1950:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xfsdump-3.1.9+0/configure-1951-    esac
##############################################
xfsdump-3.1.9+0/configure-2032-      case $ac_val in
xfsdump-3.1.9+0/configure:2033:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xfsdump-3.1.9+0/configure-2034-      esac
##############################################
xfsdump-3.1.9+0/configure-2047-	case $ac_val in
xfsdump-3.1.9+0/configure:2048:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xfsdump-3.1.9+0/configure-2049-	esac
##############################################
xfsdump-3.1.9+0/configure-2167-    set,)
xfsdump-3.1.9+0/configure:2168:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xfsdump-3.1.9+0/configure:2169:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xfsdump-3.1.9+0/configure-2170-      ac_cache_corrupted=: ;;
##############################################
xfsdump-3.1.9+0/configure-2178-	# differences in whitespace do not lead to failure.
xfsdump-3.1.9+0/configure:2179:	ac_old_val_w=`echo x $ac_old_val`
xfsdump-3.1.9+0/configure:2180:	ac_new_val_w=`echo x $ac_new_val`
xfsdump-3.1.9+0/configure-2181-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xfsdump-3.1.9+0/configure-2198-    case $ac_new_val in
xfsdump-3.1.9+0/configure:2199:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xfsdump-3.1.9+0/configure-2200-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xfsdump-3.1.9+0/configure-2607-$as_echo_n "checking whether the C compiler works... " >&6; }
xfsdump-3.1.9+0/configure:2608:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xfsdump-3.1.9+0/configure-2609-
##############################################
xfsdump-3.1.9+0/configure-2651-	then :; else
xfsdump-3.1.9+0/configure:2652:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xfsdump-3.1.9+0/configure-2653-	fi
##############################################
xfsdump-3.1.9+0/configure-2711-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xfsdump-3.1.9+0/configure:2712:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xfsdump-3.1.9+0/configure-2713-	  break;;
##############################################
xfsdump-3.1.9+0/configure-2820-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xfsdump-3.1.9+0/configure:2821:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xfsdump-3.1.9+0/configure-2822-       break;;
##############################################
xfsdump-3.1.9+0/configure-3288-test "x$ac_build_alias" = x &&
xfsdump-3.1.9+0/configure:3289:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xfsdump-3.1.9+0/configure-3290-test "x$ac_build_alias" = x &&
xfsdump-3.1.9+0/configure-3291-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
xfsdump-3.1.9+0/configure:3292:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xfsdump-3.1.9+0/configure-3293-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
xfsdump-3.1.9+0/configure-3312-IFS=$ac_save_IFS
xfsdump-3.1.9+0/configure:3313:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xfsdump-3.1.9+0/configure-3314-
##############################################
xfsdump-3.1.9+0/configure-3323-else
xfsdump-3.1.9+0/configure:3324:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xfsdump-3.1.9+0/configure-3325-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
xfsdump-3.1.9+0/configure-3345-IFS=$ac_save_IFS
xfsdump-3.1.9+0/configure:3346:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xfsdump-3.1.9+0/configure-3347-
##############################################
xfsdump-3.1.9+0/configure-3373-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xfsdump-3.1.9+0/configure:3374:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xfsdump-3.1.9+0/configure-3375-  ECHO='print -r --'
xfsdump-3.1.9+0/configure:3376:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xfsdump-3.1.9+0/configure-3377-  ECHO='printf %s\n'
##############################################
xfsdump-3.1.9+0/configure-3442-  # Check for GNU $ac_path_SED
xfsdump-3.1.9+0/configure:3443:case `"$ac_path_SED" --version 2>&1` in
xfsdump-3.1.9+0/configure-3444-*GNU*)
##############################################
xfsdump-3.1.9+0/configure-3518-  # Check for GNU $ac_path_GREP
xfsdump-3.1.9+0/configure:3519:case `"$ac_path_GREP" --version 2>&1` in
xfsdump-3.1.9+0/configure-3520-*GNU*)
##############################################
xfsdump-3.1.9+0/configure-3584-  # Check for GNU $ac_path_EGREP
xfsdump-3.1.9+0/configure:3585:case `"$ac_path_EGREP" --version 2>&1` in
xfsdump-3.1.9+0/configure-3586-*GNU*)
##############################################
xfsdump-3.1.9+0/configure-3651-  # Check for GNU $ac_path_FGREP
xfsdump-3.1.9+0/configure:3652:case `"$ac_path_FGREP" --version 2>&1` in
xfsdump-3.1.9+0/configure-3653-*GNU*)
##############################################
xfsdump-3.1.9+0/configure-3731-    # gcc leaves a trailing carriage return, which upsets mingw
xfsdump-3.1.9+0/configure:3732:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xfsdump-3.1.9+0/configure-3733-  *)
xfsdump-3.1.9+0/configure:3734:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xfsdump-3.1.9+0/configure-3735-  esac
##############################################
xfsdump-3.1.9+0/configure-3740-      # Canonicalize the pathname of ld
xfsdump-3.1.9+0/configure:3741:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xfsdump-3.1.9+0/configure-3742-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xfsdump-3.1.9+0/configure:3743:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xfsdump-3.1.9+0/configure-3744-      done
##############################################
xfsdump-3.1.9+0/configure-3775-      # Break only if it was the GNU/non-GNU ld that we prefer.
xfsdump-3.1.9+0/configure:3776:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xfsdump-3.1.9+0/configure-3777-      *GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/configure-3806-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
xfsdump-3.1.9+0/configure:3807:case `$LD -v 2>&1 </dev/null` in
xfsdump-3.1.9+0/configure-3808-*GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/configure-3856-	esac
xfsdump-3.1.9+0/configure:3857:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/configure-3858-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xfsdump-3.1.9+0/configure-3862-	*)
xfsdump-3.1.9+0/configure:3863:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/configure-3864-	  */dev/null*)
##############################################
xfsdump-3.1.9+0/configure-3990-
xfsdump-3.1.9+0/configure:3991:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/configure-3992-    *COFF*)
##############################################
xfsdump-3.1.9+0/configure-4102-    # And add a safety zone
xfsdump-3.1.9+0/configure:4103:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xfsdump-3.1.9+0/configure:4104:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xfsdump-3.1.9+0/configure-4105-    ;;
##############################################
xfsdump-3.1.9+0/configure-4135-    if test -n "$kargmax"; then
xfsdump-3.1.9+0/configure:4136:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
xfsdump-3.1.9+0/configure-4137-    else
##############################################
xfsdump-3.1.9+0/configure-4144-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xfsdump-3.1.9+0/configure:4145:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xfsdump-3.1.9+0/configure:4146:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xfsdump-3.1.9+0/configure-4147-    else
##############################################
xfsdump-3.1.9+0/configure-4156-      # we can't tell.
xfsdump-3.1.9+0/configure:4157:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xfsdump-3.1.9+0/configure-4158-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xfsdump-3.1.9+0/configure-4160-      do
xfsdump-3.1.9+0/configure:4161:        i=`expr $i + 1`
xfsdump-3.1.9+0/configure-4162-        teststring=$teststring$teststring
##############################################
xfsdump-3.1.9+0/configure-4164-      # Only check the string length outside the loop.
xfsdump-3.1.9+0/configure:4165:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xfsdump-3.1.9+0/configure-4166-      teststring=
##############################################
xfsdump-3.1.9+0/configure-4169-      # linker.  It appears as though 1/2 is a usable value.
xfsdump-3.1.9+0/configure:4170:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xfsdump-3.1.9+0/configure-4171-    fi
##############################################
xfsdump-3.1.9+0/configure-4580-openbsd* | bitrig*)
xfsdump-3.1.9+0/configure:4581:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/configure-4582-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
xfsdump-3.1.9+0/configure-4650-    else
xfsdump-3.1.9+0/configure:4651:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
xfsdump-3.1.9+0/configure-4652-    fi
##############################################
xfsdump-3.1.9+0/configure-4795-  # decide which one to use based on capabilities of $DLLTOOL
xfsdump-3.1.9+0/configure:4796:  case `$DLLTOOL --help 2>&1` in
xfsdump-3.1.9+0/configure-4797-  *--identify-strict*)
##############################################
xfsdump-3.1.9+0/configure-5358-# If we're using GNU nm, then use its standard symbol codes.
xfsdump-3.1.9+0/configure:5359:case `$NM -V 2>&1` in
xfsdump-3.1.9+0/configure-5360-*GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/configure-5406-mingw*)
xfsdump-3.1.9+0/configure:5407:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xfsdump-3.1.9+0/configure-5408-  ;;
##############################################
xfsdump-3.1.9+0/configure-5635-   if test yes = "$GCC"; then
xfsdump-3.1.9+0/configure:5636:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xfsdump-3.1.9+0/configure-5637-   fi
##############################################
xfsdump-3.1.9+0/configure-5639- /*)
xfsdump-3.1.9+0/configure:5640:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xfsdump-3.1.9+0/configure-5641-   ;; #(
##############################################
xfsdump-3.1.9+0/configure-5734-    done
xfsdump-3.1.9+0/configure:5735:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xfsdump-3.1.9+0/configure-5736-}
##############################################
xfsdump-3.1.9+0/configure-5756-  test $ac_status = 0; }; then
xfsdump-3.1.9+0/configure:5757:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5758-      *ELF-32*)
##############################################
xfsdump-3.1.9+0/configure-5777-    if test yes = "$lt_cv_prog_gnu_ld"; then
xfsdump-3.1.9+0/configure:5778:      case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5779-	*32-bit*)
##############################################
xfsdump-3.1.9+0/configure-5789-    else
xfsdump-3.1.9+0/configure:5790:      case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5791-	*32-bit*)
##############################################
xfsdump-3.1.9+0/configure-5815-    emul=elf
xfsdump-3.1.9+0/configure:5816:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5817-      *32-bit*)
##############################################
xfsdump-3.1.9+0/configure-5823-    esac
xfsdump-3.1.9+0/configure:5824:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5825-      *MSB*)
##############################################
xfsdump-3.1.9+0/configure-5831-    esac
xfsdump-3.1.9+0/configure:5832:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/configure-5833-      *N32*)
##############################################
xfsdump-3.1.9+0/configure-6764-    *:)
xfsdump-3.1.9+0/configure:6765:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xfsdump-3.1.9+0/configure-6766-        ;;
xfsdump-3.1.9+0/configure-6767-    x:*)
xfsdump-3.1.9+0/configure:6768:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/configure-6769-        ;;
xfsdump-3.1.9+0/configure-6770-    *::*)
xfsdump-3.1.9+0/configure:6771:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xfsdump-3.1.9+0/configure:6772:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xfsdump-3.1.9+0/configure-6773-        ;;
xfsdump-3.1.9+0/configure-6774-    *)
xfsdump-3.1.9+0/configure:6775:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/configure-6776-        ;;
##############################################
xfsdump-3.1.9+0/configure-7033-do :
xfsdump-3.1.9+0/configure:7034:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xfsdump-3.1.9+0/configure-7035-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
xfsdump-3.1.9+0/configure-7038-  cat >>confdefs.h <<_ACEOF
xfsdump-3.1.9+0/configure:7039:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xfsdump-3.1.9+0/configure-7040-_ACEOF
##############################################
xfsdump-3.1.9+0/configure-7396-	"file_magic "*)
xfsdump-3.1.9+0/configure:7397:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xfsdump-3.1.9+0/configure-7398-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xfsdump-3.1.9+0/configure-7462-	"file_magic "*)
xfsdump-3.1.9+0/configure:7463:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xfsdump-3.1.9+0/configure-7464-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xfsdump-3.1.9+0/configure-7866-      *)
xfsdump-3.1.9+0/configure:7867:	case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/configure-7868-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
xfsdump-3.1.9+0/configure-8315-	# shared libraries, regardless of the interface used.
xfsdump-3.1.9+0/configure:8316:	case `$LD -v 2>&1` in
xfsdump-3.1.9+0/configure-8317-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xfsdump-3.1.9+0/configure-8347-    supports_anon_versioning=no
xfsdump-3.1.9+0/configure:8348:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
xfsdump-3.1.9+0/configure-8349-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xfsdump-3.1.9+0/configure-8416-	# is; otherwise, prepend EXPORTS...
xfsdump-3.1.9+0/configure:8417:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xfsdump-3.1.9+0/configure-8418-          cp $export_symbols $output_objdir/$soname.def;
##############################################
xfsdump-3.1.9+0/configure-8450-	prefix_cmds="$SED"~
xfsdump-3.1.9+0/configure:8451:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xfsdump-3.1.9+0/configure-8452-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xfsdump-3.1.9+0/configure-8472-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xfsdump-3.1.9+0/configure:8473:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
xfsdump-3.1.9+0/configure:8474:      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'
xfsdump-3.1.9+0/configure-8475-      ;;
##############################################
xfsdump-3.1.9+0/configure-8490-        pgcc*)				# Portland Group C compiler
xfsdump-3.1.9+0/configure:8491:	  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'
xfsdump-3.1.9+0/configure-8492-	  tmp_addflag=' $pic_flag'
##############################################
xfsdump-3.1.9+0/configure-8495-					# Portland Group f77 and f90 compilers
xfsdump-3.1.9+0/configure:8496:	  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'
xfsdump-3.1.9+0/configure-8497-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xfsdump-3.1.9+0/configure-8512-	nvcc*)	# Cuda Compiler Driver 2.2
xfsdump-3.1.9+0/configure:8513:	  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'
xfsdump-3.1.9+0/configure-8514-	  compiler_needs_object=yes
##############################################
xfsdump-3.1.9+0/configure-8516-	esac
xfsdump-3.1.9+0/configure:8517:	case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/configure-8518-	*Sun\ C*)			# Sun C 5.9
xfsdump-3.1.9+0/configure:8519:	  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'
xfsdump-3.1.9+0/configure-8520-	  compiler_needs_object=yes
##############################################
xfsdump-3.1.9+0/configure-8587-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xfsdump-3.1.9+0/configure:8588:      case `$LD -v 2>&1` in
xfsdump-3.1.9+0/configure-8589-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
xfsdump-3.1.9+0/configure-8676-	else
xfsdump-3.1.9+0/configure:8677:	  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'
xfsdump-3.1.9+0/configure-8678-	fi
##############################################
xfsdump-3.1.9+0/configure-8741-	# below for broken collect2 doesn't work under 4.3+
xfsdump-3.1.9+0/configure:8742:	  collect2name=`$CC -print-prog-name=collect2`
xfsdump-3.1.9+0/configure-8743-	  if test -f "$collect2name" &&
##############################################
xfsdump-3.1.9+0/configure-8821-      }'
xfsdump-3.1.9+0/configure:8822:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/configure-8823-  # Check for a 64-bit object if we didn't find anything.
xfsdump-3.1.9+0/configure-8824-  if test -z "$lt_cv_aix_libpath_"; then
xfsdump-3.1.9+0/configure:8825:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/configure-8826-  fi
##############################################
xfsdump-3.1.9+0/configure-8839-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
xfsdump-3.1.9+0/configure:8840:        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
xfsdump-3.1.9+0/configure-8841-      else
##############################################
xfsdump-3.1.9+0/configure-8874-      }'
xfsdump-3.1.9+0/configure:8875:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/configure-8876-  # Check for a 64-bit object if we didn't find anything.
xfsdump-3.1.9+0/configure-8877-  if test -z "$lt_cv_aix_libpath_"; then
xfsdump-3.1.9+0/configure:8878:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/configure-8879-  fi
##############################################
xfsdump-3.1.9+0/configure-8906-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xfsdump-3.1.9+0/configure:8907:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
xfsdump-3.1.9+0/configure-8908-	  if test svr4 != "$with_aix_soname"; then
##############################################
xfsdump-3.1.9+0/configure-8959-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
xfsdump-3.1.9+0/configure:8960:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
xfsdump-3.1.9+0/configure-8961-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
xfsdump-3.1.9+0/configure-8997-	# FIXME: Setting linknames here is a bad hack.
xfsdump-3.1.9+0/configure:8998:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
xfsdump-3.1.9+0/configure-8999-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xfsdump-3.1.9+0/configure-9015-  if test yes = "$lt_cv_ld_force_load"; then
xfsdump-3.1.9+0/configure:9016:    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\"`'
xfsdump-3.1.9+0/configure-9017-
##############################################
xfsdump-3.1.9+0/configure-9195-      if test yes = "$GCC"; then
xfsdump-3.1.9+0/configure:9196:	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'
xfsdump-3.1.9+0/configure-9197-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xfsdump-3.1.9+0/configure-9223-	if test yes = "$lt_cv_irix_exported_symbol"; then
xfsdump-3.1.9+0/configure:9224:          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'
xfsdump-3.1.9+0/configure-9225-	fi
##############################################
xfsdump-3.1.9+0/configure-9227-      else
xfsdump-3.1.9+0/configure:9228:	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'
xfsdump-3.1.9+0/configure:9229:	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'
xfsdump-3.1.9+0/configure-9230-      fi
##############################################
xfsdump-3.1.9+0/configure-9274-	hardcode_direct_absolute=yes
xfsdump-3.1.9+0/configure:9275:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/configure-9276-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xfsdump-3.1.9+0/configure-9305-	prefix_cmds="$SED"~
xfsdump-3.1.9+0/configure:9306:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xfsdump-3.1.9+0/configure-9307-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xfsdump-3.1.9+0/configure-9319-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xfsdump-3.1.9+0/configure:9320:	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'
xfsdump-3.1.9+0/configure-9321-      else
xfsdump-3.1.9+0/configure-9322-	allow_undefined_flag=' -expect_unresolved \*'
xfsdump-3.1.9+0/configure:9323:	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'
xfsdump-3.1.9+0/configure-9324-      fi
##############################################
xfsdump-3.1.9+0/configure-9332-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
xfsdump-3.1.9+0/configure:9333:	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'
xfsdump-3.1.9+0/configure-9334-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
xfsdump-3.1.9+0/configure-9336-	allow_undefined_flag=' -expect_unresolved \*'
xfsdump-3.1.9+0/configure:9337:	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'
xfsdump-3.1.9+0/configure:9338:	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~
xfsdump-3.1.9+0/configure:9339:          $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'
xfsdump-3.1.9+0/configure-9340-
##############################################
xfsdump-3.1.9+0/configure-9355-      else
xfsdump-3.1.9+0/configure:9356:	case `$CC -V 2>&1` in
xfsdump-3.1.9+0/configure-9357-	*"Compilers 5.0"*)
##############################################
xfsdump-3.1.9+0/configure-9754-  esac
xfsdump-3.1.9+0/configure:9755:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
xfsdump-3.1.9+0/configure-9756-  case $lt_search_path_spec in
##############################################
xfsdump-3.1.9+0/configure-9761-    # okay in the real world where ";" in dirpaths is itself problematic.
xfsdump-3.1.9+0/configure:9762:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xfsdump-3.1.9+0/configure-9763-    ;;
xfsdump-3.1.9+0/configure-9764-  *)
xfsdump-3.1.9+0/configure:9765:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/configure-9766-    ;;
##############################################
xfsdump-3.1.9+0/configure-9770-  lt_tmp_lt_search_path_spec=
xfsdump-3.1.9+0/configure:9771:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xfsdump-3.1.9+0/configure-9772-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xfsdump-3.1.9+0/configure-9812-  esac
xfsdump-3.1.9+0/configure:9813:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xfsdump-3.1.9+0/configure-9814-else
##############################################
xfsdump-3.1.9+0/configure-9952-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xfsdump-3.1.9+0/configure:9953:    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'
xfsdump-3.1.9+0/configure-9954-    ;;
##############################################
xfsdump-3.1.9+0/configure-9988-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xfsdump-3.1.9+0/configure:9989:    postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/configure:9990:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xfsdump-3.1.9+0/configure:9991:      dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/configure-9992-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xfsdump-3.1.9+0/configure-9997-      fi'
xfsdump-3.1.9+0/configure:9998:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xfsdump-3.1.9+0/configure-9999-      dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/configure-10005-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xfsdump-3.1.9+0/configure:10006:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/configure-10007-
##############################################
xfsdump-3.1.9+0/configure-10011-      # MinGW DLLs use traditional 'lib' prefix
xfsdump-3.1.9+0/configure:10012:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/configure-10013-      ;;
##############################################
xfsdump-3.1.9+0/configure-10015-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xfsdump-3.1.9+0/configure:10016:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/configure-10017-      ;;
##############################################
xfsdump-3.1.9+0/configure-10024-    libname_spec='$name'
xfsdump-3.1.9+0/configure:10025:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/configure-10026-    library_names_spec='$libname.dll.lib'
##############################################
xfsdump-3.1.9+0/configure-10036-        # Let DOS variable expansion print the short 8.3 style file name.
xfsdump-3.1.9+0/configure:10037:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xfsdump-3.1.9+0/configure-10038-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xfsdump-3.1.9+0/configure-10041-      # Convert to MSYS style.
xfsdump-3.1.9+0/configure:10042:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
xfsdump-3.1.9+0/configure-10043-      ;;
##############################################
xfsdump-3.1.9+0/configure-10047-      # like /cygdrive/c/PROGRA~1:/cygdr...
xfsdump-3.1.9+0/configure:10048:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xfsdump-3.1.9+0/configure:10049:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xfsdump-3.1.9+0/configure:10050:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/configure-10051-      ;;
##############################################
xfsdump-3.1.9+0/configure-10055-        # It is most probably a Windows format PATH.
xfsdump-3.1.9+0/configure:10056:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xfsdump-3.1.9+0/configure-10057-      else
xfsdump-3.1.9+0/configure:10058:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/configure-10059-      fi
##############################################
xfsdump-3.1.9+0/configure-10065-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xfsdump-3.1.9+0/configure:10066:    postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/configure:10067:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xfsdump-3.1.9+0/configure:10068:      dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/configure-10069-      test -d \$dldir || mkdir -p \$dldir~
xfsdump-3.1.9+0/configure-10070-      $install_prog $dir/$dlname \$dldir/$dlname'
xfsdump-3.1.9+0/configure:10071:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xfsdump-3.1.9+0/configure-10072-      dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/configure-10079-    # Assume MSVC wrapper
xfsdump-3.1.9+0/configure:10080:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
xfsdump-3.1.9+0/configure-10081-    dynamic_linker='Win32 ld.exe'
##############################################
xfsdump-3.1.9+0/configure-10096-  shlibpath_var=DYLD_LIBRARY_PATH
xfsdump-3.1.9+0/configure:10097:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xfsdump-3.1.9+0/configure-10098-
##############################################
xfsdump-3.1.9+0/configure-10349-  if test -f /etc/ld.so.conf; then
xfsdump-3.1.9+0/configure:10350:    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' ' '`
xfsdump-3.1.9+0/configure-10351-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xfsdump-3.1.9+0/configure-10415-  need_lib_prefix=no
xfsdump-3.1.9+0/configure:10416:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/configure-10417-    need_version=no
##############################################
xfsdump-3.1.9+0/configure-10442-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xfsdump-3.1.9+0/configure:10443:  postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/configure:10444:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xfsdump-3.1.9+0/configure:10445:    dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/configure-10446-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xfsdump-3.1.9+0/configure-10451-    fi'
xfsdump-3.1.9+0/configure:10452:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xfsdump-3.1.9+0/configure-10453-    dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/configure-11413-#
xfsdump-3.1.9+0/configure:11414:base_libdir=`basename "$libdir"`
xfsdump-3.1.9+0/configure-11415-case $base_libdir in
##############################################
xfsdump-3.1.9+0/configure-11442-LOCALIZED_FILES=""
xfsdump-3.1.9+0/configure:11443:for lfile in `find ${srcdir} -name '*.c' -type f || exit 1`; do
xfsdump-3.1.9+0/configure-11444-    LOCALIZED_FILES="$LOCALIZED_FILES \$(TOPDIR)/$lfile"
##############################################
xfsdump-3.1.9+0/configure-13241-  libdirsuffix=""
xfsdump-3.1.9+0/configure:13242:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
xfsdump-3.1.9+0/configure-13243-  if test "$enable_lib64" = "yes" -a -n "$searchpath"; then
##############################################
xfsdump-3.1.9+0/configure-13248-          */lib64/ | */lib64 ) libdirsuffix=64 ;;
xfsdump-3.1.9+0/configure:13249:          *) searchdir=`cd "$searchdir" && pwd`
xfsdump-3.1.9+0/configure-13250-             case "$searchdir" in
##############################################
xfsdump-3.1.9+0/configure-13262-do :
xfsdump-3.1.9+0/configure:13263:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xfsdump-3.1.9+0/configure-13264-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
xfsdump-3.1.9+0/configure-13266-  cat >>confdefs.h <<_ACEOF
xfsdump-3.1.9+0/configure:13267:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xfsdump-3.1.9+0/configure-13268-_ACEOF
##############################################
xfsdump-3.1.9+0/configure-13645-do :
xfsdump-3.1.9+0/configure:13646:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xfsdump-3.1.9+0/configure-13647-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
xfsdump-3.1.9+0/configure-13649-  cat >>confdefs.h <<_ACEOF
xfsdump-3.1.9+0/configure:13650:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xfsdump-3.1.9+0/configure-13651-_ACEOF
##############################################
xfsdump-3.1.9+0/configure-13893-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xfsdump-3.1.9+0/configure:13894:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xfsdump-3.1.9+0/configure-13895-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xfsdump-3.1.9+0/configure-13960-if test -z "$BASH_VERSION$ZSH_VERSION" \
xfsdump-3.1.9+0/configure:13961:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
xfsdump-3.1.9+0/configure-13962-  as_echo='print -r --'
xfsdump-3.1.9+0/configure-13963-  as_echo_n='print -rn --'
xfsdump-3.1.9+0/configure:13964:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xfsdump-3.1.9+0/configure-13965-  as_echo='printf %s\n'
##############################################
xfsdump-3.1.9+0/configure-13967-else
xfsdump-3.1.9+0/configure:13968:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xfsdump-3.1.9+0/configure-13969-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xfsdump-3.1.9+0/configure-13977-	expr "X$arg" : "X\\(.*\\)$as_nl";
xfsdump-3.1.9+0/configure:13978:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xfsdump-3.1.9+0/configure-13979-      esac;
##############################################
xfsdump-3.1.9+0/configure-14054-# ----------------------------------------
xfsdump-3.1.9+0/configure:14055:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
xfsdump-3.1.9+0/configure-14056-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
xfsdump-3.1.9+0/configure-14126-  {
xfsdump-3.1.9+0/configure:14127:    as_val=`expr "$@" || test $? -eq 1`
xfsdump-3.1.9+0/configure-14128-  }
##############################################
xfsdump-3.1.9+0/configure-14230-      case $as_dir in #(
xfsdump-3.1.9+0/configure:14231:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xfsdump-3.1.9+0/configure-14232-      *) as_qdir=$as_dir;;
##############################################
xfsdump-3.1.9+0/configure-14365-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
xfsdump-3.1.9+0/configure:14366:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
xfsdump-3.1.9+0/configure-14367-ac_cs_version="\\
##############################################
xfsdump-3.1.9+0/configure-14388-  --*=?*)
xfsdump-3.1.9+0/configure:14389:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xfsdump-3.1.9+0/configure:14390:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xfsdump-3.1.9+0/configure-14391-    ac_shift=:
##############################################
xfsdump-3.1.9+0/configure-14393-  --*=)
xfsdump-3.1.9+0/configure:14394:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xfsdump-3.1.9+0/configure-14395-    ac_optarg=
##############################################
xfsdump-3.1.9+0/configure-14417-    case $ac_optarg in
xfsdump-3.1.9+0/configure:14418:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xfsdump-3.1.9+0/configure-14419-    '') as_fn_error $? "missing file argument" ;;
##############################################
xfsdump-3.1.9+0/configure-14425-    case $ac_optarg in
xfsdump-3.1.9+0/configure:14426:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xfsdump-3.1.9+0/configure-14427-    esac
##############################################
xfsdump-3.1.9+0/configure-14493-delay_variable_subst='$delay_variable_subst'
xfsdump-3.1.9+0/configure:14494:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14495:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14496:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14497:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14498:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14499:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14500:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14501:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14502:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14503:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14504:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14505:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14506:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14507:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14508:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14509:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14510:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14511:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14512:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14513:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14514:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14515:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14516:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14517:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14518:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14519:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14520:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14521:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14522:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14523:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14524:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14525:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14526:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14527:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14528:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14529:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14530:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14531:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14532:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14533:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14534:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14535:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14536:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14537:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14538:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14539:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14540:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14541:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14542:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14543:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14544:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14545:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14546:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14547:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14548:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14549:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14550:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14551:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14552: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"`'
xfsdump-3.1.9+0/configure:14553:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14554:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14555:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14556:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14557:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14558:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14559:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14560:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14561:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14562:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14563:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14564:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14565:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14566:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14567:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14568:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14569:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14570:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14571:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14572:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14573:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14574:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14575:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14576:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14577:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14578:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14579:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14580:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14581:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14582:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14583:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14584:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14585:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14586:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14587:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14588:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14589:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14590:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14591:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14592:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14593:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14594:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14595:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14596:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14597:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14598:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14599:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14600:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14601:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14602:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14603:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14604:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14605:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14606:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14607:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14608:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14609:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14610:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14611:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14612:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14613:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14614:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14615:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14616:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14617:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14618:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14619:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14620:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14621:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14622:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14623:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14624:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14625:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14626:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14627:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure:14628:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/configure-14629-
##############################################
xfsdump-3.1.9+0/configure-14710-striplib; do
xfsdump-3.1.9+0/configure:14711:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xfsdump-3.1.9+0/configure-14712-    *[\\\\\\\`\\"\\\$]*)
xfsdump-3.1.9+0/configure:14713:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xfsdump-3.1.9+0/configure-14714-      ;;
##############################################
xfsdump-3.1.9+0/configure-14741-configure_time_lt_sys_library_path; do
xfsdump-3.1.9+0/configure:14742:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xfsdump-3.1.9+0/configure-14743-    *[\\\\\\\`\\"\\\$]*)
xfsdump-3.1.9+0/configure:14744:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xfsdump-3.1.9+0/configure-14745-      ;;
##############################################
xfsdump-3.1.9+0/configure-14835-fi
xfsdump-3.1.9+0/configure:14836:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xfsdump-3.1.9+0/configure-14837-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xfsdump-3.1.9+0/configure-14852-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
xfsdump-3.1.9+0/configure:14853:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
xfsdump-3.1.9+0/configure-14854-ac_delim='%!_!# '
##############################################
xfsdump-3.1.9+0/configure-14858-
xfsdump-3.1.9+0/configure:14859:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xfsdump-3.1.9+0/configure-14860-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xfsdump-3.1.9+0/configure-14996-for ac_last_try in false false :; do
xfsdump-3.1.9+0/configure:14997:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
xfsdump-3.1.9+0/configure-14998-  if test -z "$ac_tt"; then
##############################################
xfsdump-3.1.9+0/configure-15128-      esac
xfsdump-3.1.9+0/configure:15129:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xfsdump-3.1.9+0/configure-15130-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
xfsdump-3.1.9+0/configure-15187-*)
xfsdump-3.1.9+0/configure:15188:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xfsdump-3.1.9+0/configure-15189-  # A ".." for each directory in $ac_dir_suffix.
xfsdump-3.1.9+0/configure:15190:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xfsdump-3.1.9+0/configure-15191-  case $ac_top_builddir_sub in
##############################################
xfsdump-3.1.9+0/configure-15239-/@mandir@/p'
xfsdump-3.1.9+0/configure:15240:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xfsdump-3.1.9+0/configure-15241-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xfsdump-3.1.9+0/configure-15256-
xfsdump-3.1.9+0/configure:15257:# Neutralize VPATH when `$srcdir' = `.'.
xfsdump-3.1.9+0/configure-15258-# Shell code in configure.ac might set extrasub.
##############################################
xfsdump-3.1.9+0/configure-15282-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xfsdump-3.1.9+0/configure:15283:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
xfsdump-3.1.9+0/configure-15284-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
xfsdump-3.1.9+0/configure-15806-    *:)
xfsdump-3.1.9+0/configure:15807:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
xfsdump-3.1.9+0/configure-15808-        ;;
xfsdump-3.1.9+0/configure-15809-    x:*)
xfsdump-3.1.9+0/configure:15810:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/configure-15811-        ;;
xfsdump-3.1.9+0/configure-15812-    *::*)
xfsdump-3.1.9+0/configure:15813:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xfsdump-3.1.9+0/configure:15814:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
xfsdump-3.1.9+0/configure-15815-        ;;
xfsdump-3.1.9+0/configure-15816-    *)
xfsdump-3.1.9+0/configure:15817:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/configure-15818-        ;;
##############################################
xfsdump-3.1.9+0/configure-15833-    done
xfsdump-3.1.9+0/configure:15834:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xfsdump-3.1.9+0/configure-15835-}
##############################################
xfsdump-3.1.9+0/configure.ac-31-#
xfsdump-3.1.9+0/configure.ac:32:base_libdir=`basename "$libdir"`
xfsdump-3.1.9+0/configure.ac-33-case $base_libdir in
##############################################
xfsdump-3.1.9+0/configure.ac-60-LOCALIZED_FILES=""
xfsdump-3.1.9+0/configure.ac:61:for lfile in `find ${srcdir} -name '*.c' -type f || exit 1`; do
xfsdump-3.1.9+0/configure.ac-62-    LOCALIZED_FILES="$LOCALIZED_FILES \$(TOPDIR)/$lfile"
##############################################
xfsdump-3.1.9+0/dump/inomap.c-1070-static inline bool_t
xfsdump-3.1.9+0/dump/inomap.c:1071:inomap_validaddr(seg_addr_t *addrp)
xfsdump-3.1.9+0/dump/inomap.c-1072-{
##############################################
xfsdump-3.1.9+0/dump/inomap.c-1238-
xfsdump-3.1.9+0/dump/inomap.c:1239:	if (!inomap_validaddr(addrp)) {
xfsdump-3.1.9+0/dump/inomap.c-1240-		inomap_reset_context(addrp);
##############################################
xfsdump-3.1.9+0/include/buildrules-59-	for cat in $$catalogs; do \
xfsdump-3.1.9+0/include/buildrules:60:	  lang=`basename $$cat .po`; \
xfsdump-3.1.9+0/include/buildrules-61-	  mv $$lang.po $$lang.old.po; \
##############################################
xfsdump-3.1.9+0/include/install-sh-71-
xfsdump-3.1.9+0/include/install-sh:72:prog=`basename $0`
xfsdump-3.1.9+0/include/install-sh-73-HERE=`pwd`
##############################################
xfsdump-3.1.9+0/include/install-sh-115-   m)
xfsdump-3.1.9+0/include/install-sh:116:	DIRMODE=`expr $OPTARG`
xfsdump-3.1.9+0/include/install-sh-117-	FILEMODE=$DIRMODE
##############################################
xfsdump-3.1.9+0/include/install-sh-139-
xfsdump-3.1.9+0/include/install-sh:140:shift `expr $OPTIND - 1`
xfsdump-3.1.9+0/include/install-sh-141-
##############################################
xfsdump-3.1.9+0/include/install-sh-199-		# does it have enough parts?  libfoo.so.x.y.z == 5
xfsdump-3.1.9+0/include/install-sh:200:		cnt=`echo "$solib" | sed -e 's/\./ /g' | wc -w`
xfsdump-3.1.9+0/include/install-sh-201-		if [ $cnt -eq 5 ]
##############################################
xfsdump-3.1.9+0/include/install-sh-233-		# does it have enough parts?
xfsdump-3.1.9+0/include/install-sh:234:		cnt=`echo "$solib" | sed -e 's/\./ /g' | wc -w`
xfsdump-3.1.9+0/include/install-sh-235-		if [ $cnt -eq $from_parts ]
##############################################
xfsdump-3.1.9+0/include/install-sh-286-	then
xfsdump-3.1.9+0/include/install-sh:287:	    mkdir -p `dirname $dir`
xfsdump-3.1.9+0/include/install-sh-288-	fi
##############################################
xfsdump-3.1.9+0/install-sh-71-
xfsdump-3.1.9+0/install-sh:72:prog=`basename $0`
xfsdump-3.1.9+0/install-sh-73-HERE=`pwd`
##############################################
xfsdump-3.1.9+0/install-sh-115-   m)
xfsdump-3.1.9+0/install-sh:116:	DIRMODE=`expr $OPTARG`
xfsdump-3.1.9+0/install-sh-117-	FILEMODE=$DIRMODE
##############################################
xfsdump-3.1.9+0/install-sh-139-
xfsdump-3.1.9+0/install-sh:140:shift `expr $OPTIND - 1`
xfsdump-3.1.9+0/install-sh-141-
##############################################
xfsdump-3.1.9+0/install-sh-199-		# does it have enough parts?  libfoo.so.x.y.z == 5
xfsdump-3.1.9+0/install-sh:200:		cnt=`echo "$solib" | sed -e 's/\./ /g' | wc -w`
xfsdump-3.1.9+0/install-sh-201-		if [ $cnt -eq 5 ]
##############################################
xfsdump-3.1.9+0/install-sh-233-		# does it have enough parts?
xfsdump-3.1.9+0/install-sh:234:		cnt=`echo "$solib" | sed -e 's/\./ /g' | wc -w`
xfsdump-3.1.9+0/install-sh-235-		if [ $cnt -eq $from_parts ]
##############################################
xfsdump-3.1.9+0/install-sh-286-	then
xfsdump-3.1.9+0/install-sh:287:	    mkdir -p `dirname $dir`
xfsdump-3.1.9+0/install-sh-288-	fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-103-#
xfsdump-3.1.9+0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
xfsdump-3.1.9+0/ltmain.sh-105-#
##############################################
xfsdump-3.1.9+0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
xfsdump-3.1.9+0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
xfsdump-3.1.9+0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xfsdump-3.1.9+0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
xfsdump-3.1.9+0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
xfsdump-3.1.9+0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
xfsdump-3.1.9+0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-410-# The name of this program.
xfsdump-3.1.9+0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
xfsdump-3.1.9+0/ltmain.sh-412-
##############################################
xfsdump-3.1.9+0/ltmain.sh-416-  *[\\/]*)
xfsdump-3.1.9+0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
xfsdump-3.1.9+0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
xfsdump-3.1.9+0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
xfsdump-3.1.9+0/ltmain.sh-610-
xfsdump-3.1.9+0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
xfsdump-3.1.9+0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
xfsdump-3.1.9+0/ltmain.sh-613-
##############################################
xfsdump-3.1.9+0/ltmain.sh-639-
xfsdump-3.1.9+0/ltmain.sh:640:    func_arith_result=`expr "$@"`
xfsdump-3.1.9+0/ltmain.sh-641-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-660-  # ...otherwise fall back to using sed.
xfsdump-3.1.9+0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
xfsdump-3.1.9+0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
xfsdump-3.1.9+0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-757-      test -n "$_G_tc" && {
xfsdump-3.1.9+0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
xfsdump-3.1.9+0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
xfsdump-3.1.9+0/ltmain.sh-760-      }
xfsdump-3.1.9+0/ltmain.sh-761-    done
xfsdump-3.1.9+0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
xfsdump-3.1.9+0/ltmain.sh-763-
##############################################
xfsdump-3.1.9+0/ltmain.sh-831-
xfsdump-3.1.9+0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
xfsdump-3.1.9+0/ltmain.sh-833-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
xfsdump-3.1.9+0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
xfsdump-3.1.9+0/ltmain.sh-865-      done
xfsdump-3.1.9+0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
xfsdump-3.1.9+0/ltmain.sh-867-
##############################################
xfsdump-3.1.9+0/ltmain.sh-901-      # If mktemp works, use that first and foremost
xfsdump-3.1.9+0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-903-
##############################################
xfsdump-3.1.9+0/ltmain.sh-1111-        *[\\\`\"\$]*)
xfsdump-3.1.9+0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
xfsdump-3.1.9+0/ltmain.sh-1113-        *)
##############################################
xfsdump-3.1.9+0/ltmain.sh-1198-    case $2 in
xfsdump-3.1.9+0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
xfsdump-3.1.9+0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
xfsdump-3.1.9+0/ltmain.sh-1201-    esac
##############################################
xfsdump-3.1.9+0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
xfsdump-3.1.9+0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
xfsdump-3.1.9+0/ltmain.sh-1273-      ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-1358-
xfsdump-3.1.9+0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
xfsdump-3.1.9+0/ltmain.sh-1360-}
##############################################
xfsdump-3.1.9+0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
xfsdump-3.1.9+0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
xfsdump-3.1.9+0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
xfsdump-3.1.9+0/ltmain.sh-1517-
xfsdump-3.1.9+0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
xfsdump-3.1.9+0/ltmain.sh-1519-}
##############################################
xfsdump-3.1.9+0/ltmain.sh-1943-
xfsdump-3.1.9+0/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
xfsdump-3.1.9+0/ltmain.sh-1945-      func_split_equals_rhs=
xfsdump-3.1.9+0/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
xfsdump-3.1.9+0/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
xfsdump-3.1.9+0/ltmain.sh-1948-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-1971-
xfsdump-3.1.9+0/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
xfsdump-3.1.9+0/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
xfsdump-3.1.9+0/ltmain.sh-1974-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-13
xfsdump-3.1.9+0/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
xfsdump-3.1.9+0/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
xfsdump-3.1.9+0/ltmain.sh-2147-
##############################################
xfsdump-3.1.9+0/ltmain.sh-2183-  {
xfsdump-3.1.9+0/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
xfsdump-3.1.9+0/ltmain.sh-2185-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-2188-  {
xfsdump-3.1.9+0/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
xfsdump-3.1.9+0/ltmain.sh-2190-  }
##############################################
xfsdump-3.1.9+0/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
xfsdump-3.1.9+0/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
xfsdump-3.1.9+0/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
xfsdump-3.1.9+0/ltmain.sh-2751-      done
xfsdump-3.1.9+0/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
xfsdump-3.1.9+0/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
xfsdump-3.1.9+0/ltmain.sh-2754-      case $@ in
##############################################
xfsdump-3.1.9+0/ltmain.sh-2764-	    # Evaluate the configuration.
xfsdump-3.1.9+0/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
xfsdump-3.1.9+0/ltmain.sh-2766-	    CC_quoted=
##############################################
xfsdump-3.1.9+0/ltmain.sh-2770-	    done
xfsdump-3.1.9+0/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
xfsdump-3.1.9+0/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
xfsdump-3.1.9+0/ltmain.sh-2773-	    case "$@ " in
##############################################
xfsdump-3.1.9+0/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
xfsdump-3.1.9+0/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
xfsdump-3.1.9+0/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-3101-    # LT_CYGPATH in this case.
xfsdump-3.1.9+0/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
xfsdump-3.1.9+0/ltmain.sh-3103-  fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
xfsdump-3.1.9+0/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
xfsdump-3.1.9+0/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
xfsdump-3.1.9+0/ltmain.sh-3468-    *.[cCFSifmso] | \
xfsdump-3.1.9+0/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
xfsdump-3.1.9+0/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
xfsdump-3.1.9+0/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
xfsdump-3.1.9+0/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
xfsdump-3.1.9+0/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
xfsdump-3.1.9+0/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
xfsdump-3.1.9+0/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-3566-
##############################################
xfsdump-3.1.9+0/ltmain.sh-3612-      if test warn = "$need_locks" &&
xfsdump-3.1.9+0/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xfsdump-3.1.9+0/ltmain.sh-3614-	$ECHO "\
xfsdump-3.1.9+0/ltmain.sh-3615-*** ERROR, $lockfile contains:
xfsdump-3.1.9+0/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-3617-
##############################################
xfsdump-3.1.9+0/ltmain.sh-3661-      if test warn = "$need_locks" &&
xfsdump-3.1.9+0/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
xfsdump-3.1.9+0/ltmain.sh-3663-	$ECHO "\
xfsdump-3.1.9+0/ltmain.sh-3664-*** ERROR, $lockfile contains:
xfsdump-3.1.9+0/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-3666-
##############################################
xfsdump-3.1.9+0/ltmain.sh-3987-      # Get the absolute pathname.
xfsdump-3.1.9+0/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
xfsdump-3.1.9+0/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
xfsdump-3.1.9+0/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
xfsdump-3.1.9+0/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
xfsdump-3.1.9+0/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
xfsdump-3.1.9+0/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
xfsdump-3.1.9+0/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
xfsdump-3.1.9+0/ltmain.sh-4372-
##############################################
xfsdump-3.1.9+0/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
xfsdump-3.1.9+0/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
xfsdump-3.1.9+0/ltmain.sh-4385-	  else
xfsdump-3.1.9+0/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
xfsdump-3.1.9+0/ltmain.sh-4387-	  fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-4550-	    fi
xfsdump-3.1.9+0/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
xfsdump-3.1.9+0/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-4569-	        # Replace the output file specification.
xfsdump-3.1.9+0/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
xfsdump-3.1.9+0/ltmain.sh-4571-
##############################################
xfsdump-3.1.9+0/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
xfsdump-3.1.9+0/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
xfsdump-3.1.9+0/ltmain.sh-4590-	  fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-4662-    my_pic_p=${3-false}
xfsdump-3.1.9+0/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
xfsdump-3.1.9+0/ltmain.sh-4664-    my_dlsyms=
##############################################
xfsdump-3.1.9+0/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
xfsdump-3.1.9+0/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
xfsdump-3.1.9+0/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
xfsdump-3.1.9+0/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
xfsdump-3.1.9+0/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh-4954-	  else
xfsdump-3.1.9+0/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh-4957-	  fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-4959-	*)
xfsdump-3.1.9+0/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
xfsdump-3.1.9+0/ltmain.sh-4962-	  ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-4974-      # Nullify the symbol file.
xfsdump-3.1.9+0/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
xfsdump-3.1.9+0/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
xfsdump-3.1.9+0/ltmain.sh-4977-    fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xfsdump-3.1.9+0/ltmain.sh:4989:  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)$'`
xfsdump-3.1.9+0/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
xfsdump-3.1.9+0/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
xfsdump-3.1.9+0/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
xfsdump-3.1.9+0/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
xfsdump-3.1.9+0/ltmain.sh-5017-  win32_libid_type=unknown
xfsdump-3.1.9+0/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-5019-  case $win32_fileres in
##############################################
xfsdump-3.1.9+0/ltmain.sh-5082-
xfsdump-3.1.9+0/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
xfsdump-3.1.9+0/ltmain.sh-5084-}
##############################################
xfsdump-3.1.9+0/ltmain.sh-5100-
xfsdump-3.1.9+0/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
xfsdump-3.1.9+0/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
xfsdump-3.1.9+0/ltmain.sh-5164-    # binutils import library
xfsdump-3.1.9+0/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
xfsdump-3.1.9+0/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
xfsdump-3.1.9+0/ltmain.sh-5167-    # ms-generated import library
xfsdump-3.1.9+0/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
xfsdump-3.1.9+0/ltmain.sh-5169-  else
##############################################
xfsdump-3.1.9+0/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
xfsdump-3.1.9+0/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
xfsdump-3.1.9+0/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
xfsdump-3.1.9+0/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
xfsdump-3.1.9+0/ltmain.sh-5252-	    darwin_arch=
##############################################
xfsdump-3.1.9+0/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
xfsdump-3.1.9+0/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
xfsdump-3.1.9+0/ltmain.sh-5264-	    darwin_file=
##############################################
xfsdump-3.1.9+0/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
xfsdump-3.1.9+0/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
xfsdump-3.1.9+0/ltmain.sh-5281-      esac
xfsdump-3.1.9+0/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-5283-    done
##############################################
xfsdump-3.1.9+0/ltmain.sh-5352-
xfsdump-3.1.9+0/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
xfsdump-3.1.9+0/ltmain.sh-5354-    $ECHO "\
##############################################
xfsdump-3.1.9+0/ltmain.sh-5387-    --lt-dump-script)
xfsdump-3.1.9+0/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
xfsdump-3.1.9+0/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
xfsdump-3.1.9+0/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
xfsdump-3.1.9+0/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
xfsdump-3.1.9+0/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
xfsdump-3.1.9+0/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
xfsdump-3.1.9+0/ltmain.sh-5416-  done
##############################################
xfsdump-3.1.9+0/ltmain.sh-5472-  # Find the directory that this script lives in.
xfsdump-3.1.9+0/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
xfsdump-3.1.9+0/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
xfsdump-3.1.9+0/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
xfsdump-3.1.9+0/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
xfsdump-3.1.9+0/ltmain.sh-5478-  while test -n \"\$file\"; do
xfsdump-3.1.9+0/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
xfsdump-3.1.9+0/ltmain.sh-5480-
##############################################
xfsdump-3.1.9+0/ltmain.sh-5488-
xfsdump-3.1.9+0/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
xfsdump-3.1.9+0/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
xfsdump-3.1.9+0/ltmain.sh-5491-  done
##############################################
xfsdump-3.1.9+0/ltmain.sh-5502-    case \"\$thisdir\" in
xfsdump-3.1.9+0/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
xfsdump-3.1.9+0/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-5508-  # Try to get the absolute directory name.
xfsdump-3.1.9+0/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
xfsdump-3.1.9+0/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
xfsdump-3.1.9+0/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
xfsdump-3.1.9+0/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
xfsdump-3.1.9+0/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
xfsdump-3.1.9+0/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
xfsdump-3.1.9+0/ltmain.sh-5535-      else
##############################################
xfsdump-3.1.9+0/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
xfsdump-3.1.9+0/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
xfsdump-3.1.9+0/ltmain.sh-5579-
##############################################
xfsdump-3.1.9+0/ltmain.sh-6556-
xfsdump-3.1.9+0/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
xfsdump-3.1.9+0/ltmain.sh-6558-    *import*) : ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-6804-	    moreargs=
xfsdump-3.1.9+0/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
xfsdump-3.1.9+0/ltmain.sh-6806-	    do
##############################################
xfsdump-3.1.9+0/ltmain.sh-7065-	*)
xfsdump-3.1.9+0/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
xfsdump-3.1.9+0/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
xfsdump-3.1.9+0/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xfsdump-3.1.9+0/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
xfsdump-3.1.9+0/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
xfsdump-3.1.9+0/ltmain.sh-7385-      -Z*)
xfsdump-3.1.9+0/ltmain.sh:7386:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
xfsdump-3.1.9+0/ltmain.sh-7387-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
xfsdump-3.1.9+0/ltmain.sh-7555-      # get the directories listed in $shlibpath_var
xfsdump-3.1.9+0/ltmain.sh:7556:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
xfsdump-3.1.9+0/ltmain.sh-7557-    else
##############################################
xfsdump-3.1.9+0/ltmain.sh-7874-		  set dummy $deplibs_check_method; shift
xfsdump-3.1.9+0/ltmain.sh:7875:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xfsdump-3.1.9+0/ltmain.sh-7876-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
xfsdump-3.1.9+0/ltmain.sh-7964-	if test -n "$inherited_linker_flags"; then
xfsdump-3.1.9+0/ltmain.sh:7965:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
xfsdump-3.1.9+0/ltmain.sh-7966-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-7972-	fi
xfsdump-3.1.9+0/ltmain.sh:7973:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh-7974-	if test lib,link = "$linkmode,$pass" ||
##############################################
xfsdump-3.1.9+0/ltmain.sh-8045-	*)
xfsdump-3.1.9+0/ltmain.sh:8046:	  abs_ladir=`cd "$ladir" && pwd`
xfsdump-3.1.9+0/ltmain.sh-8047-	  if test -z "$abs_ladir"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-8298-	    shift
xfsdump-3.1.9+0/ltmain.sh:8299:	    libname=`eval "\\$ECHO \"$libname_spec\""`
xfsdump-3.1.9+0/ltmain.sh-8300-	    # use dlname if we got it. it's perfectly good, no?
##############################################
xfsdump-3.1.9+0/ltmain.sh-8590-		*)
xfsdump-3.1.9+0/ltmain.sh:8591:		  absdir=`cd "$dir" && pwd`
xfsdump-3.1.9+0/ltmain.sh-8592-		  if test -z "$absdir"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-8601-		  depdepl=
xfsdump-3.1.9+0/ltmain.sh:8602:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
xfsdump-3.1.9+0/ltmain.sh-8603-		  if test -n "$deplibrary_names"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-8608-		      depdepl=$absdir/$objdir/$depdepl
xfsdump-3.1.9+0/ltmain.sh:8609:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
xfsdump-3.1.9+0/ltmain.sh-8610-                      if test -z "$darwin_install_name"; then
xfsdump-3.1.9+0/ltmain.sh:8611:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
xfsdump-3.1.9+0/ltmain.sh-8612-                      fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-8623-		else
xfsdump-3.1.9+0/ltmain.sh:8624:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
xfsdump-3.1.9+0/ltmain.sh-8625-		  test -z "$libdir" && \
##############################################
xfsdump-3.1.9+0/ltmain.sh-8646-	else
xfsdump-3.1.9+0/ltmain.sh:8647:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh-8648-	fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-8735-        linux*)
xfsdump-3.1.9+0/ltmain.sh:8736:          case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/ltmain.sh-8737-          *Sun\ C*) # Sun C++ 5.9
##############################################
xfsdump-3.1.9+0/ltmain.sh-9143-	removelist=
xfsdump-3.1.9+0/ltmain.sh:9144:	tempremovelist=`$ECHO "$output_objdir/*"`
xfsdump-3.1.9+0/ltmain.sh-9145-	for p in $tempremovelist; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-9169-	# Transform .lo files to .o files.
xfsdump-3.1.9+0/ltmain.sh:9170:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-9171-      fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-9174-      #for path in $notinst_path; do
xfsdump-3.1.9+0/ltmain.sh:9175:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
xfsdump-3.1.9+0/ltmain.sh:9176:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
xfsdump-3.1.9+0/ltmain.sh:9177:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
xfsdump-3.1.9+0/ltmain.sh-9178-      #done
##############################################
xfsdump-3.1.9+0/ltmain.sh-9295-		if test -n "$i"; then
xfsdump-3.1.9+0/ltmain.sh:9296:		  libname=`eval "\\$ECHO \"$libname_spec\""`
xfsdump-3.1.9+0/ltmain.sh:9297:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xfsdump-3.1.9+0/ltmain.sh-9298-		  set dummy $deplib_matches; shift
xfsdump-3.1.9+0/ltmain.sh-9299-		  deplib_match=$1
xfsdump-3.1.9+0/ltmain.sh:9300:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xfsdump-3.1.9+0/ltmain.sh-9301-		    func_append newdeplibs " $i"
##############################################
xfsdump-3.1.9+0/ltmain.sh-9338-		  if test -n "$i"; then
xfsdump-3.1.9+0/ltmain.sh:9339:		    libname=`eval "\\$ECHO \"$libname_spec\""`
xfsdump-3.1.9+0/ltmain.sh:9340:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
xfsdump-3.1.9+0/ltmain.sh-9341-		    set dummy $deplib_matches; shift
xfsdump-3.1.9+0/ltmain.sh-9342-		    deplib_match=$1
xfsdump-3.1.9+0/ltmain.sh:9343:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
xfsdump-3.1.9+0/ltmain.sh-9344-		      func_append newdeplibs " $i"
##############################################
xfsdump-3.1.9+0/ltmain.sh-9373-	  set dummy $deplibs_check_method; shift
xfsdump-3.1.9+0/ltmain.sh:9374:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xfsdump-3.1.9+0/ltmain.sh-9375-	  for a_deplib in $deplibs; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-9388-	      if test -n "$a_deplib"; then
xfsdump-3.1.9+0/ltmain.sh:9389:		libname=`eval "\\$ECHO \"$libname_spec\""`
xfsdump-3.1.9+0/ltmain.sh-9390-		if test -n "$file_magic_glob"; then
xfsdump-3.1.9+0/ltmain.sh:9391:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
xfsdump-3.1.9+0/ltmain.sh-9392-		else
##############################################
xfsdump-3.1.9+0/ltmain.sh-9398-		    shopt -s nocaseglob
xfsdump-3.1.9+0/ltmain.sh:9399:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-9400-		    $nocaseglob
xfsdump-3.1.9+0/ltmain.sh-9401-		  else
xfsdump-3.1.9+0/ltmain.sh:9402:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-9403-		  fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-9416-		      while test -h "$potlib" 2>/dev/null; do
xfsdump-3.1.9+0/ltmain.sh:9417:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
xfsdump-3.1.9+0/ltmain.sh-9418-			case $potliblink in
xfsdump-3.1.9+0/ltmain.sh-9419-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
xfsdump-3.1.9+0/ltmain.sh:9420:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
xfsdump-3.1.9+0/ltmain.sh-9421-			esac
##############################################
xfsdump-3.1.9+0/ltmain.sh-9457-	  set dummy $deplibs_check_method; shift
xfsdump-3.1.9+0/ltmain.sh:9458:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
xfsdump-3.1.9+0/ltmain.sh-9459-	  for a_deplib in $deplibs; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-9472-	      if test -n "$a_deplib"; then
xfsdump-3.1.9+0/ltmain.sh:9473:		libname=`eval "\\$ECHO \"$libname_spec\""`
xfsdump-3.1.9+0/ltmain.sh-9474-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
xfsdump-3.1.9+0/ltmain.sh:9475:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
xfsdump-3.1.9+0/ltmain.sh-9476-		  for potent_lib in $potential_libs; do
##############################################
xfsdump-3.1.9+0/ltmain.sh-9511-	  newdeplibs=
xfsdump-3.1.9+0/ltmain.sh:9512:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
xfsdump-3.1.9+0/ltmain.sh-9513-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-9515-	      # can't use Xsed below, because $i might contain '/'
xfsdump-3.1.9+0/ltmain.sh:9516:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
xfsdump-3.1.9+0/ltmain.sh-9517-	    done
##############################################
xfsdump-3.1.9+0/ltmain.sh-9541-	  # On Rhapsody replace the C library with the System framework
xfsdump-3.1.9+0/ltmain.sh:9542:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
xfsdump-3.1.9+0/ltmain.sh-9543-	  ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-9593-	*-*-darwin*)
xfsdump-3.1.9+0/ltmain.sh:9594:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh:9595:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh:9596:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh-9597-	  ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-9720-	# Use standard objects if they are pic
xfsdump-3.1.9+0/ltmain.sh:9721:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-9722-	test "X$libobjs" = "X " && libobjs=
##############################################
xfsdump-3.1.9+0/ltmain.sh-10234-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
xfsdump-3.1.9+0/ltmain.sh:10235:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
xfsdump-3.1.9+0/ltmain.sh-10236-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
xfsdump-3.1.9+0/ltmain.sh-10249-      # Create the old-style object.
xfsdump-3.1.9+0/ltmain.sh:10250:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
xfsdump-3.1.9+0/ltmain.sh-10251-
##############################################
xfsdump-3.1.9+0/ltmain.sh-10307-	# On Rhapsody replace the C library is the System framework
xfsdump-3.1.9+0/ltmain.sh:10308:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
xfsdump-3.1.9+0/ltmain.sh:10309:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
xfsdump-3.1.9+0/ltmain.sh-10310-	;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-10325-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
xfsdump-3.1.9+0/ltmain.sh:10326:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh:10327:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
xfsdump-3.1.9+0/ltmain.sh-10328-	;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-10403-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
xfsdump-3.1.9+0/ltmain.sh:10404:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
xfsdump-3.1.9+0/ltmain.sh-10405-	  case :$dllsearchpath: in
##############################################
xfsdump-3.1.9+0/ltmain.sh-10463-	# Transform all the library objects into standard objects.
xfsdump-3.1.9+0/ltmain.sh:10464:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh:10465:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
xfsdump-3.1.9+0/ltmain.sh-10466-      fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-10491-	# Replace the output file specification.
xfsdump-3.1.9+0/ltmain.sh:10492:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xfsdump-3.1.9+0/ltmain.sh-10493-	link_command=$compile_command$compile_rpath
##############################################
xfsdump-3.1.9+0/ltmain.sh-10500-	  func_to_tool_file "$output"
xfsdump-3.1.9+0/ltmain.sh:10501:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
xfsdump-3.1.9+0/ltmain.sh-10502-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xfsdump-3.1.9+0/ltmain.sh-10544-	# Replace the output file specification.
xfsdump-3.1.9+0/ltmain.sh:10545:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
xfsdump-3.1.9+0/ltmain.sh-10546-	# Delete the old output file.
##############################################
xfsdump-3.1.9+0/ltmain.sh-10552-	  func_to_tool_file "$output"
xfsdump-3.1.9+0/ltmain.sh:10553:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
xfsdump-3.1.9+0/ltmain.sh-10554-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xfsdump-3.1.9+0/ltmain.sh-10570-	  link_command=$finalize_var$compile_command$finalize_rpath
xfsdump-3.1.9+0/ltmain.sh:10571:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
xfsdump-3.1.9+0/ltmain.sh-10572-          ;;
##############################################
xfsdump-3.1.9+0/ltmain.sh-10583-      # Replace the output file specification.
xfsdump-3.1.9+0/ltmain.sh:10584:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
xfsdump-3.1.9+0/ltmain.sh-10585-
##############################################
xfsdump-3.1.9+0/ltmain.sh-10592-	func_to_tool_file "$output_objdir/$outputname"
xfsdump-3.1.9+0/ltmain.sh:10593:	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'`
xfsdump-3.1.9+0/ltmain.sh-10594-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
xfsdump-3.1.9+0/ltmain.sh-10613-	relink_command="(cd `pwd`; $relink_command)"
xfsdump-3.1.9+0/ltmain.sh:10614:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xfsdump-3.1.9+0/ltmain.sh-10615-      fi
##############################################
xfsdump-3.1.9+0/ltmain.sh-10859-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
xfsdump-3.1.9+0/ltmain.sh:10860:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
xfsdump-3.1.9+0/ltmain.sh-10861-      if test yes = "$hardcode_automatic"; then
##############################################
xfsdump-3.1.9+0/ltmain.sh-10880-		func_resolve_sysroot "$deplib"
xfsdump-3.1.9+0/ltmain.sh:10881:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
xfsdump-3.1.9+0/ltmain.sh-10882-		test -z "$libdir" && \
##############################################
xfsdump-3.1.9+0/ltmain.sh-10906-		name=$func_basename_result
xfsdump-3.1.9+0/ltmain.sh:10907:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xfsdump-3.1.9+0/ltmain.sh-10908-		test -z "$libdir" && \
##############################################
xfsdump-3.1.9+0/ltmain.sh-10925-		name=$func_basename_result
xfsdump-3.1.9+0/ltmain.sh:10926:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
xfsdump-3.1.9+0/ltmain.sh-10927-		test -z "$libdir" && \
##############################################
xfsdump-3.1.9+0/ltmain.sh-11244-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
xfsdump-3.1.9+0/ltmain.sh:11245:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
xfsdump-3.1.9+0/ltmain.sh-11246-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-119-    done
xfsdump-3.1.9+0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
xfsdump-3.1.9+0/m4/libtool.m4-121-}
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
xfsdump-3.1.9+0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
xfsdump-3.1.9+0/m4/libtool.m4-439-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-447-#
xfsdump-3.1.9+0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
xfsdump-3.1.9+0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
xfsdump-3.1.9+0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xfsdump-3.1.9+0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
xfsdump-3.1.9+0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
xfsdump-3.1.9+0/m4/libtool.m4-561-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
xfsdump-3.1.9+0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
xfsdump-3.1.9+0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
xfsdump-3.1.9+0/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
xfsdump-3.1.9+0/m4/libtool.m4-574-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
xfsdump-3.1.9+0/m4/libtool.m4:1112:    _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\"`'
xfsdump-3.1.9+0/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1164-      }]'
xfsdump-3.1.9+0/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
xfsdump-3.1.9+0/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
xfsdump-3.1.9+0/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
xfsdump-3.1.9+0/m4/libtool.m4-1169-  fi],[])
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
xfsdump-3.1.9+0/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
xfsdump-3.1.9+0/m4/libtool.m4-1202-  ECHO='print -r --'
xfsdump-3.1.9+0/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
xfsdump-3.1.9+0/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
xfsdump-3.1.9+0/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
xfsdump-3.1.9+0/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
xfsdump-3.1.9+0/m4/libtool.m4-1238-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1259-   if test yes = "$GCC"; then
xfsdump-3.1.9+0/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
xfsdump-3.1.9+0/m4/libtool.m4-1261-   fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1263- /*)
xfsdump-3.1.9+0/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
xfsdump-3.1.9+0/m4/libtool.m4-1265-   ;; #(
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
xfsdump-3.1.9+0/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1295-      *ELF-32*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
xfsdump-3.1.9+0/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1312-	*32-bit*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1322-    else
xfsdump-3.1.9+0/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1324-	*32-bit*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1344-    emul=elf
xfsdump-3.1.9+0/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1346-      *32-bit*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1352-    esac
xfsdump-3.1.9+0/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1354-      *MSB*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1360-    esac
xfsdump-3.1.9+0/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
xfsdump-3.1.9+0/m4/libtool.m4-1362-      *N32*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1725-    # And add a safety zone
xfsdump-3.1.9+0/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xfsdump-3.1.9+0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xfsdump-3.1.9+0/m4/libtool.m4-1728-    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1758-    if test -n "$kargmax"; then
xfsdump-3.1.9+0/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
xfsdump-3.1.9+0/m4/libtool.m4-1760-    else
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
xfsdump-3.1.9+0/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
xfsdump-3.1.9+0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
xfsdump-3.1.9+0/m4/libtool.m4-1770-    else
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1779-      # we can't tell.
xfsdump-3.1.9+0/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
xfsdump-3.1.9+0/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1783-      do
xfsdump-3.1.9+0/m4/libtool.m4:1784:        i=`expr $i + 1`
xfsdump-3.1.9+0/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1787-      # Only check the string length outside the loop.
xfsdump-3.1.9+0/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
xfsdump-3.1.9+0/m4/libtool.m4-1789-      teststring=
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
xfsdump-3.1.9+0/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
xfsdump-3.1.9+0/m4/libtool.m4-1794-    fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2258-    *:)
xfsdump-3.1.9+0/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
xfsdump-3.1.9+0/m4/libtool.m4-2260-        ;;
xfsdump-3.1.9+0/m4/libtool.m4-2261-    x:*)
xfsdump-3.1.9+0/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/m4/libtool.m4-2263-        ;;
xfsdump-3.1.9+0/m4/libtool.m4-2264-    *::*)
xfsdump-3.1.9+0/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
xfsdump-3.1.9+0/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
xfsdump-3.1.9+0/m4/libtool.m4-2267-        ;;
xfsdump-3.1.9+0/m4/libtool.m4-2268-    *)
xfsdump-3.1.9+0/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
xfsdump-3.1.9+0/m4/libtool.m4-2270-        ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2298-  esac
xfsdump-3.1.9+0/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
xfsdump-3.1.9+0/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
xfsdump-3.1.9+0/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
xfsdump-3.1.9+0/m4/libtool.m4-2307-    ;;
xfsdump-3.1.9+0/m4/libtool.m4-2308-  *)
xfsdump-3.1.9+0/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/m4/libtool.m4-2310-    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
xfsdump-3.1.9+0/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
xfsdump-3.1.9+0/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2356-  esac
xfsdump-3.1.9+0/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
xfsdump-3.1.9+0/m4/libtool.m4-2358-else
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
xfsdump-3.1.9+0/m4/libtool.m4:2498:    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'
xfsdump-3.1.9+0/m4/libtool.m4-2499-    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xfsdump-3.1.9+0/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2542-      fi'
xfsdump-3.1.9+0/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
xfsdump-3.1.9+0/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
xfsdump-3.1.9+0/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/m4/libtool.m4-2558-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
xfsdump-3.1.9+0/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/m4/libtool.m4-2562-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2569-    libname_spec='$name'
xfsdump-3.1.9+0/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
xfsdump-3.1.9+0/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
xfsdump-3.1.9+0/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
xfsdump-3.1.9+0/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2586-      # Convert to MSYS style.
xfsdump-3.1.9+0/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
xfsdump-3.1.9+0/m4/libtool.m4-2588-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
xfsdump-3.1.9+0/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
xfsdump-3.1.9+0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
xfsdump-3.1.9+0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/m4/libtool.m4-2596-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
xfsdump-3.1.9+0/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
xfsdump-3.1.9+0/m4/libtool.m4-2602-      else
xfsdump-3.1.9+0/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
xfsdump-3.1.9+0/m4/libtool.m4-2604-      fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
xfsdump-3.1.9+0/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
xfsdump-3.1.9+0/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
xfsdump-3.1.9+0/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2624-    # Assume MSVC wrapper
xfsdump-3.1.9+0/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
xfsdump-3.1.9+0/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
xfsdump-3.1.9+0/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
xfsdump-3.1.9+0/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
xfsdump-3.1.9+0/m4/libtool.m4:2876:    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' ' '`
xfsdump-3.1.9+0/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2941-  need_lib_prefix=no
xfsdump-3.1.9+0/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/m4/libtool.m4-2943-    need_version=no
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
xfsdump-3.1.9+0/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
xfsdump-3.1.9+0/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
xfsdump-3.1.9+0/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-2977-    fi'
xfsdump-3.1.9+0/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
xfsdump-3.1.9+0/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3188-	"file_magic "*)
xfsdump-3.1.9+0/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
xfsdump-3.1.9+0/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
xfsdump-3.1.9+0/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xfsdump-3.1.9+0/m4/libtool.m4-3273-  *)
xfsdump-3.1.9+0/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xfsdump-3.1.9+0/m4/libtool.m4-3275-  esac
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
xfsdump-3.1.9+0/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
xfsdump-3.1.9+0/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
xfsdump-3.1.9+0/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
xfsdump-3.1.9+0/m4/libtool.m4-3284-      done
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
xfsdump-3.1.9+0/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
xfsdump-3.1.9+0/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
xfsdump-3.1.9+0/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
xfsdump-3.1.9+0/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3578-openbsd* | bitrig*)
xfsdump-3.1.9+0/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3645-    else
xfsdump-3.1.9+0/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
xfsdump-3.1.9+0/m4/libtool.m4-3647-    fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3696-	esac
xfsdump-3.1.9+0/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3702-	*)
xfsdump-3.1.9+0/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/m4/libtool.m4-3704-	  */dev/null*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
xfsdump-3.1.9+0/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
xfsdump-3.1.9+0/m4/libtool.m4-3730-    *COFF*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
xfsdump-3.1.9+0/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
xfsdump-3.1.9+0/m4/libtool.m4:3962:case `$NM -V 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-4009-mingw*)
xfsdump-3.1.9+0/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
xfsdump-3.1.9+0/m4/libtool.m4-4011-  ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-4414-	  *)
xfsdump-3.1.9+0/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-4756-      *)
xfsdump-3.1.9+0/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-4939-    else
xfsdump-3.1.9+0/m4/libtool.m4:4940:      _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'
xfsdump-3.1.9+0/m4/libtool.m4-4941-    fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
xfsdump-3.1.9+0/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5070-    supports_anon_versioning=no
xfsdump-3.1.9+0/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5173-	prefix_cmds="$SED"~
xfsdump-3.1.9+0/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xfsdump-3.1.9+0/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xfsdump-3.1.9+0/m4/libtool.m4:5196:      _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'
xfsdump-3.1.9+0/m4/libtool.m4:5197:      _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'
xfsdump-3.1.9+0/m4/libtool.m4-5198-      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
xfsdump-3.1.9+0/m4/libtool.m4:5214:	  _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'
xfsdump-3.1.9+0/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
xfsdump-3.1.9+0/m4/libtool.m4:5219:	  _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'
xfsdump-3.1.9+0/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
xfsdump-3.1.9+0/m4/libtool.m4:5236:	  _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'
xfsdump-3.1.9+0/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5239-	esac
xfsdump-3.1.9+0/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
xfsdump-3.1.9+0/m4/libtool.m4:5242:	  _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'
xfsdump-3.1.9+0/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
xfsdump-3.1.9+0/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5399-	else
xfsdump-3.1.9+0/m4/libtool.m4:5400:	  _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'
xfsdump-3.1.9+0/m4/libtool.m4-5401-	fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
xfsdump-3.1.9+0/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
xfsdump-3.1.9+0/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
xfsdump-3.1.9+0/m4/libtool.m4:5521:        _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
xfsdump-3.1.9+0/m4/libtool.m4-5522-      else
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
xfsdump-3.1.9+0/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xfsdump-3.1.9+0/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
xfsdump-3.1.9+0/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
xfsdump-3.1.9+0/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5774-      if test yes = "$GCC"; then
xfsdump-3.1.9+0/m4/libtool.m4:5775:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
xfsdump-3.1.9+0/m4/libtool.m4:5798:          _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'
xfsdump-3.1.9+0/m4/libtool.m4-5799-	fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5801-      else
xfsdump-3.1.9+0/m4/libtool.m4:5802:	_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'
xfsdump-3.1.9+0/m4/libtool.m4:5803:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-5804-      fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
xfsdump-3.1.9+0/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
xfsdump-3.1.9+0/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5879-	prefix_cmds="$SED"~
xfsdump-3.1.9+0/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
xfsdump-3.1.9+0/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xfsdump-3.1.9+0/m4/libtool.m4:5894:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-5895-      else
xfsdump-3.1.9+0/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xfsdump-3.1.9+0/m4/libtool.m4:5897:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-5898-      fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xfsdump-3.1.9+0/m4/libtool.m4:5907:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xfsdump-3.1.9+0/m4/libtool.m4:5911:	_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'
xfsdump-3.1.9+0/m4/libtool.m4:5912:	_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~
xfsdump-3.1.9+0/m4/libtool.m4:5913:          $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'
xfsdump-3.1.9+0/m4/libtool.m4-5914-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-5929-      else
xfsdump-3.1.9+0/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
xfsdump-3.1.9+0/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
xfsdump-3.1.9+0/m4/libtool.m4-6124-	  then
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
xfsdump-3.1.9+0/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
xfsdump-3.1.9+0/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
xfsdump-3.1.9+0/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
xfsdump-3.1.9+0/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6594-
xfsdump-3.1.9+0/m4/libtool.m4:6595:          _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
xfsdump-3.1.9+0/m4/libtool.m4-6596-        else
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
xfsdump-3.1.9+0/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
xfsdump-3.1.9+0/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
xfsdump-3.1.9+0/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
xfsdump-3.1.9+0/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6822-            # dependencies.
xfsdump-3.1.9+0/m4/libtool.m4:6823:            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"'
xfsdump-3.1.9+0/m4/libtool.m4-6824-            ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6887-	    # dependencies.
xfsdump-3.1.9+0/m4/libtool.m4:6888:	    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"'
xfsdump-3.1.9+0/m4/libtool.m4-6889-	    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
xfsdump-3.1.9+0/m4/libtool.m4:6924:	_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'
xfsdump-3.1.9+0/m4/libtool.m4:6925:	_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'
xfsdump-3.1.9+0/m4/libtool.m4-6926-	;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6930-	    # SGI C++
xfsdump-3.1.9+0/m4/libtool.m4:6931:	    _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'
xfsdump-3.1.9+0/m4/libtool.m4-6932-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
xfsdump-3.1.9+0/m4/libtool.m4:6942:	        _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'
xfsdump-3.1.9+0/m4/libtool.m4-6943-	      else
xfsdump-3.1.9+0/m4/libtool.m4:6944:	        _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'
xfsdump-3.1.9+0/m4/libtool.m4-6945-	      fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
xfsdump-3.1.9+0/m4/libtool.m4:6963:	    _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'
xfsdump-3.1.9+0/m4/libtool.m4:6964:	    _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'
xfsdump-3.1.9+0/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6972-	    # dependencies.
xfsdump-3.1.9+0/m4/libtool.m4:6973:	    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"'
xfsdump-3.1.9+0/m4/libtool.m4-6974-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
xfsdump-3.1.9+0/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
xfsdump-3.1.9+0/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7008-            # Portland Group C++ compiler
xfsdump-3.1.9+0/m4/libtool.m4:7009:	    case `$CC -V` in
xfsdump-3.1.9+0/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
xfsdump-3.1.9+0/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
xfsdump-3.1.9+0/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
xfsdump-3.1.9+0/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
xfsdump-3.1.9+0/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xfsdump-3.1.9+0/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
xfsdump-3.1.9+0/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
xfsdump-3.1.9+0/m4/libtool.m4:7027:                $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'
xfsdump-3.1.9+0/m4/libtool.m4-7028-	      ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
xfsdump-3.1.9+0/m4/libtool.m4:7037:	    _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'
xfsdump-3.1.9+0/m4/libtool.m4-7038-            ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7055-	    # dependencies.
xfsdump-3.1.9+0/m4/libtool.m4:7056:	    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'
xfsdump-3.1.9+0/m4/libtool.m4-7057-	    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7070-	  *)
xfsdump-3.1.9+0/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
xfsdump-3.1.9+0/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
xfsdump-3.1.9+0/m4/libtool.m4:7078:	      _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'
xfsdump-3.1.9+0/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
xfsdump-3.1.9+0/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
xfsdump-3.1.9+0/m4/libtool.m4-7144-	    _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'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
xfsdump-3.1.9+0/m4/libtool.m4:7162:	    _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'
xfsdump-3.1.9+0/m4/libtool.m4-7163-
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
xfsdump-3.1.9+0/m4/libtool.m4:7183:	        _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'
xfsdump-3.1.9+0/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
xfsdump-3.1.9+0/m4/libtool.m4:7188:	        _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'
xfsdump-3.1.9+0/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
xfsdump-3.1.9+0/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
xfsdump-3.1.9+0/m4/libtool.m4:7191:                  $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~
xfsdump-3.1.9+0/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7206-	    # dependencies.
xfsdump-3.1.9+0/m4/libtool.m4:7207:	    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"'
xfsdump-3.1.9+0/m4/libtool.m4-7208-	    ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7213-	        osf3*)
xfsdump-3.1.9+0/m4/libtool.m4:7214:	          _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'
xfsdump-3.1.9+0/m4/libtool.m4-7215-		  ;;
xfsdump-3.1.9+0/m4/libtool.m4-7216-	        *)
xfsdump-3.1.9+0/m4/libtool.m4:7217:	          _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'
xfsdump-3.1.9+0/m4/libtool.m4-7218-		  ;;
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7466-  case @S|@2 in
xfsdump-3.1.9+0/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
xfsdump-3.1.9+0/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
xfsdump-3.1.9+0/m4/libtool.m4-7469-  esac
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7555-
xfsdump-3.1.9+0/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
xfsdump-3.1.9+0/m4/libtool.m4-7557-    case $prev$p in
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
xfsdump-3.1.9+0/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
xfsdump-3.1.9+0/m4/libtool.m4-7661-fi
##############################################
xfsdump-3.1.9+0/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
xfsdump-3.1.9+0/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
xfsdump-3.1.9+0/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
xfsdump-3.1.9+0/m4/ltsugar.m4-68-m4_define([lt_combine],
xfsdump-3.1.9+0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
xfsdump-3.1.9+0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
xfsdump-3.1.9+0/m4/multilib.m4-25-  libdirsuffix=""
xfsdump-3.1.9+0/m4/multilib.m4:26:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
xfsdump-3.1.9+0/m4/multilib.m4-27-  if test "$enable_lib64" = "yes" -a -n "$searchpath"; then
##############################################
xfsdump-3.1.9+0/m4/multilib.m4-32-          */lib64/ | */lib64 ) libdirsuffix=64 ;;
xfsdump-3.1.9+0/m4/multilib.m4:33:          *) searchdir=`cd "$searchdir" && pwd`
xfsdump-3.1.9+0/m4/multilib.m4-34-             case "$searchdir" in