===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
crun-0.15.1+dfsg/build-aux/compile-67-	mingw/*)
crun-0.15.1+dfsg/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
crun-0.15.1+dfsg/build-aux/compile-69-	  ;;
crun-0.15.1+dfsg/build-aux/compile-70-	cygwin/*)
crun-0.15.1+dfsg/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
crun-0.15.1+dfsg/build-aux/compile-72-	  ;;
crun-0.15.1+dfsg/build-aux/compile-73-	wine/*)
crun-0.15.1+dfsg/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
crun-0.15.1+dfsg/build-aux/compile-75-	  ;;
##############################################
crun-0.15.1+dfsg/build-aux/compile-310-# Name of file we expect compiler to create.
crun-0.15.1+dfsg/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
crun-0.15.1+dfsg/build-aux/compile-312-
##############################################
crun-0.15.1+dfsg/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
crun-0.15.1+dfsg/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
crun-0.15.1+dfsg/build-aux/compile-318-while true; do
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-34-
crun-0.15.1+dfsg/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
crun-0.15.1+dfsg/build-aux/config.guess-36-
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
crun-0.15.1+dfsg/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
crun-0.15.1+dfsg/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-151-	EOF
crun-0.15.1+dfsg/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
crun-0.15.1+dfsg/build-aux/config.guess-153-
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-188-	    earmv*)
crun-0.15.1+dfsg/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
crun-0.15.1+dfsg/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
crun-0.15.1+dfsg/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
crun-0.15.1+dfsg/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
crun-0.15.1+dfsg/build-aux/config.guess-222-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-233-	    *)
crun-0.15.1+dfsg/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
crun-0.15.1+dfsg/build-aux/config.guess-235-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-280-	*4.0)
crun-0.15.1+dfsg/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
crun-0.15.1+dfsg/build-aux/config.guess-282-		;;
crun-0.15.1+dfsg/build-aux/config.guess-283-	*5.*)
crun-0.15.1+dfsg/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
crun-0.15.1+dfsg/build-aux/config.guess-285-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
crun-0.15.1+dfsg/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
crun-0.15.1+dfsg/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
crun-0.15.1+dfsg/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
crun-0.15.1+dfsg/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-379-    s390x:SunOS:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-381-	exit ;;
crun-0.15.1+dfsg/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
crun-0.15.1+dfsg/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-384-	exit ;;
crun-0.15.1+dfsg/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
crun-0.15.1+dfsg/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-387-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-404-	fi
crun-0.15.1+dfsg/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-406-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
crun-0.15.1+dfsg/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-412-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
crun-0.15.1+dfsg/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
crun-0.15.1+dfsg/build-aux/config.guess-421-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
crun-0.15.1+dfsg/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
crun-0.15.1+dfsg/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
crun-0.15.1+dfsg/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
crun-0.15.1+dfsg/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
crun-0.15.1+dfsg/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-563-    *:IRIX*:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
crun-0.15.1+dfsg/build-aux/config.guess-565-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-593-EOF
crun-0.15.1+dfsg/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
crun-0.15.1+dfsg/build-aux/config.guess-595-		then
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-606-    *:AIX:*:[4567])
crun-0.15.1+dfsg/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
crun-0.15.1+dfsg/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
crun-0.15.1+dfsg/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-696-EOF
crun-0.15.1+dfsg/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
crun-0.15.1+dfsg/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-724-    ia64:HP-UX:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
crun-0.15.1+dfsg/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-754-EOF
crun-0.15.1+dfsg/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
crun-0.15.1+dfsg/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
crun-0.15.1+dfsg/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
crun-0.15.1+dfsg/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
crun-0.15.1+dfsg/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
crun-0.15.1+dfsg/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-850-	esac
crun-0.15.1+dfsg/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-852-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
crun-0.15.1+dfsg/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-888-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-890-	# the GNU system
crun-0.15.1+dfsg/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
crun-0.15.1+dfsg/build-aux/config.guess-892-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-894-	# other systems with GNU libc and userland
crun-0.15.1+dfsg/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
crun-0.15.1+dfsg/build-aux/config.guess-896-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-988-EOF
crun-0.15.1+dfsg/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
crun-0.15.1+dfsg/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-1088-    i*86:*:4.*:*)
crun-0.15.1+dfsg/build-aux/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
crun-0.15.1+dfsg/build-aux/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-1291-	fi
crun-0.15.1+dfsg/build-aux/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
crun-0.15.1+dfsg/build-aux/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-1389-    *:DragonFly:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
crun-0.15.1+dfsg/build-aux/config.guess-1391-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.guess-1402-    i*86:skyos:*:*)
crun-0.15.1+dfsg/build-aux/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
crun-0.15.1+dfsg/build-aux/config.guess-1404-	exit ;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-52-
crun-0.15.1+dfsg/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
crun-0.15.1+dfsg/build-aux/config.sub-54-
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-200-		os=-sco5v6
crun-0.15.1+dfsg/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-202-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-204-		os=-sco3.2v5
crun-0.15.1+dfsg/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-206-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-208-		os=-sco3.2v4
crun-0.15.1+dfsg/build-aux/config.sub:209:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-210-		;;
crun-0.15.1+dfsg/build-aux/config.sub-211-	-sco3.2.[4-9]*)
crun-0.15.1+dfsg/build-aux/config.sub:212:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
crun-0.15.1+dfsg/build-aux/config.sub:213:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-214-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-216-		# Don't forget version if it is 3.2v4 or newer.
crun-0.15.1+dfsg/build-aux/config.sub:217:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-218-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-220-		# Don't forget version if it is 3.2v4 or newer.
crun-0.15.1+dfsg/build-aux/config.sub:221:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-222-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-224-		os=-sco3.2v2
crun-0.15.1+dfsg/build-aux/config.sub:225:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-226-		;;
crun-0.15.1+dfsg/build-aux/config.sub-227-	-udk*)
crun-0.15.1+dfsg/build-aux/config.sub:228:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-229-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-231-		os=-isc2.2
crun-0.15.1+dfsg/build-aux/config.sub:232:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-233-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-237-	-isc*)
crun-0.15.1+dfsg/build-aux/config.sub:238:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-239-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-249-	-ptx*)
crun-0.15.1+dfsg/build-aux/config.sub:250:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
crun-0.15.1+dfsg/build-aux/config.sub-251-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-389-	*-*-*)
crun-0.15.1+dfsg/build-aux/config.sub:390:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
crun-0.15.1+dfsg/build-aux/config.sub-391-		exit 1
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-519-	amd64-*)
crun-0.15.1+dfsg/build-aux/config.sub:520:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-521-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-564-	blackfin-*)
crun-0.15.1+dfsg/build-aux/config.sub:565:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-566-		os=-linux
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-572-	c54x-*)
crun-0.15.1+dfsg/build-aux/config.sub:573:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-574-		;;
crun-0.15.1+dfsg/build-aux/config.sub-575-	c55x-*)
crun-0.15.1+dfsg/build-aux/config.sub:576:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-577-		;;
crun-0.15.1+dfsg/build-aux/config.sub-578-	c6x-*)
crun-0.15.1+dfsg/build-aux/config.sub:579:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-580-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-676-	e500v[12]-*)
crun-0.15.1+dfsg/build-aux/config.sub:677:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-678-		os=$os"spe"
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-780-	i*86v32)
crun-0.15.1+dfsg/build-aux/config.sub:781:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-782-		os=-sysv32
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-784-	i*86v4*)
crun-0.15.1+dfsg/build-aux/config.sub:785:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-786-		os=-sysv4
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-788-	i*86v)
crun-0.15.1+dfsg/build-aux/config.sub:789:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-790-		os=-sysv
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-792-	i*86sol2)
crun-0.15.1+dfsg/build-aux/config.sub:793:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/build-aux/config.sub-794-		os=-solaris2
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-818-	leon-*|leon[3-9]-*)
crun-0.15.1+dfsg/build-aux/config.sub:819:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
crun-0.15.1+dfsg/build-aux/config.sub-820-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-825-	m68knommu-*)
crun-0.15.1+dfsg/build-aux/config.sub:826:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-827-		os=-linux
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-859-	mips3*-*)
crun-0.15.1+dfsg/build-aux/config.sub:860:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
crun-0.15.1+dfsg/build-aux/config.sub-861-		;;
crun-0.15.1+dfsg/build-aux/config.sub-862-	mips3*)
crun-0.15.1+dfsg/build-aux/config.sub:863:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
crun-0.15.1+dfsg/build-aux/config.sub-864-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-881-	ms1-*)
crun-0.15.1+dfsg/build-aux/config.sub:882:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
crun-0.15.1+dfsg/build-aux/config.sub-883-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1006-	parisc-*)
crun-0.15.1+dfsg/build-aux/config.sub:1007:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1008-		os=-linux
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1022-	pc98-*)
crun-0.15.1+dfsg/build-aux/config.sub:1023:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1024-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1037-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
crun-0.15.1+dfsg/build-aux/config.sub:1038:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1039-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1040-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
crun-0.15.1+dfsg/build-aux/config.sub:1041:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1042-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1043-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
crun-0.15.1+dfsg/build-aux/config.sub:1044:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1045-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1046-	pentium4-*)
crun-0.15.1+dfsg/build-aux/config.sub:1047:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1048-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1056-	ppc-* | ppcbe-*)
crun-0.15.1+dfsg/build-aux/config.sub:1057:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1058-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1062-	ppcle-* | powerpclittle-*)
crun-0.15.1+dfsg/build-aux/config.sub:1063:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1064-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1066-		;;
crun-0.15.1+dfsg/build-aux/config.sub:1067:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1068-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1072-	ppc64le-* | powerpc64little-*)
crun-0.15.1+dfsg/build-aux/config.sub:1073:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1074-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1148-	strongarm-* | thumb-*)
crun-0.15.1+dfsg/build-aux/config.sub:1149:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub-1150-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1281-	xscale-* | xscalee[bl]-*)
crun-0.15.1+dfsg/build-aux/config.sub:1282:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
crun-0.15.1+dfsg/build-aux/config.sub-1283-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1343-	*)
crun-0.15.1+dfsg/build-aux/config.sub:1344:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
crun-0.15.1+dfsg/build-aux/config.sub-1345-		exit 1
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1351-	*-digital*)
crun-0.15.1+dfsg/build-aux/config.sub:1352:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
crun-0.15.1+dfsg/build-aux/config.sub-1353-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1354-	*-commodore*)
crun-0.15.1+dfsg/build-aux/config.sub:1355:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
crun-0.15.1+dfsg/build-aux/config.sub-1356-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1372-	-solaris1 | -solaris1.*)
crun-0.15.1+dfsg/build-aux/config.sub:1373:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
crun-0.15.1+dfsg/build-aux/config.sub-1374-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1381-	-gnu/linux*)
crun-0.15.1+dfsg/build-aux/config.sub:1382:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
crun-0.15.1+dfsg/build-aux/config.sub-1383-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1433-	-nto*)
crun-0.15.1+dfsg/build-aux/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
crun-0.15.1+dfsg/build-aux/config.sub-1435-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1440-	-mac*)
crun-0.15.1+dfsg/build-aux/config.sub:1441:		os=`echo "$os" | sed -e 's|mac|macos|'`
crun-0.15.1+dfsg/build-aux/config.sub-1442-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1446-	-linux*)
crun-0.15.1+dfsg/build-aux/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
crun-0.15.1+dfsg/build-aux/config.sub-1448-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1449-	-sunos5*)
crun-0.15.1+dfsg/build-aux/config.sub:1450:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
crun-0.15.1+dfsg/build-aux/config.sub-1451-		;;
crun-0.15.1+dfsg/build-aux/config.sub-1452-	-sunos6*)
crun-0.15.1+dfsg/build-aux/config.sub:1453:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
crun-0.15.1+dfsg/build-aux/config.sub-1454-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1495-	-sinix5.*)
crun-0.15.1+dfsg/build-aux/config.sub:1496:		os=`echo $os | sed -e 's|sinix|sysv|'`
crun-0.15.1+dfsg/build-aux/config.sub-1497-		;;
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1560-		# Get rid of the `-' at the beginning of $os.
crun-0.15.1+dfsg/build-aux/config.sub:1561:		os=`echo $os | sed 's/[^-]*-//'`
crun-0.15.1+dfsg/build-aux/config.sub:1562:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
crun-0.15.1+dfsg/build-aux/config.sub-1563-		exit 1
##############################################
crun-0.15.1+dfsg/build-aux/config.sub-1820-		esac
crun-0.15.1+dfsg/build-aux/config.sub:1821:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
crun-0.15.1+dfsg/build-aux/config.sub-1822-		;;
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-64-  case $1 in
crun-0.15.1+dfsg/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
crun-0.15.1+dfsg/build-aux/depcomp-66-      *) dir=;;
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-73-{
crun-0.15.1+dfsg/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
crun-0.15.1+dfsg/build-aux/depcomp-75-}
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
crun-0.15.1+dfsg/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
crun-0.15.1+dfsg/build-aux/depcomp-128-
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-405-        sleep 1
crun-0.15.1+dfsg/build-aux/depcomp:406:        i=`expr $i - 1`
crun-0.15.1+dfsg/build-aux/depcomp-407-      done
crun-0.15.1+dfsg/build-aux/depcomp-408-    fi
crun-0.15.1+dfsg/build-aux/depcomp:409:    i=`expr $i - 1`
crun-0.15.1+dfsg/build-aux/depcomp-410-  done
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-425-  # Do two passes, one to just change these to
crun-0.15.1+dfsg/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
crun-0.15.1+dfsg/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
crun-0.15.1+dfsg/build-aux/depcomp-659-  done
crun-0.15.1+dfsg/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
crun-0.15.1+dfsg/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-234-      fi
crun-0.15.1+dfsg/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
crun-0.15.1+dfsg/build-aux/install-sh-236-    *)
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-280-      dstdir=$dst
crun-0.15.1+dfsg/build-aux/install-sh:281:      dstbase=`basename "$src"`
crun-0.15.1+dfsg/build-aux/install-sh-282-      case $dst in
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-287-    else
crun-0.15.1+dfsg/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
crun-0.15.1+dfsg/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
crun-0.15.1+dfsg/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
crun-0.15.1+dfsg/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
crun-0.15.1+dfsg/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
crun-0.15.1+dfsg/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-419-            case $prefix in
crun-0.15.1+dfsg/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
crun-0.15.1+dfsg/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
crun-0.15.1+dfsg/build-aux/install-sh-468-    if $copy_on_change &&
crun-0.15.1+dfsg/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
crun-0.15.1+dfsg/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
crun-0.15.1+dfsg/build-aux/install-sh-471-       set -f &&
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-103-#
crun-0.15.1+dfsg/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
crun-0.15.1+dfsg/build-aux/ltmain.sh-105-#
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
crun-0.15.1+dfsg/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
crun-0.15.1+dfsg/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
crun-0.15.1+dfsg/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
crun-0.15.1+dfsg/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
crun-0.15.1+dfsg/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
crun-0.15.1+dfsg/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-410-# The name of this program.
crun-0.15.1+dfsg/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-412-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-416-  *[\\/]*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
crun-0.15.1+dfsg/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-610-
crun-0.15.1+dfsg/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
crun-0.15.1+dfsg/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-613-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-639-
crun-0.15.1+dfsg/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-641-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
crun-0.15.1+dfsg/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
crun-0.15.1+dfsg/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
crun-0.15.1+dfsg/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-760-      }
crun-0.15.1+dfsg/build-aux/ltmain.sh-761-    done
crun-0.15.1+dfsg/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/build-aux/ltmain.sh-763-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-831-
crun-0.15.1+dfsg/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
crun-0.15.1+dfsg/build-aux/ltmain.sh-833-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
crun-0.15.1+dfsg/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-865-      done
crun-0.15.1+dfsg/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-867-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
crun-0.15.1+dfsg/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-903-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
crun-0.15.1+dfsg/build-aux/ltmain.sh-1113-        *)
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1198-    case $2 in
crun-0.15.1+dfsg/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
crun-0.15.1+dfsg/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
crun-0.15.1+dfsg/build-aux/ltmain.sh-1201-    esac
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-1273-      ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1358-
crun-0.15.1+dfsg/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
crun-0.15.1+dfsg/build-aux/ltmain.sh-1360-}
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
crun-0.15.1+dfsg/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
crun-0.15.1+dfsg/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1517-
crun-0.15.1+dfsg/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
crun-0.15.1+dfsg/build-aux/ltmain.sh-1519-}
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1870-
crun-0.15.1+dfsg/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
crun-0.15.1+dfsg/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
crun-0.15.1+dfsg/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-1875-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-1898-
crun-0.15.1+dfsg/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
crun-0.15.1+dfsg/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-1901-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
crun-0.15.1+dfsg/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
crun-0.15.1+dfsg/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2074-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2110-  {
crun-0.15.1+dfsg/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2112-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2115-  {
crun-0.15.1+dfsg/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2117-  }
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
crun-0.15.1+dfsg/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2659-      done
crun-0.15.1+dfsg/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
crun-0.15.1+dfsg/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2662-      case $@ in
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
crun-0.15.1+dfsg/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
crun-0.15.1+dfsg/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2678-	    done
crun-0.15.1+dfsg/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
crun-0.15.1+dfsg/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
crun-0.15.1+dfsg/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
crun-0.15.1+dfsg/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3011-  fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
crun-0.15.1+dfsg/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
crun-0.15.1+dfsg/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
crun-0.15.1+dfsg/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
crun-0.15.1+dfsg/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
crun-0.15.1+dfsg/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3474-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
crun-0.15.1+dfsg/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-3522-	$ECHO "\
crun-0.15.1+dfsg/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
crun-0.15.1+dfsg/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3525-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
crun-0.15.1+dfsg/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-3571-	$ECHO "\
crun-0.15.1+dfsg/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
crun-0.15.1+dfsg/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3574-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
crun-0.15.1+dfsg/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4280-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4293-	  else
crun-0.15.1+dfsg/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4295-	  fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4458-	    fi
crun-0.15.1+dfsg/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4479-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4498-	  fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
crun-0.15.1+dfsg/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
crun-0.15.1+dfsg/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4862-	  else
crun-0.15.1+dfsg/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4865-	  fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4867-	*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4870-	  ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
crun-0.15.1+dfsg/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4885-    fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
crun-0.15.1+dfsg/build-aux/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
crun-0.15.1+dfsg/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
crun-0.15.1+dfsg/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-4990-
crun-0.15.1+dfsg/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-4992-}
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5008-
crun-0.15.1+dfsg/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5072-    # binutils import library
crun-0.15.1+dfsg/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-5075-    # ms-generated import library
crun-0.15.1+dfsg/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5077-  else
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
crun-0.15.1+dfsg/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
crun-0.15.1+dfsg/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
crun-0.15.1+dfsg/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5189-      esac
crun-0.15.1+dfsg/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5191-    done
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5260-
crun-0.15.1+dfsg/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5295-    --lt-dump-script)
crun-0.15.1+dfsg/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
crun-0.15.1+dfsg/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
crun-0.15.1+dfsg/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5324-  done
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
crun-0.15.1+dfsg/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
crun-0.15.1+dfsg/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
crun-0.15.1+dfsg/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5388-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5396-
crun-0.15.1+dfsg/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5399-  done
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
crun-0.15.1+dfsg/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
crun-0.15.1+dfsg/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
crun-0.15.1+dfsg/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
crun-0.15.1+dfsg/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
crun-0.15.1+dfsg/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
crun-0.15.1+dfsg/build-aux/ltmain.sh-5443-      else
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
crun-0.15.1+dfsg/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-5487-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-6464-
crun-0.15.1+dfsg/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
crun-0.15.1+dfsg/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-6712-	    moreargs=
crun-0.15.1+dfsg/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-6714-	    do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-6973-	*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7289-      -Z*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
crun-0.15.1+dfsg/build-aux/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
crun-0.15.1+dfsg/build-aux/ltmain.sh-7461-    else
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/build-aux/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7873-	fi
crun-0.15.1+dfsg/build-aux/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-7946-	*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
crun-0.15.1+dfsg/build-aux/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8199-	    shift
crun-0.15.1+dfsg/build-aux/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8491-		*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8502-		  depdepl=
crun-0.15.1+dfsg/build-aux/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
crun-0.15.1+dfsg/build-aux/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8513-                      fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8524-		else
crun-0.15.1+dfsg/build-aux/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8547-	else
crun-0.15.1+dfsg/build-aux/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-8549-	fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-8636-        linux*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/build-aux/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9041-	removelist=
crun-0.15.1+dfsg/build-aux/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9067-	# Transform .lo files to .o files.
crun-0.15.1+dfsg/build-aux/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9069-      fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9072-      #for path in $notinst_path; do
crun-0.15.1+dfsg/build-aux/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9076-      #done
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9193-		if test -n "$i"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9196-		  set dummy $deplib_matches; shift
crun-0.15.1+dfsg/build-aux/ltmain.sh-9197-		  deplib_match=$1
crun-0.15.1+dfsg/build-aux/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9236-		  if test -n "$i"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9239-		    set dummy $deplib_matches; shift
crun-0.15.1+dfsg/build-aux/ltmain.sh-9240-		    deplib_match=$1
crun-0.15.1+dfsg/build-aux/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
crun-0.15.1+dfsg/build-aux/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/build-aux/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9286-	      if test -n "$a_deplib"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9290-		else
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9296-		    shopt -s nocaseglob
crun-0.15.1+dfsg/build-aux/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9298-		    $nocaseglob
crun-0.15.1+dfsg/build-aux/ltmain.sh-9299-		  else
crun-0.15.1+dfsg/build-aux/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9301-		  fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
crun-0.15.1+dfsg/build-aux/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9316-			case $potliblink in
crun-0.15.1+dfsg/build-aux/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
crun-0.15.1+dfsg/build-aux/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
crun-0.15.1+dfsg/build-aux/ltmain.sh-9319-			esac
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/build-aux/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9370-	      if test -n "$a_deplib"; then
crun-0.15.1+dfsg/build-aux/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
crun-0.15.1+dfsg/build-aux/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9409-	  newdeplibs=
crun-0.15.1+dfsg/build-aux/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
crun-0.15.1+dfsg/build-aux/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9415-	    done
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
crun-0.15.1+dfsg/build-aux/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9441-	  ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9491-	*-*-darwin*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9495-	  ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-9618-	# Use standard objects if they are pic
crun-0.15.1+dfsg/build-aux/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10147-      # Create the old-style object.
crun-0.15.1+dfsg/build-aux/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
crun-0.15.1+dfsg/build-aux/ltmain.sh-10149-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
crun-0.15.1+dfsg/build-aux/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/build-aux/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10208-	;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10226-	;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
crun-0.15.1+dfsg/build-aux/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10361-	# Transform all the library objects into standard objects.
crun-0.15.1+dfsg/build-aux/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10364-      fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10389-	# Replace the output file specification.
crun-0.15.1+dfsg/build-aux/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10398-	  func_to_tool_file "$output"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10442-	# Replace the output file specification.
crun-0.15.1+dfsg/build-aux/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10444-	# Delete the old output file.
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10450-	  func_to_tool_file "$output"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
crun-0.15.1+dfsg/build-aux/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10470-          ;;
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10481-      # Replace the output file specification.
crun-0.15.1+dfsg/build-aux/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10483-
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10491:	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'`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10513-      fi
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
crun-0.15.1+dfsg/build-aux/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10804-		name=$func_basename_result
crun-0.15.1+dfsg/build-aux/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-10823-		name=$func_basename_result
crun-0.15.1+dfsg/build-aux/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
crun-0.15.1+dfsg/build-aux/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/build-aux/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
crun-0.15.1+dfsg/build-aux/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
crun-0.15.1+dfsg/build-aux/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
crun-0.15.1+dfsg/build-aux/tap-driver.sh-585-        # Get the bailout message (if any), with leading and trailing
crun-0.15.1+dfsg/build-aux/tap-driver.sh:586:        # whitespace stripped.  The message remains stored in `$0`.
crun-0.15.1+dfsg/build-aux/tap-driver.sh-587-        sub("^[ \t]*Bail out![ \t]*", "");
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-74-
crun-0.15.1+dfsg/build-aux/git-version-gen:75:year=`expr "$scriptversion" : '\([^-]*\)'`
crun-0.15.1+dfsg/build-aux/git-version-gen-76-version="git-version-gen $scriptversion
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-141-then
crun-0.15.1+dfsg/build-aux/git-version-gen:142:    v=`cat $tarball_version_file` || v=
crun-0.15.1+dfsg/build-aux/git-version-gen-143-    case $v in
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-158-          || git describe --abbrev=4 HEAD 2>/dev/null` \
crun-0.15.1+dfsg/build-aux/git-version-gen:159:    && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
crun-0.15.1+dfsg/build-aux/git-version-gen-160-    && case $v in
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-168-    #   Older: v6.10-g0f8faeb
crun-0.15.1+dfsg/build-aux/git-version-gen:169:    vprefix=`expr "X$v" : 'X\(.*\)-g[^-]*$'` || vprefix=$v
crun-0.15.1+dfsg/build-aux/git-version-gen-170-    case $vprefix in
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-176-            # of git describe.
crun-0.15.1+dfsg/build-aux/git-version-gen:177:            vtag=`echo "$v" | sed 's/-.*//'`
crun-0.15.1+dfsg/build-aux/git-version-gen:178:            commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
crun-0.15.1+dfsg/build-aux/git-version-gen-179-                || { commit_list=failed;
crun-0.15.1+dfsg/build-aux/git-version-gen-180-                     echo "$0: WARNING: git rev-list failed" 1>&2; }
crun-0.15.1+dfsg/build-aux/git-version-gen:181:            numcommits=`echo "$commit_list" | wc -l`
crun-0.15.1+dfsg/build-aux/git-version-gen:182:            v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
crun-0.15.1+dfsg/build-aux/git-version-gen-183-            test "$commit_list" = failed && v=UNKNOWN
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-188-    # Remove the "g" to save a byte.
crun-0.15.1+dfsg/build-aux/git-version-gen:189:    v=`echo "$v" | sed 's/-\([^-]*\)-g\([^-]*\)$/.\1-\2/'`;
crun-0.15.1+dfsg/build-aux/git-version-gen-190-    v_from_git=1
##############################################
crun-0.15.1+dfsg/build-aux/git-version-gen-196-
crun-0.15.1+dfsg/build-aux/git-version-gen:197:v=`echo "$v" |sed "s/^$prefix//"`
crun-0.15.1+dfsg/build-aux/git-version-gen-198-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-119-    done
crun-0.15.1+dfsg/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/m4/libtool.m4-121-}
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
crun-0.15.1+dfsg/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
crun-0.15.1+dfsg/m4/libtool.m4-439-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-447-#
crun-0.15.1+dfsg/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
crun-0.15.1+dfsg/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
crun-0.15.1+dfsg/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/m4/libtool.m4-561-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
crun-0.15.1+dfsg/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
crun-0.15.1+dfsg/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/m4/libtool.m4-574-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
crun-0.15.1+dfsg/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
crun-0.15.1+dfsg/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1165-      }]'
crun-0.15.1+dfsg/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
crun-0.15.1+dfsg/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/m4/libtool.m4-1170-  fi],[])
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
crun-0.15.1+dfsg/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/m4/libtool.m4-1203-  ECHO='print -r --'
crun-0.15.1+dfsg/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
crun-0.15.1+dfsg/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
crun-0.15.1+dfsg/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
crun-0.15.1+dfsg/m4/libtool.m4-1239-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1260-   if test yes = "$GCC"; then
crun-0.15.1+dfsg/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
crun-0.15.1+dfsg/m4/libtool.m4-1262-   fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1264- /*)
crun-0.15.1+dfsg/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
crun-0.15.1+dfsg/m4/libtool.m4-1266-   ;; #(
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
crun-0.15.1+dfsg/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1296-      *ELF-32*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
crun-0.15.1+dfsg/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1313-	*32-bit*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1323-    else
crun-0.15.1+dfsg/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1325-	*32-bit*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1345-    emul=elf
crun-0.15.1+dfsg/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1347-      *32-bit*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1353-    esac
crun-0.15.1+dfsg/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1355-      *MSB*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1361-    esac
crun-0.15.1+dfsg/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/m4/libtool.m4-1363-      *N32*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1726-    # And add a safety zone
crun-0.15.1+dfsg/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/m4/libtool.m4-1729-    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1759-    if test -n "$kargmax"; then
crun-0.15.1+dfsg/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
crun-0.15.1+dfsg/m4/libtool.m4-1761-    else
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
crun-0.15.1+dfsg/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/m4/libtool.m4-1771-    else
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1780-      # we can't tell.
crun-0.15.1+dfsg/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
crun-0.15.1+dfsg/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1784-      do
crun-0.15.1+dfsg/m4/libtool.m4:1785:        i=`expr $i + 1`
crun-0.15.1+dfsg/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1788-      # Only check the string length outside the loop.
crun-0.15.1+dfsg/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
crun-0.15.1+dfsg/m4/libtool.m4-1790-      teststring=
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
crun-0.15.1+dfsg/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
crun-0.15.1+dfsg/m4/libtool.m4-1795-    fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2259-    *:)
crun-0.15.1+dfsg/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
crun-0.15.1+dfsg/m4/libtool.m4-2261-        ;;
crun-0.15.1+dfsg/m4/libtool.m4-2262-    x:*)
crun-0.15.1+dfsg/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/m4/libtool.m4-2264-        ;;
crun-0.15.1+dfsg/m4/libtool.m4-2265-    *::*)
crun-0.15.1+dfsg/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
crun-0.15.1+dfsg/m4/libtool.m4-2268-        ;;
crun-0.15.1+dfsg/m4/libtool.m4-2269-    *)
crun-0.15.1+dfsg/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/m4/libtool.m4-2271-        ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2299-  esac
crun-0.15.1+dfsg/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
crun-0.15.1+dfsg/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
crun-0.15.1+dfsg/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
crun-0.15.1+dfsg/m4/libtool.m4-2308-    ;;
crun-0.15.1+dfsg/m4/libtool.m4-2309-  *)
crun-0.15.1+dfsg/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/m4/libtool.m4-2311-    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
crun-0.15.1+dfsg/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
crun-0.15.1+dfsg/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2357-  esac
crun-0.15.1+dfsg/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
crun-0.15.1+dfsg/m4/libtool.m4-2359-else
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
crun-0.15.1+dfsg/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
crun-0.15.1+dfsg/m4/libtool.m4-2500-    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2543-      fi'
crun-0.15.1+dfsg/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
crun-0.15.1+dfsg/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
crun-0.15.1+dfsg/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/m4/libtool.m4-2559-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
crun-0.15.1+dfsg/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/m4/libtool.m4-2563-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2570-    libname_spec='$name'
crun-0.15.1+dfsg/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
crun-0.15.1+dfsg/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
crun-0.15.1+dfsg/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2587-      # Convert to MSYS style.
crun-0.15.1+dfsg/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
crun-0.15.1+dfsg/m4/libtool.m4-2589-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
crun-0.15.1+dfsg/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
crun-0.15.1+dfsg/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
crun-0.15.1+dfsg/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/m4/libtool.m4-2597-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
crun-0.15.1+dfsg/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
crun-0.15.1+dfsg/m4/libtool.m4-2603-      else
crun-0.15.1+dfsg/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/m4/libtool.m4-2605-      fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
crun-0.15.1+dfsg/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
crun-0.15.1+dfsg/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2625-    # Assume MSVC wrapper
crun-0.15.1+dfsg/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
crun-0.15.1+dfsg/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
crun-0.15.1+dfsg/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
crun-0.15.1+dfsg/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
crun-0.15.1+dfsg/m4/libtool.m4:2880:    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' ' '`
crun-0.15.1+dfsg/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2933-  need_lib_prefix=no
crun-0.15.1+dfsg/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/m4/libtool.m4-2935-    need_version=no
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
crun-0.15.1+dfsg/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-2969-    fi'
crun-0.15.1+dfsg/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3180-	"file_magic "*)
crun-0.15.1+dfsg/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
crun-0.15.1+dfsg/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
crun-0.15.1+dfsg/m4/libtool.m4-3265-  *)
crun-0.15.1+dfsg/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
crun-0.15.1+dfsg/m4/libtool.m4-3267-  esac
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
crun-0.15.1+dfsg/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
crun-0.15.1+dfsg/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
crun-0.15.1+dfsg/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
crun-0.15.1+dfsg/m4/libtool.m4-3276-      done
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
crun-0.15.1+dfsg/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
crun-0.15.1+dfsg/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3570-openbsd* | bitrig*)
crun-0.15.1+dfsg/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3637-    else
crun-0.15.1+dfsg/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
crun-0.15.1+dfsg/m4/libtool.m4-3639-    fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3688-	esac
crun-0.15.1+dfsg/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3694-	*)
crun-0.15.1+dfsg/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/m4/libtool.m4-3696-	  */dev/null*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
crun-0.15.1+dfsg/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/m4/libtool.m4-3722-    *COFF*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
crun-0.15.1+dfsg/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
crun-0.15.1+dfsg/m4/libtool.m4:3954:case `$NM -V 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-4001-mingw*)
crun-0.15.1+dfsg/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
crun-0.15.1+dfsg/m4/libtool.m4-4003-  ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-4057-    nlist=conftest.nm
crun-0.15.1+dfsg/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
crun-0.15.1+dfsg/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-4405-	  *)
crun-0.15.1+dfsg/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-4741-      *)
crun-0.15.1+dfsg/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-4924-    else
crun-0.15.1+dfsg/m4/libtool.m4:4925:      _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'
crun-0.15.1+dfsg/m4/libtool.m4-4926-    fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
crun-0.15.1+dfsg/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5049-    supports_anon_versioning=no
crun-0.15.1+dfsg/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5152-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/m4/libtool.m4:5175:      _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'
crun-0.15.1+dfsg/m4/libtool.m4:5176:      _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'
crun-0.15.1+dfsg/m4/libtool.m4-5177-      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
crun-0.15.1+dfsg/m4/libtool.m4:5193:	  _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'
crun-0.15.1+dfsg/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
crun-0.15.1+dfsg/m4/libtool.m4:5198:	  _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'
crun-0.15.1+dfsg/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
crun-0.15.1+dfsg/m4/libtool.m4:5215:	  _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'
crun-0.15.1+dfsg/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5218-	esac
crun-0.15.1+dfsg/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
crun-0.15.1+dfsg/m4/libtool.m4:5221:	  _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'
crun-0.15.1+dfsg/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
crun-0.15.1+dfsg/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5378-	else
crun-0.15.1+dfsg/m4/libtool.m4:5379:	  _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'
crun-0.15.1+dfsg/m4/libtool.m4-5380-	fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
crun-0.15.1+dfsg/m4/libtool.m4:5500:        _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
crun-0.15.1+dfsg/m4/libtool.m4-5501-      else
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
crun-0.15.1+dfsg/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
crun-0.15.1+dfsg/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5753-      if test yes = "$GCC"; then
crun-0.15.1+dfsg/m4/libtool.m4:5754:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
crun-0.15.1+dfsg/m4/libtool.m4:5777:          _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'
crun-0.15.1+dfsg/m4/libtool.m4-5778-	fi
crun-0.15.1+dfsg/m4/libtool.m4-5779-      else
crun-0.15.1+dfsg/m4/libtool.m4:5780:	_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'
crun-0.15.1+dfsg/m4/libtool.m4:5781:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-5782-      fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
crun-0.15.1+dfsg/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5857-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/m4/libtool.m4:5872:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-5873-      else
crun-0.15.1+dfsg/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/m4/libtool.m4:5875:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-5876-      fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/m4/libtool.m4:5885:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/m4/libtool.m4:5889:	_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'
crun-0.15.1+dfsg/m4/libtool.m4:5890:	_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~
crun-0.15.1+dfsg/m4/libtool.m4:5891:          $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'
crun-0.15.1+dfsg/m4/libtool.m4-5892-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-5907-      else
crun-0.15.1+dfsg/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
crun-0.15.1+dfsg/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
crun-0.15.1+dfsg/m4/libtool.m4-6102-	  then
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
crun-0.15.1+dfsg/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
crun-0.15.1+dfsg/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6572-
crun-0.15.1+dfsg/m4/libtool.m4:6573:          _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
crun-0.15.1+dfsg/m4/libtool.m4-6574-        else
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
crun-0.15.1+dfsg/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6800-            # dependencies.
crun-0.15.1+dfsg/m4/libtool.m4:6801:            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"'
crun-0.15.1+dfsg/m4/libtool.m4-6802-            ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6865-	    # dependencies.
crun-0.15.1+dfsg/m4/libtool.m4:6866:	    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"'
crun-0.15.1+dfsg/m4/libtool.m4-6867-	    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/m4/libtool.m4:6902:	_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'
crun-0.15.1+dfsg/m4/libtool.m4:6903:	_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'
crun-0.15.1+dfsg/m4/libtool.m4-6904-	;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6908-	    # SGI C++
crun-0.15.1+dfsg/m4/libtool.m4:6909:	    _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'
crun-0.15.1+dfsg/m4/libtool.m4-6910-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
crun-0.15.1+dfsg/m4/libtool.m4:6920:	        _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'
crun-0.15.1+dfsg/m4/libtool.m4-6921-	      else
crun-0.15.1+dfsg/m4/libtool.m4:6922:	        _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'
crun-0.15.1+dfsg/m4/libtool.m4-6923-	      fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
crun-0.15.1+dfsg/m4/libtool.m4:6941:	    _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'
crun-0.15.1+dfsg/m4/libtool.m4:6942:	    _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'
crun-0.15.1+dfsg/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6950-	    # dependencies.
crun-0.15.1+dfsg/m4/libtool.m4:6951:	    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"'
crun-0.15.1+dfsg/m4/libtool.m4-6952-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
crun-0.15.1+dfsg/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
crun-0.15.1+dfsg/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6986-            # Portland Group C++ compiler
crun-0.15.1+dfsg/m4/libtool.m4:6987:	    case `$CC -V` in
crun-0.15.1+dfsg/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
crun-0.15.1+dfsg/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
crun-0.15.1+dfsg/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
crun-0.15.1+dfsg/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
crun-0.15.1+dfsg/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
crun-0.15.1+dfsg/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
crun-0.15.1+dfsg/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
crun-0.15.1+dfsg/m4/libtool.m4:7005:                $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'
crun-0.15.1+dfsg/m4/libtool.m4-7006-	      ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
crun-0.15.1+dfsg/m4/libtool.m4:7015:	    _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'
crun-0.15.1+dfsg/m4/libtool.m4-7016-            ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7033-	    # dependencies.
crun-0.15.1+dfsg/m4/libtool.m4:7034:	    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'
crun-0.15.1+dfsg/m4/libtool.m4-7035-	    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7048-	  *)
crun-0.15.1+dfsg/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
crun-0.15.1+dfsg/m4/libtool.m4:7056:	      _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'
crun-0.15.1+dfsg/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
crun-0.15.1+dfsg/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
crun-0.15.1+dfsg/m4/libtool.m4-7122-	    _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'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
crun-0.15.1+dfsg/m4/libtool.m4:7140:	    _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'
crun-0.15.1+dfsg/m4/libtool.m4-7141-
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/m4/libtool.m4:7161:	        _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'
crun-0.15.1+dfsg/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/m4/libtool.m4:7166:	        _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'
crun-0.15.1+dfsg/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
crun-0.15.1+dfsg/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
crun-0.15.1+dfsg/m4/libtool.m4:7169:                  $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~
crun-0.15.1+dfsg/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7184-	    # dependencies.
crun-0.15.1+dfsg/m4/libtool.m4:7185:	    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"'
crun-0.15.1+dfsg/m4/libtool.m4-7186-	    ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7191-	        osf3*)
crun-0.15.1+dfsg/m4/libtool.m4:7192:	          _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'
crun-0.15.1+dfsg/m4/libtool.m4-7193-		  ;;
crun-0.15.1+dfsg/m4/libtool.m4-7194-	        *)
crun-0.15.1+dfsg/m4/libtool.m4:7195:	          _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'
crun-0.15.1+dfsg/m4/libtool.m4-7196-		  ;;
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7444-  case @S|@2 in
crun-0.15.1+dfsg/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
crun-0.15.1+dfsg/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
crun-0.15.1+dfsg/m4/libtool.m4-7447-  esac
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7533-
crun-0.15.1+dfsg/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
crun-0.15.1+dfsg/m4/libtool.m4-7535-    case $prev$p in
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
crun-0.15.1+dfsg/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
crun-0.15.1+dfsg/m4/libtool.m4-7639-fi
##############################################
crun-0.15.1+dfsg/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
crun-0.15.1+dfsg/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
crun-0.15.1+dfsg/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
crun-0.15.1+dfsg/m4/ltsugar.m4-68-m4_define([lt_combine],
crun-0.15.1+dfsg/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
crun-0.15.1+dfsg/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
crun-0.15.1+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
crun-0.15.1+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/configure-47-  as_echo='print -r --'
crun-0.15.1+dfsg/configure-48-  as_echo_n='print -rn --'
crun-0.15.1+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
crun-0.15.1+dfsg/configure-52-else
crun-0.15.1+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
crun-0.15.1+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
crun-0.15.1+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
crun-0.15.1+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
crun-0.15.1+dfsg/configure-64-      esac;
##############################################
crun-0.15.1+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
crun-0.15.1+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
crun-0.15.1+dfsg/configure-201-
##############################################
crun-0.15.1+dfsg/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
crun-0.15.1+dfsg/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
crun-0.15.1+dfsg/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
crun-0.15.1+dfsg/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
crun-0.15.1+dfsg/configure-335-      case $as_dir in #(
crun-0.15.1+dfsg/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
crun-0.15.1+dfsg/configure-337-      *) as_qdir=$as_dir;;
##############################################
crun-0.15.1+dfsg/configure-408-  {
crun-0.15.1+dfsg/configure:409:    as_val=`expr "$@" || test $? -eq 1`
crun-0.15.1+dfsg/configure-410-  }
##############################################
crun-0.15.1+dfsg/configure-415-# ----------------------------------------
crun-0.15.1+dfsg/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
crun-0.15.1+dfsg/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
crun-0.15.1+dfsg/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
crun-0.15.1+dfsg/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
crun-0.15.1+dfsg/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
crun-0.15.1+dfsg/configure-889-  case $ac_option in
crun-0.15.1+dfsg/configure:890:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
crun-0.15.1+dfsg/configure-891-  *=)   ac_optarg= ;;
##############################################
crun-0.15.1+dfsg/configure-933-  -disable-* | --disable-*)
crun-0.15.1+dfsg/configure:934:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
crun-0.15.1+dfsg/configure-935-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/configure-938-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/configure:939:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/configure-940-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/configure-959-  -enable-* | --enable-*)
crun-0.15.1+dfsg/configure:960:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
crun-0.15.1+dfsg/configure-961-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/configure-964-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/configure:965:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/configure-966-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/configure-1163-  -with-* | --with-*)
crun-0.15.1+dfsg/configure:1164:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
crun-0.15.1+dfsg/configure-1165-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/configure-1168-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/configure:1169:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/configure-1170-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/configure-1179-  -without-* | --without-*)
crun-0.15.1+dfsg/configure:1180:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
crun-0.15.1+dfsg/configure-1181-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/configure-1184-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/configure:1185:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/configure-1186-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/configure-1217-  *=*)
crun-0.15.1+dfsg/configure:1218:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
crun-0.15.1+dfsg/configure-1219-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/configure-1238-if test -n "$ac_prev"; then
crun-0.15.1+dfsg/configure:1239:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
crun-0.15.1+dfsg/configure-1240-  as_fn_error $? "missing argument to $ac_option"
##############################################
crun-0.15.1+dfsg/configure-1260-    */ )
crun-0.15.1+dfsg/configure:1261:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
crun-0.15.1+dfsg/configure-1262-      eval $ac_var=\$ac_val;;
##############################################
crun-0.15.1+dfsg/configure-1295-ac_ls_di=`ls -di .` &&
crun-0.15.1+dfsg/configure:1296:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
crun-0.15.1+dfsg/configure-1297-  as_fn_error $? "working directory cannot be determined"
##############################################
crun-0.15.1+dfsg/configure-1351-case $srcdir in
crun-0.15.1+dfsg/configure:1352:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
crun-0.15.1+dfsg/configure-1353-esac
##############################################
crun-0.15.1+dfsg/configure-1394-By default, \`make install' will install all the files in
crun-0.15.1+dfsg/configure:1395:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
crun-0.15.1+dfsg/configure:1396:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
crun-0.15.1+dfsg/configure-1397-for instance \`--prefix=\$HOME'.
##############################################
crun-0.15.1+dfsg/configure-1523-*)
crun-0.15.1+dfsg/configure:1524:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
crun-0.15.1+dfsg/configure-1525-  # A ".." for each directory in $ac_dir_suffix.
crun-0.15.1+dfsg/configure:1526:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
crun-0.15.1+dfsg/configure-1527-  case $ac_top_builddir_sub in
##############################################
crun-0.15.1+dfsg/configure-2011-    *\'*)
crun-0.15.1+dfsg/configure:2012:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-2013-    esac
##############################################
crun-0.15.1+dfsg/configure-2094-      case $ac_val in
crun-0.15.1+dfsg/configure:2095:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
crun-0.15.1+dfsg/configure-2096-      esac
##############################################
crun-0.15.1+dfsg/configure-2109-	case $ac_val in
crun-0.15.1+dfsg/configure:2110:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
crun-0.15.1+dfsg/configure-2111-	esac
##############################################
crun-0.15.1+dfsg/configure-2229-    set,)
crun-0.15.1+dfsg/configure:2230:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
crun-0.15.1+dfsg/configure:2231:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
crun-0.15.1+dfsg/configure-2232-      ac_cache_corrupted=: ;;
##############################################
crun-0.15.1+dfsg/configure-2240-	# differences in whitespace do not lead to failure.
crun-0.15.1+dfsg/configure:2241:	ac_old_val_w=`echo x $ac_old_val`
crun-0.15.1+dfsg/configure:2242:	ac_new_val_w=`echo x $ac_new_val`
crun-0.15.1+dfsg/configure-2243-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
crun-0.15.1+dfsg/configure-2260-    case $ac_new_val in
crun-0.15.1+dfsg/configure:2261:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-2262-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
crun-0.15.1+dfsg/configure-2450-test "x$ac_build_alias" = x &&
crun-0.15.1+dfsg/configure:2451:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
crun-0.15.1+dfsg/configure-2452-test "x$ac_build_alias" = x &&
crun-0.15.1+dfsg/configure-2453-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
crun-0.15.1+dfsg/configure:2454:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
crun-0.15.1+dfsg/configure-2455-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
crun-0.15.1+dfsg/configure-2474-IFS=$ac_save_IFS
crun-0.15.1+dfsg/configure:2475:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
crun-0.15.1+dfsg/configure-2476-
##############################################
crun-0.15.1+dfsg/configure-2485-else
crun-0.15.1+dfsg/configure:2486:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
crun-0.15.1+dfsg/configure-2487-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
crun-0.15.1+dfsg/configure-2507-IFS=$ac_save_IFS
crun-0.15.1+dfsg/configure:2508:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
crun-0.15.1+dfsg/configure-2509-
##############################################
crun-0.15.1+dfsg/configure-2535-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
crun-0.15.1+dfsg/configure:2536:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/configure-2537-  ECHO='print -r --'
crun-0.15.1+dfsg/configure:2538:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/configure-2539-  ECHO='printf %s\n'
##############################################
crun-0.15.1+dfsg/configure-2580-# Expand $ac_aux_dir to an absolute path.
crun-0.15.1+dfsg/configure:2581:am_aux_dir=`cd "$ac_aux_dir" && pwd`
crun-0.15.1+dfsg/configure-2582-
##############################################
crun-0.15.1+dfsg/configure-2928-$as_echo_n "checking whether the C compiler works... " >&6; }
crun-0.15.1+dfsg/configure:2929:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
crun-0.15.1+dfsg/configure-2930-
##############################################
crun-0.15.1+dfsg/configure-2972-	then :; else
crun-0.15.1+dfsg/configure:2973:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
crun-0.15.1+dfsg/configure-2974-	fi
##############################################
crun-0.15.1+dfsg/configure-3032-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
crun-0.15.1+dfsg/configure:3033:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
crun-0.15.1+dfsg/configure-3034-	  break;;
##############################################
crun-0.15.1+dfsg/configure-3141-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
crun-0.15.1+dfsg/configure:3142:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
crun-0.15.1+dfsg/configure-3143-       break;;
##############################################
crun-0.15.1+dfsg/configure-3455-  # Check for GNU $ac_path_SED
crun-0.15.1+dfsg/configure:3456:case `"$ac_path_SED" --version 2>&1` in
crun-0.15.1+dfsg/configure-3457-*GNU*)
##############################################
crun-0.15.1+dfsg/configure-3531-  # Check for GNU $ac_path_GREP
crun-0.15.1+dfsg/configure:3532:case `"$ac_path_GREP" --version 2>&1` in
crun-0.15.1+dfsg/configure-3533-*GNU*)
##############################################
crun-0.15.1+dfsg/configure-3597-  # Check for GNU $ac_path_EGREP
crun-0.15.1+dfsg/configure:3598:case `"$ac_path_EGREP" --version 2>&1` in
crun-0.15.1+dfsg/configure-3599-*GNU*)
##############################################
crun-0.15.1+dfsg/configure-3664-  # Check for GNU $ac_path_FGREP
crun-0.15.1+dfsg/configure:3665:case `"$ac_path_FGREP" --version 2>&1` in
crun-0.15.1+dfsg/configure-3666-*GNU*)
##############################################
crun-0.15.1+dfsg/configure-3744-    # gcc leaves a trailing carriage return, which upsets mingw
crun-0.15.1+dfsg/configure:3745:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
crun-0.15.1+dfsg/configure-3746-  *)
crun-0.15.1+dfsg/configure:3747:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
crun-0.15.1+dfsg/configure-3748-  esac
##############################################
crun-0.15.1+dfsg/configure-3753-      # Canonicalize the pathname of ld
crun-0.15.1+dfsg/configure:3754:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
crun-0.15.1+dfsg/configure-3755-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
crun-0.15.1+dfsg/configure:3756:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
crun-0.15.1+dfsg/configure-3757-      done
##############################################
crun-0.15.1+dfsg/configure-3788-      # Break only if it was the GNU/non-GNU ld that we prefer.
crun-0.15.1+dfsg/configure:3789:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/configure-3790-      *GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/configure-3819-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
crun-0.15.1+dfsg/configure:3820:case `$LD -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/configure-3821-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/configure-3869-	esac
crun-0.15.1+dfsg/configure:3870:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/configure-3871-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
crun-0.15.1+dfsg/configure-3875-	*)
crun-0.15.1+dfsg/configure:3876:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/configure-3877-	  */dev/null*)
##############################################
crun-0.15.1+dfsg/configure-4003-
crun-0.15.1+dfsg/configure:4004:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/configure-4005-    *COFF*)
##############################################
crun-0.15.1+dfsg/configure-4115-    # And add a safety zone
crun-0.15.1+dfsg/configure:4116:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/configure:4117:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/configure-4118-    ;;
##############################################
crun-0.15.1+dfsg/configure-4148-    if test -n "$kargmax"; then
crun-0.15.1+dfsg/configure:4149:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
crun-0.15.1+dfsg/configure-4150-    else
##############################################
crun-0.15.1+dfsg/configure-4157-       test undefined != "$lt_cv_sys_max_cmd_len"; then
crun-0.15.1+dfsg/configure:4158:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/configure:4159:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/configure-4160-    else
##############################################
crun-0.15.1+dfsg/configure-4169-      # we can't tell.
crun-0.15.1+dfsg/configure:4170:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
crun-0.15.1+dfsg/configure-4171-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
crun-0.15.1+dfsg/configure-4173-      do
crun-0.15.1+dfsg/configure:4174:        i=`expr $i + 1`
crun-0.15.1+dfsg/configure-4175-        teststring=$teststring$teststring
##############################################
crun-0.15.1+dfsg/configure-4177-      # Only check the string length outside the loop.
crun-0.15.1+dfsg/configure:4178:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
crun-0.15.1+dfsg/configure-4179-      teststring=
##############################################
crun-0.15.1+dfsg/configure-4182-      # linker.  It appears as though 1/2 is a usable value.
crun-0.15.1+dfsg/configure:4183:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
crun-0.15.1+dfsg/configure-4184-    fi
##############################################
crun-0.15.1+dfsg/configure-4593-openbsd* | bitrig*)
crun-0.15.1+dfsg/configure:4594:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/configure-4595-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
crun-0.15.1+dfsg/configure-4663-    else
crun-0.15.1+dfsg/configure:4664:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
crun-0.15.1+dfsg/configure-4665-    fi
##############################################
crun-0.15.1+dfsg/configure-4808-  # decide which one to use based on capabilities of $DLLTOOL
crun-0.15.1+dfsg/configure:4809:  case `$DLLTOOL --help 2>&1` in
crun-0.15.1+dfsg/configure-4810-  *--identify-strict*)
##############################################
crun-0.15.1+dfsg/configure-5372-# If we're using GNU nm, then use its standard symbol codes.
crun-0.15.1+dfsg/configure:5373:case `$NM -V 2>&1` in
crun-0.15.1+dfsg/configure-5374-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/configure-5420-mingw*)
crun-0.15.1+dfsg/configure:5421:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
crun-0.15.1+dfsg/configure-5422-  ;;
##############################################
crun-0.15.1+dfsg/configure-5652-   if test yes = "$GCC"; then
crun-0.15.1+dfsg/configure:5653:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
crun-0.15.1+dfsg/configure-5654-   fi
##############################################
crun-0.15.1+dfsg/configure-5656- /*)
crun-0.15.1+dfsg/configure:5657:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
crun-0.15.1+dfsg/configure-5658-   ;; #(
##############################################
crun-0.15.1+dfsg/configure-5751-    done
crun-0.15.1+dfsg/configure:5752:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/configure-5753-}
##############################################
crun-0.15.1+dfsg/configure-5773-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:5774:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5775-      *ELF-32*)
##############################################
crun-0.15.1+dfsg/configure-5794-    if test yes = "$lt_cv_prog_gnu_ld"; then
crun-0.15.1+dfsg/configure:5795:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5796-	*32-bit*)
##############################################
crun-0.15.1+dfsg/configure-5806-    else
crun-0.15.1+dfsg/configure:5807:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5808-	*32-bit*)
##############################################
crun-0.15.1+dfsg/configure-5832-    emul=elf
crun-0.15.1+dfsg/configure:5833:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5834-      *32-bit*)
##############################################
crun-0.15.1+dfsg/configure-5840-    esac
crun-0.15.1+dfsg/configure:5841:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5842-      *MSB*)
##############################################
crun-0.15.1+dfsg/configure-5848-    esac
crun-0.15.1+dfsg/configure:5849:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/configure-5850-      *N32*)
##############################################
crun-0.15.1+dfsg/configure-6781-    *:)
crun-0.15.1+dfsg/configure:6782:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
crun-0.15.1+dfsg/configure-6783-        ;;
crun-0.15.1+dfsg/configure-6784-    x:*)
crun-0.15.1+dfsg/configure:6785:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/configure-6786-        ;;
crun-0.15.1+dfsg/configure-6787-    *::*)
crun-0.15.1+dfsg/configure:6788:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/configure:6789:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
crun-0.15.1+dfsg/configure-6790-        ;;
crun-0.15.1+dfsg/configure-6791-    *)
crun-0.15.1+dfsg/configure:6792:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/configure-6793-        ;;
##############################################
crun-0.15.1+dfsg/configure-7050-do :
crun-0.15.1+dfsg/configure:7051:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
crun-0.15.1+dfsg/configure-7052-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
crun-0.15.1+dfsg/configure-7055-  cat >>confdefs.h <<_ACEOF
crun-0.15.1+dfsg/configure:7056:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
crun-0.15.1+dfsg/configure-7057-_ACEOF
##############################################
crun-0.15.1+dfsg/configure-7412-	"file_magic "*)
crun-0.15.1+dfsg/configure:7413:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/configure-7414-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/configure-7478-	"file_magic "*)
crun-0.15.1+dfsg/configure:7479:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/configure-7480-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/configure-7876-      *)
crun-0.15.1+dfsg/configure:7877:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/configure-7878-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
crun-0.15.1+dfsg/configure-8322-	# shared libraries, regardless of the interface used.
crun-0.15.1+dfsg/configure:8323:	case `$LD -v 2>&1` in
crun-0.15.1+dfsg/configure-8324-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
crun-0.15.1+dfsg/configure-8354-    supports_anon_versioning=no
crun-0.15.1+dfsg/configure:8355:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
crun-0.15.1+dfsg/configure-8356-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
crun-0.15.1+dfsg/configure-8423-	# is; otherwise, prepend EXPORTS...
crun-0.15.1+dfsg/configure:8424:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
crun-0.15.1+dfsg/configure-8425-          cp $export_symbols $output_objdir/$soname.def;
##############################################
crun-0.15.1+dfsg/configure-8457-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/configure:8458:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/configure-8459-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/configure-8479-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/configure:8480:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
crun-0.15.1+dfsg/configure:8481:      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'
crun-0.15.1+dfsg/configure-8482-      ;;
##############################################
crun-0.15.1+dfsg/configure-8497-        pgcc*)				# Portland Group C compiler
crun-0.15.1+dfsg/configure:8498:	  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'
crun-0.15.1+dfsg/configure-8499-	  tmp_addflag=' $pic_flag'
##############################################
crun-0.15.1+dfsg/configure-8502-					# Portland Group f77 and f90 compilers
crun-0.15.1+dfsg/configure:8503:	  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'
crun-0.15.1+dfsg/configure-8504-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
crun-0.15.1+dfsg/configure-8519-	nvcc*)	# Cuda Compiler Driver 2.2
crun-0.15.1+dfsg/configure:8520:	  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'
crun-0.15.1+dfsg/configure-8521-	  compiler_needs_object=yes
##############################################
crun-0.15.1+dfsg/configure-8523-	esac
crun-0.15.1+dfsg/configure:8524:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/configure-8525-	*Sun\ C*)			# Sun C 5.9
crun-0.15.1+dfsg/configure:8526:	  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'
crun-0.15.1+dfsg/configure-8527-	  compiler_needs_object=yes
##############################################
crun-0.15.1+dfsg/configure-8594-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
crun-0.15.1+dfsg/configure:8595:      case `$LD -v 2>&1` in
crun-0.15.1+dfsg/configure-8596-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
crun-0.15.1+dfsg/configure-8683-	else
crun-0.15.1+dfsg/configure:8684:	  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'
crun-0.15.1+dfsg/configure-8685-	fi
##############################################
crun-0.15.1+dfsg/configure-8748-	# below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/configure:8749:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/configure-8750-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/configure-8828-      }'
crun-0.15.1+dfsg/configure:8829:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/configure-8830-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/configure-8831-  if test -z "$lt_cv_aix_libpath_"; then
crun-0.15.1+dfsg/configure:8832:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/configure-8833-  fi
##############################################
crun-0.15.1+dfsg/configure-8846-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
crun-0.15.1+dfsg/configure:8847:        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
crun-0.15.1+dfsg/configure-8848-      else
##############################################
crun-0.15.1+dfsg/configure-8881-      }'
crun-0.15.1+dfsg/configure:8882:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/configure-8883-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/configure-8884-  if test -z "$lt_cv_aix_libpath_"; then
crun-0.15.1+dfsg/configure:8885:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/configure-8886-  fi
##############################################
crun-0.15.1+dfsg/configure-8913-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/configure:8914:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/configure-8915-	  if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/configure-8966-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
crun-0.15.1+dfsg/configure:8967:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
crun-0.15.1+dfsg/configure-8968-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
crun-0.15.1+dfsg/configure-9004-	# FIXME: Setting linknames here is a bad hack.
crun-0.15.1+dfsg/configure:9005:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
crun-0.15.1+dfsg/configure-9006-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
crun-0.15.1+dfsg/configure-9022-  if test yes = "$lt_cv_ld_force_load"; then
crun-0.15.1+dfsg/configure:9023:    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\"`'
crun-0.15.1+dfsg/configure-9024-
##############################################
crun-0.15.1+dfsg/configure-9202-      if test yes = "$GCC"; then
crun-0.15.1+dfsg/configure:9203:	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'
crun-0.15.1+dfsg/configure-9204-	# Try to use the -exported_symbol ld option, if it does not
##############################################
crun-0.15.1+dfsg/configure-9230-	if test yes = "$lt_cv_irix_exported_symbol"; then
crun-0.15.1+dfsg/configure:9231:          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'
crun-0.15.1+dfsg/configure-9232-	fi
crun-0.15.1+dfsg/configure-9233-      else
crun-0.15.1+dfsg/configure:9234:	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'
crun-0.15.1+dfsg/configure:9235:	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'
crun-0.15.1+dfsg/configure-9236-      fi
##############################################
crun-0.15.1+dfsg/configure-9280-	hardcode_direct_absolute=yes
crun-0.15.1+dfsg/configure:9281:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/configure-9282-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
crun-0.15.1+dfsg/configure-9311-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/configure:9312:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/configure-9313-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/configure-9325-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/configure:9326:	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'
crun-0.15.1+dfsg/configure-9327-      else
crun-0.15.1+dfsg/configure-9328-	allow_undefined_flag=' -expect_unresolved \*'
crun-0.15.1+dfsg/configure:9329:	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'
crun-0.15.1+dfsg/configure-9330-      fi
##############################################
crun-0.15.1+dfsg/configure-9338-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/configure:9339:	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'
crun-0.15.1+dfsg/configure-9340-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/configure-9342-	allow_undefined_flag=' -expect_unresolved \*'
crun-0.15.1+dfsg/configure:9343:	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'
crun-0.15.1+dfsg/configure:9344:	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~
crun-0.15.1+dfsg/configure:9345:          $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'
crun-0.15.1+dfsg/configure-9346-
##############################################
crun-0.15.1+dfsg/configure-9361-      else
crun-0.15.1+dfsg/configure:9362:	case `$CC -V 2>&1` in
crun-0.15.1+dfsg/configure-9363-	*"Compilers 5.0"*)
##############################################
crun-0.15.1+dfsg/configure-9760-  esac
crun-0.15.1+dfsg/configure:9761:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
crun-0.15.1+dfsg/configure-9762-  case $lt_search_path_spec in
##############################################
crun-0.15.1+dfsg/configure-9767-    # okay in the real world where ";" in dirpaths is itself problematic.
crun-0.15.1+dfsg/configure:9768:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
crun-0.15.1+dfsg/configure-9769-    ;;
crun-0.15.1+dfsg/configure-9770-  *)
crun-0.15.1+dfsg/configure:9771:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/configure-9772-    ;;
##############################################
crun-0.15.1+dfsg/configure-9776-  lt_tmp_lt_search_path_spec=
crun-0.15.1+dfsg/configure:9777:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
crun-0.15.1+dfsg/configure-9778-  # ...but if some path component already ends with the multilib dir we assume
##############################################
crun-0.15.1+dfsg/configure-9818-  esac
crun-0.15.1+dfsg/configure:9819:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
crun-0.15.1+dfsg/configure-9820-else
##############################################
crun-0.15.1+dfsg/configure-9958-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
crun-0.15.1+dfsg/configure:9959:    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'
crun-0.15.1+dfsg/configure-9960-    ;;
##############################################
crun-0.15.1+dfsg/configure-9994-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/configure:9995:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/configure:9996:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/configure:9997:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/configure-9998-      test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/configure-10003-      fi'
crun-0.15.1+dfsg/configure:10004:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/configure-10005-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/configure-10011-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
crun-0.15.1+dfsg/configure:10012:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/configure-10013-
##############################################
crun-0.15.1+dfsg/configure-10017-      # MinGW DLLs use traditional 'lib' prefix
crun-0.15.1+dfsg/configure:10018:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/configure-10019-      ;;
##############################################
crun-0.15.1+dfsg/configure-10021-      # pw32 DLLs use 'pw' prefix rather than 'lib'
crun-0.15.1+dfsg/configure:10022:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/configure-10023-      ;;
##############################################
crun-0.15.1+dfsg/configure-10030-    libname_spec='$name'
crun-0.15.1+dfsg/configure:10031:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/configure-10032-    library_names_spec='$libname.dll.lib'
##############################################
crun-0.15.1+dfsg/configure-10042-        # Let DOS variable expansion print the short 8.3 style file name.
crun-0.15.1+dfsg/configure:10043:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
crun-0.15.1+dfsg/configure-10044-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
crun-0.15.1+dfsg/configure-10047-      # Convert to MSYS style.
crun-0.15.1+dfsg/configure:10048:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
crun-0.15.1+dfsg/configure-10049-      ;;
##############################################
crun-0.15.1+dfsg/configure-10053-      # like /cygdrive/c/PROGRA~1:/cygdr...
crun-0.15.1+dfsg/configure:10054:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
crun-0.15.1+dfsg/configure:10055:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
crun-0.15.1+dfsg/configure:10056:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/configure-10057-      ;;
##############################################
crun-0.15.1+dfsg/configure-10061-        # It is most probably a Windows format PATH.
crun-0.15.1+dfsg/configure:10062:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
crun-0.15.1+dfsg/configure-10063-      else
crun-0.15.1+dfsg/configure:10064:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/configure-10065-      fi
##############################################
crun-0.15.1+dfsg/configure-10071-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/configure:10072:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/configure:10073:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/configure:10074:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/configure-10075-      test -d \$dldir || mkdir -p \$dldir~
crun-0.15.1+dfsg/configure-10076-      $install_prog $dir/$dlname \$dldir/$dlname'
crun-0.15.1+dfsg/configure:10077:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/configure-10078-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/configure-10085-    # Assume MSVC wrapper
crun-0.15.1+dfsg/configure:10086:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
crun-0.15.1+dfsg/configure-10087-    dynamic_linker='Win32 ld.exe'
##############################################
crun-0.15.1+dfsg/configure-10102-  shlibpath_var=DYLD_LIBRARY_PATH
crun-0.15.1+dfsg/configure:10103:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
crun-0.15.1+dfsg/configure-10104-
##############################################
crun-0.15.1+dfsg/configure-10358-  if test -f /etc/ld.so.conf; then
crun-0.15.1+dfsg/configure:10359:    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' ' '`
crun-0.15.1+dfsg/configure-10360-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
crun-0.15.1+dfsg/configure-10412-  need_lib_prefix=no
crun-0.15.1+dfsg/configure:10413:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/configure-10414-    need_version=no
##############################################
crun-0.15.1+dfsg/configure-10439-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
crun-0.15.1+dfsg/configure:10440:  postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/configure:10441:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/configure:10442:    dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/configure-10443-    test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/configure-10448-    fi'
crun-0.15.1+dfsg/configure:10449:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/configure-10450-    dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/configure-11498-     echo "timestamp, slept: $am_has_slept" > conftest.file
crun-0.15.1+dfsg/configure:11499:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
crun-0.15.1+dfsg/configure-11500-     if test "$*" = "X"; then
crun-0.15.1+dfsg/configure-11501-	# -L didn't work.
crun-0.15.1+dfsg/configure:11502:	set X `ls -t "$srcdir/configure" conftest.file`
crun-0.15.1+dfsg/configure-11503-     fi
##############################################
crun-0.15.1+dfsg/configure-11549-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
crun-0.15.1+dfsg/configure:11550:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
crun-0.15.1+dfsg/configure-11551-
##############################################
crun-0.15.1+dfsg/configure-11691-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
crun-0.15.1+dfsg/configure:11692:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
crun-0.15.1+dfsg/configure-11693-	     'mkdir (GNU coreutils) '* | \
##############################################
crun-0.15.1+dfsg/configure-11722-set x ${MAKE-make}
crun-0.15.1+dfsg/configure:11723:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
crun-0.15.1+dfsg/configure-11724-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
crun-0.15.1+dfsg/configure-11732-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
crun-0.15.1+dfsg/configure:11733:case `${MAKE-make} -f conftest.make 2>/dev/null` in
crun-0.15.1+dfsg/configure-11734-  *@@@%%%=?*=@@@%%%*)
##############################################
crun-0.15.1+dfsg/configure-11861-
crun-0.15.1+dfsg/configure:11862:if test "`cd $srcdir && pwd`" != "`pwd`"; then
crun-0.15.1+dfsg/configure-11863-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
crun-0.15.1+dfsg/configure-12078-  if test "$am_compiler_list" = ""; then
crun-0.15.1+dfsg/configure:12079:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
crun-0.15.1+dfsg/configure-12080-  fi
##############################################
crun-0.15.1+dfsg/configure-12351-  # Check for GNU $ac_path_SED
crun-0.15.1+dfsg/configure:12352:case `"$ac_path_SED" --version 2>&1` in
crun-0.15.1+dfsg/configure-12353-*GNU*)
##############################################
crun-0.15.1+dfsg/configure-13115-else
crun-0.15.1+dfsg/configure:13116:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
crun-0.15.1+dfsg/configure-13117-fi
##############################################
crun-0.15.1+dfsg/configure-13134-else
crun-0.15.1+dfsg/configure:13135:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
crun-0.15.1+dfsg/configure-13136-fi
##############################################
crun-0.15.1+dfsg/configure-13183-     $am_py_prefix*)
crun-0.15.1+dfsg/configure:13184:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/configure:13185:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
crun-0.15.1+dfsg/configure-13186-       ;;
##############################################
crun-0.15.1+dfsg/configure-13227-     $am_py_exec_prefix*)
crun-0.15.1+dfsg/configure:13228:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/configure:13229:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
crun-0.15.1+dfsg/configure-13230-       ;;
##############################################
crun-0.15.1+dfsg/configure-13320-do :
crun-0.15.1+dfsg/configure:13321:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
crun-0.15.1+dfsg/configure-13322-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
crun-0.15.1+dfsg/configure-13324-  cat >>confdefs.h <<_ACEOF
crun-0.15.1+dfsg/configure:13325:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
crun-0.15.1+dfsg/configure-13326-_ACEOF
##############################################
crun-0.15.1+dfsg/configure-13918-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:13919:  pkg_cv_YAJL_CFLAGS=`$PKG_CONFIG --cflags "yajl >= 2.0.0" 2>/dev/null`
crun-0.15.1+dfsg/configure-13920-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-13935-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:13936:  pkg_cv_YAJL_LIBS=`$PKG_CONFIG --libs "yajl >= 2.0.0" 2>/dev/null`
crun-0.15.1+dfsg/configure-13937-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-13956-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/configure:13957:	        YAJL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "yajl >= 2.0.0" 2>&1`
crun-0.15.1+dfsg/configure-13958-        else
crun-0.15.1+dfsg/configure:13959:	        YAJL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "yajl >= 2.0.0" 2>&1`
crun-0.15.1+dfsg/configure-13960-        fi
##############################################
crun-0.15.1+dfsg/configure-14018-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:14019:  pkg_cv_PYTHON_CFLAGS=`$PKG_CONFIG --cflags "python3" 2>/dev/null`
crun-0.15.1+dfsg/configure-14020-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-14035-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:14036:  pkg_cv_PYTHON_LIBS=`$PKG_CONFIG --libs "python3" 2>/dev/null`
crun-0.15.1+dfsg/configure-14037-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-14056-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/configure:14057:	        PYTHON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "python3" 2>&1`
crun-0.15.1+dfsg/configure-14058-        else
crun-0.15.1+dfsg/configure:14059:	        PYTHON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "python3" 2>&1`
crun-0.15.1+dfsg/configure-14060-        fi
##############################################
crun-0.15.1+dfsg/configure-14103-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:14104:  pkg_cv_CRIU_CFLAGS=`$PKG_CONFIG --cflags "criu >= 3.13" 2>/dev/null`
crun-0.15.1+dfsg/configure-14105-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-14120-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/configure:14121:  pkg_cv_CRIU_LIBS=`$PKG_CONFIG --libs "criu >= 3.13" 2>/dev/null`
crun-0.15.1+dfsg/configure-14122-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/configure-14141-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/configure:14142:	        CRIU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "criu >= 3.13" 2>&1`
crun-0.15.1+dfsg/configure-14143-        else
crun-0.15.1+dfsg/configure:14144:	        CRIU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "criu >= 3.13" 2>&1`
crun-0.15.1+dfsg/configure-14145-        fi
##############################################
crun-0.15.1+dfsg/configure-14621-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
crun-0.15.1+dfsg/configure:14622:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
crun-0.15.1+dfsg/configure-14623-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
crun-0.15.1+dfsg/configure-14728-if test -z "$BASH_VERSION$ZSH_VERSION" \
crun-0.15.1+dfsg/configure:14729:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/configure-14730-  as_echo='print -r --'
crun-0.15.1+dfsg/configure-14731-  as_echo_n='print -rn --'
crun-0.15.1+dfsg/configure:14732:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/configure-14733-  as_echo='printf %s\n'
##############################################
crun-0.15.1+dfsg/configure-14735-else
crun-0.15.1+dfsg/configure:14736:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
crun-0.15.1+dfsg/configure-14737-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
crun-0.15.1+dfsg/configure-14745-	expr "X$arg" : "X\\(.*\\)$as_nl";
crun-0.15.1+dfsg/configure:14746:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
crun-0.15.1+dfsg/configure-14747-      esac;
##############################################
crun-0.15.1+dfsg/configure-14822-# ----------------------------------------
crun-0.15.1+dfsg/configure:14823:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
crun-0.15.1+dfsg/configure-14824-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
crun-0.15.1+dfsg/configure-14894-  {
crun-0.15.1+dfsg/configure:14895:    as_val=`expr "$@" || test $? -eq 1`
crun-0.15.1+dfsg/configure-14896-  }
##############################################
crun-0.15.1+dfsg/configure-14998-      case $as_dir in #(
crun-0.15.1+dfsg/configure:14999:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
crun-0.15.1+dfsg/configure-15000-      *) as_qdir=$as_dir;;
##############################################
crun-0.15.1+dfsg/configure-15133-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
crun-0.15.1+dfsg/configure:15134:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
crun-0.15.1+dfsg/configure-15135-ac_cs_version="\\
##############################################
crun-0.15.1+dfsg/configure-15158-  --*=?*)
crun-0.15.1+dfsg/configure:15159:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
crun-0.15.1+dfsg/configure:15160:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
crun-0.15.1+dfsg/configure-15161-    ac_shift=:
##############################################
crun-0.15.1+dfsg/configure-15163-  --*=)
crun-0.15.1+dfsg/configure:15164:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
crun-0.15.1+dfsg/configure-15165-    ac_optarg=
##############################################
crun-0.15.1+dfsg/configure-15187-    case $ac_optarg in
crun-0.15.1+dfsg/configure:15188:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-15189-    '') as_fn_error $? "missing file argument" ;;
##############################################
crun-0.15.1+dfsg/configure-15195-    case $ac_optarg in
crun-0.15.1+dfsg/configure:15196:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-15197-    esac
##############################################
crun-0.15.1+dfsg/configure-15263-delay_variable_subst='$delay_variable_subst'
crun-0.15.1+dfsg/configure:15264:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15265:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15266:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15267:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15268:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15269:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15270:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15271:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15272:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15273:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15274:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15275:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15276:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15277:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15278:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15279:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15280:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15281:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15282:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15283:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15284:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15285:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15286:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15287:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15288:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15289:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15290:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15291:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15292:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15293:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15294:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15295:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15296:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15297:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15298:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15299:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15300:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15301:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15302:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15303:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15304:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15305:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15306:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15307:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15308:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15309:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15310:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15311:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15312:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15313:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15314:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15315:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15316:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15317:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15318:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15319:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15320:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15321:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15322: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"`'
crun-0.15.1+dfsg/configure:15323:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15324:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15325:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15326:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15327:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15328:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15329:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15330:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15331:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15332:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15333:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15334:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15335:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15336:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15337:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15338:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15339:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15340:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15341:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15342:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15343:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15344:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15345:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15346:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15347:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15348:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15349:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15350:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15351:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15352:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15353:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15354:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15355:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15356:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15357:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15358:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15359:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15360:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15361:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15362:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15363:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15364:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15365:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15366:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15367:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15368:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15369:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15370:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15371:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15372:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15373:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15374:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15375:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15376:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15377:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15378:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15379:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15380:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15381:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15382:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15383:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15384:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15385:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15386:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15387:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15388:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15389:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15390:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15391:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15392:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15393:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15394:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15395:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15396:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15397:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure:15398:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/configure-15399-
##############################################
crun-0.15.1+dfsg/configure-15480-striplib; do
crun-0.15.1+dfsg/configure:15481:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/configure-15482-    *[\\\\\\\`\\"\\\$]*)
crun-0.15.1+dfsg/configure:15483:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/configure-15484-      ;;
##############################################
crun-0.15.1+dfsg/configure-15511-configure_time_lt_sys_library_path; do
crun-0.15.1+dfsg/configure:15512:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/configure-15513-    *[\\\\\\\`\\"\\\$]*)
crun-0.15.1+dfsg/configure:15514:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/configure-15515-      ;;
##############################################
crun-0.15.1+dfsg/configure-15608-fi
crun-0.15.1+dfsg/configure:15609:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
crun-0.15.1+dfsg/configure-15610-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
crun-0.15.1+dfsg/configure-15625-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
crun-0.15.1+dfsg/configure:15626:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
crun-0.15.1+dfsg/configure-15627-ac_delim='%!_!# '
##############################################
crun-0.15.1+dfsg/configure-15631-
crun-0.15.1+dfsg/configure:15632:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
crun-0.15.1+dfsg/configure-15633-  if test $ac_delim_n = $ac_delim_num; then
##############################################
crun-0.15.1+dfsg/configure-15769-for ac_last_try in false false :; do
crun-0.15.1+dfsg/configure:15770:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
crun-0.15.1+dfsg/configure-15771-  if test -z "$ac_tt"; then
##############################################
crun-0.15.1+dfsg/configure-15901-      esac
crun-0.15.1+dfsg/configure:15902:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
crun-0.15.1+dfsg/configure-15903-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
crun-0.15.1+dfsg/configure-15960-*)
crun-0.15.1+dfsg/configure:15961:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
crun-0.15.1+dfsg/configure-15962-  # A ".." for each directory in $ac_dir_suffix.
crun-0.15.1+dfsg/configure:15963:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
crun-0.15.1+dfsg/configure-15964-  case $ac_top_builddir_sub in
##############################################
crun-0.15.1+dfsg/configure-16021-/@mandir@/p'
crun-0.15.1+dfsg/configure:16022:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
crun-0.15.1+dfsg/configure-16023-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
crun-0.15.1+dfsg/configure-16038-
crun-0.15.1+dfsg/configure:16039:# Neutralize VPATH when `$srcdir' = `.'.
crun-0.15.1+dfsg/configure-16040-# Shell code in configure.ac might set extrasub.
##############################################
crun-0.15.1+dfsg/configure-16066-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
crun-0.15.1+dfsg/configure:16067:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
crun-0.15.1+dfsg/configure-16068-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
crun-0.15.1+dfsg/configure-16112-    * )
crun-0.15.1+dfsg/configure:16113:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
crun-0.15.1+dfsg/configure-16114-  esac
##############################################
crun-0.15.1+dfsg/configure-16625-    *:)
crun-0.15.1+dfsg/configure:16626:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
crun-0.15.1+dfsg/configure-16627-        ;;
crun-0.15.1+dfsg/configure-16628-    x:*)
crun-0.15.1+dfsg/configure:16629:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/configure-16630-        ;;
crun-0.15.1+dfsg/configure-16631-    *::*)
crun-0.15.1+dfsg/configure:16632:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/configure:16633:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
crun-0.15.1+dfsg/configure-16634-        ;;
crun-0.15.1+dfsg/configure-16635-    *)
crun-0.15.1+dfsg/configure:16636:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/configure-16637-        ;;
##############################################
crun-0.15.1+dfsg/configure-16652-    done
crun-0.15.1+dfsg/configure:16653:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/configure-16654-}
##############################################
crun-0.15.1+dfsg/configure-16710-    # Strip MF so we end up with the name of the file.
crun-0.15.1+dfsg/configure:16711:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
crun-0.15.1+dfsg/configure-16712-    # Check whether this is an Automake generated Makefile which includes
##############################################
crun-0.15.1+dfsg/configure-16857-      case $ac_arg in
crun-0.15.1+dfsg/configure:16858:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-16859-      esac
##############################################
crun-0.15.1+dfsg/configure-16867-  case $ac_arg in
crun-0.15.1+dfsg/configure:16868:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/configure-16869-  esac
##############################################
crun-0.15.1+dfsg/configure-16896-*)
crun-0.15.1+dfsg/configure:16897:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
crun-0.15.1+dfsg/configure-16898-  # A ".." for each directory in $ac_dir_suffix.
crun-0.15.1+dfsg/configure:16899:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
crun-0.15.1+dfsg/configure-16900-  case $ac_top_builddir_sub in
##############################################
crun-0.15.1+dfsg/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
crun-0.15.1+dfsg/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
crun-0.15.1+dfsg/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
crun-0.15.1+dfsg/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
crun-0.15.1+dfsg/aclocal.m4-181-        else 
crun-0.15.1+dfsg/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
crun-0.15.1+dfsg/aclocal.m4-183-        fi
##############################################
crun-0.15.1+dfsg/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
crun-0.15.1+dfsg/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
crun-0.15.1+dfsg/aclocal.m4-438-# and then we would define $MISSING as
##############################################
crun-0.15.1+dfsg/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
crun-0.15.1+dfsg/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
crun-0.15.1+dfsg/aclocal.m4-453-])
##############################################
crun-0.15.1+dfsg/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
crun-0.15.1+dfsg/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
crun-0.15.1+dfsg/aclocal.m4-551-  fi
##############################################
crun-0.15.1+dfsg/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
crun-0.15.1+dfsg/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
crun-0.15.1+dfsg/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
crun-0.15.1+dfsg/aclocal.m4-709-      || continue
crun-0.15.1+dfsg/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
crun-0.15.1+dfsg/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
crun-0.15.1+dfsg/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
crun-0.15.1+dfsg/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
crun-0.15.1+dfsg/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
crun-0.15.1+dfsg/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
crun-0.15.1+dfsg/aclocal.m4-936-    * )
crun-0.15.1+dfsg/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
crun-0.15.1+dfsg/aclocal.m4-938-  esac
crun-0.15.1+dfsg/aclocal.m4-939-done
crun-0.15.1+dfsg/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
crun-0.15.1+dfsg/aclocal.m4-941-
##############################################
crun-0.15.1+dfsg/aclocal.m4-1265-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
crun-0.15.1+dfsg/aclocal.m4:1266:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
crun-0.15.1+dfsg/aclocal.m4-1267-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
crun-0.15.1+dfsg/aclocal.m4-1280-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
crun-0.15.1+dfsg/aclocal.m4:1281:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
crun-0.15.1+dfsg/aclocal.m4-1282-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
crun-0.15.1+dfsg/aclocal.m4-1328-     $am_py_prefix*)
crun-0.15.1+dfsg/aclocal.m4:1329:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/aclocal.m4:1330:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
crun-0.15.1+dfsg/aclocal.m4-1331-       ;;
##############################################
crun-0.15.1+dfsg/aclocal.m4-1370-     $am_py_exec_prefix*)
crun-0.15.1+dfsg/aclocal.m4:1371:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/aclocal.m4:1372:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
crun-0.15.1+dfsg/aclocal.m4-1373-       ;;
##############################################
crun-0.15.1+dfsg/aclocal.m4-1466-     echo "timestamp, slept: $am_has_slept" > conftest.file
crun-0.15.1+dfsg/aclocal.m4:1467:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
crun-0.15.1+dfsg/aclocal.m4-1468-     if test "$[*]" = "X"; then
crun-0.15.1+dfsg/aclocal.m4-1469-	# -L didn't work.
crun-0.15.1+dfsg/aclocal.m4:1470:	set X `ls -t "$srcdir/configure" conftest.file`
crun-0.15.1+dfsg/aclocal.m4-1471-     fi
##############################################
crun-0.15.1+dfsg/Makefile.in-51-  { \
crun-0.15.1+dfsg/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
crun-0.15.1+dfsg/Makefile.in-53-  }; \
##############################################
crun-0.15.1+dfsg/Makefile.in-123-PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
crun-0.15.1+dfsg/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
crun-0.15.1+dfsg/Makefile.in-125-am__vpath_adj = case $$p in \
crun-0.15.1+dfsg/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
crun-0.15.1+dfsg/Makefile.in-127-    *) f=$$p;; \
crun-0.15.1+dfsg/Makefile.in-128-  esac;
crun-0.15.1+dfsg/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
crun-0.15.1+dfsg/Makefile.in-130-am__install_max = 40
crun-0.15.1+dfsg/Makefile.in-131-am__nobase_strip_setup = \
crun-0.15.1+dfsg/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
crun-0.15.1+dfsg/Makefile.in-133-am__nobase_strip = \
##############################################
crun-0.15.1+dfsg/Makefile.in-500-case "$@" in						\
crun-0.15.1+dfsg/Makefile.in:501:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
crun-0.15.1+dfsg/Makefile.in-502-    *) am__odir=.;; 					\
##############################################
crun-0.15.1+dfsg/Makefile.in-530-  bases='$(TEST_LOGS)'; \
crun-0.15.1+dfsg/Makefile.in:531:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
crun-0.15.1+dfsg/Makefile.in:532:  bases=`echo $$bases`
crun-0.15.1+dfsg/Makefile.in-533-RECHECK_LOGS = $(TEST_LOGS)
##############################################
crun-0.15.1+dfsg/Makefile.in-540-        */*) b='$*';; \
crun-0.15.1+dfsg/Makefile.in:541:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
crun-0.15.1+dfsg/Makefile.in-542-       esac;; \
##############################################
crun-0.15.1+dfsg/Makefile.in-578-  while test -n "$$dir1"; do \
crun-0.15.1+dfsg/Makefile.in:579:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
crun-0.15.1+dfsg/Makefile.in-580-    if test "$$first" != "."; then \
crun-0.15.1+dfsg/Makefile.in-581-      if test "$$first" = ".."; then \
crun-0.15.1+dfsg/Makefile.in:582:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
crun-0.15.1+dfsg/Makefile.in:583:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
crun-0.15.1+dfsg/Makefile.in-584-      else \
crun-0.15.1+dfsg/Makefile.in:585:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
crun-0.15.1+dfsg/Makefile.in-586-        if test "$$first2" = "$$first"; then \
crun-0.15.1+dfsg/Makefile.in:587:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
crun-0.15.1+dfsg/Makefile.in-588-        else \
##############################################
crun-0.15.1+dfsg/Makefile.in-593-    fi; \
crun-0.15.1+dfsg/Makefile.in:594:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
crun-0.15.1+dfsg/Makefile.in-595-  done; \
##############################################
crun-0.15.1+dfsg/Makefile.in-920-	test -n "$(EXEEXT)" || exit 0; \
crun-0.15.1+dfsg/Makefile.in:921:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
crun-0.15.1+dfsg/Makefile.in-922-	echo " rm -f" $$list; \
##############################################
crun-0.15.1+dfsg/Makefile.in-929-	test -n "$(EXEEXT)" || exit 0; \
crun-0.15.1+dfsg/Makefile.in:930:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
crun-0.15.1+dfsg/Makefile.in-931-	echo " rm -f" $$list; \
##############################################
crun-0.15.1+dfsg/Makefile.in-1236-.c.o:
crun-0.15.1+dfsg/Makefile.in:1237:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
crun-0.15.1+dfsg/Makefile.in-1238-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
crun-0.15.1+dfsg/Makefile.in-1244-.c.obj:
crun-0.15.1+dfsg/Makefile.in:1245:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
crun-0.15.1+dfsg/Makefile.in:1246:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
crun-0.15.1+dfsg/Makefile.in-1247-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1249-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1250:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
crun-0.15.1+dfsg/Makefile.in-1251-
crun-0.15.1+dfsg/Makefile.in-1252-.c.lo:
crun-0.15.1+dfsg/Makefile.in:1253:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
crun-0.15.1+dfsg/Makefile.in-1254-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
crun-0.15.1+dfsg/Makefile.in-1260-src/libcrun/libcrun_testing_a-utils.o: src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in:1261:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-utils.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Tpo -c -o src/libcrun/libcrun_testing_a-utils.o `test -f 'src/libcrun/utils.c' || echo '$(srcdir)/'`src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in-1262-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1265:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-utils.o `test -f 'src/libcrun/utils.c' || echo '$(srcdir)/'`src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in-1266-
crun-0.15.1+dfsg/Makefile.in-1267-src/libcrun/libcrun_testing_a-utils.obj: src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in:1268:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-utils.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Tpo -c -o src/libcrun/libcrun_testing_a-utils.obj `if test -f 'src/libcrun/utils.c'; then $(CYGPATH_W) 'src/libcrun/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/utils.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1269-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-utils.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1272:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-utils.obj `if test -f 'src/libcrun/utils.c'; then $(CYGPATH_W) 'src/libcrun/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/utils.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1273-
crun-0.15.1+dfsg/Makefile.in-1274-src/libcrun/libcrun_testing_a-cloned_binary.o: src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in:1275:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-cloned_binary.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Tpo -c -o src/libcrun/libcrun_testing_a-cloned_binary.o `test -f 'src/libcrun/cloned_binary.c' || echo '$(srcdir)/'`src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in-1276-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1278-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1279:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-cloned_binary.o `test -f 'src/libcrun/cloned_binary.c' || echo '$(srcdir)/'`src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in-1280-
crun-0.15.1+dfsg/Makefile.in-1281-src/libcrun/libcrun_testing_a-cloned_binary.obj: src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in:1282:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-cloned_binary.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Tpo -c -o src/libcrun/libcrun_testing_a-cloned_binary.obj `if test -f 'src/libcrun/cloned_binary.c'; then $(CYGPATH_W) 'src/libcrun/cloned_binary.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/cloned_binary.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1283-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-cloned_binary.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1286:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-cloned_binary.obj `if test -f 'src/libcrun/cloned_binary.c'; then $(CYGPATH_W) 'src/libcrun/cloned_binary.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/cloned_binary.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1287-
crun-0.15.1+dfsg/Makefile.in-1288-src/libcrun/libcrun_testing_a-container.o: src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in:1289:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-container.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Tpo -c -o src/libcrun/libcrun_testing_a-container.o `test -f 'src/libcrun/container.c' || echo '$(srcdir)/'`src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in-1290-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1293:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-container.o `test -f 'src/libcrun/container.c' || echo '$(srcdir)/'`src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in-1294-
crun-0.15.1+dfsg/Makefile.in-1295-src/libcrun/libcrun_testing_a-container.obj: src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in:1296:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-container.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Tpo -c -o src/libcrun/libcrun_testing_a-container.obj `if test -f 'src/libcrun/container.c'; then $(CYGPATH_W) 'src/libcrun/container.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/container.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1297-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-container.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1300:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-container.obj `if test -f 'src/libcrun/container.c'; then $(CYGPATH_W) 'src/libcrun/container.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/container.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1301-
crun-0.15.1+dfsg/Makefile.in-1302-src/libcrun/libcrun_testing_a-cgroup.o: src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in:1303:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-cgroup.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Tpo -c -o src/libcrun/libcrun_testing_a-cgroup.o `test -f 'src/libcrun/cgroup.c' || echo '$(srcdir)/'`src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in-1304-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1307:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-cgroup.o `test -f 'src/libcrun/cgroup.c' || echo '$(srcdir)/'`src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in-1308-
crun-0.15.1+dfsg/Makefile.in-1309-src/libcrun/libcrun_testing_a-cgroup.obj: src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in:1310:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-cgroup.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Tpo -c -o src/libcrun/libcrun_testing_a-cgroup.obj `if test -f 'src/libcrun/cgroup.c'; then $(CYGPATH_W) 'src/libcrun/cgroup.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/cgroup.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1311-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-cgroup.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1313-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1314:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-cgroup.obj `if test -f 'src/libcrun/cgroup.c'; then $(CYGPATH_W) 'src/libcrun/cgroup.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/cgroup.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1315-
crun-0.15.1+dfsg/Makefile.in-1316-src/libcrun/libcrun_testing_a-criu.o: src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in:1317:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-criu.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Tpo -c -o src/libcrun/libcrun_testing_a-criu.o `test -f 'src/libcrun/criu.c' || echo '$(srcdir)/'`src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in-1318-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1320-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1321:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-criu.o `test -f 'src/libcrun/criu.c' || echo '$(srcdir)/'`src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in-1322-
crun-0.15.1+dfsg/Makefile.in-1323-src/libcrun/libcrun_testing_a-criu.obj: src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in:1324:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-criu.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Tpo -c -o src/libcrun/libcrun_testing_a-criu.obj `if test -f 'src/libcrun/criu.c'; then $(CYGPATH_W) 'src/libcrun/criu.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/criu.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1325-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-criu.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1328:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-criu.obj `if test -f 'src/libcrun/criu.c'; then $(CYGPATH_W) 'src/libcrun/criu.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/criu.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1329-
crun-0.15.1+dfsg/Makefile.in-1330-src/libcrun/libcrun_testing_a-linux.o: src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in:1331:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-linux.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Tpo -c -o src/libcrun/libcrun_testing_a-linux.o `test -f 'src/libcrun/linux.c' || echo '$(srcdir)/'`src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in-1332-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1334-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1335:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-linux.o `test -f 'src/libcrun/linux.c' || echo '$(srcdir)/'`src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in-1336-
crun-0.15.1+dfsg/Makefile.in-1337-src/libcrun/libcrun_testing_a-linux.obj: src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in:1338:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-linux.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Tpo -c -o src/libcrun/libcrun_testing_a-linux.obj `if test -f 'src/libcrun/linux.c'; then $(CYGPATH_W) 'src/libcrun/linux.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/linux.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1339-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-linux.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1342:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-linux.obj `if test -f 'src/libcrun/linux.c'; then $(CYGPATH_W) 'src/libcrun/linux.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/linux.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1343-
crun-0.15.1+dfsg/Makefile.in-1344-src/libcrun/libcrun_testing_a-seccomp.o: src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in:1345:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-seccomp.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Tpo -c -o src/libcrun/libcrun_testing_a-seccomp.o `test -f 'src/libcrun/seccomp.c' || echo '$(srcdir)/'`src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in-1346-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1348-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1349:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-seccomp.o `test -f 'src/libcrun/seccomp.c' || echo '$(srcdir)/'`src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in-1350-
crun-0.15.1+dfsg/Makefile.in-1351-src/libcrun/libcrun_testing_a-seccomp.obj: src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in:1352:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-seccomp.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Tpo -c -o src/libcrun/libcrun_testing_a-seccomp.obj `if test -f 'src/libcrun/seccomp.c'; then $(CYGPATH_W) 'src/libcrun/seccomp.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/seccomp.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1353-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1355-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1356:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-seccomp.obj `if test -f 'src/libcrun/seccomp.c'; then $(CYGPATH_W) 'src/libcrun/seccomp.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/seccomp.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1357-
crun-0.15.1+dfsg/Makefile.in-1358-src/libcrun/libcrun_testing_a-ebpf.o: src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in:1359:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-ebpf.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Tpo -c -o src/libcrun/libcrun_testing_a-ebpf.o `test -f 'src/libcrun/ebpf.c' || echo '$(srcdir)/'`src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in-1360-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1363:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-ebpf.o `test -f 'src/libcrun/ebpf.c' || echo '$(srcdir)/'`src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in-1364-
crun-0.15.1+dfsg/Makefile.in-1365-src/libcrun/libcrun_testing_a-ebpf.obj: src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in:1366:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-ebpf.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Tpo -c -o src/libcrun/libcrun_testing_a-ebpf.obj `if test -f 'src/libcrun/ebpf.c'; then $(CYGPATH_W) 'src/libcrun/ebpf.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/ebpf.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1367-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-ebpf.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1369-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1370:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-ebpf.obj `if test -f 'src/libcrun/ebpf.c'; then $(CYGPATH_W) 'src/libcrun/ebpf.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/ebpf.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1371-
crun-0.15.1+dfsg/Makefile.in-1372-src/libcrun/libcrun_testing_a-error.o: src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in:1373:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-error.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Tpo -c -o src/libcrun/libcrun_testing_a-error.o `test -f 'src/libcrun/error.c' || echo '$(srcdir)/'`src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in-1374-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1376-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1377:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-error.o `test -f 'src/libcrun/error.c' || echo '$(srcdir)/'`src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in-1378-
crun-0.15.1+dfsg/Makefile.in-1379-src/libcrun/libcrun_testing_a-error.obj: src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in:1380:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-error.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Tpo -c -o src/libcrun/libcrun_testing_a-error.obj `if test -f 'src/libcrun/error.c'; then $(CYGPATH_W) 'src/libcrun/error.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/error.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1381-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-error.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1384:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-error.obj `if test -f 'src/libcrun/error.c'; then $(CYGPATH_W) 'src/libcrun/error.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/error.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1385-
crun-0.15.1+dfsg/Makefile.in-1386-src/libcrun/libcrun_testing_a-status.o: src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in:1387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-status.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Tpo -c -o src/libcrun/libcrun_testing_a-status.o `test -f 'src/libcrun/status.c' || echo '$(srcdir)/'`src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in-1388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-status.o `test -f 'src/libcrun/status.c' || echo '$(srcdir)/'`src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in-1392-
crun-0.15.1+dfsg/Makefile.in-1393-src/libcrun/libcrun_testing_a-status.obj: src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in:1394:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-status.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Tpo -c -o src/libcrun/libcrun_testing_a-status.obj `if test -f 'src/libcrun/status.c'; then $(CYGPATH_W) 'src/libcrun/status.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/status.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1395-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-status.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1397-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1398:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-status.obj `if test -f 'src/libcrun/status.c'; then $(CYGPATH_W) 'src/libcrun/status.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/status.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1399-
crun-0.15.1+dfsg/Makefile.in-1400-src/libcrun/libcrun_testing_a-terminal.o: src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in:1401:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-terminal.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Tpo -c -o src/libcrun/libcrun_testing_a-terminal.o `test -f 'src/libcrun/terminal.c' || echo '$(srcdir)/'`src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in-1402-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1404-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1405:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-terminal.o `test -f 'src/libcrun/terminal.c' || echo '$(srcdir)/'`src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in-1406-
crun-0.15.1+dfsg/Makefile.in-1407-src/libcrun/libcrun_testing_a-terminal.obj: src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in:1408:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-terminal.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Tpo -c -o src/libcrun/libcrun_testing_a-terminal.obj `if test -f 'src/libcrun/terminal.c'; then $(CYGPATH_W) 'src/libcrun/terminal.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/terminal.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1409-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-terminal.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1411-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1412:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-terminal.obj `if test -f 'src/libcrun/terminal.c'; then $(CYGPATH_W) 'src/libcrun/terminal.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/terminal.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1413-
crun-0.15.1+dfsg/Makefile.in-1414-src/libcrun/libcrun_testing_a-chroot_realpath.o: src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in:1415:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-chroot_realpath.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Tpo -c -o src/libcrun/libcrun_testing_a-chroot_realpath.o `test -f 'src/libcrun/chroot_realpath.c' || echo '$(srcdir)/'`src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in-1416-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1418-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1419:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-chroot_realpath.o `test -f 'src/libcrun/chroot_realpath.c' || echo '$(srcdir)/'`src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in-1420-
crun-0.15.1+dfsg/Makefile.in-1421-src/libcrun/libcrun_testing_a-chroot_realpath.obj: src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in:1422:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-chroot_realpath.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Tpo -c -o src/libcrun/libcrun_testing_a-chroot_realpath.obj `if test -f 'src/libcrun/chroot_realpath.c'; then $(CYGPATH_W) 'src/libcrun/chroot_realpath.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/chroot_realpath.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1423-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-chroot_realpath.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1425-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1426:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-chroot_realpath.obj `if test -f 'src/libcrun/chroot_realpath.c'; then $(CYGPATH_W) 'src/libcrun/chroot_realpath.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/chroot_realpath.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1427-
crun-0.15.1+dfsg/Makefile.in-1428-src/libcrun/libcrun_testing_a-signals.o: src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in:1429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-signals.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Tpo -c -o src/libcrun/libcrun_testing_a-signals.o `test -f 'src/libcrun/signals.c' || echo '$(srcdir)/'`src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in-1430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-signals.o `test -f 'src/libcrun/signals.c' || echo '$(srcdir)/'`src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in-1434-
crun-0.15.1+dfsg/Makefile.in-1435-src/libcrun/libcrun_testing_a-signals.obj: src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in:1436:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-signals.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Tpo -c -o src/libcrun/libcrun_testing_a-signals.obj `if test -f 'src/libcrun/signals.c'; then $(CYGPATH_W) 'src/libcrun/signals.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/signals.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-signals.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1440:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-signals.obj `if test -f 'src/libcrun/signals.c'; then $(CYGPATH_W) 'src/libcrun/signals.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/signals.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1441-
crun-0.15.1+dfsg/Makefile.in-1442-src/libcrun/libcrun_testing_a-seccomp_notify.o: src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in:1443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-seccomp_notify.o -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Tpo -c -o src/libcrun/libcrun_testing_a-seccomp_notify.o `test -f 'src/libcrun/seccomp_notify.c' || echo '$(srcdir)/'`src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in-1444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-seccomp_notify.o `test -f 'src/libcrun/seccomp_notify.c' || echo '$(srcdir)/'`src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in-1448-
crun-0.15.1+dfsg/Makefile.in-1449-src/libcrun/libcrun_testing_a-seccomp_notify.obj: src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in:1450:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_testing_a-seccomp_notify.obj -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Tpo -c -o src/libcrun/libcrun_testing_a-seccomp_notify.obj `if test -f 'src/libcrun/seccomp_notify.c'; then $(CYGPATH_W) 'src/libcrun/seccomp_notify.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/seccomp_notify.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1451-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Tpo src/libcrun/$(DEPDIR)/libcrun_testing_a-seccomp_notify.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1454:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_testing_a_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_testing_a-seccomp_notify.obj `if test -f 'src/libcrun/seccomp_notify.c'; then $(CYGPATH_W) 'src/libcrun/seccomp_notify.c'; else $(CYGPATH_W) '$(srcdir)/src/libcrun/seccomp_notify.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1455-
crun-0.15.1+dfsg/Makefile.in-1456-src/libcrun/libcrun_la-utils.lo: src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in:1457:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-utils.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-utils.Tpo -c -o src/libcrun/libcrun_la-utils.lo `test -f 'src/libcrun/utils.c' || echo '$(srcdir)/'`src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in-1458-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-utils.Tpo src/libcrun/$(DEPDIR)/libcrun_la-utils.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1460-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1461:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-utils.lo `test -f 'src/libcrun/utils.c' || echo '$(srcdir)/'`src/libcrun/utils.c
crun-0.15.1+dfsg/Makefile.in-1462-
crun-0.15.1+dfsg/Makefile.in-1463-src/libcrun/libcrun_la-cloned_binary.lo: src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in:1464:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-cloned_binary.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-cloned_binary.Tpo -c -o src/libcrun/libcrun_la-cloned_binary.lo `test -f 'src/libcrun/cloned_binary.c' || echo '$(srcdir)/'`src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in-1465-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-cloned_binary.Tpo src/libcrun/$(DEPDIR)/libcrun_la-cloned_binary.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1467-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1468:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-cloned_binary.lo `test -f 'src/libcrun/cloned_binary.c' || echo '$(srcdir)/'`src/libcrun/cloned_binary.c
crun-0.15.1+dfsg/Makefile.in-1469-
crun-0.15.1+dfsg/Makefile.in-1470-src/libcrun/libcrun_la-container.lo: src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in:1471:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-container.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-container.Tpo -c -o src/libcrun/libcrun_la-container.lo `test -f 'src/libcrun/container.c' || echo '$(srcdir)/'`src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in-1472-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-container.Tpo src/libcrun/$(DEPDIR)/libcrun_la-container.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1474-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1475:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-container.lo `test -f 'src/libcrun/container.c' || echo '$(srcdir)/'`src/libcrun/container.c
crun-0.15.1+dfsg/Makefile.in-1476-
crun-0.15.1+dfsg/Makefile.in-1477-src/libcrun/libcrun_la-cgroup.lo: src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in:1478:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-cgroup.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-cgroup.Tpo -c -o src/libcrun/libcrun_la-cgroup.lo `test -f 'src/libcrun/cgroup.c' || echo '$(srcdir)/'`src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in-1479-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-cgroup.Tpo src/libcrun/$(DEPDIR)/libcrun_la-cgroup.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1481-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1482:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-cgroup.lo `test -f 'src/libcrun/cgroup.c' || echo '$(srcdir)/'`src/libcrun/cgroup.c
crun-0.15.1+dfsg/Makefile.in-1483-
crun-0.15.1+dfsg/Makefile.in-1484-src/libcrun/libcrun_la-criu.lo: src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in:1485:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-criu.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-criu.Tpo -c -o src/libcrun/libcrun_la-criu.lo `test -f 'src/libcrun/criu.c' || echo '$(srcdir)/'`src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in-1486-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-criu.Tpo src/libcrun/$(DEPDIR)/libcrun_la-criu.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1488-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1489:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-criu.lo `test -f 'src/libcrun/criu.c' || echo '$(srcdir)/'`src/libcrun/criu.c
crun-0.15.1+dfsg/Makefile.in-1490-
crun-0.15.1+dfsg/Makefile.in-1491-src/libcrun/libcrun_la-linux.lo: src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in:1492:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-linux.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-linux.Tpo -c -o src/libcrun/libcrun_la-linux.lo `test -f 'src/libcrun/linux.c' || echo '$(srcdir)/'`src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in-1493-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-linux.Tpo src/libcrun/$(DEPDIR)/libcrun_la-linux.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1496:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-linux.lo `test -f 'src/libcrun/linux.c' || echo '$(srcdir)/'`src/libcrun/linux.c
crun-0.15.1+dfsg/Makefile.in-1497-
crun-0.15.1+dfsg/Makefile.in-1498-src/libcrun/libcrun_la-seccomp.lo: src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in:1499:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-seccomp.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-seccomp.Tpo -c -o src/libcrun/libcrun_la-seccomp.lo `test -f 'src/libcrun/seccomp.c' || echo '$(srcdir)/'`src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in-1500-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-seccomp.Tpo src/libcrun/$(DEPDIR)/libcrun_la-seccomp.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1502-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1503:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-seccomp.lo `test -f 'src/libcrun/seccomp.c' || echo '$(srcdir)/'`src/libcrun/seccomp.c
crun-0.15.1+dfsg/Makefile.in-1504-
crun-0.15.1+dfsg/Makefile.in-1505-src/libcrun/libcrun_la-ebpf.lo: src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in:1506:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-ebpf.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-ebpf.Tpo -c -o src/libcrun/libcrun_la-ebpf.lo `test -f 'src/libcrun/ebpf.c' || echo '$(srcdir)/'`src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in-1507-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-ebpf.Tpo src/libcrun/$(DEPDIR)/libcrun_la-ebpf.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1509-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1510:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-ebpf.lo `test -f 'src/libcrun/ebpf.c' || echo '$(srcdir)/'`src/libcrun/ebpf.c
crun-0.15.1+dfsg/Makefile.in-1511-
crun-0.15.1+dfsg/Makefile.in-1512-src/libcrun/libcrun_la-error.lo: src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in:1513:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-error.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-error.Tpo -c -o src/libcrun/libcrun_la-error.lo `test -f 'src/libcrun/error.c' || echo '$(srcdir)/'`src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in-1514-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-error.Tpo src/libcrun/$(DEPDIR)/libcrun_la-error.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1517:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-error.lo `test -f 'src/libcrun/error.c' || echo '$(srcdir)/'`src/libcrun/error.c
crun-0.15.1+dfsg/Makefile.in-1518-
crun-0.15.1+dfsg/Makefile.in-1519-src/libcrun/libcrun_la-status.lo: src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in:1520:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-status.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-status.Tpo -c -o src/libcrun/libcrun_la-status.lo `test -f 'src/libcrun/status.c' || echo '$(srcdir)/'`src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in-1521-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-status.Tpo src/libcrun/$(DEPDIR)/libcrun_la-status.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1524:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-status.lo `test -f 'src/libcrun/status.c' || echo '$(srcdir)/'`src/libcrun/status.c
crun-0.15.1+dfsg/Makefile.in-1525-
crun-0.15.1+dfsg/Makefile.in-1526-src/libcrun/libcrun_la-terminal.lo: src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in:1527:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-terminal.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-terminal.Tpo -c -o src/libcrun/libcrun_la-terminal.lo `test -f 'src/libcrun/terminal.c' || echo '$(srcdir)/'`src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in-1528-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-terminal.Tpo src/libcrun/$(DEPDIR)/libcrun_la-terminal.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1531:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-terminal.lo `test -f 'src/libcrun/terminal.c' || echo '$(srcdir)/'`src/libcrun/terminal.c
crun-0.15.1+dfsg/Makefile.in-1532-
crun-0.15.1+dfsg/Makefile.in-1533-src/libcrun/libcrun_la-chroot_realpath.lo: src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in:1534:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-chroot_realpath.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-chroot_realpath.Tpo -c -o src/libcrun/libcrun_la-chroot_realpath.lo `test -f 'src/libcrun/chroot_realpath.c' || echo '$(srcdir)/'`src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in-1535-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-chroot_realpath.Tpo src/libcrun/$(DEPDIR)/libcrun_la-chroot_realpath.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1538:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-chroot_realpath.lo `test -f 'src/libcrun/chroot_realpath.c' || echo '$(srcdir)/'`src/libcrun/chroot_realpath.c
crun-0.15.1+dfsg/Makefile.in-1539-
crun-0.15.1+dfsg/Makefile.in-1540-src/libcrun/libcrun_la-signals.lo: src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in:1541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-signals.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-signals.Tpo -c -o src/libcrun/libcrun_la-signals.lo `test -f 'src/libcrun/signals.c' || echo '$(srcdir)/'`src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in-1542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-signals.Tpo src/libcrun/$(DEPDIR)/libcrun_la-signals.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-signals.lo `test -f 'src/libcrun/signals.c' || echo '$(srcdir)/'`src/libcrun/signals.c
crun-0.15.1+dfsg/Makefile.in-1546-
crun-0.15.1+dfsg/Makefile.in-1547-src/libcrun/libcrun_la-seccomp_notify.lo: src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in:1548:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -MT src/libcrun/libcrun_la-seccomp_notify.lo -MD -MP -MF src/libcrun/$(DEPDIR)/libcrun_la-seccomp_notify.Tpo -c -o src/libcrun/libcrun_la-seccomp_notify.lo `test -f 'src/libcrun/seccomp_notify.c' || echo '$(srcdir)/'`src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in-1549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/libcrun/$(DEPDIR)/libcrun_la-seccomp_notify.Tpo src/libcrun/$(DEPDIR)/libcrun_la-seccomp_notify.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1552:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcrun_la_CFLAGS) $(CFLAGS) -c -o src/libcrun/libcrun_la-seccomp_notify.lo `test -f 'src/libcrun/seccomp_notify.c' || echo '$(srcdir)/'`src/libcrun/seccomp_notify.c
crun-0.15.1+dfsg/Makefile.in-1553-
crun-0.15.1+dfsg/Makefile.in-1554-python/crun_la-crun_python.lo: python/crun_python.c
crun-0.15.1+dfsg/Makefile.in:1555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(python_crun_la_CFLAGS) $(CFLAGS) -MT python/crun_la-crun_python.lo -MD -MP -MF python/$(DEPDIR)/crun_la-crun_python.Tpo -c -o python/crun_la-crun_python.lo `test -f 'python/crun_python.c' || echo '$(srcdir)/'`python/crun_python.c
crun-0.15.1+dfsg/Makefile.in-1556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) python/$(DEPDIR)/crun_la-crun_python.Tpo python/$(DEPDIR)/crun_la-crun_python.Plo
##############################################
crun-0.15.1+dfsg/Makefile.in-1558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(python_crun_la_CFLAGS) $(CFLAGS) -c -o python/crun_la-crun_python.lo `test -f 'python/crun_python.c' || echo '$(srcdir)/'`python/crun_python.c
crun-0.15.1+dfsg/Makefile.in-1560-
crun-0.15.1+dfsg/Makefile.in-1561-src/crun-crun.o: src/crun.c
crun-0.15.1+dfsg/Makefile.in:1562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-crun.o -MD -MP -MF src/$(DEPDIR)/crun-crun.Tpo -c -o src/crun-crun.o `test -f 'src/crun.c' || echo '$(srcdir)/'`src/crun.c
crun-0.15.1+dfsg/Makefile.in-1563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-crun.Tpo src/$(DEPDIR)/crun-crun.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-crun.o `test -f 'src/crun.c' || echo '$(srcdir)/'`src/crun.c
crun-0.15.1+dfsg/Makefile.in-1567-
crun-0.15.1+dfsg/Makefile.in-1568-src/crun-crun.obj: src/crun.c
crun-0.15.1+dfsg/Makefile.in:1569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-crun.obj -MD -MP -MF src/$(DEPDIR)/crun-crun.Tpo -c -o src/crun-crun.obj `if test -f 'src/crun.c'; then $(CYGPATH_W) 'src/crun.c'; else $(CYGPATH_W) '$(srcdir)/src/crun.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-crun.Tpo src/$(DEPDIR)/crun-crun.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-crun.obj `if test -f 'src/crun.c'; then $(CYGPATH_W) 'src/crun.c'; else $(CYGPATH_W) '$(srcdir)/src/crun.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1574-
crun-0.15.1+dfsg/Makefile.in-1575-src/crun-run.o: src/run.c
crun-0.15.1+dfsg/Makefile.in:1576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-run.o -MD -MP -MF src/$(DEPDIR)/crun-run.Tpo -c -o src/crun-run.o `test -f 'src/run.c' || echo '$(srcdir)/'`src/run.c
crun-0.15.1+dfsg/Makefile.in-1577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-run.Tpo src/$(DEPDIR)/crun-run.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-run.o `test -f 'src/run.c' || echo '$(srcdir)/'`src/run.c
crun-0.15.1+dfsg/Makefile.in-1581-
crun-0.15.1+dfsg/Makefile.in-1582-src/crun-run.obj: src/run.c
crun-0.15.1+dfsg/Makefile.in:1583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-run.obj -MD -MP -MF src/$(DEPDIR)/crun-run.Tpo -c -o src/crun-run.obj `if test -f 'src/run.c'; then $(CYGPATH_W) 'src/run.c'; else $(CYGPATH_W) '$(srcdir)/src/run.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-run.Tpo src/$(DEPDIR)/crun-run.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-run.obj `if test -f 'src/run.c'; then $(CYGPATH_W) 'src/run.c'; else $(CYGPATH_W) '$(srcdir)/src/run.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1588-
crun-0.15.1+dfsg/Makefile.in-1589-src/crun-delete.o: src/delete.c
crun-0.15.1+dfsg/Makefile.in:1590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-delete.o -MD -MP -MF src/$(DEPDIR)/crun-delete.Tpo -c -o src/crun-delete.o `test -f 'src/delete.c' || echo '$(srcdir)/'`src/delete.c
crun-0.15.1+dfsg/Makefile.in-1591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-delete.Tpo src/$(DEPDIR)/crun-delete.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-delete.o `test -f 'src/delete.c' || echo '$(srcdir)/'`src/delete.c
crun-0.15.1+dfsg/Makefile.in-1595-
crun-0.15.1+dfsg/Makefile.in-1596-src/crun-delete.obj: src/delete.c
crun-0.15.1+dfsg/Makefile.in:1597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-delete.obj -MD -MP -MF src/$(DEPDIR)/crun-delete.Tpo -c -o src/crun-delete.obj `if test -f 'src/delete.c'; then $(CYGPATH_W) 'src/delete.c'; else $(CYGPATH_W) '$(srcdir)/src/delete.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-delete.Tpo src/$(DEPDIR)/crun-delete.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-delete.obj `if test -f 'src/delete.c'; then $(CYGPATH_W) 'src/delete.c'; else $(CYGPATH_W) '$(srcdir)/src/delete.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1602-
crun-0.15.1+dfsg/Makefile.in-1603-src/crun-kill.o: src/kill.c
crun-0.15.1+dfsg/Makefile.in:1604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-kill.o -MD -MP -MF src/$(DEPDIR)/crun-kill.Tpo -c -o src/crun-kill.o `test -f 'src/kill.c' || echo '$(srcdir)/'`src/kill.c
crun-0.15.1+dfsg/Makefile.in-1605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-kill.Tpo src/$(DEPDIR)/crun-kill.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-kill.o `test -f 'src/kill.c' || echo '$(srcdir)/'`src/kill.c
crun-0.15.1+dfsg/Makefile.in-1609-
crun-0.15.1+dfsg/Makefile.in-1610-src/crun-kill.obj: src/kill.c
crun-0.15.1+dfsg/Makefile.in:1611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-kill.obj -MD -MP -MF src/$(DEPDIR)/crun-kill.Tpo -c -o src/crun-kill.obj `if test -f 'src/kill.c'; then $(CYGPATH_W) 'src/kill.c'; else $(CYGPATH_W) '$(srcdir)/src/kill.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-kill.Tpo src/$(DEPDIR)/crun-kill.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-kill.obj `if test -f 'src/kill.c'; then $(CYGPATH_W) 'src/kill.c'; else $(CYGPATH_W) '$(srcdir)/src/kill.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1616-
crun-0.15.1+dfsg/Makefile.in-1617-src/crun-pause.o: src/pause.c
crun-0.15.1+dfsg/Makefile.in:1618:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-pause.o -MD -MP -MF src/$(DEPDIR)/crun-pause.Tpo -c -o src/crun-pause.o `test -f 'src/pause.c' || echo '$(srcdir)/'`src/pause.c
crun-0.15.1+dfsg/Makefile.in-1619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-pause.Tpo src/$(DEPDIR)/crun-pause.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-pause.o `test -f 'src/pause.c' || echo '$(srcdir)/'`src/pause.c
crun-0.15.1+dfsg/Makefile.in-1623-
crun-0.15.1+dfsg/Makefile.in-1624-src/crun-pause.obj: src/pause.c
crun-0.15.1+dfsg/Makefile.in:1625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-pause.obj -MD -MP -MF src/$(DEPDIR)/crun-pause.Tpo -c -o src/crun-pause.obj `if test -f 'src/pause.c'; then $(CYGPATH_W) 'src/pause.c'; else $(CYGPATH_W) '$(srcdir)/src/pause.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-pause.Tpo src/$(DEPDIR)/crun-pause.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-pause.obj `if test -f 'src/pause.c'; then $(CYGPATH_W) 'src/pause.c'; else $(CYGPATH_W) '$(srcdir)/src/pause.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1630-
crun-0.15.1+dfsg/Makefile.in-1631-src/crun-unpause.o: src/unpause.c
crun-0.15.1+dfsg/Makefile.in:1632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-unpause.o -MD -MP -MF src/$(DEPDIR)/crun-unpause.Tpo -c -o src/crun-unpause.o `test -f 'src/unpause.c' || echo '$(srcdir)/'`src/unpause.c
crun-0.15.1+dfsg/Makefile.in-1633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-unpause.Tpo src/$(DEPDIR)/crun-unpause.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-unpause.o `test -f 'src/unpause.c' || echo '$(srcdir)/'`src/unpause.c
crun-0.15.1+dfsg/Makefile.in-1637-
crun-0.15.1+dfsg/Makefile.in-1638-src/crun-unpause.obj: src/unpause.c
crun-0.15.1+dfsg/Makefile.in:1639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-unpause.obj -MD -MP -MF src/$(DEPDIR)/crun-unpause.Tpo -c -o src/crun-unpause.obj `if test -f 'src/unpause.c'; then $(CYGPATH_W) 'src/unpause.c'; else $(CYGPATH_W) '$(srcdir)/src/unpause.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-unpause.Tpo src/$(DEPDIR)/crun-unpause.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-unpause.obj `if test -f 'src/unpause.c'; then $(CYGPATH_W) 'src/unpause.c'; else $(CYGPATH_W) '$(srcdir)/src/unpause.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1644-
crun-0.15.1+dfsg/Makefile.in-1645-src/crun-spec.o: src/spec.c
crun-0.15.1+dfsg/Makefile.in:1646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-spec.o -MD -MP -MF src/$(DEPDIR)/crun-spec.Tpo -c -o src/crun-spec.o `test -f 'src/spec.c' || echo '$(srcdir)/'`src/spec.c
crun-0.15.1+dfsg/Makefile.in-1647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-spec.Tpo src/$(DEPDIR)/crun-spec.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-spec.o `test -f 'src/spec.c' || echo '$(srcdir)/'`src/spec.c
crun-0.15.1+dfsg/Makefile.in-1651-
crun-0.15.1+dfsg/Makefile.in-1652-src/crun-spec.obj: src/spec.c
crun-0.15.1+dfsg/Makefile.in:1653:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-spec.obj -MD -MP -MF src/$(DEPDIR)/crun-spec.Tpo -c -o src/crun-spec.obj `if test -f 'src/spec.c'; then $(CYGPATH_W) 'src/spec.c'; else $(CYGPATH_W) '$(srcdir)/src/spec.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-spec.Tpo src/$(DEPDIR)/crun-spec.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1657:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-spec.obj `if test -f 'src/spec.c'; then $(CYGPATH_W) 'src/spec.c'; else $(CYGPATH_W) '$(srcdir)/src/spec.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1658-
crun-0.15.1+dfsg/Makefile.in-1659-src/crun-exec.o: src/exec.c
crun-0.15.1+dfsg/Makefile.in:1660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-exec.o -MD -MP -MF src/$(DEPDIR)/crun-exec.Tpo -c -o src/crun-exec.o `test -f 'src/exec.c' || echo '$(srcdir)/'`src/exec.c
crun-0.15.1+dfsg/Makefile.in-1661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-exec.Tpo src/$(DEPDIR)/crun-exec.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-exec.o `test -f 'src/exec.c' || echo '$(srcdir)/'`src/exec.c
crun-0.15.1+dfsg/Makefile.in-1665-
crun-0.15.1+dfsg/Makefile.in-1666-src/crun-exec.obj: src/exec.c
crun-0.15.1+dfsg/Makefile.in:1667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-exec.obj -MD -MP -MF src/$(DEPDIR)/crun-exec.Tpo -c -o src/crun-exec.obj `if test -f 'src/exec.c'; then $(CYGPATH_W) 'src/exec.c'; else $(CYGPATH_W) '$(srcdir)/src/exec.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-exec.Tpo src/$(DEPDIR)/crun-exec.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-exec.obj `if test -f 'src/exec.c'; then $(CYGPATH_W) 'src/exec.c'; else $(CYGPATH_W) '$(srcdir)/src/exec.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1672-
crun-0.15.1+dfsg/Makefile.in-1673-src/crun-list.o: src/list.c
crun-0.15.1+dfsg/Makefile.in:1674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-list.o -MD -MP -MF src/$(DEPDIR)/crun-list.Tpo -c -o src/crun-list.o `test -f 'src/list.c' || echo '$(srcdir)/'`src/list.c
crun-0.15.1+dfsg/Makefile.in-1675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-list.Tpo src/$(DEPDIR)/crun-list.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-list.o `test -f 'src/list.c' || echo '$(srcdir)/'`src/list.c
crun-0.15.1+dfsg/Makefile.in-1679-
crun-0.15.1+dfsg/Makefile.in-1680-src/crun-list.obj: src/list.c
crun-0.15.1+dfsg/Makefile.in:1681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-list.obj -MD -MP -MF src/$(DEPDIR)/crun-list.Tpo -c -o src/crun-list.obj `if test -f 'src/list.c'; then $(CYGPATH_W) 'src/list.c'; else $(CYGPATH_W) '$(srcdir)/src/list.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-list.Tpo src/$(DEPDIR)/crun-list.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-list.obj `if test -f 'src/list.c'; then $(CYGPATH_W) 'src/list.c'; else $(CYGPATH_W) '$(srcdir)/src/list.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1686-
crun-0.15.1+dfsg/Makefile.in-1687-src/crun-create.o: src/create.c
crun-0.15.1+dfsg/Makefile.in:1688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-create.o -MD -MP -MF src/$(DEPDIR)/crun-create.Tpo -c -o src/crun-create.o `test -f 'src/create.c' || echo '$(srcdir)/'`src/create.c
crun-0.15.1+dfsg/Makefile.in-1689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-create.Tpo src/$(DEPDIR)/crun-create.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-create.o `test -f 'src/create.c' || echo '$(srcdir)/'`src/create.c
crun-0.15.1+dfsg/Makefile.in-1693-
crun-0.15.1+dfsg/Makefile.in-1694-src/crun-create.obj: src/create.c
crun-0.15.1+dfsg/Makefile.in:1695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-create.obj -MD -MP -MF src/$(DEPDIR)/crun-create.Tpo -c -o src/crun-create.obj `if test -f 'src/create.c'; then $(CYGPATH_W) 'src/create.c'; else $(CYGPATH_W) '$(srcdir)/src/create.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-create.Tpo src/$(DEPDIR)/crun-create.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-create.obj `if test -f 'src/create.c'; then $(CYGPATH_W) 'src/create.c'; else $(CYGPATH_W) '$(srcdir)/src/create.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1700-
crun-0.15.1+dfsg/Makefile.in-1701-src/crun-start.o: src/start.c
crun-0.15.1+dfsg/Makefile.in:1702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-start.o -MD -MP -MF src/$(DEPDIR)/crun-start.Tpo -c -o src/crun-start.o `test -f 'src/start.c' || echo '$(srcdir)/'`src/start.c
crun-0.15.1+dfsg/Makefile.in-1703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-start.Tpo src/$(DEPDIR)/crun-start.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-start.o `test -f 'src/start.c' || echo '$(srcdir)/'`src/start.c
crun-0.15.1+dfsg/Makefile.in-1707-
crun-0.15.1+dfsg/Makefile.in-1708-src/crun-start.obj: src/start.c
crun-0.15.1+dfsg/Makefile.in:1709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-start.obj -MD -MP -MF src/$(DEPDIR)/crun-start.Tpo -c -o src/crun-start.obj `if test -f 'src/start.c'; then $(CYGPATH_W) 'src/start.c'; else $(CYGPATH_W) '$(srcdir)/src/start.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-start.Tpo src/$(DEPDIR)/crun-start.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-start.obj `if test -f 'src/start.c'; then $(CYGPATH_W) 'src/start.c'; else $(CYGPATH_W) '$(srcdir)/src/start.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1714-
crun-0.15.1+dfsg/Makefile.in-1715-src/crun-state.o: src/state.c
crun-0.15.1+dfsg/Makefile.in:1716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-state.o -MD -MP -MF src/$(DEPDIR)/crun-state.Tpo -c -o src/crun-state.o `test -f 'src/state.c' || echo '$(srcdir)/'`src/state.c
crun-0.15.1+dfsg/Makefile.in-1717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-state.Tpo src/$(DEPDIR)/crun-state.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-state.o `test -f 'src/state.c' || echo '$(srcdir)/'`src/state.c
crun-0.15.1+dfsg/Makefile.in-1721-
crun-0.15.1+dfsg/Makefile.in-1722-src/crun-state.obj: src/state.c
crun-0.15.1+dfsg/Makefile.in:1723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-state.obj -MD -MP -MF src/$(DEPDIR)/crun-state.Tpo -c -o src/crun-state.obj `if test -f 'src/state.c'; then $(CYGPATH_W) 'src/state.c'; else $(CYGPATH_W) '$(srcdir)/src/state.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-state.Tpo src/$(DEPDIR)/crun-state.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-state.obj `if test -f 'src/state.c'; then $(CYGPATH_W) 'src/state.c'; else $(CYGPATH_W) '$(srcdir)/src/state.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1728-
crun-0.15.1+dfsg/Makefile.in-1729-src/crun-update.o: src/update.c
crun-0.15.1+dfsg/Makefile.in:1730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-update.o -MD -MP -MF src/$(DEPDIR)/crun-update.Tpo -c -o src/crun-update.o `test -f 'src/update.c' || echo '$(srcdir)/'`src/update.c
crun-0.15.1+dfsg/Makefile.in-1731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-update.Tpo src/$(DEPDIR)/crun-update.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-update.o `test -f 'src/update.c' || echo '$(srcdir)/'`src/update.c
crun-0.15.1+dfsg/Makefile.in-1735-
crun-0.15.1+dfsg/Makefile.in-1736-src/crun-update.obj: src/update.c
crun-0.15.1+dfsg/Makefile.in:1737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-update.obj -MD -MP -MF src/$(DEPDIR)/crun-update.Tpo -c -o src/crun-update.obj `if test -f 'src/update.c'; then $(CYGPATH_W) 'src/update.c'; else $(CYGPATH_W) '$(srcdir)/src/update.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-update.Tpo src/$(DEPDIR)/crun-update.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-update.obj `if test -f 'src/update.c'; then $(CYGPATH_W) 'src/update.c'; else $(CYGPATH_W) '$(srcdir)/src/update.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1742-
crun-0.15.1+dfsg/Makefile.in-1743-src/crun-ps.o: src/ps.c
crun-0.15.1+dfsg/Makefile.in:1744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-ps.o -MD -MP -MF src/$(DEPDIR)/crun-ps.Tpo -c -o src/crun-ps.o `test -f 'src/ps.c' || echo '$(srcdir)/'`src/ps.c
crun-0.15.1+dfsg/Makefile.in-1745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-ps.Tpo src/$(DEPDIR)/crun-ps.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-ps.o `test -f 'src/ps.c' || echo '$(srcdir)/'`src/ps.c
crun-0.15.1+dfsg/Makefile.in-1749-
crun-0.15.1+dfsg/Makefile.in-1750-src/crun-ps.obj: src/ps.c
crun-0.15.1+dfsg/Makefile.in:1751:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-ps.obj -MD -MP -MF src/$(DEPDIR)/crun-ps.Tpo -c -o src/crun-ps.obj `if test -f 'src/ps.c'; then $(CYGPATH_W) 'src/ps.c'; else $(CYGPATH_W) '$(srcdir)/src/ps.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-ps.Tpo src/$(DEPDIR)/crun-ps.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1755:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-ps.obj `if test -f 'src/ps.c'; then $(CYGPATH_W) 'src/ps.c'; else $(CYGPATH_W) '$(srcdir)/src/ps.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1756-
crun-0.15.1+dfsg/Makefile.in-1757-src/crun-checkpoint.o: src/checkpoint.c
crun-0.15.1+dfsg/Makefile.in:1758:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-checkpoint.o -MD -MP -MF src/$(DEPDIR)/crun-checkpoint.Tpo -c -o src/crun-checkpoint.o `test -f 'src/checkpoint.c' || echo '$(srcdir)/'`src/checkpoint.c
crun-0.15.1+dfsg/Makefile.in-1759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-checkpoint.Tpo src/$(DEPDIR)/crun-checkpoint.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1762:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-checkpoint.o `test -f 'src/checkpoint.c' || echo '$(srcdir)/'`src/checkpoint.c
crun-0.15.1+dfsg/Makefile.in-1763-
crun-0.15.1+dfsg/Makefile.in-1764-src/crun-checkpoint.obj: src/checkpoint.c
crun-0.15.1+dfsg/Makefile.in:1765:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-checkpoint.obj -MD -MP -MF src/$(DEPDIR)/crun-checkpoint.Tpo -c -o src/crun-checkpoint.obj `if test -f 'src/checkpoint.c'; then $(CYGPATH_W) 'src/checkpoint.c'; else $(CYGPATH_W) '$(srcdir)/src/checkpoint.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1766-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-checkpoint.Tpo src/$(DEPDIR)/crun-checkpoint.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1769:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-checkpoint.obj `if test -f 'src/checkpoint.c'; then $(CYGPATH_W) 'src/checkpoint.c'; else $(CYGPATH_W) '$(srcdir)/src/checkpoint.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1770-
crun-0.15.1+dfsg/Makefile.in-1771-src/crun-restore.o: src/restore.c
crun-0.15.1+dfsg/Makefile.in:1772:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-restore.o -MD -MP -MF src/$(DEPDIR)/crun-restore.Tpo -c -o src/crun-restore.o `test -f 'src/restore.c' || echo '$(srcdir)/'`src/restore.c
crun-0.15.1+dfsg/Makefile.in-1773-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-restore.Tpo src/$(DEPDIR)/crun-restore.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1776:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-restore.o `test -f 'src/restore.c' || echo '$(srcdir)/'`src/restore.c
crun-0.15.1+dfsg/Makefile.in-1777-
crun-0.15.1+dfsg/Makefile.in-1778-src/crun-restore.obj: src/restore.c
crun-0.15.1+dfsg/Makefile.in:1779:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -MT src/crun-restore.obj -MD -MP -MF src/$(DEPDIR)/crun-restore.Tpo -c -o src/crun-restore.obj `if test -f 'src/restore.c'; then $(CYGPATH_W) 'src/restore.c'; else $(CYGPATH_W) '$(srcdir)/src/restore.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1780-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/crun-restore.Tpo src/$(DEPDIR)/crun-restore.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1782-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1783:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crun_CFLAGS) $(CFLAGS) -c -o src/crun-restore.obj `if test -f 'src/restore.c'; then $(CYGPATH_W) 'src/restore.c'; else $(CYGPATH_W) '$(srcdir)/src/restore.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1784-
crun-0.15.1+dfsg/Makefile.in-1785-tests/tests_libcrun_errors-tests_libcrun_errors.o: tests/tests_libcrun_errors.c
crun-0.15.1+dfsg/Makefile.in:1786:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_errors_CFLAGS) $(CFLAGS) -MT tests/tests_libcrun_errors-tests_libcrun_errors.o -MD -MP -MF tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Tpo -c -o tests/tests_libcrun_errors-tests_libcrun_errors.o `test -f 'tests/tests_libcrun_errors.c' || echo '$(srcdir)/'`tests/tests_libcrun_errors.c
crun-0.15.1+dfsg/Makefile.in-1787-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Tpo tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1789-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1790:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_errors_CFLAGS) $(CFLAGS) -c -o tests/tests_libcrun_errors-tests_libcrun_errors.o `test -f 'tests/tests_libcrun_errors.c' || echo '$(srcdir)/'`tests/tests_libcrun_errors.c
crun-0.15.1+dfsg/Makefile.in-1791-
crun-0.15.1+dfsg/Makefile.in-1792-tests/tests_libcrun_errors-tests_libcrun_errors.obj: tests/tests_libcrun_errors.c
crun-0.15.1+dfsg/Makefile.in:1793:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_errors_CFLAGS) $(CFLAGS) -MT tests/tests_libcrun_errors-tests_libcrun_errors.obj -MD -MP -MF tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Tpo -c -o tests/tests_libcrun_errors-tests_libcrun_errors.obj `if test -f 'tests/tests_libcrun_errors.c'; then $(CYGPATH_W) 'tests/tests_libcrun_errors.c'; else $(CYGPATH_W) '$(srcdir)/tests/tests_libcrun_errors.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1794-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Tpo tests/$(DEPDIR)/tests_libcrun_errors-tests_libcrun_errors.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1796-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1797:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_errors_CFLAGS) $(CFLAGS) -c -o tests/tests_libcrun_errors-tests_libcrun_errors.obj `if test -f 'tests/tests_libcrun_errors.c'; then $(CYGPATH_W) 'tests/tests_libcrun_errors.c'; else $(CYGPATH_W) '$(srcdir)/tests/tests_libcrun_errors.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1798-
crun-0.15.1+dfsg/Makefile.in-1799-tests/tests_libcrun_utils-tests_libcrun_utils.o: tests/tests_libcrun_utils.c
crun-0.15.1+dfsg/Makefile.in:1800:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_utils_CFLAGS) $(CFLAGS) -MT tests/tests_libcrun_utils-tests_libcrun_utils.o -MD -MP -MF tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Tpo -c -o tests/tests_libcrun_utils-tests_libcrun_utils.o `test -f 'tests/tests_libcrun_utils.c' || echo '$(srcdir)/'`tests/tests_libcrun_utils.c
crun-0.15.1+dfsg/Makefile.in-1801-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Tpo tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1803-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1804:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_utils_CFLAGS) $(CFLAGS) -c -o tests/tests_libcrun_utils-tests_libcrun_utils.o `test -f 'tests/tests_libcrun_utils.c' || echo '$(srcdir)/'`tests/tests_libcrun_utils.c
crun-0.15.1+dfsg/Makefile.in-1805-
crun-0.15.1+dfsg/Makefile.in-1806-tests/tests_libcrun_utils-tests_libcrun_utils.obj: tests/tests_libcrun_utils.c
crun-0.15.1+dfsg/Makefile.in:1807:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_utils_CFLAGS) $(CFLAGS) -MT tests/tests_libcrun_utils-tests_libcrun_utils.obj -MD -MP -MF tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Tpo -c -o tests/tests_libcrun_utils-tests_libcrun_utils.obj `if test -f 'tests/tests_libcrun_utils.c'; then $(CYGPATH_W) 'tests/tests_libcrun_utils.c'; else $(CYGPATH_W) '$(srcdir)/tests/tests_libcrun_utils.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1808-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Tpo tests/$(DEPDIR)/tests_libcrun_utils-tests_libcrun_utils.Po
##############################################
crun-0.15.1+dfsg/Makefile.in-1810-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/Makefile.in:1811:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tests_tests_libcrun_utils_CFLAGS) $(CFLAGS) -c -o tests/tests_libcrun_utils-tests_libcrun_utils.obj `if test -f 'tests/tests_libcrun_utils.c'; then $(CYGPATH_W) 'tests/tests_libcrun_utils.c'; else $(CYGPATH_W) '$(srcdir)/tests/tests_libcrun_utils.c'; fi`
crun-0.15.1+dfsg/Makefile.in-1812-
##############################################
crun-0.15.1+dfsg/Makefile.in-1828-	test -n "$(man1dir)" \
crun-0.15.1+dfsg/Makefile.in:1829:	  && test -n "`echo $$list1$$list2`" \
crun-0.15.1+dfsg/Makefile.in-1830-	  || exit 0; \
##############################################
crun-0.15.1+dfsg/Makefile.in-1879-	dot_seen=no; \
crun-0.15.1+dfsg/Makefile.in:1880:	target=`echo $@ | sed s/-recursive//`; \
crun-0.15.1+dfsg/Makefile.in-1881-	case "$@" in \
##############################################
crun-0.15.1+dfsg/Makefile.in-1942-GTAGS:
crun-0.15.1+dfsg/Makefile.in:1943:	here=`$(am__cd) $(top_builddir) && pwd` \
crun-0.15.1+dfsg/Makefile.in-1944-	  && $(am__cd) $(top_srcdir) \
##############################################
crun-0.15.1+dfsg/Makefile.in-1992-	if test -n "$$redo_bases"; then \
crun-0.15.1+dfsg/Makefile.in:1993:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/Makefile.in:1994:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
crun-0.15.1+dfsg/Makefile.in-1995-	  if $(am__make_dryrun); then :; else \
##############################################
crun-0.15.1+dfsg/Makefile.in-2017-	ws='[ 	]'; \
crun-0.15.1+dfsg/Makefile.in:2018:	results=`for b in $$bases; do echo $$b.trs; done`; \
crun-0.15.1+dfsg/Makefile.in-2019-	test -n "$$results" || results=/dev/null; \
crun-0.15.1+dfsg/Makefile.in:2020:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2021:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2022:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2023:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2024:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2025:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2026:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
crun-0.15.1+dfsg/Makefile.in:2027:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
crun-0.15.1+dfsg/Makefile.in-2028-	  success=true; \
##############################################
crun-0.15.1+dfsg/Makefile.in-2096-	@set +e; $(am__set_TESTS_bases); \
crun-0.15.1+dfsg/Makefile.in:2097:	log_list=`for i in $$bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/Makefile.in:2098:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
crun-0.15.1+dfsg/Makefile.in:2099:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
crun-0.15.1+dfsg/Makefile.in-2100-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
crun-0.15.1+dfsg/Makefile.in-2106-	         | $(am__list_recheck_tests)` || exit 1; \
crun-0.15.1+dfsg/Makefile.in:2107:	log_list=`for i in $$bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/Makefile.in:2108:	log_list=`echo $$log_list`; \
crun-0.15.1+dfsg/Makefile.in-2109-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
crun-0.15.1+dfsg/Makefile.in-2147-	test -d "$(distdir)" || mkdir "$(distdir)"
crun-0.15.1+dfsg/Makefile.in:2148:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
crun-0.15.1+dfsg/Makefile.in:2149:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
crun-0.15.1+dfsg/Makefile.in-2150-	list='$(DISTFILES)'; \
##############################################
crun-0.15.1+dfsg/Makefile.in-2161-	  if test -d $$d/$$file; then \
crun-0.15.1+dfsg/Makefile.in:2162:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
crun-0.15.1+dfsg/Makefile.in-2163-	    if test -d "$(distdir)/$$file"; then \
##############################################
crun-0.15.1+dfsg/Makefile.in-2274-	test -d $(distdir)/_build || exit 0; \
crun-0.15.1+dfsg/Makefile.in:2275:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
crun-0.15.1+dfsg/Makefile.in-2276-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
crun-0.15.1+dfsg/Makefile.in-2318-	}; \
crun-0.15.1+dfsg/Makefile.in:2319:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
crun-0.15.1+dfsg/Makefile.in-2320-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
crun-0.15.1+dfsg/Makefile.in-2330-	fi
crun-0.15.1+dfsg/Makefile.in:2331:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
crun-0.15.1+dfsg/Makefile.in-2332-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/compile-67-	mingw/*)
crun-0.15.1+dfsg/libocispec/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
crun-0.15.1+dfsg/libocispec/build-aux/compile-69-	  ;;
crun-0.15.1+dfsg/libocispec/build-aux/compile-70-	cygwin/*)
crun-0.15.1+dfsg/libocispec/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
crun-0.15.1+dfsg/libocispec/build-aux/compile-72-	  ;;
crun-0.15.1+dfsg/libocispec/build-aux/compile-73-	wine/*)
crun-0.15.1+dfsg/libocispec/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
crun-0.15.1+dfsg/libocispec/build-aux/compile-75-	  ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/compile-310-# Name of file we expect compiler to create.
crun-0.15.1+dfsg/libocispec/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
crun-0.15.1+dfsg/libocispec/build-aux/compile-312-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
crun-0.15.1+dfsg/libocispec/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
crun-0.15.1+dfsg/libocispec/build-aux/compile-318-while true; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-34-
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-36-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-151-	EOF
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-153-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-188-	    earmv*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-222-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-233-	    *)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-235-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-280-	*4.0)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-282-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-283-	*5.*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-285-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-379-    s390x:SunOS:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-381-	exit ;;
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-384-	exit ;;
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-387-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-404-	fi
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-406-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-412-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-421-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-563-    *:IRIX*:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-565-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-593-EOF
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-595-		then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-606-    *:AIX:*:[4567])
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-696-EOF
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-724-    ia64:HP-UX:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-754-EOF
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-850-	esac
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-852-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-888-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-890-	# the GNU system
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-892-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-894-	# other systems with GNU libc and userland
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-896-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-988-EOF
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1088-    i*86:*:4.*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1291-	fi
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1389-    *:DragonFly:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1391-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1402-    i*86:skyos:*:*)
crun-0.15.1+dfsg/libocispec/build-aux/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
crun-0.15.1+dfsg/libocispec/build-aux/config.guess-1404-	exit ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-52-
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-54-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-200-		os=-sco5v6
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-202-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-204-		os=-sco3.2v5
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-206-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-208-		os=-sco3.2v4
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:209:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-210-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-211-	-sco3.2.[4-9]*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:212:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:213:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-214-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-216-		# Don't forget version if it is 3.2v4 or newer.
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:217:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-218-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-220-		# Don't forget version if it is 3.2v4 or newer.
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:221:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-222-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-224-		os=-sco3.2v2
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:225:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-226-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-227-	-udk*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:228:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-229-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-231-		os=-isc2.2
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:232:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-233-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-237-	-isc*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:238:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-239-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-249-	-ptx*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:250:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-251-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-389-	*-*-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:390:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-391-		exit 1
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-519-	amd64-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:520:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-521-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-564-	blackfin-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:565:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-566-		os=-linux
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-572-	c54x-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:573:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-574-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-575-	c55x-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:576:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-577-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-578-	c6x-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:579:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-580-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-676-	e500v[12]-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:677:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-678-		os=$os"spe"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-780-	i*86v32)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:781:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-782-		os=-sysv32
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-784-	i*86v4*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:785:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-786-		os=-sysv4
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-788-	i*86v)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:789:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-790-		os=-sysv
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-792-	i*86sol2)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:793:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-794-		os=-solaris2
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-818-	leon-*|leon[3-9]-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:819:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-820-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-825-	m68knommu-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:826:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-827-		os=-linux
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-859-	mips3*-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:860:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-861-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-862-	mips3*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:863:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-864-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-881-	ms1-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:882:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-883-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1006-	parisc-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1007:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1008-		os=-linux
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1022-	pc98-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1023:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1024-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1037-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1038:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1039-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1040-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1041:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1042-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1043-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1044:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1045-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1046-	pentium4-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1047:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1048-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1056-	ppc-* | ppcbe-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1057:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1058-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1062-	ppcle-* | powerpclittle-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1063:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1064-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1066-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1067:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1068-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1072-	ppc64le-* | powerpc64little-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1073:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1074-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1148-	strongarm-* | thumb-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1149:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1150-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1281-	xscale-* | xscalee[bl]-*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1282:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1283-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1343-	*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1344:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1345-		exit 1
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1351-	*-digital*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1352:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1353-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1354-	*-commodore*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1355:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1356-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1372-	-solaris1 | -solaris1.*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1373:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1374-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1381-	-gnu/linux*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1382:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1383-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1433-	-nto*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1435-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1440-	-mac*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1441:		os=`echo "$os" | sed -e 's|mac|macos|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1442-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1446-	-linux*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1448-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1449-	-sunos5*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1450:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1451-		;;
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1452-	-sunos6*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1453:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1454-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1495-	-sinix5.*)
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1496:		os=`echo $os | sed -e 's|sinix|sysv|'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1497-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1560-		# Get rid of the `-' at the beginning of $os.
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1561:		os=`echo $os | sed 's/[^-]*-//'`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1562:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1563-		exit 1
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1820-		esac
crun-0.15.1+dfsg/libocispec/build-aux/config.sub:1821:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
crun-0.15.1+dfsg/libocispec/build-aux/config.sub-1822-		;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-64-  case $1 in
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-66-      *) dir=;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-73-{
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-75-}
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-128-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-405-        sleep 1
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:406:        i=`expr $i - 1`
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-407-      done
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-408-    fi
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:409:    i=`expr $i - 1`
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-410-  done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-425-  # Do two passes, one to just change these to
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-659-  done
crun-0.15.1+dfsg/libocispec/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
crun-0.15.1+dfsg/libocispec/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-234-      fi
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-236-    *)
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-280-      dstdir=$dst
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:281:      dstbase=`basename "$src"`
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-282-      case $dst in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-287-    else
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-419-            case $prefix in
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-468-    if $copy_on_change &&
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
crun-0.15.1+dfsg/libocispec/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
crun-0.15.1+dfsg/libocispec/build-aux/install-sh-471-       set -f &&
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-103-#
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-105-#
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-410-# The name of this program.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-412-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-416-  *[\\/]*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-610-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-613-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-639-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-641-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-760-      }
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-761-    done
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-763-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-831-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-833-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-865-      done
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-867-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-903-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1113-        *)
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1198-    case $2 in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1201-    esac
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1273-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1358-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1360-}
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1517-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1519-}
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1870-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1875-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1898-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-1901-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2074-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2110-  {
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2112-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2115-  {
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2117-  }
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2659-      done
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2662-      case $@ in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2678-	    done
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3011-  fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3474-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3522-	$ECHO "\
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3525-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3571-	$ECHO "\
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3574-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4280-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4293-	  else
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4295-	  fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4458-	    fi
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4479-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4498-	  fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4862-	  else
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4865-	  fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4867-	*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4870-	  ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4885-    fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4990-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-4992-}
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5008-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5072-    # binutils import library
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5075-    # ms-generated import library
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5077-  else
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5189-      esac
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5191-    done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5260-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5295-    --lt-dump-script)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5324-  done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5388-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5396-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5399-  done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5443-      else
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-5487-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6464-
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6712-	    moreargs=
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6714-	    do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6973-	*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7289-      -Z*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7461-    else
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7873-	fi
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7946-	*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8199-	    shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8491-		*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8502-		  depdepl=
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8513-                      fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8524-		else
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8547-	else
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8549-	fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8636-        linux*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9041-	removelist=
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9067-	# Transform .lo files to .o files.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9069-      fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9072-      #for path in $notinst_path; do
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9076-      #done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9193-		if test -n "$i"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9196-		  set dummy $deplib_matches; shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9197-		  deplib_match=$1
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9236-		  if test -n "$i"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9239-		    set dummy $deplib_matches; shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9240-		    deplib_match=$1
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9286-	      if test -n "$a_deplib"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9290-		else
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9296-		    shopt -s nocaseglob
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9298-		    $nocaseglob
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9299-		  else
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9301-		  fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9316-			case $potliblink in
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9319-			esac
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9370-	      if test -n "$a_deplib"; then
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9409-	  newdeplibs=
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9415-	    done
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9441-	  ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9491-	*-*-darwin*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9495-	  ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9618-	# Use standard objects if they are pic
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10147-      # Create the old-style object.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10149-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10208-	;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10226-	;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10361-	# Transform all the library objects into standard objects.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10364-      fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10389-	# Replace the output file specification.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10398-	  func_to_tool_file "$output"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10442-	# Replace the output file specification.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10444-	# Delete the old output file.
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10450-	  func_to_tool_file "$output"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10470-          ;;
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10481-      # Replace the output file specification.
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10483-
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10491:	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'`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10513-      fi
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10804-		name=$func_basename_result
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10823-		name=$func_basename_result
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
crun-0.15.1+dfsg/libocispec/build-aux/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-119-    done
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-121-}
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-439-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-447-#
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-561-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
crun-0.15.1+dfsg/libocispec/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
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-574-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1165-      }]'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1170-  fi],[])
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1203-  ECHO='print -r --'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1239-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1260-   if test yes = "$GCC"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1262-   fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1264- /*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1266-   ;; #(
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1296-      *ELF-32*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1313-	*32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1323-    else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1325-	*32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1345-    emul=elf
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1347-      *32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1353-    esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1355-      *MSB*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1361-    esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1363-      *N32*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1726-    # And add a safety zone
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1729-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1759-    if test -n "$kargmax"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1761-    else
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1771-    else
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1780-      # we can't tell.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1784-      do
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1785:        i=`expr $i + 1`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1788-      # Only check the string length outside the loop.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1790-      teststring=
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-1795-    fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2259-    *:)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2261-        ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2262-    x:*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2264-        ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2265-    *::*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2268-        ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2269-    *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2271-        ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2299-  esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2308-    ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2309-  *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2311-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2357-  esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2359-else
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2500-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2543-      fi'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2559-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2563-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2570-    libname_spec='$name'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2587-      # Convert to MSYS style.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2589-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2597-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2603-      else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2605-      fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2625-    # Assume MSVC wrapper
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2880:    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' ' '`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2933-  need_lib_prefix=no
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2935-    need_version=no
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2969-    fi'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3180-	"file_magic "*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3265-  *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3267-  esac
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3276-      done
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3570-openbsd* | bitrig*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3637-    else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3639-    fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3688-	esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3694-	*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3696-	  */dev/null*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3722-    *COFF*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:3954:case `$NM -V 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4001-mingw*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4003-  ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4057-    nlist=conftest.nm
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4405-	  *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4741-      *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4924-    else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:4925:      _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-4926-    fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5049-    supports_anon_versioning=no
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5152-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5175:      _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5176:      _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5177-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5193:	  _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5198:	  _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5215:	  _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5218-	esac
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5221:	  _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5378-	else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5379:	  _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5380-	fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5500:        _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
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5501-      else
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5753-      if test yes = "$GCC"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5754:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5777:          _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5778-	fi
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5779-      else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5780:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5781:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5782-      fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5857-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5872:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5873-      else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5875:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5876-      fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5885:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5889:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5890:	_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~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5891:          $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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5892-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5907-      else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6102-	  then
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6572-
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6573:          _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
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6574-        else
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6800-            # dependencies.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6801:            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"'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6802-            ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6865-	    # dependencies.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6866:	    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"'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6867-	    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6902:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6903:	_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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6904-	;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6908-	    # SGI C++
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6909:	    _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6910-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6920:	        _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6921-	      else
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6922:	        _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6923-	      fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6941:	    _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6942:	    _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6950-	    # dependencies.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6951:	    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"'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6952-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6986-            # Portland Group C++ compiler
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6987:	    case `$CC -V` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7005:                $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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7006-	      ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7015:	    _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7016-            ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7033-	    # dependencies.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7034:	    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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7035-	    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7048-	  *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7056:	      _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7122-	    _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'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7140:	    _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7141-
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7161:	        _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7166:	        _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7169:                  $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~
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7184-	    # dependencies.
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7185:	    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"'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7186-	    ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7191-	        osf3*)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7192:	          _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7193-		  ;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7194-	        *)
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7195:	          _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'
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7196-		  ;;
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7444-  case @S|@2 in
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7447-  esac
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7533-
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7535-    case $prev$p in
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-7639-fi
##############################################
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
crun-0.15.1+dfsg/libocispec/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
crun-0.15.1+dfsg/libocispec/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
crun-0.15.1+dfsg/libocispec/m4/ltsugar.m4-68-m4_define([lt_combine],
crun-0.15.1+dfsg/libocispec/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
crun-0.15.1+dfsg/libocispec/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
crun-0.15.1+dfsg/libocispec/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
crun-0.15.1+dfsg/libocispec/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/libocispec/configure-47-  as_echo='print -r --'
crun-0.15.1+dfsg/libocispec/configure-48-  as_echo_n='print -rn --'
crun-0.15.1+dfsg/libocispec/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/libocispec/configure-50-  as_echo='printf %s\n'
##############################################
crun-0.15.1+dfsg/libocispec/configure-52-else
crun-0.15.1+dfsg/libocispec/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
crun-0.15.1+dfsg/libocispec/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
crun-0.15.1+dfsg/libocispec/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
crun-0.15.1+dfsg/libocispec/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
crun-0.15.1+dfsg/libocispec/configure-64-      esac;
##############################################
crun-0.15.1+dfsg/libocispec/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
crun-0.15.1+dfsg/libocispec/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
crun-0.15.1+dfsg/libocispec/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
crun-0.15.1+dfsg/libocispec/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
crun-0.15.1+dfsg/libocispec/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
crun-0.15.1+dfsg/libocispec/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
crun-0.15.1+dfsg/libocispec/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
crun-0.15.1+dfsg/libocispec/configure-335-      case $as_dir in #(
crun-0.15.1+dfsg/libocispec/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
crun-0.15.1+dfsg/libocispec/configure-337-      *) as_qdir=$as_dir;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-408-  {
crun-0.15.1+dfsg/libocispec/configure:409:    as_val=`expr "$@" || test $? -eq 1`
crun-0.15.1+dfsg/libocispec/configure-410-  }
##############################################
crun-0.15.1+dfsg/libocispec/configure-415-# ----------------------------------------
crun-0.15.1+dfsg/libocispec/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
crun-0.15.1+dfsg/libocispec/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
crun-0.15.1+dfsg/libocispec/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
crun-0.15.1+dfsg/libocispec/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
crun-0.15.1+dfsg/libocispec/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
crun-0.15.1+dfsg/libocispec/configure-872-  case $ac_option in
crun-0.15.1+dfsg/libocispec/configure:873:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
crun-0.15.1+dfsg/libocispec/configure-874-  *=)   ac_optarg= ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-916-  -disable-* | --disable-*)
crun-0.15.1+dfsg/libocispec/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
crun-0.15.1+dfsg/libocispec/configure-918-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/libocispec/configure-921-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/libocispec/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/libocispec/configure-923-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/libocispec/configure-942-  -enable-* | --enable-*)
crun-0.15.1+dfsg/libocispec/configure:943:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
crun-0.15.1+dfsg/libocispec/configure-944-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/libocispec/configure-947-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/libocispec/configure:948:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/libocispec/configure-949-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/libocispec/configure-1146-  -with-* | --with-*)
crun-0.15.1+dfsg/libocispec/configure:1147:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
crun-0.15.1+dfsg/libocispec/configure-1148-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/libocispec/configure-1151-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/libocispec/configure:1152:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/libocispec/configure-1153-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/libocispec/configure-1162-  -without-* | --without-*)
crun-0.15.1+dfsg/libocispec/configure:1163:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
crun-0.15.1+dfsg/libocispec/configure-1164-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/libocispec/configure-1167-    ac_useropt_orig=$ac_useropt
crun-0.15.1+dfsg/libocispec/configure:1168:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
crun-0.15.1+dfsg/libocispec/configure-1169-    case $ac_user_opts in
##############################################
crun-0.15.1+dfsg/libocispec/configure-1200-  *=*)
crun-0.15.1+dfsg/libocispec/configure:1201:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
crun-0.15.1+dfsg/libocispec/configure-1202-    # Reject names that are not valid shell variable names.
##############################################
crun-0.15.1+dfsg/libocispec/configure-1221-if test -n "$ac_prev"; then
crun-0.15.1+dfsg/libocispec/configure:1222:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
crun-0.15.1+dfsg/libocispec/configure-1223-  as_fn_error $? "missing argument to $ac_option"
##############################################
crun-0.15.1+dfsg/libocispec/configure-1243-    */ )
crun-0.15.1+dfsg/libocispec/configure:1244:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
crun-0.15.1+dfsg/libocispec/configure-1245-      eval $ac_var=\$ac_val;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-1278-ac_ls_di=`ls -di .` &&
crun-0.15.1+dfsg/libocispec/configure:1279:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
crun-0.15.1+dfsg/libocispec/configure-1280-  as_fn_error $? "working directory cannot be determined"
##############################################
crun-0.15.1+dfsg/libocispec/configure-1334-case $srcdir in
crun-0.15.1+dfsg/libocispec/configure:1335:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
crun-0.15.1+dfsg/libocispec/configure-1336-esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-1377-By default, \`make install' will install all the files in
crun-0.15.1+dfsg/libocispec/configure:1378:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
crun-0.15.1+dfsg/libocispec/configure:1379:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
crun-0.15.1+dfsg/libocispec/configure-1380-for instance \`--prefix=\$HOME'.
##############################################
crun-0.15.1+dfsg/libocispec/configure-1506-*)
crun-0.15.1+dfsg/libocispec/configure:1507:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
crun-0.15.1+dfsg/libocispec/configure-1508-  # A ".." for each directory in $ac_dir_suffix.
crun-0.15.1+dfsg/libocispec/configure:1509:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
crun-0.15.1+dfsg/libocispec/configure-1510-  case $ac_top_builddir_sub in
##############################################
crun-0.15.1+dfsg/libocispec/configure-1994-    *\'*)
crun-0.15.1+dfsg/libocispec/configure:1995:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/libocispec/configure-1996-    esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-2077-      case $ac_val in
crun-0.15.1+dfsg/libocispec/configure:2078:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
crun-0.15.1+dfsg/libocispec/configure-2079-      esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-2092-	case $ac_val in
crun-0.15.1+dfsg/libocispec/configure:2093:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
crun-0.15.1+dfsg/libocispec/configure-2094-	esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-2212-    set,)
crun-0.15.1+dfsg/libocispec/configure:2213:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
crun-0.15.1+dfsg/libocispec/configure:2214:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
crun-0.15.1+dfsg/libocispec/configure-2215-      ac_cache_corrupted=: ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-2223-	# differences in whitespace do not lead to failure.
crun-0.15.1+dfsg/libocispec/configure:2224:	ac_old_val_w=`echo x $ac_old_val`
crun-0.15.1+dfsg/libocispec/configure:2225:	ac_new_val_w=`echo x $ac_new_val`
crun-0.15.1+dfsg/libocispec/configure-2226-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
crun-0.15.1+dfsg/libocispec/configure-2243-    case $ac_new_val in
crun-0.15.1+dfsg/libocispec/configure:2244:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/libocispec/configure-2245-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-2304-# Expand $ac_aux_dir to an absolute path.
crun-0.15.1+dfsg/libocispec/configure:2305:am_aux_dir=`cd "$ac_aux_dir" && pwd`
crun-0.15.1+dfsg/libocispec/configure-2306-
##############################################
crun-0.15.1+dfsg/libocispec/configure-2652-$as_echo_n "checking whether the C compiler works... " >&6; }
crun-0.15.1+dfsg/libocispec/configure:2653:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
crun-0.15.1+dfsg/libocispec/configure-2654-
##############################################
crun-0.15.1+dfsg/libocispec/configure-2696-	then :; else
crun-0.15.1+dfsg/libocispec/configure:2697:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
crun-0.15.1+dfsg/libocispec/configure-2698-	fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-2756-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
crun-0.15.1+dfsg/libocispec/configure:2757:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
crun-0.15.1+dfsg/libocispec/configure-2758-	  break;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-2865-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
crun-0.15.1+dfsg/libocispec/configure:2866:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
crun-0.15.1+dfsg/libocispec/configure-2867-       break;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-3312-  # Check for GNU $ac_path_GREP
crun-0.15.1+dfsg/libocispec/configure:3313:case `"$ac_path_GREP" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-3314-*GNU*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-3378-  # Check for GNU $ac_path_EGREP
crun-0.15.1+dfsg/libocispec/configure:3379:case `"$ac_path_EGREP" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-3380-*GNU*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-3539-do :
crun-0.15.1+dfsg/libocispec/configure:3540:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
crun-0.15.1+dfsg/libocispec/configure-3541-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
crun-0.15.1+dfsg/libocispec/configure-3544-  cat >>confdefs.h <<_ACEOF
crun-0.15.1+dfsg/libocispec/configure:3545:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
crun-0.15.1+dfsg/libocispec/configure-3546-_ACEOF
##############################################
crun-0.15.1+dfsg/libocispec/configure-3650-test "x$ac_build_alias" = x &&
crun-0.15.1+dfsg/libocispec/configure:3651:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
crun-0.15.1+dfsg/libocispec/configure-3652-test "x$ac_build_alias" = x &&
crun-0.15.1+dfsg/libocispec/configure-3653-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
crun-0.15.1+dfsg/libocispec/configure:3654:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
crun-0.15.1+dfsg/libocispec/configure-3655-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
crun-0.15.1+dfsg/libocispec/configure-3674-IFS=$ac_save_IFS
crun-0.15.1+dfsg/libocispec/configure:3675:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
crun-0.15.1+dfsg/libocispec/configure-3676-
##############################################
crun-0.15.1+dfsg/libocispec/configure-3685-else
crun-0.15.1+dfsg/libocispec/configure:3686:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
crun-0.15.1+dfsg/libocispec/configure-3687-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
crun-0.15.1+dfsg/libocispec/configure-3707-IFS=$ac_save_IFS
crun-0.15.1+dfsg/libocispec/configure:3708:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
crun-0.15.1+dfsg/libocispec/configure-3709-
##############################################
crun-0.15.1+dfsg/libocispec/configure-3735-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
crun-0.15.1+dfsg/libocispec/configure:3736:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/libocispec/configure-3737-  ECHO='print -r --'
crun-0.15.1+dfsg/libocispec/configure:3738:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
crun-0.15.1+dfsg/libocispec/configure-3739-  ECHO='printf %s\n'
##############################################
crun-0.15.1+dfsg/libocispec/configure-3804-  # Check for GNU $ac_path_SED
crun-0.15.1+dfsg/libocispec/configure:3805:case `"$ac_path_SED" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-3806-*GNU*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-3883-  # Check for GNU $ac_path_FGREP
crun-0.15.1+dfsg/libocispec/configure:3884:case `"$ac_path_FGREP" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-3885-*GNU*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-3963-    # gcc leaves a trailing carriage return, which upsets mingw
crun-0.15.1+dfsg/libocispec/configure:3964:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
crun-0.15.1+dfsg/libocispec/configure-3965-  *)
crun-0.15.1+dfsg/libocispec/configure:3966:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
crun-0.15.1+dfsg/libocispec/configure-3967-  esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-3972-      # Canonicalize the pathname of ld
crun-0.15.1+dfsg/libocispec/configure:3973:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
crun-0.15.1+dfsg/libocispec/configure-3974-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
crun-0.15.1+dfsg/libocispec/configure:3975:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
crun-0.15.1+dfsg/libocispec/configure-3976-      done
##############################################
crun-0.15.1+dfsg/libocispec/configure-4007-      # Break only if it was the GNU/non-GNU ld that we prefer.
crun-0.15.1+dfsg/libocispec/configure:4008:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/libocispec/configure-4009-      *GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-4038-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
crun-0.15.1+dfsg/libocispec/configure:4039:case `$LD -v 2>&1 </dev/null` in
crun-0.15.1+dfsg/libocispec/configure-4040-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-4088-	esac
crun-0.15.1+dfsg/libocispec/configure:4089:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/configure-4090-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-4094-	*)
crun-0.15.1+dfsg/libocispec/configure:4095:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/configure-4096-	  */dev/null*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-4222-
crun-0.15.1+dfsg/libocispec/configure:4223:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
crun-0.15.1+dfsg/libocispec/configure-4224-    *COFF*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-4334-    # And add a safety zone
crun-0.15.1+dfsg/libocispec/configure:4335:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/libocispec/configure:4336:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/libocispec/configure-4337-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-4367-    if test -n "$kargmax"; then
crun-0.15.1+dfsg/libocispec/configure:4368:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
crun-0.15.1+dfsg/libocispec/configure-4369-    else
##############################################
crun-0.15.1+dfsg/libocispec/configure-4376-       test undefined != "$lt_cv_sys_max_cmd_len"; then
crun-0.15.1+dfsg/libocispec/configure:4377:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
crun-0.15.1+dfsg/libocispec/configure:4378:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
crun-0.15.1+dfsg/libocispec/configure-4379-    else
##############################################
crun-0.15.1+dfsg/libocispec/configure-4388-      # we can't tell.
crun-0.15.1+dfsg/libocispec/configure:4389:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
crun-0.15.1+dfsg/libocispec/configure-4390-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
crun-0.15.1+dfsg/libocispec/configure-4392-      do
crun-0.15.1+dfsg/libocispec/configure:4393:        i=`expr $i + 1`
crun-0.15.1+dfsg/libocispec/configure-4394-        teststring=$teststring$teststring
##############################################
crun-0.15.1+dfsg/libocispec/configure-4396-      # Only check the string length outside the loop.
crun-0.15.1+dfsg/libocispec/configure:4397:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
crun-0.15.1+dfsg/libocispec/configure-4398-      teststring=
##############################################
crun-0.15.1+dfsg/libocispec/configure-4401-      # linker.  It appears as though 1/2 is a usable value.
crun-0.15.1+dfsg/libocispec/configure:4402:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
crun-0.15.1+dfsg/libocispec/configure-4403-    fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-4812-openbsd* | bitrig*)
crun-0.15.1+dfsg/libocispec/configure:4813:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/configure-4814-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
crun-0.15.1+dfsg/libocispec/configure-4882-    else
crun-0.15.1+dfsg/libocispec/configure:4883:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
crun-0.15.1+dfsg/libocispec/configure-4884-    fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-5027-  # decide which one to use based on capabilities of $DLLTOOL
crun-0.15.1+dfsg/libocispec/configure:5028:  case `$DLLTOOL --help 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-5029-  *--identify-strict*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-5590-# If we're using GNU nm, then use its standard symbol codes.
crun-0.15.1+dfsg/libocispec/configure:5591:case `$NM -V 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-5592-*GNU* | *'with BFD'*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-5638-mingw*)
crun-0.15.1+dfsg/libocispec/configure:5639:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
crun-0.15.1+dfsg/libocispec/configure-5640-  ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-5870-   if test yes = "$GCC"; then
crun-0.15.1+dfsg/libocispec/configure:5871:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure-5872-   fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-5874- /*)
crun-0.15.1+dfsg/libocispec/configure:5875:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
crun-0.15.1+dfsg/libocispec/configure-5876-   ;; #(
##############################################
crun-0.15.1+dfsg/libocispec/configure-5969-    done
crun-0.15.1+dfsg/libocispec/configure:5970:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/libocispec/configure-5971-}
##############################################
crun-0.15.1+dfsg/libocispec/configure-5991-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/libocispec/configure:5992:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-5993-      *ELF-32*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6012-    if test yes = "$lt_cv_prog_gnu_ld"; then
crun-0.15.1+dfsg/libocispec/configure:6013:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-6014-	*32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6024-    else
crun-0.15.1+dfsg/libocispec/configure:6025:      case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-6026-	*32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6050-    emul=elf
crun-0.15.1+dfsg/libocispec/configure:6051:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-6052-      *32-bit*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6058-    esac
crun-0.15.1+dfsg/libocispec/configure:6059:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-6060-      *MSB*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6066-    esac
crun-0.15.1+dfsg/libocispec/configure:6067:    case `/usr/bin/file conftest.$ac_objext` in
crun-0.15.1+dfsg/libocispec/configure-6068-      *N32*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-6999-    *:)
crun-0.15.1+dfsg/libocispec/configure:7000:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
crun-0.15.1+dfsg/libocispec/configure-7001-        ;;
crun-0.15.1+dfsg/libocispec/configure-7002-    x:*)
crun-0.15.1+dfsg/libocispec/configure:7003:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure-7004-        ;;
crun-0.15.1+dfsg/libocispec/configure-7005-    *::*)
crun-0.15.1+dfsg/libocispec/configure:7006:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure:7007:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
crun-0.15.1+dfsg/libocispec/configure-7008-        ;;
crun-0.15.1+dfsg/libocispec/configure-7009-    *)
crun-0.15.1+dfsg/libocispec/configure:7010:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure-7011-        ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-7363-	"file_magic "*)
crun-0.15.1+dfsg/libocispec/configure:7364:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/libocispec/configure-7365-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/libocispec/configure-7429-	"file_magic "*)
crun-0.15.1+dfsg/libocispec/configure:7430:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
crun-0.15.1+dfsg/libocispec/configure-7431-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
crun-0.15.1+dfsg/libocispec/configure-7827-      *)
crun-0.15.1+dfsg/libocispec/configure:7828:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/configure-7829-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-8273-	# shared libraries, regardless of the interface used.
crun-0.15.1+dfsg/libocispec/configure:8274:	case `$LD -v 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-8275-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-8305-    supports_anon_versioning=no
crun-0.15.1+dfsg/libocispec/configure:8306:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-8307-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-8374-	# is; otherwise, prepend EXPORTS...
crun-0.15.1+dfsg/libocispec/configure:8375:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
crun-0.15.1+dfsg/libocispec/configure-8376-          cp $export_symbols $output_objdir/$soname.def;
##############################################
crun-0.15.1+dfsg/libocispec/configure-8408-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/libocispec/configure:8409:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/libocispec/configure-8410-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/libocispec/configure-8430-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
crun-0.15.1+dfsg/libocispec/configure:8431:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
crun-0.15.1+dfsg/libocispec/configure:8432:      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'
crun-0.15.1+dfsg/libocispec/configure-8433-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-8448-        pgcc*)				# Portland Group C compiler
crun-0.15.1+dfsg/libocispec/configure:8449:	  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'
crun-0.15.1+dfsg/libocispec/configure-8450-	  tmp_addflag=' $pic_flag'
##############################################
crun-0.15.1+dfsg/libocispec/configure-8453-					# Portland Group f77 and f90 compilers
crun-0.15.1+dfsg/libocispec/configure:8454:	  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'
crun-0.15.1+dfsg/libocispec/configure-8455-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-8470-	nvcc*)	# Cuda Compiler Driver 2.2
crun-0.15.1+dfsg/libocispec/configure:8471:	  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'
crun-0.15.1+dfsg/libocispec/configure-8472-	  compiler_needs_object=yes
##############################################
crun-0.15.1+dfsg/libocispec/configure-8474-	esac
crun-0.15.1+dfsg/libocispec/configure:8475:	case `$CC -V 2>&1 | sed 5q` in
crun-0.15.1+dfsg/libocispec/configure-8476-	*Sun\ C*)			# Sun C 5.9
crun-0.15.1+dfsg/libocispec/configure:8477:	  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'
crun-0.15.1+dfsg/libocispec/configure-8478-	  compiler_needs_object=yes
##############################################
crun-0.15.1+dfsg/libocispec/configure-8545-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
crun-0.15.1+dfsg/libocispec/configure:8546:      case `$LD -v 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-8547-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-8634-	else
crun-0.15.1+dfsg/libocispec/configure:8635:	  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'
crun-0.15.1+dfsg/libocispec/configure-8636-	fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-8699-	# below for broken collect2 doesn't work under 4.3+
crun-0.15.1+dfsg/libocispec/configure:8700:	  collect2name=`$CC -print-prog-name=collect2`
crun-0.15.1+dfsg/libocispec/configure-8701-	  if test -f "$collect2name" &&
##############################################
crun-0.15.1+dfsg/libocispec/configure-8779-      }'
crun-0.15.1+dfsg/libocispec/configure:8780:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/configure-8781-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/libocispec/configure-8782-  if test -z "$lt_cv_aix_libpath_"; then
crun-0.15.1+dfsg/libocispec/configure:8783:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/configure-8784-  fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-8797-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
crun-0.15.1+dfsg/libocispec/configure:8798:        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
crun-0.15.1+dfsg/libocispec/configure-8799-      else
##############################################
crun-0.15.1+dfsg/libocispec/configure-8832-      }'
crun-0.15.1+dfsg/libocispec/configure:8833:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/configure-8834-  # Check for a 64-bit object if we didn't find anything.
crun-0.15.1+dfsg/libocispec/configure-8835-  if test -z "$lt_cv_aix_libpath_"; then
crun-0.15.1+dfsg/libocispec/configure:8836:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
crun-0.15.1+dfsg/libocispec/configure-8837-  fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-8864-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
crun-0.15.1+dfsg/libocispec/configure:8865:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
crun-0.15.1+dfsg/libocispec/configure-8866-	  if test svr4 != "$with_aix_soname"; then
##############################################
crun-0.15.1+dfsg/libocispec/configure-8917-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
crun-0.15.1+dfsg/libocispec/configure:8918:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
crun-0.15.1+dfsg/libocispec/configure-8919-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
crun-0.15.1+dfsg/libocispec/configure-8955-	# FIXME: Setting linknames here is a bad hack.
crun-0.15.1+dfsg/libocispec/configure:8956:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
crun-0.15.1+dfsg/libocispec/configure-8957-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
crun-0.15.1+dfsg/libocispec/configure-8973-  if test yes = "$lt_cv_ld_force_load"; then
crun-0.15.1+dfsg/libocispec/configure:8974:    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\"`'
crun-0.15.1+dfsg/libocispec/configure-8975-
##############################################
crun-0.15.1+dfsg/libocispec/configure-9153-      if test yes = "$GCC"; then
crun-0.15.1+dfsg/libocispec/configure:9154:	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'
crun-0.15.1+dfsg/libocispec/configure-9155-	# Try to use the -exported_symbol ld option, if it does not
##############################################
crun-0.15.1+dfsg/libocispec/configure-9181-	if test yes = "$lt_cv_irix_exported_symbol"; then
crun-0.15.1+dfsg/libocispec/configure:9182:          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'
crun-0.15.1+dfsg/libocispec/configure-9183-	fi
crun-0.15.1+dfsg/libocispec/configure-9184-      else
crun-0.15.1+dfsg/libocispec/configure:9185:	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'
crun-0.15.1+dfsg/libocispec/configure:9186:	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'
crun-0.15.1+dfsg/libocispec/configure-9187-      fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-9231-	hardcode_direct_absolute=yes
crun-0.15.1+dfsg/libocispec/configure:9232:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/configure-9233-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
crun-0.15.1+dfsg/libocispec/configure-9262-	prefix_cmds="$SED"~
crun-0.15.1+dfsg/libocispec/configure:9263:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
crun-0.15.1+dfsg/libocispec/configure-9264-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
crun-0.15.1+dfsg/libocispec/configure-9276-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/libocispec/configure:9277:	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'
crun-0.15.1+dfsg/libocispec/configure-9278-      else
crun-0.15.1+dfsg/libocispec/configure-9279-	allow_undefined_flag=' -expect_unresolved \*'
crun-0.15.1+dfsg/libocispec/configure:9280:	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'
crun-0.15.1+dfsg/libocispec/configure-9281-      fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-9289-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
crun-0.15.1+dfsg/libocispec/configure:9290:	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'
crun-0.15.1+dfsg/libocispec/configure-9291-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
crun-0.15.1+dfsg/libocispec/configure-9293-	allow_undefined_flag=' -expect_unresolved \*'
crun-0.15.1+dfsg/libocispec/configure:9294:	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'
crun-0.15.1+dfsg/libocispec/configure:9295:	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~
crun-0.15.1+dfsg/libocispec/configure:9296:          $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'
crun-0.15.1+dfsg/libocispec/configure-9297-
##############################################
crun-0.15.1+dfsg/libocispec/configure-9312-      else
crun-0.15.1+dfsg/libocispec/configure:9313:	case `$CC -V 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-9314-	*"Compilers 5.0"*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-9711-  esac
crun-0.15.1+dfsg/libocispec/configure:9712:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
crun-0.15.1+dfsg/libocispec/configure-9713-  case $lt_search_path_spec in
##############################################
crun-0.15.1+dfsg/libocispec/configure-9718-    # okay in the real world where ";" in dirpaths is itself problematic.
crun-0.15.1+dfsg/libocispec/configure:9719:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
crun-0.15.1+dfsg/libocispec/configure-9720-    ;;
crun-0.15.1+dfsg/libocispec/configure-9721-  *)
crun-0.15.1+dfsg/libocispec/configure:9722:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/configure-9723-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-9727-  lt_tmp_lt_search_path_spec=
crun-0.15.1+dfsg/libocispec/configure:9728:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure-9729-  # ...but if some path component already ends with the multilib dir we assume
##############################################
crun-0.15.1+dfsg/libocispec/configure-9769-  esac
crun-0.15.1+dfsg/libocispec/configure:9770:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
crun-0.15.1+dfsg/libocispec/configure-9771-else
##############################################
crun-0.15.1+dfsg/libocispec/configure-9909-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
crun-0.15.1+dfsg/libocispec/configure:9910:    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'
crun-0.15.1+dfsg/libocispec/configure-9911-    ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-9945-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/libocispec/configure:9946:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/configure:9947:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure:9948:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/configure-9949-      test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/libocispec/configure-9954-      fi'
crun-0.15.1+dfsg/libocispec/configure:9955:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure-9956-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/configure-9962-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
crun-0.15.1+dfsg/libocispec/configure:9963:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/configure-9964-
##############################################
crun-0.15.1+dfsg/libocispec/configure-9968-      # MinGW DLLs use traditional 'lib' prefix
crun-0.15.1+dfsg/libocispec/configure:9969:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/configure-9970-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-9972-      # pw32 DLLs use 'pw' prefix rather than 'lib'
crun-0.15.1+dfsg/libocispec/configure:9973:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/configure-9974-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-9981-    libname_spec='$name'
crun-0.15.1+dfsg/libocispec/configure:9982:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
crun-0.15.1+dfsg/libocispec/configure-9983-    library_names_spec='$libname.dll.lib'
##############################################
crun-0.15.1+dfsg/libocispec/configure-9993-        # Let DOS variable expansion print the short 8.3 style file name.
crun-0.15.1+dfsg/libocispec/configure:9994:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
crun-0.15.1+dfsg/libocispec/configure-9995-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
crun-0.15.1+dfsg/libocispec/configure-9998-      # Convert to MSYS style.
crun-0.15.1+dfsg/libocispec/configure:9999:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
crun-0.15.1+dfsg/libocispec/configure-10000-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-10004-      # like /cygdrive/c/PROGRA~1:/cygdr...
crun-0.15.1+dfsg/libocispec/configure:10005:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
crun-0.15.1+dfsg/libocispec/configure:10006:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure:10007:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/configure-10008-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-10012-        # It is most probably a Windows format PATH.
crun-0.15.1+dfsg/libocispec/configure:10013:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
crun-0.15.1+dfsg/libocispec/configure-10014-      else
crun-0.15.1+dfsg/libocispec/configure:10015:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
crun-0.15.1+dfsg/libocispec/configure-10016-      fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-10022-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
crun-0.15.1+dfsg/libocispec/configure:10023:    postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/configure:10024:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure:10025:      dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/configure-10026-      test -d \$dldir || mkdir -p \$dldir~
crun-0.15.1+dfsg/libocispec/configure-10027-      $install_prog $dir/$dlname \$dldir/$dlname'
crun-0.15.1+dfsg/libocispec/configure:10028:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure-10029-      dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/configure-10036-    # Assume MSVC wrapper
crun-0.15.1+dfsg/libocispec/configure:10037:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
crun-0.15.1+dfsg/libocispec/configure-10038-    dynamic_linker='Win32 ld.exe'
##############################################
crun-0.15.1+dfsg/libocispec/configure-10053-  shlibpath_var=DYLD_LIBRARY_PATH
crun-0.15.1+dfsg/libocispec/configure:10054:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
crun-0.15.1+dfsg/libocispec/configure-10055-
##############################################
crun-0.15.1+dfsg/libocispec/configure-10309-  if test -f /etc/ld.so.conf; then
crun-0.15.1+dfsg/libocispec/configure:10310:    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' ' '`
crun-0.15.1+dfsg/libocispec/configure-10311-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
crun-0.15.1+dfsg/libocispec/configure-10363-  need_lib_prefix=no
crun-0.15.1+dfsg/libocispec/configure:10364:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
crun-0.15.1+dfsg/libocispec/configure-10365-    need_version=no
##############################################
crun-0.15.1+dfsg/libocispec/configure-10390-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
crun-0.15.1+dfsg/libocispec/configure:10391:  postinstall_cmds='base_file=`basename \$file`~
crun-0.15.1+dfsg/libocispec/configure:10392:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure:10393:    dldir=$destdir/`dirname \$dlpath`~
crun-0.15.1+dfsg/libocispec/configure-10394-    test -d \$dldir || mkdir -p \$dldir~
##############################################
crun-0.15.1+dfsg/libocispec/configure-10399-    fi'
crun-0.15.1+dfsg/libocispec/configure:10400:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
crun-0.15.1+dfsg/libocispec/configure-10401-    dlpath=$dir/\$dldll~
##############################################
crun-0.15.1+dfsg/libocispec/configure-11449-     echo "timestamp, slept: $am_has_slept" > conftest.file
crun-0.15.1+dfsg/libocispec/configure:11450:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
crun-0.15.1+dfsg/libocispec/configure-11451-     if test "$*" = "X"; then
crun-0.15.1+dfsg/libocispec/configure-11452-	# -L didn't work.
crun-0.15.1+dfsg/libocispec/configure:11453:	set X `ls -t "$srcdir/configure" conftest.file`
crun-0.15.1+dfsg/libocispec/configure-11454-     fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-11500-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
crun-0.15.1+dfsg/libocispec/configure:11501:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
crun-0.15.1+dfsg/libocispec/configure-11502-
##############################################
crun-0.15.1+dfsg/libocispec/configure-11642-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
crun-0.15.1+dfsg/libocispec/configure:11643:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
crun-0.15.1+dfsg/libocispec/configure-11644-	     'mkdir (GNU coreutils) '* | \
##############################################
crun-0.15.1+dfsg/libocispec/configure-11673-set x ${MAKE-make}
crun-0.15.1+dfsg/libocispec/configure:11674:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
crun-0.15.1+dfsg/libocispec/configure-11675-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
crun-0.15.1+dfsg/libocispec/configure-11683-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
crun-0.15.1+dfsg/libocispec/configure:11684:case `${MAKE-make} -f conftest.make 2>/dev/null` in
crun-0.15.1+dfsg/libocispec/configure-11685-  *@@@%%%=?*=@@@%%%*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-11812-
crun-0.15.1+dfsg/libocispec/configure:11813:if test "`cd $srcdir && pwd`" != "`pwd`"; then
crun-0.15.1+dfsg/libocispec/configure-11814-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
crun-0.15.1+dfsg/libocispec/configure-12029-  if test "$am_compiler_list" = ""; then
crun-0.15.1+dfsg/libocispec/configure:12030:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
crun-0.15.1+dfsg/libocispec/configure-12031-  fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-12266-  # Check for GNU $ac_path_SED
crun-0.15.1+dfsg/libocispec/configure:12267:case `"$ac_path_SED" --version 2>&1` in
crun-0.15.1+dfsg/libocispec/configure-12268-*GNU*)
##############################################
crun-0.15.1+dfsg/libocispec/configure-13032-else
crun-0.15.1+dfsg/libocispec/configure:13033:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
crun-0.15.1+dfsg/libocispec/configure-13034-fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-13051-else
crun-0.15.1+dfsg/libocispec/configure:13052:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
crun-0.15.1+dfsg/libocispec/configure-13053-fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-13100-     $am_py_prefix*)
crun-0.15.1+dfsg/libocispec/configure:13101:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/libocispec/configure:13102:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
crun-0.15.1+dfsg/libocispec/configure-13103-       ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-13144-     $am_py_exec_prefix*)
crun-0.15.1+dfsg/libocispec/configure:13145:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/libocispec/configure:13146:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
crun-0.15.1+dfsg/libocispec/configure-13147-       ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-13306-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/libocispec/configure:13307:  pkg_cv_YAJL_CFLAGS=`$PKG_CONFIG --cflags "yajl >= 2.1.0" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure-13308-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/libocispec/configure-13323-  test $ac_status = 0; }; then
crun-0.15.1+dfsg/libocispec/configure:13324:  pkg_cv_YAJL_LIBS=`$PKG_CONFIG --libs "yajl >= 2.1.0" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure-13325-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
crun-0.15.1+dfsg/libocispec/configure-13344-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/libocispec/configure:13345:	        YAJL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "yajl >= 2.1.0" 2>&1`
crun-0.15.1+dfsg/libocispec/configure-13346-        else
crun-0.15.1+dfsg/libocispec/configure:13347:	        YAJL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "yajl >= 2.1.0" 2>&1`
crun-0.15.1+dfsg/libocispec/configure-13348-        fi
##############################################
crun-0.15.1+dfsg/libocispec/configure-13484-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
crun-0.15.1+dfsg/libocispec/configure:13485:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
crun-0.15.1+dfsg/libocispec/configure-13486-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
crun-0.15.1+dfsg/libocispec/configure-13579-if test -z "$BASH_VERSION$ZSH_VERSION" \
crun-0.15.1+dfsg/libocispec/configure:13580:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/libocispec/configure-13581-  as_echo='print -r --'
crun-0.15.1+dfsg/libocispec/configure-13582-  as_echo_n='print -rn --'
crun-0.15.1+dfsg/libocispec/configure:13583:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
crun-0.15.1+dfsg/libocispec/configure-13584-  as_echo='printf %s\n'
##############################################
crun-0.15.1+dfsg/libocispec/configure-13586-else
crun-0.15.1+dfsg/libocispec/configure:13587:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
crun-0.15.1+dfsg/libocispec/configure-13588-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
crun-0.15.1+dfsg/libocispec/configure-13596-	expr "X$arg" : "X\\(.*\\)$as_nl";
crun-0.15.1+dfsg/libocispec/configure:13597:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
crun-0.15.1+dfsg/libocispec/configure-13598-      esac;
##############################################
crun-0.15.1+dfsg/libocispec/configure-13673-# ----------------------------------------
crun-0.15.1+dfsg/libocispec/configure:13674:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
crun-0.15.1+dfsg/libocispec/configure-13675-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
crun-0.15.1+dfsg/libocispec/configure-13745-  {
crun-0.15.1+dfsg/libocispec/configure:13746:    as_val=`expr "$@" || test $? -eq 1`
crun-0.15.1+dfsg/libocispec/configure-13747-  }
##############################################
crun-0.15.1+dfsg/libocispec/configure-13849-      case $as_dir in #(
crun-0.15.1+dfsg/libocispec/configure:13850:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
crun-0.15.1+dfsg/libocispec/configure-13851-      *) as_qdir=$as_dir;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-13984-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
crun-0.15.1+dfsg/libocispec/configure:13985:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
crun-0.15.1+dfsg/libocispec/configure-13986-ac_cs_version="\\
##############################################
crun-0.15.1+dfsg/libocispec/configure-14009-  --*=?*)
crun-0.15.1+dfsg/libocispec/configure:14010:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
crun-0.15.1+dfsg/libocispec/configure:14011:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
crun-0.15.1+dfsg/libocispec/configure-14012-    ac_shift=:
##############################################
crun-0.15.1+dfsg/libocispec/configure-14014-  --*=)
crun-0.15.1+dfsg/libocispec/configure:14015:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
crun-0.15.1+dfsg/libocispec/configure-14016-    ac_optarg=
##############################################
crun-0.15.1+dfsg/libocispec/configure-14038-    case $ac_optarg in
crun-0.15.1+dfsg/libocispec/configure:14039:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/libocispec/configure-14040-    '') as_fn_error $? "missing file argument" ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-14046-    case $ac_optarg in
crun-0.15.1+dfsg/libocispec/configure:14047:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
crun-0.15.1+dfsg/libocispec/configure-14048-    esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-14114-delay_variable_subst='$delay_variable_subst'
crun-0.15.1+dfsg/libocispec/configure:14115:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14116:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14117:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14118:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14119:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14120:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14121:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14122:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14123:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14124:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14125:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14126:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14127:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14128:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14129:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14130:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14131:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14132:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14133:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14134:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14135:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14136:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14137:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14138:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14139:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14140:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14141:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14142:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14143:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14144:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14145:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14146:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14147:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14148:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14149:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14150:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14151:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14152:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14153:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14154:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14155:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14156:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14157:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14158:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14159:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14160:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14161:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14162:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14163:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14164:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14165:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14166:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14167:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14168:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14169:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14170:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14171:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14172:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14173: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"`'
crun-0.15.1+dfsg/libocispec/configure:14174:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14175:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14176:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14177:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14178:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14179:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14180:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14181:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14182:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14183:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14184:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14185:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14186:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14187:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14188:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14189:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14190:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14191:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14192:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14193:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14194:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14195:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14196:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14197:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14198:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14199:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14200:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14201:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14202:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14203:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14204:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14205:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14206:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14207:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14208:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14209:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14210:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14211:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14212:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14213:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14214:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14215:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14216:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14217:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14218:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14219:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14220:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14221:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14222:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14223:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14224:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14225:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14226:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14227:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14228:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14229:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14230:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14231:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14232:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14233:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14234:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14235:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14236:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14237:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14238:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14239:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14240:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14241:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14242:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14243:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14244:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14245:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14246:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14247:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14248:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure:14249:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
crun-0.15.1+dfsg/libocispec/configure-14250-
##############################################
crun-0.15.1+dfsg/libocispec/configure-14331-striplib; do
crun-0.15.1+dfsg/libocispec/configure:14332:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/libocispec/configure-14333-    *[\\\\\\\`\\"\\\$]*)
crun-0.15.1+dfsg/libocispec/configure:14334:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/libocispec/configure-14335-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-14362-configure_time_lt_sys_library_path; do
crun-0.15.1+dfsg/libocispec/configure:14363:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
crun-0.15.1+dfsg/libocispec/configure-14364-    *[\\\\\\\`\\"\\\$]*)
crun-0.15.1+dfsg/libocispec/configure:14365:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
crun-0.15.1+dfsg/libocispec/configure-14366-      ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-14458-fi
crun-0.15.1+dfsg/libocispec/configure:14459:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
crun-0.15.1+dfsg/libocispec/configure-14460-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
crun-0.15.1+dfsg/libocispec/configure-14475-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
crun-0.15.1+dfsg/libocispec/configure:14476:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
crun-0.15.1+dfsg/libocispec/configure-14477-ac_delim='%!_!# '
##############################################
crun-0.15.1+dfsg/libocispec/configure-14481-
crun-0.15.1+dfsg/libocispec/configure:14482:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
crun-0.15.1+dfsg/libocispec/configure-14483-  if test $ac_delim_n = $ac_delim_num; then
##############################################
crun-0.15.1+dfsg/libocispec/configure-14619-for ac_last_try in false false :; do
crun-0.15.1+dfsg/libocispec/configure:14620:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
crun-0.15.1+dfsg/libocispec/configure-14621-  if test -z "$ac_tt"; then
##############################################
crun-0.15.1+dfsg/libocispec/configure-14751-      esac
crun-0.15.1+dfsg/libocispec/configure:14752:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
crun-0.15.1+dfsg/libocispec/configure-14753-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
crun-0.15.1+dfsg/libocispec/configure-14810-*)
crun-0.15.1+dfsg/libocispec/configure:14811:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
crun-0.15.1+dfsg/libocispec/configure-14812-  # A ".." for each directory in $ac_dir_suffix.
crun-0.15.1+dfsg/libocispec/configure:14813:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
crun-0.15.1+dfsg/libocispec/configure-14814-  case $ac_top_builddir_sub in
##############################################
crun-0.15.1+dfsg/libocispec/configure-14871-/@mandir@/p'
crun-0.15.1+dfsg/libocispec/configure:14872:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
crun-0.15.1+dfsg/libocispec/configure-14873-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-14888-
crun-0.15.1+dfsg/libocispec/configure:14889:# Neutralize VPATH when `$srcdir' = `.'.
crun-0.15.1+dfsg/libocispec/configure-14890-# Shell code in configure.ac might set extrasub.
##############################################
crun-0.15.1+dfsg/libocispec/configure-14916-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
crun-0.15.1+dfsg/libocispec/configure:14917:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
crun-0.15.1+dfsg/libocispec/configure-14918-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
crun-0.15.1+dfsg/libocispec/configure-14962-    * )
crun-0.15.1+dfsg/libocispec/configure:14963:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
crun-0.15.1+dfsg/libocispec/configure-14964-  esac
##############################################
crun-0.15.1+dfsg/libocispec/configure-15475-    *:)
crun-0.15.1+dfsg/libocispec/configure:15476:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
crun-0.15.1+dfsg/libocispec/configure-15477-        ;;
crun-0.15.1+dfsg/libocispec/configure-15478-    x:*)
crun-0.15.1+dfsg/libocispec/configure:15479:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure-15480-        ;;
crun-0.15.1+dfsg/libocispec/configure-15481-    *::*)
crun-0.15.1+dfsg/libocispec/configure:15482:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure:15483:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
crun-0.15.1+dfsg/libocispec/configure-15484-        ;;
crun-0.15.1+dfsg/libocispec/configure-15485-    *)
crun-0.15.1+dfsg/libocispec/configure:15486:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
crun-0.15.1+dfsg/libocispec/configure-15487-        ;;
##############################################
crun-0.15.1+dfsg/libocispec/configure-15502-    done
crun-0.15.1+dfsg/libocispec/configure:15503:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
crun-0.15.1+dfsg/libocispec/configure-15504-}
##############################################
crun-0.15.1+dfsg/libocispec/configure-15560-    # Strip MF so we end up with the name of the file.
crun-0.15.1+dfsg/libocispec/configure:15561:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
crun-0.15.1+dfsg/libocispec/configure-15562-    # Check whether this is an Automake generated Makefile which includes
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
crun-0.15.1+dfsg/libocispec/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
crun-0.15.1+dfsg/libocispec/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
crun-0.15.1+dfsg/libocispec/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
crun-0.15.1+dfsg/libocispec/aclocal.m4-181-        else 
crun-0.15.1+dfsg/libocispec/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
crun-0.15.1+dfsg/libocispec/aclocal.m4-183-        fi
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
crun-0.15.1+dfsg/libocispec/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
crun-0.15.1+dfsg/libocispec/aclocal.m4-438-# and then we would define $MISSING as
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
crun-0.15.1+dfsg/libocispec/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
crun-0.15.1+dfsg/libocispec/aclocal.m4-453-])
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
crun-0.15.1+dfsg/libocispec/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
crun-0.15.1+dfsg/libocispec/aclocal.m4-551-  fi
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
crun-0.15.1+dfsg/libocispec/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
crun-0.15.1+dfsg/libocispec/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-709-      || continue
crun-0.15.1+dfsg/libocispec/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
crun-0.15.1+dfsg/libocispec/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
crun-0.15.1+dfsg/libocispec/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
crun-0.15.1+dfsg/libocispec/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
crun-0.15.1+dfsg/libocispec/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-936-    * )
crun-0.15.1+dfsg/libocispec/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
crun-0.15.1+dfsg/libocispec/aclocal.m4-938-  esac
crun-0.15.1+dfsg/libocispec/aclocal.m4-939-done
crun-0.15.1+dfsg/libocispec/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
crun-0.15.1+dfsg/libocispec/aclocal.m4-941-
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-1265-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
crun-0.15.1+dfsg/libocispec/aclocal.m4:1266:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
crun-0.15.1+dfsg/libocispec/aclocal.m4-1267-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-1280-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
crun-0.15.1+dfsg/libocispec/aclocal.m4:1281:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
crun-0.15.1+dfsg/libocispec/aclocal.m4-1282-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-1328-     $am_py_prefix*)
crun-0.15.1+dfsg/libocispec/aclocal.m4:1329:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/libocispec/aclocal.m4:1330:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
crun-0.15.1+dfsg/libocispec/aclocal.m4-1331-       ;;
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-1370-     $am_py_exec_prefix*)
crun-0.15.1+dfsg/libocispec/aclocal.m4:1371:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
crun-0.15.1+dfsg/libocispec/aclocal.m4:1372:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
crun-0.15.1+dfsg/libocispec/aclocal.m4-1373-       ;;
##############################################
crun-0.15.1+dfsg/libocispec/aclocal.m4-1466-     echo "timestamp, slept: $am_has_slept" > conftest.file
crun-0.15.1+dfsg/libocispec/aclocal.m4:1467:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
crun-0.15.1+dfsg/libocispec/aclocal.m4-1468-     if test "$[*]" = "X"; then
crun-0.15.1+dfsg/libocispec/aclocal.m4-1469-	# -L didn't work.
crun-0.15.1+dfsg/libocispec/aclocal.m4:1470:	set X `ls -t "$srcdir/configure" conftest.file`
crun-0.15.1+dfsg/libocispec/aclocal.m4-1471-     fi
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-52-  { \
crun-0.15.1+dfsg/libocispec/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-54-  }; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-309-}
crun-0.15.1+dfsg/libocispec/Makefile.in:310:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
crun-0.15.1+dfsg/libocispec/Makefile.in-311-am__vpath_adj = case $$p in \
crun-0.15.1+dfsg/libocispec/Makefile.in:312:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
crun-0.15.1+dfsg/libocispec/Makefile.in-313-    *) f=$$p;; \
crun-0.15.1+dfsg/libocispec/Makefile.in-314-  esac;
crun-0.15.1+dfsg/libocispec/Makefile.in:315:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
crun-0.15.1+dfsg/libocispec/Makefile.in-316-am__install_max = 40
crun-0.15.1+dfsg/libocispec/Makefile.in-317-am__nobase_strip_setup = \
crun-0.15.1+dfsg/libocispec/Makefile.in:318:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
crun-0.15.1+dfsg/libocispec/Makefile.in-319-am__nobase_strip = \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-437-case "$@" in						\
crun-0.15.1+dfsg/libocispec/Makefile.in:438:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
crun-0.15.1+dfsg/libocispec/Makefile.in-439-    *) am__odir=.;; 					\
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-467-  bases='$(TEST_LOGS)'; \
crun-0.15.1+dfsg/libocispec/Makefile.in:468:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:469:  bases=`echo $$bases`
crun-0.15.1+dfsg/libocispec/Makefile.in-470-RECHECK_LOGS = $(TEST_LOGS)
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-479-        */*) b='$*';; \
crun-0.15.1+dfsg/libocispec/Makefile.in:480:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-481-       esac;; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-789-	test -n "$(EXEEXT)" || exit 0; \
crun-0.15.1+dfsg/libocispec/Makefile.in:790:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-791-	echo " rm -f" $$list; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-967-.c.o:
crun-0.15.1+dfsg/libocispec/Makefile.in:968:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
crun-0.15.1+dfsg/libocispec/Makefile.in-969-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-975-.c.obj:
crun-0.15.1+dfsg/libocispec/Makefile.in:976:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
crun-0.15.1+dfsg/libocispec/Makefile.in:977:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
crun-0.15.1+dfsg/libocispec/Makefile.in-978-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-980-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
crun-0.15.1+dfsg/libocispec/Makefile.in:981:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
crun-0.15.1+dfsg/libocispec/Makefile.in-982-
crun-0.15.1+dfsg/libocispec/Makefile.in-983-.c.lo:
crun-0.15.1+dfsg/libocispec/Makefile.in:984:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
crun-0.15.1+dfsg/libocispec/Makefile.in-985-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1031-GTAGS:
crun-0.15.1+dfsg/libocispec/Makefile.in:1032:	here=`$(am__cd) $(top_builddir) && pwd` \
crun-0.15.1+dfsg/libocispec/Makefile.in-1033-	  && $(am__cd) $(top_srcdir) \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1081-	if test -n "$$redo_bases"; then \
crun-0.15.1+dfsg/libocispec/Makefile.in:1082:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1083:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1084-	  if $(am__make_dryrun); then :; else \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1106-	ws='[ 	]'; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1107:	results=`for b in $$bases; do echo $$b.trs; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1108-	test -n "$$results" || results=/dev/null; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1109:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1110:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1111:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1112:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1113:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1114:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1115:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1116:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
crun-0.15.1+dfsg/libocispec/Makefile.in-1117-	  success=true; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1185-	@set +e; $(am__set_TESTS_bases); \
crun-0.15.1+dfsg/libocispec/Makefile.in:1186:	log_list=`for i in $$bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1187:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1188:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1189-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1195-	         | $(am__list_recheck_tests)` || exit 1; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1196:	log_list=`for i in $$bases; do echo $$i.log; done`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1197:	log_list=`echo $$log_list`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1198-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1285-	test -d "$(distdir)" || mkdir "$(distdir)"
crun-0.15.1+dfsg/libocispec/Makefile.in:1286:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1287:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1288-	list='$(DISTFILES)'; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1299-	  if test -d $$d/$$file; then \
crun-0.15.1+dfsg/libocispec/Makefile.in:1300:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
crun-0.15.1+dfsg/libocispec/Makefile.in-1301-	    if test -d "$(distdir)/$$file"; then \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1384-	test -d $(distdir)/_build || exit 0; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1385:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
crun-0.15.1+dfsg/libocispec/Makefile.in-1386-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1428-	}; \
crun-0.15.1+dfsg/libocispec/Makefile.in:1429:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
crun-0.15.1+dfsg/libocispec/Makefile.in-1430-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
crun-0.15.1+dfsg/libocispec/Makefile.in-1440-	fi
crun-0.15.1+dfsg/libocispec/Makefile.in:1441:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
crun-0.15.1+dfsg/libocispec/Makefile.in-1442-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
crun-0.15.1+dfsg/libocispec/autogen.sh-4-
crun-0.15.1+dfsg/libocispec/autogen.sh:5:test -n "$srcdir" || srcdir=`dirname "$0"`
crun-0.15.1+dfsg/libocispec/autogen.sh-6-test -n "$srcdir" || srcdir=.