===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aiscm-0.21.1/build-aux/depcomp-64-  case $1 in
aiscm-0.21.1/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
aiscm-0.21.1/build-aux/depcomp-66-      *) dir=;;
##############################################
aiscm-0.21.1/build-aux/depcomp-73-{
aiscm-0.21.1/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
aiscm-0.21.1/build-aux/depcomp-75-}
##############################################
aiscm-0.21.1/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aiscm-0.21.1/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aiscm-0.21.1/build-aux/depcomp-128-
##############################################
aiscm-0.21.1/build-aux/depcomp-405-        sleep 1
aiscm-0.21.1/build-aux/depcomp:406:        i=`expr $i - 1`
aiscm-0.21.1/build-aux/depcomp-407-      done
aiscm-0.21.1/build-aux/depcomp-408-    fi
aiscm-0.21.1/build-aux/depcomp:409:    i=`expr $i - 1`
aiscm-0.21.1/build-aux/depcomp-410-  done
##############################################
aiscm-0.21.1/build-aux/depcomp-425-  # Do two passes, one to just change these to
aiscm-0.21.1/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
aiscm-0.21.1/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aiscm-0.21.1/build-aux/depcomp-659-  done
aiscm-0.21.1/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
aiscm-0.21.1/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
aiscm-0.21.1/build-aux/config.guess-34-
aiscm-0.21.1/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aiscm-0.21.1/build-aux/config.guess-36-
##############################################
aiscm-0.21.1/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
aiscm-0.21.1/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aiscm-0.21.1/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aiscm-0.21.1/build-aux/config.guess-151-	EOF
aiscm-0.21.1/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
aiscm-0.21.1/build-aux/config.guess-153-	;;
##############################################
aiscm-0.21.1/build-aux/config.guess-181-	    earmv*)
aiscm-0.21.1/build-aux/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
aiscm-0.21.1/build-aux/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
aiscm-0.21.1/build-aux/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
aiscm-0.21.1/build-aux/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
aiscm-0.21.1/build-aux/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
aiscm-0.21.1/build-aux/config.guess-215-		;;
##############################################
aiscm-0.21.1/build-aux/config.guess-226-	    *)
aiscm-0.21.1/build-aux/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
aiscm-0.21.1/build-aux/config.guess-228-		;;
##############################################
aiscm-0.21.1/build-aux/config.guess-264-	*4.0)
aiscm-0.21.1/build-aux/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aiscm-0.21.1/build-aux/config.guess-266-		;;
aiscm-0.21.1/build-aux/config.guess-267-	*5.*)
aiscm-0.21.1/build-aux/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aiscm-0.21.1/build-aux/config.guess-269-		;;
##############################################
aiscm-0.21.1/build-aux/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
aiscm-0.21.1/build-aux/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aiscm-0.21.1/build-aux/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
aiscm-0.21.1/build-aux/config.guess-312-	# 1.2 uses "1.2" for uname -r.
aiscm-0.21.1/build-aux/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
aiscm-0.21.1/build-aux/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aiscm-0.21.1/build-aux/config.guess-372-    s390x:SunOS:*:*)
aiscm-0.21.1/build-aux/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-374-	exit ;;
aiscm-0.21.1/build-aux/config.guess-375-    sun4H:SunOS:5.*:*)
aiscm-0.21.1/build-aux/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-377-	exit ;;
aiscm-0.21.1/build-aux/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aiscm-0.21.1/build-aux/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-380-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-397-	fi
aiscm-0.21.1/build-aux/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-399-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
aiscm-0.21.1/build-aux/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-405-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
aiscm-0.21.1/build-aux/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
aiscm-0.21.1/build-aux/config.guess-414-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-418-    sun*:*:4.2BSD:*)
aiscm-0.21.1/build-aux/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aiscm-0.21.1/build-aux/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
aiscm-0.21.1/build-aux/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
aiscm-0.21.1/build-aux/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aiscm-0.21.1/build-aux/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
aiscm-0.21.1/build-aux/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aiscm-0.21.1/build-aux/config.guess-556-    *:IRIX*:*:*)
aiscm-0.21.1/build-aux/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
aiscm-0.21.1/build-aux/config.guess-558-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-586-EOF
aiscm-0.21.1/build-aux/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
aiscm-0.21.1/build-aux/config.guess-588-		then
##############################################
aiscm-0.21.1/build-aux/config.guess-599-    *:AIX:*:[4567])
aiscm-0.21.1/build-aux/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aiscm-0.21.1/build-aux/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
aiscm-0.21.1/build-aux/config.guess-635-    9000/[34678]??:HP-UX:*:*)
aiscm-0.21.1/build-aux/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aiscm-0.21.1/build-aux/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
aiscm-0.21.1/build-aux/config.guess-689-EOF
aiscm-0.21.1/build-aux/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
aiscm-0.21.1/build-aux/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aiscm-0.21.1/build-aux/config.guess-717-    ia64:HP-UX:*:*)
aiscm-0.21.1/build-aux/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aiscm-0.21.1/build-aux/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
aiscm-0.21.1/build-aux/config.guess-747-EOF
aiscm-0.21.1/build-aux/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
aiscm-0.21.1/build-aux/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aiscm-0.21.1/build-aux/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aiscm-0.21.1/build-aux/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
aiscm-0.21.1/build-aux/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aiscm-0.21.1/build-aux/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aiscm-0.21.1/build-aux/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
aiscm-0.21.1/build-aux/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aiscm-0.21.1/build-aux/config.guess-839-	    amd64)
aiscm-0.21.1/build-aux/config.guess:840:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aiscm-0.21.1/build-aux/config.guess-841-	    *)
aiscm-0.21.1/build-aux/config.guess:842:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aiscm-0.21.1/build-aux/config.guess-843-	esac
##############################################
aiscm-0.21.1/build-aux/config.guess-897-    prep*:SunOS:5.*:*)
aiscm-0.21.1/build-aux/config.guess:898:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aiscm-0.21.1/build-aux/config.guess-899-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-901-	# the GNU system
aiscm-0.21.1/build-aux/config.guess:902:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
aiscm-0.21.1/build-aux/config.guess-903-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-905-	# other systems with GNU libc and userland
aiscm-0.21.1/build-aux/config.guess:906:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
aiscm-0.21.1/build-aux/config.guess-907-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-999-EOF
aiscm-0.21.1/build-aux/config.guess:1000:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
aiscm-0.21.1/build-aux/config.guess-1001-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
aiscm-0.21.1/build-aux/config.guess-1099-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
aiscm-0.21.1/build-aux/config.guess:1100:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
aiscm-0.21.1/build-aux/config.guess-1101-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aiscm-0.21.1/build-aux/config.guess-1302-	fi
aiscm-0.21.1/build-aux/config.guess:1303:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
aiscm-0.21.1/build-aux/config.guess-1304-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
aiscm-0.21.1/build-aux/config.guess-1387-    *:DragonFly:*:*)
aiscm-0.21.1/build-aux/config.guess:1388:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
aiscm-0.21.1/build-aux/config.guess-1389-	exit ;;
##############################################
aiscm-0.21.1/build-aux/config.guess-1400-    i*86:skyos:*:*)
aiscm-0.21.1/build-aux/config.guess:1401:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
aiscm-0.21.1/build-aux/config.guess-1402-	exit ;;
##############################################
aiscm-0.21.1/build-aux/install-sh-234-      fi
aiscm-0.21.1/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aiscm-0.21.1/build-aux/install-sh-236-    *)
##############################################
aiscm-0.21.1/build-aux/install-sh-281-      dstdir=$dst
aiscm-0.21.1/build-aux/install-sh:282:      dst=$dstdir/`basename "$src"`
aiscm-0.21.1/build-aux/install-sh-283-      dstdir_status=0
aiscm-0.21.1/build-aux/install-sh-284-    else
aiscm-0.21.1/build-aux/install-sh:285:      dstdir=`dirname "$dst"`
aiscm-0.21.1/build-aux/install-sh-286-      test -d "$dstdir"
##############################################
aiscm-0.21.1/build-aux/install-sh-344-                   test_tmpdir="$tmpdir/a"
aiscm-0.21.1/build-aux/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
aiscm-0.21.1/build-aux/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
aiscm-0.21.1/build-aux/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
aiscm-0.21.1/build-aux/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
aiscm-0.21.1/build-aux/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aiscm-0.21.1/build-aux/install-sh-409-            case $prefix in
aiscm-0.21.1/build-aux/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aiscm-0.21.1/build-aux/install-sh-411-              *) qprefix=$prefix;;
##############################################
aiscm-0.21.1/build-aux/install-sh-458-    if $copy_on_change &&
aiscm-0.21.1/build-aux/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
aiscm-0.21.1/build-aux/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
aiscm-0.21.1/build-aux/install-sh-461-       set -f &&
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-103-#
aiscm-0.21.1/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
aiscm-0.21.1/build-aux/ltmain.sh-105-#
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
aiscm-0.21.1/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
aiscm-0.21.1/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aiscm-0.21.1/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
aiscm-0.21.1/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aiscm-0.21.1/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
aiscm-0.21.1/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-410-# The name of this program.
aiscm-0.21.1/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
aiscm-0.21.1/build-aux/ltmain.sh-412-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-416-  *[\\/]*)
aiscm-0.21.1/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
aiscm-0.21.1/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
aiscm-0.21.1/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-610-
aiscm-0.21.1/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
aiscm-0.21.1/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
aiscm-0.21.1/build-aux/ltmain.sh-613-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-639-
aiscm-0.21.1/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
aiscm-0.21.1/build-aux/ltmain.sh-641-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
aiscm-0.21.1/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
aiscm-0.21.1/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
aiscm-0.21.1/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
aiscm-0.21.1/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
aiscm-0.21.1/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
aiscm-0.21.1/build-aux/ltmain.sh-760-      }
aiscm-0.21.1/build-aux/ltmain.sh-761-    done
aiscm-0.21.1/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
aiscm-0.21.1/build-aux/ltmain.sh-763-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-831-
aiscm-0.21.1/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
aiscm-0.21.1/build-aux/ltmain.sh-833-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
aiscm-0.21.1/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
aiscm-0.21.1/build-aux/ltmain.sh-865-      done
aiscm-0.21.1/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
aiscm-0.21.1/build-aux/ltmain.sh-867-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
aiscm-0.21.1/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-903-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
aiscm-0.21.1/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
aiscm-0.21.1/build-aux/ltmain.sh-1113-        *)
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1198-    case $2 in
aiscm-0.21.1/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
aiscm-0.21.1/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
aiscm-0.21.1/build-aux/ltmain.sh-1201-    esac
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
aiscm-0.21.1/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
aiscm-0.21.1/build-aux/ltmain.sh-1273-      ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1358-
aiscm-0.21.1/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
aiscm-0.21.1/build-aux/ltmain.sh-1360-}
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
aiscm-0.21.1/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
aiscm-0.21.1/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1517-
aiscm-0.21.1/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
aiscm-0.21.1/build-aux/ltmain.sh-1519-}
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1870-
aiscm-0.21.1/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
aiscm-0.21.1/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
aiscm-0.21.1/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
aiscm-0.21.1/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
aiscm-0.21.1/build-aux/ltmain.sh-1875-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-1898-
aiscm-0.21.1/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
aiscm-0.21.1/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
aiscm-0.21.1/build-aux/ltmain.sh-1901-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
aiscm-0.21.1/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
aiscm-0.21.1/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
aiscm-0.21.1/build-aux/ltmain.sh-2074-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2110-  {
aiscm-0.21.1/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
aiscm-0.21.1/build-aux/ltmain.sh-2112-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2115-  {
aiscm-0.21.1/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
aiscm-0.21.1/build-aux/ltmain.sh-2117-  }
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
aiscm-0.21.1/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
aiscm-0.21.1/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2659-      done
aiscm-0.21.1/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
aiscm-0.21.1/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
aiscm-0.21.1/build-aux/ltmain.sh-2662-      case $@ in
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
aiscm-0.21.1/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
aiscm-0.21.1/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2678-	    done
aiscm-0.21.1/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
aiscm-0.21.1/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
aiscm-0.21.1/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
aiscm-0.21.1/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
aiscm-0.21.1/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
aiscm-0.21.1/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
aiscm-0.21.1/build-aux/ltmain.sh-3011-  fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
aiscm-0.21.1/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
aiscm-0.21.1/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
aiscm-0.21.1/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
aiscm-0.21.1/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
aiscm-0.21.1/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
aiscm-0.21.1/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
aiscm-0.21.1/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-3474-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
aiscm-0.21.1/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aiscm-0.21.1/build-aux/ltmain.sh-3522-	$ECHO "\
aiscm-0.21.1/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
aiscm-0.21.1/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-3525-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
aiscm-0.21.1/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aiscm-0.21.1/build-aux/ltmain.sh-3571-	$ECHO "\
aiscm-0.21.1/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
aiscm-0.21.1/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-3574-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
aiscm-0.21.1/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
aiscm-0.21.1/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
aiscm-0.21.1/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
aiscm-0.21.1/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
aiscm-0.21.1/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
aiscm-0.21.1/build-aux/ltmain.sh-4280-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
aiscm-0.21.1/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
aiscm-0.21.1/build-aux/ltmain.sh-4293-	  else
aiscm-0.21.1/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
aiscm-0.21.1/build-aux/ltmain.sh-4295-	  fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4458-	    fi
aiscm-0.21.1/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
aiscm-0.21.1/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
aiscm-0.21.1/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-4479-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
aiscm-0.21.1/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
aiscm-0.21.1/build-aux/ltmain.sh-4498-	  fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
aiscm-0.21.1/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
aiscm-0.21.1/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
aiscm-0.21.1/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
aiscm-0.21.1/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
aiscm-0.21.1/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
aiscm-0.21.1/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh-4862-	  else
aiscm-0.21.1/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh-4865-	  fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4867-	*)
aiscm-0.21.1/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aiscm-0.21.1/build-aux/ltmain.sh-4870-	  ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
aiscm-0.21.1/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
aiscm-0.21.1/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
aiscm-0.21.1/build-aux/ltmain.sh-4885-    fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aiscm-0.21.1/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)$'`
aiscm-0.21.1/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aiscm-0.21.1/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
aiscm-0.21.1/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
aiscm-0.21.1/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-4990-
aiscm-0.21.1/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
aiscm-0.21.1/build-aux/ltmain.sh-4992-}
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5008-
aiscm-0.21.1/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
aiscm-0.21.1/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5072-    # binutils import library
aiscm-0.21.1/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
aiscm-0.21.1/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
aiscm-0.21.1/build-aux/ltmain.sh-5075-    # ms-generated import library
aiscm-0.21.1/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
aiscm-0.21.1/build-aux/ltmain.sh-5077-  else
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
aiscm-0.21.1/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
aiscm-0.21.1/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
aiscm-0.21.1/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
aiscm-0.21.1/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
aiscm-0.21.1/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
aiscm-0.21.1/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
aiscm-0.21.1/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5189-      esac
aiscm-0.21.1/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-5191-    done
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5260-
aiscm-0.21.1/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
aiscm-0.21.1/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5295-    --lt-dump-script)
aiscm-0.21.1/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
aiscm-0.21.1/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
aiscm-0.21.1/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
aiscm-0.21.1/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
aiscm-0.21.1/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
aiscm-0.21.1/build-aux/ltmain.sh-5324-  done
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
aiscm-0.21.1/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
aiscm-0.21.1/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
aiscm-0.21.1/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
aiscm-0.21.1/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
aiscm-0.21.1/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
aiscm-0.21.1/build-aux/ltmain.sh-5388-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5396-
aiscm-0.21.1/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
aiscm-0.21.1/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
aiscm-0.21.1/build-aux/ltmain.sh-5399-  done
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
aiscm-0.21.1/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
aiscm-0.21.1/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
aiscm-0.21.1/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
aiscm-0.21.1/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
aiscm-0.21.1/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
aiscm-0.21.1/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
aiscm-0.21.1/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
aiscm-0.21.1/build-aux/ltmain.sh-5443-      else
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
aiscm-0.21.1/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
aiscm-0.21.1/build-aux/ltmain.sh-5487-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-6464-
aiscm-0.21.1/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
aiscm-0.21.1/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-6712-	    moreargs=
aiscm-0.21.1/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
aiscm-0.21.1/build-aux/ltmain.sh-6714-	    do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-6973-	*)
aiscm-0.21.1/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
aiscm-0.21.1/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aiscm-0.21.1/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
aiscm-0.21.1/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7290-      -Z*)
aiscm-0.21.1/build-aux/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
aiscm-0.21.1/build-aux/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
aiscm-0.21.1/build-aux/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
aiscm-0.21.1/build-aux/ltmain.sh-7462-    else
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
aiscm-0.21.1/build-aux/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aiscm-0.21.1/build-aux/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
aiscm-0.21.1/build-aux/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
aiscm-0.21.1/build-aux/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7877-	fi
aiscm-0.21.1/build-aux/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-7950-	*)
aiscm-0.21.1/build-aux/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
aiscm-0.21.1/build-aux/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8203-	    shift
aiscm-0.21.1/build-aux/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8495-		*)
aiscm-0.21.1/build-aux/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
aiscm-0.21.1/build-aux/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8506-		  depdepl=
aiscm-0.21.1/build-aux/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
aiscm-0.21.1/build-aux/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
aiscm-0.21.1/build-aux/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
aiscm-0.21.1/build-aux/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
aiscm-0.21.1/build-aux/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
aiscm-0.21.1/build-aux/ltmain.sh-8517-                      fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8528-		else
aiscm-0.21.1/build-aux/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
aiscm-0.21.1/build-aux/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8551-	else
aiscm-0.21.1/build-aux/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh-8553-	fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-8640-        linux*)
aiscm-0.21.1/build-aux/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/build-aux/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9048-	removelist=
aiscm-0.21.1/build-aux/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
aiscm-0.21.1/build-aux/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9074-	# Transform .lo files to .o files.
aiscm-0.21.1/build-aux/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-9076-      fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9079-      #for path in $notinst_path; do
aiscm-0.21.1/build-aux/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
aiscm-0.21.1/build-aux/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
aiscm-0.21.1/build-aux/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
aiscm-0.21.1/build-aux/ltmain.sh-9083-      #done
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9200-		if test -n "$i"; then
aiscm-0.21.1/build-aux/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh-9203-		  set dummy $deplib_matches; shift
aiscm-0.21.1/build-aux/ltmain.sh-9204-		  deplib_match=$1
aiscm-0.21.1/build-aux/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aiscm-0.21.1/build-aux/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9243-		  if test -n "$i"; then
aiscm-0.21.1/build-aux/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh-9246-		    set dummy $deplib_matches; shift
aiscm-0.21.1/build-aux/ltmain.sh-9247-		    deplib_match=$1
aiscm-0.21.1/build-aux/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aiscm-0.21.1/build-aux/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
aiscm-0.21.1/build-aux/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aiscm-0.21.1/build-aux/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9293-	      if test -n "$a_deplib"; then
aiscm-0.21.1/build-aux/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
aiscm-0.21.1/build-aux/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
aiscm-0.21.1/build-aux/ltmain.sh-9297-		else
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9303-		    shopt -s nocaseglob
aiscm-0.21.1/build-aux/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-9305-		    $nocaseglob
aiscm-0.21.1/build-aux/ltmain.sh-9306-		  else
aiscm-0.21.1/build-aux/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-9308-		  fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
aiscm-0.21.1/build-aux/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
aiscm-0.21.1/build-aux/ltmain.sh-9323-			case $potliblink in
aiscm-0.21.1/build-aux/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
aiscm-0.21.1/build-aux/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
aiscm-0.21.1/build-aux/ltmain.sh-9326-			esac
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
aiscm-0.21.1/build-aux/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aiscm-0.21.1/build-aux/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9377-	      if test -n "$a_deplib"; then
aiscm-0.21.1/build-aux/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
aiscm-0.21.1/build-aux/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
aiscm-0.21.1/build-aux/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
aiscm-0.21.1/build-aux/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9416-	  newdeplibs=
aiscm-0.21.1/build-aux/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
aiscm-0.21.1/build-aux/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
aiscm-0.21.1/build-aux/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
aiscm-0.21.1/build-aux/ltmain.sh-9422-	    done
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
aiscm-0.21.1/build-aux/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
aiscm-0.21.1/build-aux/ltmain.sh-9448-	  ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9498-	*-*-darwin*)
aiscm-0.21.1/build-aux/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh-9502-	  ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-9625-	# Use standard objects if they are pic
aiscm-0.21.1/build-aux/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
aiscm-0.21.1/build-aux/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
aiscm-0.21.1/build-aux/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10154-      # Create the old-style object.
aiscm-0.21.1/build-aux/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
aiscm-0.21.1/build-aux/ltmain.sh-10156-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
aiscm-0.21.1/build-aux/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
aiscm-0.21.1/build-aux/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
aiscm-0.21.1/build-aux/ltmain.sh-10215-	;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
aiscm-0.21.1/build-aux/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10233-	;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aiscm-0.21.1/build-aux/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
aiscm-0.21.1/build-aux/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10368-	# Transform all the library objects into standard objects.
aiscm-0.21.1/build-aux/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aiscm-0.21.1/build-aux/ltmain.sh-10371-      fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10396-	# Replace the output file specification.
aiscm-0.21.1/build-aux/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10405-	  func_to_tool_file "$output"
aiscm-0.21.1/build-aux/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10449-	# Replace the output file specification.
aiscm-0.21.1/build-aux/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10451-	# Delete the old output file.
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10457-	  func_to_tool_file "$output"
aiscm-0.21.1/build-aux/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
aiscm-0.21.1/build-aux/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10477-          ;;
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10488-      # Replace the output file specification.
aiscm-0.21.1/build-aux/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
aiscm-0.21.1/build-aux/ltmain.sh-10490-
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
aiscm-0.21.1/build-aux/ltmain.sh:10498:	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'`
aiscm-0.21.1/build-aux/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
aiscm-0.21.1/build-aux/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aiscm-0.21.1/build-aux/ltmain.sh-10520-      fi
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
aiscm-0.21.1/build-aux/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aiscm-0.21.1/build-aux/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
aiscm-0.21.1/build-aux/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
aiscm-0.21.1/build-aux/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10811-		name=$func_basename_result
aiscm-0.21.1/build-aux/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aiscm-0.21.1/build-aux/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-10830-		name=$func_basename_result
aiscm-0.21.1/build-aux/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aiscm-0.21.1/build-aux/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
aiscm-0.21.1/build-aux/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
aiscm-0.21.1/build-aux/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
aiscm-0.21.1/build-aux/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
aiscm-0.21.1/build-aux/compile-67-	mingw/*)
aiscm-0.21.1/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
aiscm-0.21.1/build-aux/compile-69-	  ;;
aiscm-0.21.1/build-aux/compile-70-	cygwin/*)
aiscm-0.21.1/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
aiscm-0.21.1/build-aux/compile-72-	  ;;
aiscm-0.21.1/build-aux/compile-73-	wine/*)
aiscm-0.21.1/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
aiscm-0.21.1/build-aux/compile-75-	  ;;
##############################################
aiscm-0.21.1/build-aux/compile-309-# Name of file we expect compiler to create.
aiscm-0.21.1/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
aiscm-0.21.1/build-aux/compile-311-
##############################################
aiscm-0.21.1/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
aiscm-0.21.1/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
aiscm-0.21.1/build-aux/compile-317-while true; do
##############################################
aiscm-0.21.1/build-aux/config.sub-52-
aiscm-0.21.1/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aiscm-0.21.1/build-aux/config.sub-54-
##############################################
aiscm-0.21.1/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
aiscm-0.21.1/build-aux/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aiscm-0.21.1/build-aux/config.sub-116-case $maybe_os in
##############################################
aiscm-0.21.1/build-aux/config.sub-122-    os=-$maybe_os
aiscm-0.21.1/build-aux/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aiscm-0.21.1/build-aux/config.sub-124-    ;;
##############################################
aiscm-0.21.1/build-aux/config.sub-126-    os=-linux-android
aiscm-0.21.1/build-aux/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aiscm-0.21.1/build-aux/config.sub-128-    ;;
aiscm-0.21.1/build-aux/config.sub-129-  *)
aiscm-0.21.1/build-aux/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
aiscm-0.21.1/build-aux/config.sub-131-    if [ $basic_machine != $1 ]
aiscm-0.21.1/build-aux/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
aiscm-0.21.1/build-aux/config.sub-133-    else os=; fi
##############################################
aiscm-0.21.1/build-aux/config.sub-180-		os=-sco5v6
aiscm-0.21.1/build-aux/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-182-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-184-		os=-sco3.2v5
aiscm-0.21.1/build-aux/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-186-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-188-		os=-sco3.2v4
aiscm-0.21.1/build-aux/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-190-		;;
aiscm-0.21.1/build-aux/config.sub-191-	-sco3.2.[4-9]*)
aiscm-0.21.1/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aiscm-0.21.1/build-aux/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-194-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
aiscm-0.21.1/build-aux/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-198-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
aiscm-0.21.1/build-aux/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-202-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-204-		os=-sco3.2v2
aiscm-0.21.1/build-aux/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-206-		;;
aiscm-0.21.1/build-aux/config.sub-207-	-udk*)
aiscm-0.21.1/build-aux/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-209-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-211-		os=-isc2.2
aiscm-0.21.1/build-aux/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-213-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-217-	-isc*)
aiscm-0.21.1/build-aux/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-219-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-229-	-ptx*)
aiscm-0.21.1/build-aux/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
aiscm-0.21.1/build-aux/config.sub-231-		;;
aiscm-0.21.1/build-aux/config.sub-232-	-windowsnt*)
aiscm-0.21.1/build-aux/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
aiscm-0.21.1/build-aux/config.sub-234-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-367-	*-*-*)
aiscm-0.21.1/build-aux/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aiscm-0.21.1/build-aux/config.sub-369-		exit 1
##############################################
aiscm-0.21.1/build-aux/config.sub-495-	amd64-*)
aiscm-0.21.1/build-aux/config.sub:496:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-497-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-540-	blackfin-*)
aiscm-0.21.1/build-aux/config.sub:541:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-542-		os=-linux
##############################################
aiscm-0.21.1/build-aux/config.sub-548-	c54x-*)
aiscm-0.21.1/build-aux/config.sub:549:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-550-		;;
aiscm-0.21.1/build-aux/config.sub-551-	c55x-*)
aiscm-0.21.1/build-aux/config.sub:552:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-553-		;;
aiscm-0.21.1/build-aux/config.sub-554-	c6x-*)
aiscm-0.21.1/build-aux/config.sub:555:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-556-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-652-	e500v[12]-*)
aiscm-0.21.1/build-aux/config.sub:653:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-654-		os=$os"spe"
##############################################
aiscm-0.21.1/build-aux/config.sub-759-	i*86v32)
aiscm-0.21.1/build-aux/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-761-		os=-sysv32
##############################################
aiscm-0.21.1/build-aux/config.sub-763-	i*86v4*)
aiscm-0.21.1/build-aux/config.sub:764:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-765-		os=-sysv4
##############################################
aiscm-0.21.1/build-aux/config.sub-767-	i*86v)
aiscm-0.21.1/build-aux/config.sub:768:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-769-		os=-sysv
##############################################
aiscm-0.21.1/build-aux/config.sub-771-	i*86sol2)
aiscm-0.21.1/build-aux/config.sub:772:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aiscm-0.21.1/build-aux/config.sub-773-		os=-solaris2
##############################################
aiscm-0.21.1/build-aux/config.sub-797-	leon-*|leon[3-9]-*)
aiscm-0.21.1/build-aux/config.sub:798:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
aiscm-0.21.1/build-aux/config.sub-799-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-804-	m68knommu-*)
aiscm-0.21.1/build-aux/config.sub:805:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-806-		os=-linux
##############################################
aiscm-0.21.1/build-aux/config.sub-841-	mips3*-*)
aiscm-0.21.1/build-aux/config.sub:842:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
aiscm-0.21.1/build-aux/config.sub-843-		;;
aiscm-0.21.1/build-aux/config.sub-844-	mips3*)
aiscm-0.21.1/build-aux/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
aiscm-0.21.1/build-aux/config.sub-846-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-863-	ms1-*)
aiscm-0.21.1/build-aux/config.sub:864:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
aiscm-0.21.1/build-aux/config.sub-865-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-982-	parisc-*)
aiscm-0.21.1/build-aux/config.sub:983:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-984-		os=-linux
##############################################
aiscm-0.21.1/build-aux/config.sub-998-	pc98-*)
aiscm-0.21.1/build-aux/config.sub:999:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1000-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1013-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aiscm-0.21.1/build-aux/config.sub:1014:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1015-		;;
aiscm-0.21.1/build-aux/config.sub-1016-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aiscm-0.21.1/build-aux/config.sub:1017:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1018-		;;
aiscm-0.21.1/build-aux/config.sub-1019-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aiscm-0.21.1/build-aux/config.sub:1020:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1021-		;;
aiscm-0.21.1/build-aux/config.sub-1022-	pentium4-*)
aiscm-0.21.1/build-aux/config.sub:1023:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1024-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1032-	ppc-* | ppcbe-*)
aiscm-0.21.1/build-aux/config.sub:1033:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1034-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1038-	ppcle-* | powerpclittle-*)
aiscm-0.21.1/build-aux/config.sub:1039:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1040-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1042-		;;
aiscm-0.21.1/build-aux/config.sub:1043:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1044-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1048-	ppc64le-* | powerpc64little-*)
aiscm-0.21.1/build-aux/config.sub:1049:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1050-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1131-	strongarm-* | thumb-*)
aiscm-0.21.1/build-aux/config.sub:1132:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub-1133-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1261-	xscale-* | xscalee[bl]-*)
aiscm-0.21.1/build-aux/config.sub:1262:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
aiscm-0.21.1/build-aux/config.sub-1263-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1338-	*)
aiscm-0.21.1/build-aux/config.sub:1339:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aiscm-0.21.1/build-aux/config.sub-1340-		exit 1
##############################################
aiscm-0.21.1/build-aux/config.sub-1346-	*-digital*)
aiscm-0.21.1/build-aux/config.sub:1347:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
aiscm-0.21.1/build-aux/config.sub-1348-		;;
aiscm-0.21.1/build-aux/config.sub-1349-	*-commodore*)
aiscm-0.21.1/build-aux/config.sub:1350:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
aiscm-0.21.1/build-aux/config.sub-1351-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1367-	-solaris1 | -solaris1.*)
aiscm-0.21.1/build-aux/config.sub:1368:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aiscm-0.21.1/build-aux/config.sub-1369-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1379-	-gnu/linux*)
aiscm-0.21.1/build-aux/config.sub:1380:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aiscm-0.21.1/build-aux/config.sub-1381-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1426-	-nto*)
aiscm-0.21.1/build-aux/config.sub:1427:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aiscm-0.21.1/build-aux/config.sub-1428-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1433-	-mac*)
aiscm-0.21.1/build-aux/config.sub:1434:		os=`echo $os | sed -e 's|mac|macos|'`
aiscm-0.21.1/build-aux/config.sub-1435-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1439-	-linux*)
aiscm-0.21.1/build-aux/config.sub:1440:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aiscm-0.21.1/build-aux/config.sub-1441-		;;
aiscm-0.21.1/build-aux/config.sub-1442-	-sunos5*)
aiscm-0.21.1/build-aux/config.sub:1443:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
aiscm-0.21.1/build-aux/config.sub-1444-		;;
aiscm-0.21.1/build-aux/config.sub-1445-	-sunos6*)
aiscm-0.21.1/build-aux/config.sub:1446:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
aiscm-0.21.1/build-aux/config.sub-1447-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1494-	-sinix5.*)
aiscm-0.21.1/build-aux/config.sub:1495:		os=`echo $os | sed -e 's|sinix|sysv|'`
aiscm-0.21.1/build-aux/config.sub-1496-		;;
##############################################
aiscm-0.21.1/build-aux/config.sub-1549-		# Get rid of the `-' at the beginning of $os.
aiscm-0.21.1/build-aux/config.sub:1550:		os=`echo $os | sed 's/[^-]*-//'`
aiscm-0.21.1/build-aux/config.sub:1551:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
aiscm-0.21.1/build-aux/config.sub-1552-		exit 1
##############################################
aiscm-0.21.1/build-aux/config.sub-1812-		esac
aiscm-0.21.1/build-aux/config.sub:1813:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
aiscm-0.21.1/build-aux/config.sub-1814-		;;
##############################################
aiscm-0.21.1/tests/fixtures/Makefile.in-49-  { \
aiscm-0.21.1/tests/fixtures/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/tests/fixtures/Makefile.in-51-  }; \
##############################################
aiscm-0.21.1/tests/fixtures/Makefile.in-354-distdir-am: $(DISTFILES)
aiscm-0.21.1/tests/fixtures/Makefile.in:355:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/fixtures/Makefile.in:356:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/fixtures/Makefile.in-357-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/tests/fixtures/Makefile.in-368-	  if test -d $$d/$$file; then \
aiscm-0.21.1/tests/fixtures/Makefile.in:369:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/tests/fixtures/Makefile.in-370-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/tests/Makefile.in-49-  { \
aiscm-0.21.1/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/tests/Makefile.in-51-  }; \
##############################################
aiscm-0.21.1/tests/Makefile.in-182-}
aiscm-0.21.1/tests/Makefile.in:183:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aiscm-0.21.1/tests/Makefile.in-184-am__vpath_adj = case $$p in \
aiscm-0.21.1/tests/Makefile.in:185:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aiscm-0.21.1/tests/Makefile.in-186-    *) f=$$p;; \
aiscm-0.21.1/tests/Makefile.in-187-  esac;
aiscm-0.21.1/tests/Makefile.in:188:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aiscm-0.21.1/tests/Makefile.in-189-am__install_max = 40
aiscm-0.21.1/tests/Makefile.in-190-am__nobase_strip_setup = \
aiscm-0.21.1/tests/Makefile.in:191:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aiscm-0.21.1/tests/Makefile.in-192-am__nobase_strip = \
##############################################
aiscm-0.21.1/tests/Makefile.in-310-case "$@" in						\
aiscm-0.21.1/tests/Makefile.in:311:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
aiscm-0.21.1/tests/Makefile.in-312-    *) am__odir=.;; 					\
##############################################
aiscm-0.21.1/tests/Makefile.in-340-  bases='$(TEST_LOGS)'; \
aiscm-0.21.1/tests/Makefile.in:341:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
aiscm-0.21.1/tests/Makefile.in:342:  bases=`echo $$bases`
aiscm-0.21.1/tests/Makefile.in-343-RECHECK_LOGS = $(TEST_LOGS)
##############################################
aiscm-0.21.1/tests/Makefile.in-354-        */*) b='$*';; \
aiscm-0.21.1/tests/Makefile.in:355:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
aiscm-0.21.1/tests/Makefile.in-356-       esac;; \
##############################################
aiscm-0.21.1/tests/Makefile.in-369-  while test -n "$$dir1"; do \
aiscm-0.21.1/tests/Makefile.in:370:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aiscm-0.21.1/tests/Makefile.in-371-    if test "$$first" != "."; then \
aiscm-0.21.1/tests/Makefile.in-372-      if test "$$first" = ".."; then \
aiscm-0.21.1/tests/Makefile.in:373:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aiscm-0.21.1/tests/Makefile.in:374:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aiscm-0.21.1/tests/Makefile.in-375-      else \
aiscm-0.21.1/tests/Makefile.in:376:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aiscm-0.21.1/tests/Makefile.in-377-        if test "$$first2" = "$$first"; then \
aiscm-0.21.1/tests/Makefile.in:378:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aiscm-0.21.1/tests/Makefile.in-379-        else \
##############################################
aiscm-0.21.1/tests/Makefile.in-384-    fi; \
aiscm-0.21.1/tests/Makefile.in:385:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aiscm-0.21.1/tests/Makefile.in-386-  done; \
##############################################
aiscm-0.21.1/tests/Makefile.in-624-	dot_seen=no; \
aiscm-0.21.1/tests/Makefile.in:625:	target=`echo $@ | sed s/-recursive//`; \
aiscm-0.21.1/tests/Makefile.in-626-	case "$@" in \
##############################################
aiscm-0.21.1/tests/Makefile.in-691-GTAGS:
aiscm-0.21.1/tests/Makefile.in:692:	here=`$(am__cd) $(top_builddir) && pwd` \
aiscm-0.21.1/tests/Makefile.in-693-	  && $(am__cd) $(top_srcdir) \
##############################################
aiscm-0.21.1/tests/Makefile.in-734-	if test -n "$$redo_bases"; then \
aiscm-0.21.1/tests/Makefile.in:735:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
aiscm-0.21.1/tests/Makefile.in:736:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
aiscm-0.21.1/tests/Makefile.in-737-	  if $(am__make_dryrun); then :; else \
##############################################
aiscm-0.21.1/tests/Makefile.in-759-	ws='[ 	]'; \
aiscm-0.21.1/tests/Makefile.in:760:	results=`for b in $$bases; do echo $$b.trs; done`; \
aiscm-0.21.1/tests/Makefile.in-761-	test -n "$$results" || results=/dev/null; \
aiscm-0.21.1/tests/Makefile.in:762:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:763:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:764:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:765:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:766:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:767:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:768:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
aiscm-0.21.1/tests/Makefile.in:769:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
aiscm-0.21.1/tests/Makefile.in-770-	  success=true; \
##############################################
aiscm-0.21.1/tests/Makefile.in-838-	@set +e; $(am__set_TESTS_bases); \
aiscm-0.21.1/tests/Makefile.in:839:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aiscm-0.21.1/tests/Makefile.in:840:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
aiscm-0.21.1/tests/Makefile.in:841:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
aiscm-0.21.1/tests/Makefile.in-842-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
aiscm-0.21.1/tests/Makefile.in-862-distdir-am: $(DISTFILES)
aiscm-0.21.1/tests/Makefile.in:863:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/Makefile.in:864:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/Makefile.in-865-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/tests/Makefile.in-876-	  if test -d $$d/$$file; then \
aiscm-0.21.1/tests/Makefile.in:877:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/tests/Makefile.in-878-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/tests/Makefile.in-1034-	         | $(am__list_recheck_tests)` || exit 1; \
aiscm-0.21.1/tests/Makefile.in:1035:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aiscm-0.21.1/tests/Makefile.in:1036:	log_list=`echo $$log_list`; \
aiscm-0.21.1/tests/Makefile.in-1037-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
aiscm-0.21.1/tests/integration/Makefile.in-50-  { \
aiscm-0.21.1/tests/integration/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/tests/integration/Makefile.in-52-  }; \
##############################################
aiscm-0.21.1/tests/integration/Makefile.in-387-distdir-am: $(DISTFILES)
aiscm-0.21.1/tests/integration/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/integration/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/tests/integration/Makefile.in-390-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/tests/integration/Makefile.in-401-	  if test -d $$d/$$file; then \
aiscm-0.21.1/tests/integration/Makefile.in:402:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/tests/integration/Makefile.in-403-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/m4/libtool.m4-119-    done
aiscm-0.21.1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aiscm-0.21.1/m4/libtool.m4-121-}
##############################################
aiscm-0.21.1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
aiscm-0.21.1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
aiscm-0.21.1/m4/libtool.m4-439-
##############################################
aiscm-0.21.1/m4/libtool.m4-447-#
aiscm-0.21.1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
aiscm-0.21.1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
aiscm-0.21.1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aiscm-0.21.1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
aiscm-0.21.1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aiscm-0.21.1/m4/libtool.m4-561-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
aiscm-0.21.1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aiscm-0.21.1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
aiscm-0.21.1/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
aiscm-0.21.1/m4/libtool.m4-574-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
aiscm-0.21.1/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aiscm-0.21.1/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
aiscm-0.21.1/m4/libtool.m4-1164-      }]'
aiscm-0.21.1/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
aiscm-0.21.1/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
aiscm-0.21.1/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/m4/libtool.m4-1169-  fi],[])
##############################################
aiscm-0.21.1/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aiscm-0.21.1/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aiscm-0.21.1/m4/libtool.m4-1202-  ECHO='print -r --'
aiscm-0.21.1/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aiscm-0.21.1/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
aiscm-0.21.1/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
aiscm-0.21.1/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
aiscm-0.21.1/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
aiscm-0.21.1/m4/libtool.m4-1238-
##############################################
aiscm-0.21.1/m4/libtool.m4-1259-   if test yes = "$GCC"; then
aiscm-0.21.1/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aiscm-0.21.1/m4/libtool.m4-1261-   fi
##############################################
aiscm-0.21.1/m4/libtool.m4-1263- /*)
aiscm-0.21.1/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aiscm-0.21.1/m4/libtool.m4-1265-   ;; #(
##############################################
aiscm-0.21.1/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
aiscm-0.21.1/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1295-      *ELF-32*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
aiscm-0.21.1/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1312-	*32-bit*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1322-    else
aiscm-0.21.1/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1324-	*32-bit*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1344-    emul=elf
aiscm-0.21.1/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1346-      *32-bit*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1352-    esac
aiscm-0.21.1/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1354-      *MSB*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1360-    esac
aiscm-0.21.1/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/m4/libtool.m4-1362-      *N32*)
##############################################
aiscm-0.21.1/m4/libtool.m4-1725-    # And add a safety zone
aiscm-0.21.1/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aiscm-0.21.1/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aiscm-0.21.1/m4/libtool.m4-1728-    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-1758-    if test -n "$kargmax"; then
aiscm-0.21.1/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
aiscm-0.21.1/m4/libtool.m4-1760-    else
##############################################
aiscm-0.21.1/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aiscm-0.21.1/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aiscm-0.21.1/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aiscm-0.21.1/m4/libtool.m4-1770-    else
##############################################
aiscm-0.21.1/m4/libtool.m4-1779-      # we can't tell.
aiscm-0.21.1/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aiscm-0.21.1/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aiscm-0.21.1/m4/libtool.m4-1783-      do
aiscm-0.21.1/m4/libtool.m4:1784:        i=`expr $i + 1`
aiscm-0.21.1/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
aiscm-0.21.1/m4/libtool.m4-1787-      # Only check the string length outside the loop.
aiscm-0.21.1/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aiscm-0.21.1/m4/libtool.m4-1789-      teststring=
##############################################
aiscm-0.21.1/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
aiscm-0.21.1/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aiscm-0.21.1/m4/libtool.m4-1794-    fi
##############################################
aiscm-0.21.1/m4/libtool.m4-2258-    *:)
aiscm-0.21.1/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
aiscm-0.21.1/m4/libtool.m4-2260-        ;;
aiscm-0.21.1/m4/libtool.m4-2261-    x:*)
aiscm-0.21.1/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/m4/libtool.m4-2263-        ;;
aiscm-0.21.1/m4/libtool.m4-2264-    *::*)
aiscm-0.21.1/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aiscm-0.21.1/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
aiscm-0.21.1/m4/libtool.m4-2267-        ;;
aiscm-0.21.1/m4/libtool.m4-2268-    *)
aiscm-0.21.1/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/m4/libtool.m4-2270-        ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2298-  esac
aiscm-0.21.1/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aiscm-0.21.1/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
aiscm-0.21.1/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
aiscm-0.21.1/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aiscm-0.21.1/m4/libtool.m4-2307-    ;;
aiscm-0.21.1/m4/libtool.m4-2308-  *)
aiscm-0.21.1/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/m4/libtool.m4-2310-    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
aiscm-0.21.1/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aiscm-0.21.1/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aiscm-0.21.1/m4/libtool.m4-2356-  esac
aiscm-0.21.1/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aiscm-0.21.1/m4/libtool.m4-2358-else
##############################################
aiscm-0.21.1/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aiscm-0.21.1/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aiscm-0.21.1/m4/libtool.m4-2499-    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/m4/libtool.m4-2542-      fi'
aiscm-0.21.1/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aiscm-0.21.1/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
aiscm-0.21.1/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
aiscm-0.21.1/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/m4/libtool.m4-2558-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aiscm-0.21.1/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/m4/libtool.m4-2562-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2569-    libname_spec='$name'
aiscm-0.21.1/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
aiscm-0.21.1/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
aiscm-0.21.1/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aiscm-0.21.1/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aiscm-0.21.1/m4/libtool.m4-2586-      # Convert to MSYS style.
aiscm-0.21.1/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
aiscm-0.21.1/m4/libtool.m4-2588-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
aiscm-0.21.1/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aiscm-0.21.1/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aiscm-0.21.1/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/m4/libtool.m4-2596-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
aiscm-0.21.1/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aiscm-0.21.1/m4/libtool.m4-2602-      else
aiscm-0.21.1/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/m4/libtool.m4-2604-      fi
##############################################
aiscm-0.21.1/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
aiscm-0.21.1/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
aiscm-0.21.1/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/m4/libtool.m4-2624-    # Assume MSVC wrapper
aiscm-0.21.1/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
aiscm-0.21.1/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
aiscm-0.21.1/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
aiscm-0.21.1/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aiscm-0.21.1/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
aiscm-0.21.1/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
aiscm-0.21.1/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aiscm-0.21.1/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aiscm-0.21.1/m4/libtool.m4-2941-  need_lib_prefix=no
aiscm-0.21.1/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/m4/libtool.m4-2943-    need_version=no
##############################################
aiscm-0.21.1/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aiscm-0.21.1/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/m4/libtool.m4-2977-    fi'
aiscm-0.21.1/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aiscm-0.21.1/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/m4/libtool.m4-3188-	"file_magic "*)
aiscm-0.21.1/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aiscm-0.21.1/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aiscm-0.21.1/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
aiscm-0.21.1/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aiscm-0.21.1/m4/libtool.m4-3273-  *)
aiscm-0.21.1/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aiscm-0.21.1/m4/libtool.m4-3275-  esac
##############################################
aiscm-0.21.1/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
aiscm-0.21.1/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aiscm-0.21.1/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aiscm-0.21.1/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aiscm-0.21.1/m4/libtool.m4-3284-      done
##############################################
aiscm-0.21.1/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
aiscm-0.21.1/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aiscm-0.21.1/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aiscm-0.21.1/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
aiscm-0.21.1/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3578-openbsd* | bitrig*)
aiscm-0.21.1/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
aiscm-0.21.1/m4/libtool.m4-3645-    else
aiscm-0.21.1/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
aiscm-0.21.1/m4/libtool.m4-3647-    fi
##############################################
aiscm-0.21.1/m4/libtool.m4-3696-	esac
aiscm-0.21.1/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aiscm-0.21.1/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3702-	*)
aiscm-0.21.1/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aiscm-0.21.1/m4/libtool.m4-3704-	  */dev/null*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
aiscm-0.21.1/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aiscm-0.21.1/m4/libtool.m4-3730-    *COFF*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
aiscm-0.21.1/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
aiscm-0.21.1/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
aiscm-0.21.1/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
aiscm-0.21.1/m4/libtool.m4:3962:case `$NM -V 2>&1` in
aiscm-0.21.1/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/m4/libtool.m4-4009-mingw*)
aiscm-0.21.1/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aiscm-0.21.1/m4/libtool.m4-4011-  ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-4065-    nlist=conftest.nm
aiscm-0.21.1/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
aiscm-0.21.1/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
aiscm-0.21.1/m4/libtool.m4-4413-	  *)
aiscm-0.21.1/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
aiscm-0.21.1/m4/libtool.m4-4749-      *)
aiscm-0.21.1/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
aiscm-0.21.1/m4/libtool.m4-4932-    else
aiscm-0.21.1/m4/libtool.m4:4933:      _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'
aiscm-0.21.1/m4/libtool.m4-4934-    fi
##############################################
aiscm-0.21.1/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
aiscm-0.21.1/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
aiscm-0.21.1/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-5063-    supports_anon_versioning=no
aiscm-0.21.1/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
aiscm-0.21.1/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-5166-	prefix_cmds="$SED"~
aiscm-0.21.1/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aiscm-0.21.1/m4/libtool.m4:5189:      _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'
aiscm-0.21.1/m4/libtool.m4:5190:      _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'
aiscm-0.21.1/m4/libtool.m4-5191-      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
aiscm-0.21.1/m4/libtool.m4:5207:	  _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'
aiscm-0.21.1/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
aiscm-0.21.1/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
aiscm-0.21.1/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aiscm-0.21.1/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
aiscm-0.21.1/m4/libtool.m4:5229:	  _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'
aiscm-0.21.1/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aiscm-0.21.1/m4/libtool.m4-5232-	esac
aiscm-0.21.1/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
aiscm-0.21.1/m4/libtool.m4:5235:	  _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'
aiscm-0.21.1/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aiscm-0.21.1/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aiscm-0.21.1/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
aiscm-0.21.1/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
aiscm-0.21.1/m4/libtool.m4-5392-	else
aiscm-0.21.1/m4/libtool.m4:5393:	  _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'
aiscm-0.21.1/m4/libtool.m4-5394-	fi
##############################################
aiscm-0.21.1/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
aiscm-0.21.1/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
aiscm-0.21.1/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
aiscm-0.21.1/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
aiscm-0.21.1/m4/libtool.m4:5514:        _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
aiscm-0.21.1/m4/libtool.m4-5515-      else
##############################################
aiscm-0.21.1/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aiscm-0.21.1/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aiscm-0.21.1/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
aiscm-0.21.1/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
aiscm-0.21.1/m4/libtool.m4:5630:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aiscm-0.21.1/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aiscm-0.21.1/m4/libtool.m4-5767-      if test yes = "$GCC"; then
aiscm-0.21.1/m4/libtool.m4:5768:	_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'
aiscm-0.21.1/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aiscm-0.21.1/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
aiscm-0.21.1/m4/libtool.m4:5791:          _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'
aiscm-0.21.1/m4/libtool.m4-5792-	fi
##############################################
aiscm-0.21.1/m4/libtool.m4-5794-      else
aiscm-0.21.1/m4/libtool.m4:5795:	_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'
aiscm-0.21.1/m4/libtool.m4:5796:	_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'
aiscm-0.21.1/m4/libtool.m4-5797-      fi
##############################################
aiscm-0.21.1/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
aiscm-0.21.1/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aiscm-0.21.1/m4/libtool.m4-5872-	prefix_cmds="$SED"~
aiscm-0.21.1/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/m4/libtool.m4:5887:	_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'
aiscm-0.21.1/m4/libtool.m4-5888-      else
aiscm-0.21.1/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aiscm-0.21.1/m4/libtool.m4:5890:	_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'
aiscm-0.21.1/m4/libtool.m4-5891-      fi
##############################################
aiscm-0.21.1/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/m4/libtool.m4:5900:	_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'
aiscm-0.21.1/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aiscm-0.21.1/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aiscm-0.21.1/m4/libtool.m4:5904:	_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'
aiscm-0.21.1/m4/libtool.m4:5905:	_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~
aiscm-0.21.1/m4/libtool.m4:5906:          $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'
aiscm-0.21.1/m4/libtool.m4-5907-
##############################################
aiscm-0.21.1/m4/libtool.m4-5922-      else
aiscm-0.21.1/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
aiscm-0.21.1/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
aiscm-0.21.1/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
aiscm-0.21.1/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
aiscm-0.21.1/m4/libtool.m4-6117-	  then
##############################################
aiscm-0.21.1/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
aiscm-0.21.1/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aiscm-0.21.1/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aiscm-0.21.1/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
aiscm-0.21.1/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
aiscm-0.21.1/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
aiscm-0.21.1/m4/libtool.m4-6587-
aiscm-0.21.1/m4/libtool.m4:6588:          _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
aiscm-0.21.1/m4/libtool.m4-6589-        else
##############################################
aiscm-0.21.1/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aiscm-0.21.1/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aiscm-0.21.1/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
aiscm-0.21.1/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
aiscm-0.21.1/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/m4/libtool.m4-6815-            # dependencies.
aiscm-0.21.1/m4/libtool.m4:6816:            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"'
aiscm-0.21.1/m4/libtool.m4-6817-            ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-6880-	    # dependencies.
aiscm-0.21.1/m4/libtool.m4:6881:	    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"'
aiscm-0.21.1/m4/libtool.m4-6882-	    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aiscm-0.21.1/m4/libtool.m4:6917:	_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'
aiscm-0.21.1/m4/libtool.m4:6918:	_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'
aiscm-0.21.1/m4/libtool.m4-6919-	;;
##############################################
aiscm-0.21.1/m4/libtool.m4-6923-	    # SGI C++
aiscm-0.21.1/m4/libtool.m4:6924:	    _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'
aiscm-0.21.1/m4/libtool.m4-6925-
##############################################
aiscm-0.21.1/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
aiscm-0.21.1/m4/libtool.m4:6935:	        _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'
aiscm-0.21.1/m4/libtool.m4-6936-	      else
aiscm-0.21.1/m4/libtool.m4:6937:	        _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'
aiscm-0.21.1/m4/libtool.m4-6938-	      fi
##############################################
aiscm-0.21.1/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
aiscm-0.21.1/m4/libtool.m4:6956:	    _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'
aiscm-0.21.1/m4/libtool.m4:6957:	    _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'
aiscm-0.21.1/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
aiscm-0.21.1/m4/libtool.m4-6965-	    # dependencies.
aiscm-0.21.1/m4/libtool.m4:6966:	    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"'
aiscm-0.21.1/m4/libtool.m4-6967-
##############################################
aiscm-0.21.1/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
aiscm-0.21.1/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
aiscm-0.21.1/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
aiscm-0.21.1/m4/libtool.m4-7001-            # Portland Group C++ compiler
aiscm-0.21.1/m4/libtool.m4:7002:	    case `$CC -V` in
aiscm-0.21.1/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
aiscm-0.21.1/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aiscm-0.21.1/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aiscm-0.21.1/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
aiscm-0.21.1/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aiscm-0.21.1/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aiscm-0.21.1/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
aiscm-0.21.1/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aiscm-0.21.1/m4/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aiscm-0.21.1/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
aiscm-0.21.1/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aiscm-0.21.1/m4/libtool.m4:7020:                $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'
aiscm-0.21.1/m4/libtool.m4-7021-	      ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
aiscm-0.21.1/m4/libtool.m4:7030:	    _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'
aiscm-0.21.1/m4/libtool.m4-7031-            ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-7048-	    # dependencies.
aiscm-0.21.1/m4/libtool.m4:7049:	    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'
aiscm-0.21.1/m4/libtool.m4-7050-	    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-7063-	  *)
aiscm-0.21.1/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
aiscm-0.21.1/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
aiscm-0.21.1/m4/libtool.m4:7071:	      _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'
aiscm-0.21.1/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aiscm-0.21.1/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
aiscm-0.21.1/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aiscm-0.21.1/m4/libtool.m4-7137-	    _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'
##############################################
aiscm-0.21.1/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
aiscm-0.21.1/m4/libtool.m4:7155:	    _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'
aiscm-0.21.1/m4/libtool.m4-7156-
##############################################
aiscm-0.21.1/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/m4/libtool.m4:7176:	        _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'
aiscm-0.21.1/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aiscm-0.21.1/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aiscm-0.21.1/m4/libtool.m4:7181:	        _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'
aiscm-0.21.1/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aiscm-0.21.1/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
aiscm-0.21.1/m4/libtool.m4:7184:                  $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~
aiscm-0.21.1/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
aiscm-0.21.1/m4/libtool.m4-7199-	    # dependencies.
aiscm-0.21.1/m4/libtool.m4:7200:	    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"'
aiscm-0.21.1/m4/libtool.m4-7201-	    ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-7206-	        osf3*)
aiscm-0.21.1/m4/libtool.m4:7207:	          _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'
aiscm-0.21.1/m4/libtool.m4-7208-		  ;;
aiscm-0.21.1/m4/libtool.m4-7209-	        *)
aiscm-0.21.1/m4/libtool.m4:7210:	          _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'
aiscm-0.21.1/m4/libtool.m4-7211-		  ;;
##############################################
aiscm-0.21.1/m4/libtool.m4-7459-  case @S|@2 in
aiscm-0.21.1/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
aiscm-0.21.1/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
aiscm-0.21.1/m4/libtool.m4-7462-  esac
##############################################
aiscm-0.21.1/m4/libtool.m4-7548-
aiscm-0.21.1/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
aiscm-0.21.1/m4/libtool.m4-7550-    case $prev$p in
##############################################
aiscm-0.21.1/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
aiscm-0.21.1/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aiscm-0.21.1/m4/libtool.m4-7654-fi
##############################################
aiscm-0.21.1/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
aiscm-0.21.1/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
aiscm-0.21.1/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
aiscm-0.21.1/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
aiscm-0.21.1/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
aiscm-0.21.1/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
aiscm-0.21.1/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
aiscm-0.21.1/m4/pkg.m4-159-        else 
aiscm-0.21.1/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
aiscm-0.21.1/m4/pkg.m4-161-        fi
##############################################
aiscm-0.21.1/m4/ax_llvmc.m4-52-		if test -e "$ac_llvm_config_path"; then
aiscm-0.21.1/m4/ax_llvmc.m4:53:			LLVM_CFLAGS=`$ac_llvm_config_path --cflags`
aiscm-0.21.1/m4/ax_llvmc.m4:54:			LLVM_LDFLAGS=`$ac_llvm_config_path --ldflags`
aiscm-0.21.1/m4/ax_llvmc.m4-55-			LLVM_LIBS="$($ac_llvm_config_path --libs $1)"
##############################################
aiscm-0.21.1/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
aiscm-0.21.1/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
aiscm-0.21.1/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
aiscm-0.21.1/m4/guile.m4-103-  AC_MSG_CHECKING([libguile compile flags])
aiscm-0.21.1/m4/guile.m4:104:  GUILE_CFLAGS="`$GUILE_CONFIG compile`"
aiscm-0.21.1/m4/guile.m4-105-  AC_MSG_RESULT([$GUILE_CFLAGS])
##############################################
aiscm-0.21.1/m4/guile.m4-107-  AC_MSG_CHECKING([libguile link flags])
aiscm-0.21.1/m4/guile.m4:108:  GUILE_LDFLAGS="`$GUILE_CONFIG link`"
aiscm-0.21.1/m4/guile.m4-109-  AC_MSG_RESULT([$GUILE_LDFLAGS])
##############################################
aiscm-0.21.1/m4/guile.m4-137-  AC_MSG_CHECKING(for Guile site directory)
aiscm-0.21.1/m4/guile.m4:138:  GUILE_SITE=`[$GUILE_CONFIG] info sitedir`
aiscm-0.21.1/m4/guile.m4-139-  if test "$GUILE_SITE" = ""; then
aiscm-0.21.1/m4/guile.m4:140:     GUILE_SITE=`[$GUILE_CONFIG] info pkgdatadir`/site
aiscm-0.21.1/m4/guile.m4-141-  fi
##############################################
aiscm-0.21.1/m4/guile.m4-156-  AC_MSG_CHECKING(for Guile extensions directory)
aiscm-0.21.1/m4/guile.m4:157:  GUILE_EXT=`[$GUILE_CONFIG] info extensiondir`
aiscm-0.21.1/m4/guile.m4-158-  if test "$GUILE_EXT" = ""; then
##############################################
aiscm-0.21.1/m4/guile.m4-175-  AC_MSG_CHECKING(for Guile compiler cache directory)
aiscm-0.21.1/m4/guile.m4:176:  GUILE_CACHE=`[$GUILE] -c "(display (cdr (assoc 'ccachedir %guile-build-info)))"`
aiscm-0.21.1/m4/guile.m4-177-  if test "$GUILE_CACHE" = ""; then
##############################################
aiscm-0.21.1/m4/ltsugar.m4-68-m4_define([lt_combine],
aiscm-0.21.1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
aiscm-0.21.1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
aiscm-0.21.1/aiscm/image.c-32-  *height = scm_to_int(scm_caadr(scm_type)),
aiscm-0.21.1/aiscm/image.c:33:  scm_to_long_array(scm_caddr(scm_type), offsets);
aiscm-0.21.1/aiscm/image.c-34-  scm_to_int_array(scm_cadddr(scm_type), pitches);
##############################################
aiscm-0.21.1/aiscm/Makefile.in-52-  { \
aiscm-0.21.1/aiscm/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/aiscm/Makefile.in-54-  }; \
##############################################
aiscm-0.21.1/aiscm/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
aiscm-0.21.1/aiscm/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aiscm-0.21.1/aiscm/Makefile.in-110-am__vpath_adj = case $$p in \
aiscm-0.21.1/aiscm/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aiscm-0.21.1/aiscm/Makefile.in-112-    *) f=$$p;; \
aiscm-0.21.1/aiscm/Makefile.in-113-  esac;
aiscm-0.21.1/aiscm/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aiscm-0.21.1/aiscm/Makefile.in-115-am__install_max = 40
aiscm-0.21.1/aiscm/Makefile.in-116-am__nobase_strip_setup = \
aiscm-0.21.1/aiscm/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aiscm-0.21.1/aiscm/Makefile.in-118-am__nobase_strip = \
##############################################
aiscm-0.21.1/aiscm/Makefile.in-747-.c.obj:
aiscm-0.21.1/aiscm/Makefile.in:748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aiscm-0.21.1/aiscm/Makefile.in-749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aiscm-0.21.1/aiscm/Makefile.in-751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aiscm-0.21.1/aiscm/Makefile.in-753-
##############################################
aiscm-0.21.1/aiscm/Makefile.in-761-libguile_aiscm_core_la-core.lo: core.c
aiscm-0.21.1/aiscm/Makefile.in:762:@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) $(libguile_aiscm_core_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_core_la-core.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_core_la-core.Tpo -c -o libguile_aiscm_core_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
aiscm-0.21.1/aiscm/Makefile.in-763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_core_la-core.Tpo $(DEPDIR)/libguile_aiscm_core_la-core.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:766:@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) $(libguile_aiscm_core_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_core_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
aiscm-0.21.1/aiscm/Makefile.in-767-
aiscm-0.21.1/aiscm/Makefile.in-768-libguile_aiscm_ffmpeg_la-ffmpeg.lo: ffmpeg.c
aiscm-0.21.1/aiscm/Makefile.in:769:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_ffmpeg_la-ffmpeg.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg.Tpo -c -o libguile_aiscm_ffmpeg_la-ffmpeg.lo `test -f 'ffmpeg.c' || echo '$(srcdir)/'`ffmpeg.c
aiscm-0.21.1/aiscm/Makefile.in-770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg.Tpo $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:773:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_ffmpeg_la-ffmpeg.lo `test -f 'ffmpeg.c' || echo '$(srcdir)/'`ffmpeg.c
aiscm-0.21.1/aiscm/Makefile.in-774-
aiscm-0.21.1/aiscm/Makefile.in-775-libguile_aiscm_ffmpeg_la-ffmpeg-helpers.lo: ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:776:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_ffmpeg_la-ffmpeg-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg-helpers.Tpo -c -o libguile_aiscm_ffmpeg_la-ffmpeg-helpers.lo `test -f 'ffmpeg-helpers.c' || echo '$(srcdir)/'`ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg-helpers.Tpo $(DEPDIR)/libguile_aiscm_ffmpeg_la-ffmpeg-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:780:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_ffmpeg_la-ffmpeg-helpers.lo `test -f 'ffmpeg-helpers.c' || echo '$(srcdir)/'`ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-781-
aiscm-0.21.1/aiscm/Makefile.in-782-libguile_aiscm_ffmpeg_la-ringbuffer.lo: ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in:783:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_ffmpeg_la-ringbuffer.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_ffmpeg_la-ringbuffer.Tpo -c -o libguile_aiscm_ffmpeg_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_ffmpeg_la-ringbuffer.Tpo $(DEPDIR)/libguile_aiscm_ffmpeg_la-ringbuffer.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:787:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_ffmpeg_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-788-
aiscm-0.21.1/aiscm/Makefile.in-789-libguile_aiscm_ffmpeg_la-util-helpers.lo: util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:790:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_ffmpeg_la-util-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_ffmpeg_la-util-helpers.Tpo -c -o libguile_aiscm_ffmpeg_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_ffmpeg_la-util-helpers.Tpo $(DEPDIR)/libguile_aiscm_ffmpeg_la-util-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:794:@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) $(libguile_aiscm_ffmpeg_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_ffmpeg_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-795-
aiscm-0.21.1/aiscm/Makefile.in-796-libguile_aiscm_image_la-image.lo: image.c
aiscm-0.21.1/aiscm/Makefile.in:797:@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) $(libguile_aiscm_image_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_image_la-image.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_image_la-image.Tpo -c -o libguile_aiscm_image_la-image.lo `test -f 'image.c' || echo '$(srcdir)/'`image.c
aiscm-0.21.1/aiscm/Makefile.in-798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_image_la-image.Tpo $(DEPDIR)/libguile_aiscm_image_la-image.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:801:@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) $(libguile_aiscm_image_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_image_la-image.lo `test -f 'image.c' || echo '$(srcdir)/'`image.c
aiscm-0.21.1/aiscm/Makefile.in-802-
aiscm-0.21.1/aiscm/Makefile.in-803-libguile_aiscm_image_la-util-helpers.lo: util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:804:@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) $(libguile_aiscm_image_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_image_la-util-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_image_la-util-helpers.Tpo -c -o libguile_aiscm_image_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_image_la-util-helpers.Tpo $(DEPDIR)/libguile_aiscm_image_la-util-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:808:@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) $(libguile_aiscm_image_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_image_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-809-
aiscm-0.21.1/aiscm/Makefile.in-810-libguile_aiscm_magick_la-magick.lo: magick.c
aiscm-0.21.1/aiscm/Makefile.in:811:@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) $(libguile_aiscm_magick_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_magick_la-magick.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_magick_la-magick.Tpo -c -o libguile_aiscm_magick_la-magick.lo `test -f 'magick.c' || echo '$(srcdir)/'`magick.c
aiscm-0.21.1/aiscm/Makefile.in-812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_magick_la-magick.Tpo $(DEPDIR)/libguile_aiscm_magick_la-magick.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:815:@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) $(libguile_aiscm_magick_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_magick_la-magick.lo `test -f 'magick.c' || echo '$(srcdir)/'`magick.c
aiscm-0.21.1/aiscm/Makefile.in-816-
aiscm-0.21.1/aiscm/Makefile.in-817-libguile_aiscm_pulse_la-pulse.lo: pulse.c
aiscm-0.21.1/aiscm/Makefile.in:818:@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) $(libguile_aiscm_pulse_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_pulse_la-pulse.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_pulse_la-pulse.Tpo -c -o libguile_aiscm_pulse_la-pulse.lo `test -f 'pulse.c' || echo '$(srcdir)/'`pulse.c
aiscm-0.21.1/aiscm/Makefile.in-819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_pulse_la-pulse.Tpo $(DEPDIR)/libguile_aiscm_pulse_la-pulse.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:822:@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) $(libguile_aiscm_pulse_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_pulse_la-pulse.lo `test -f 'pulse.c' || echo '$(srcdir)/'`pulse.c
aiscm-0.21.1/aiscm/Makefile.in-823-
aiscm-0.21.1/aiscm/Makefile.in-824-libguile_aiscm_pulse_la-ringbuffer.lo: ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in:825:@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) $(libguile_aiscm_pulse_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_pulse_la-ringbuffer.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_pulse_la-ringbuffer.Tpo -c -o libguile_aiscm_pulse_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_pulse_la-ringbuffer.Tpo $(DEPDIR)/libguile_aiscm_pulse_la-ringbuffer.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:829:@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) $(libguile_aiscm_pulse_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_pulse_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-830-
aiscm-0.21.1/aiscm/Makefile.in-831-libguile_aiscm_samples_la-samples.lo: samples.c
aiscm-0.21.1/aiscm/Makefile.in:832:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_samples_la-samples.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_samples_la-samples.Tpo -c -o libguile_aiscm_samples_la-samples.lo `test -f 'samples.c' || echo '$(srcdir)/'`samples.c
aiscm-0.21.1/aiscm/Makefile.in-833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_samples_la-samples.Tpo $(DEPDIR)/libguile_aiscm_samples_la-samples.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:836:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_samples_la-samples.lo `test -f 'samples.c' || echo '$(srcdir)/'`samples.c
aiscm-0.21.1/aiscm/Makefile.in-837-
aiscm-0.21.1/aiscm/Makefile.in-838-libguile_aiscm_samples_la-samples-helpers.lo: samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:839:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_samples_la-samples-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_samples_la-samples-helpers.Tpo -c -o libguile_aiscm_samples_la-samples-helpers.lo `test -f 'samples-helpers.c' || echo '$(srcdir)/'`samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_samples_la-samples-helpers.Tpo $(DEPDIR)/libguile_aiscm_samples_la-samples-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:843:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_samples_la-samples-helpers.lo `test -f 'samples-helpers.c' || echo '$(srcdir)/'`samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-844-
aiscm-0.21.1/aiscm/Makefile.in-845-libguile_aiscm_samples_la-util-helpers.lo: util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:846:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_samples_la-util-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_samples_la-util-helpers.Tpo -c -o libguile_aiscm_samples_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_samples_la-util-helpers.Tpo $(DEPDIR)/libguile_aiscm_samples_la-util-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:850:@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) $(libguile_aiscm_samples_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_samples_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-851-
aiscm-0.21.1/aiscm/Makefile.in-852-libguile_aiscm_tests_la-tests.lo: tests.c
aiscm-0.21.1/aiscm/Makefile.in:853:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-tests.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-tests.Tpo -c -o libguile_aiscm_tests_la-tests.lo `test -f 'tests.c' || echo '$(srcdir)/'`tests.c
aiscm-0.21.1/aiscm/Makefile.in-854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-tests.Tpo $(DEPDIR)/libguile_aiscm_tests_la-tests.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:857:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-tests.lo `test -f 'tests.c' || echo '$(srcdir)/'`tests.c
aiscm-0.21.1/aiscm/Makefile.in-858-
aiscm-0.21.1/aiscm/Makefile.in-859-libguile_aiscm_tests_la-ffmpeg-helpers.lo: ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:860:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-ffmpeg-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers.Tpo -c -o libguile_aiscm_tests_la-ffmpeg-helpers.lo `test -f 'ffmpeg-helpers.c' || echo '$(srcdir)/'`ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers.Tpo $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:864:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-ffmpeg-helpers.lo `test -f 'ffmpeg-helpers.c' || echo '$(srcdir)/'`ffmpeg-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-865-
aiscm-0.21.1/aiscm/Makefile.in-866-libguile_aiscm_tests_la-ffmpeg-helpers-tests.lo: ffmpeg-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in:867:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-ffmpeg-helpers-tests.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers-tests.Tpo -c -o libguile_aiscm_tests_la-ffmpeg-helpers-tests.lo `test -f 'ffmpeg-helpers-tests.c' || echo '$(srcdir)/'`ffmpeg-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers-tests.Tpo $(DEPDIR)/libguile_aiscm_tests_la-ffmpeg-helpers-tests.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:871:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-ffmpeg-helpers-tests.lo `test -f 'ffmpeg-helpers-tests.c' || echo '$(srcdir)/'`ffmpeg-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-872-
aiscm-0.21.1/aiscm/Makefile.in-873-libguile_aiscm_tests_la-ringbuffer.lo: ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in:874:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-ringbuffer.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer.Tpo -c -o libguile_aiscm_tests_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer.Tpo $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:878:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c
aiscm-0.21.1/aiscm/Makefile.in-879-
aiscm-0.21.1/aiscm/Makefile.in-880-libguile_aiscm_tests_la-ringbuffer-tests.lo: ringbuffer-tests.c
aiscm-0.21.1/aiscm/Makefile.in:881:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-ringbuffer-tests.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer-tests.Tpo -c -o libguile_aiscm_tests_la-ringbuffer-tests.lo `test -f 'ringbuffer-tests.c' || echo '$(srcdir)/'`ringbuffer-tests.c
aiscm-0.21.1/aiscm/Makefile.in-882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer-tests.Tpo $(DEPDIR)/libguile_aiscm_tests_la-ringbuffer-tests.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:885:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-ringbuffer-tests.lo `test -f 'ringbuffer-tests.c' || echo '$(srcdir)/'`ringbuffer-tests.c
aiscm-0.21.1/aiscm/Makefile.in-886-
aiscm-0.21.1/aiscm/Makefile.in-887-libguile_aiscm_tests_la-util-helpers.lo: util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:888:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-util-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-util-helpers.Tpo -c -o libguile_aiscm_tests_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-util-helpers.Tpo $(DEPDIR)/libguile_aiscm_tests_la-util-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:892:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-893-
aiscm-0.21.1/aiscm/Makefile.in-894-libguile_aiscm_tests_la-util-helpers-tests.lo: util-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in:895:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-util-helpers-tests.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-util-helpers-tests.Tpo -c -o libguile_aiscm_tests_la-util-helpers-tests.lo `test -f 'util-helpers-tests.c' || echo '$(srcdir)/'`util-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-util-helpers-tests.Tpo $(DEPDIR)/libguile_aiscm_tests_la-util-helpers-tests.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:899:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-util-helpers-tests.lo `test -f 'util-helpers-tests.c' || echo '$(srcdir)/'`util-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-900-
aiscm-0.21.1/aiscm/Makefile.in-901-libguile_aiscm_tests_la-samples-helpers.lo: samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:902:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-samples-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers.Tpo -c -o libguile_aiscm_tests_la-samples-helpers.lo `test -f 'samples-helpers.c' || echo '$(srcdir)/'`samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers.Tpo $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:906:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-samples-helpers.lo `test -f 'samples-helpers.c' || echo '$(srcdir)/'`samples-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-907-
aiscm-0.21.1/aiscm/Makefile.in-908-libguile_aiscm_tests_la-samples-helpers-tests.lo: samples-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in:909:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_tests_la-samples-helpers-tests.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers-tests.Tpo -c -o libguile_aiscm_tests_la-samples-helpers-tests.lo `test -f 'samples-helpers-tests.c' || echo '$(srcdir)/'`samples-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers-tests.Tpo $(DEPDIR)/libguile_aiscm_tests_la-samples-helpers-tests.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:913:@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) $(libguile_aiscm_tests_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_tests_la-samples-helpers-tests.lo `test -f 'samples-helpers-tests.c' || echo '$(srcdir)/'`samples-helpers-tests.c
aiscm-0.21.1/aiscm/Makefile.in-914-
aiscm-0.21.1/aiscm/Makefile.in-915-libguile_aiscm_util_la-util.lo: util.c
aiscm-0.21.1/aiscm/Makefile.in:916:@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) $(libguile_aiscm_util_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_util_la-util.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_util_la-util.Tpo -c -o libguile_aiscm_util_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
aiscm-0.21.1/aiscm/Makefile.in-917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_util_la-util.Tpo $(DEPDIR)/libguile_aiscm_util_la-util.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:920:@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) $(libguile_aiscm_util_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_util_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
aiscm-0.21.1/aiscm/Makefile.in-921-
aiscm-0.21.1/aiscm/Makefile.in-922-libguile_aiscm_v4l2_la-v4l2.lo: v4l2.c
aiscm-0.21.1/aiscm/Makefile.in:923:@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) $(libguile_aiscm_v4l2_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_v4l2_la-v4l2.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_v4l2_la-v4l2.Tpo -c -o libguile_aiscm_v4l2_la-v4l2.lo `test -f 'v4l2.c' || echo '$(srcdir)/'`v4l2.c
aiscm-0.21.1/aiscm/Makefile.in-924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_v4l2_la-v4l2.Tpo $(DEPDIR)/libguile_aiscm_v4l2_la-v4l2.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:927:@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) $(libguile_aiscm_v4l2_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_v4l2_la-v4l2.lo `test -f 'v4l2.c' || echo '$(srcdir)/'`v4l2.c
aiscm-0.21.1/aiscm/Makefile.in-928-
aiscm-0.21.1/aiscm/Makefile.in-929-libguile_aiscm_v4l2_la-util-helpers.lo: util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in:930:@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) $(libguile_aiscm_v4l2_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_v4l2_la-util-helpers.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_v4l2_la-util-helpers.Tpo -c -o libguile_aiscm_v4l2_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_v4l2_la-util-helpers.Tpo $(DEPDIR)/libguile_aiscm_v4l2_la-util-helpers.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:934:@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) $(libguile_aiscm_v4l2_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_v4l2_la-util-helpers.lo `test -f 'util-helpers.c' || echo '$(srcdir)/'`util-helpers.c
aiscm-0.21.1/aiscm/Makefile.in-935-
aiscm-0.21.1/aiscm/Makefile.in-936-libguile_aiscm_xorg_la-xorg.lo: xorg.c
aiscm-0.21.1/aiscm/Makefile.in:937:@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) $(libguile_aiscm_xorg_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_xorg_la-xorg.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_xorg_la-xorg.Tpo -c -o libguile_aiscm_xorg_la-xorg.lo `test -f 'xorg.c' || echo '$(srcdir)/'`xorg.c
aiscm-0.21.1/aiscm/Makefile.in-938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_xorg_la-xorg.Tpo $(DEPDIR)/libguile_aiscm_xorg_la-xorg.Plo
##############################################
aiscm-0.21.1/aiscm/Makefile.in-940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/aiscm/Makefile.in:941:@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) $(libguile_aiscm_xorg_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_xorg_la-xorg.lo `test -f 'xorg.c' || echo '$(srcdir)/'`xorg.c
aiscm-0.21.1/aiscm/Makefile.in-942-
##############################################
aiscm-0.21.1/aiscm/Makefile.in-966-	@list='$(cache_DATA)'; test -n "$(cachedir)" || list=; \
aiscm-0.21.1/aiscm/Makefile.in:967:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aiscm-0.21.1/aiscm/Makefile.in-968-	dir='$(DESTDIR)$(cachedir)'; $(am__uninstall_files_from_dir)
##############################################
aiscm-0.21.1/aiscm/Makefile.in-987-	@list='$(site_DATA)'; test -n "$(sitedir)" || list=; \
aiscm-0.21.1/aiscm/Makefile.in:988:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aiscm-0.21.1/aiscm/Makefile.in-989-	dir='$(DESTDIR)$(sitedir)'; $(am__uninstall_files_from_dir)
##############################################
aiscm-0.21.1/aiscm/Makefile.in-1024-GTAGS:
aiscm-0.21.1/aiscm/Makefile.in:1025:	here=`$(am__cd) $(top_builddir) && pwd` \
aiscm-0.21.1/aiscm/Makefile.in-1026-	  && $(am__cd) $(top_srcdir) \
##############################################
aiscm-0.21.1/aiscm/Makefile.in-1050-distdir-am: $(DISTFILES)
aiscm-0.21.1/aiscm/Makefile.in:1051:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/aiscm/Makefile.in:1052:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/aiscm/Makefile.in-1053-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/aiscm/Makefile.in-1064-	  if test -d $$d/$$file; then \
aiscm-0.21.1/aiscm/Makefile.in:1065:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/aiscm/Makefile.in-1066-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/aiscm/samples.c-33-  *format = scm_to_int(scm_car(scm_type));
aiscm-0.21.1/aiscm/samples.c:34:  *rate = scm_to_int(scm_caddr(scm_type));
aiscm-0.21.1/aiscm/samples.c-35-  *layout = av_get_default_channel_layout(scm_to_int(scm_cadadr(scm_type)));
##############################################
aiscm-0.21.1/aiscm/ffmpeg.c-592-    SCM scm_frame_rate     = scm_cadr(scm_video_parameters);
aiscm-0.21.1/aiscm/ffmpeg.c:593:    SCM scm_video_bit_rate = scm_caddr(scm_video_parameters);
aiscm-0.21.1/aiscm/ffmpeg.c-594-    SCM scm_aspect_ratio   = scm_cadddr(scm_video_parameters);
##############################################
aiscm-0.21.1/aiscm/ffmpeg.c-620-    SCM scm_channels       = scm_cadr(scm_audio_parameters);
aiscm-0.21.1/aiscm/ffmpeg.c:621:    SCM scm_audio_bit_rate = scm_caddr(scm_audio_parameters);
aiscm-0.21.1/aiscm/ffmpeg.c-622-    SCM scm_select_format  = scm_cadddr(scm_audio_parameters);
##############################################
aiscm-0.21.1/aiscm/v4l2.c-175-  self->format.fmt.pix.pixelformat = scm_to_int(scm_car(scm_selected));
aiscm-0.21.1/aiscm/v4l2.c:176:  self->format.fmt.pix.width = scm_to_int(scm_caddr(scm_selected));
aiscm-0.21.1/aiscm/v4l2.c-177-  self->format.fmt.pix.height = scm_to_int(scm_cadr(scm_selected));
##############################################
aiscm-0.21.1/Makefile.in-49-  { \
aiscm-0.21.1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/Makefile.in-51-  }; \
##############################################
aiscm-0.21.1/Makefile.in-195-  while test -n "$$dir1"; do \
aiscm-0.21.1/Makefile.in:196:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aiscm-0.21.1/Makefile.in-197-    if test "$$first" != "."; then \
aiscm-0.21.1/Makefile.in-198-      if test "$$first" = ".."; then \
aiscm-0.21.1/Makefile.in:199:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aiscm-0.21.1/Makefile.in:200:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aiscm-0.21.1/Makefile.in-201-      else \
aiscm-0.21.1/Makefile.in:202:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aiscm-0.21.1/Makefile.in-203-        if test "$$first2" = "$$first"; then \
aiscm-0.21.1/Makefile.in:204:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aiscm-0.21.1/Makefile.in-205-        else \
##############################################
aiscm-0.21.1/Makefile.in-210-    fi; \
aiscm-0.21.1/Makefile.in:211:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aiscm-0.21.1/Makefile.in-212-  done; \
##############################################
aiscm-0.21.1/Makefile.in-478-	dot_seen=no; \
aiscm-0.21.1/Makefile.in:479:	target=`echo $@ | sed s/-recursive//`; \
aiscm-0.21.1/Makefile.in-480-	case "$@" in \
##############################################
aiscm-0.21.1/Makefile.in-545-GTAGS:
aiscm-0.21.1/Makefile.in:546:	here=`$(am__cd) $(top_builddir) && pwd` \
aiscm-0.21.1/Makefile.in-547-	  && $(am__cd) $(top_srcdir) \
##############################################
aiscm-0.21.1/Makefile.in-580-	test -d "$(distdir)" || mkdir "$(distdir)"
aiscm-0.21.1/Makefile.in:581:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/Makefile.in:582:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/Makefile.in-583-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/Makefile.in-594-	  if test -d $$d/$$file; then \
aiscm-0.21.1/Makefile.in:595:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/Makefile.in-596-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/Makefile.in-705-	test -d $(distdir)/_build || exit 0; \
aiscm-0.21.1/Makefile.in:706:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
aiscm-0.21.1/Makefile.in-707-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
aiscm-0.21.1/Makefile.in-749-	}; \
aiscm-0.21.1/Makefile.in:750:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
aiscm-0.21.1/Makefile.in-751-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aiscm-0.21.1/Makefile.in-761-	fi
aiscm-0.21.1/Makefile.in:762:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aiscm-0.21.1/Makefile.in-763-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aiscm-0.21.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
aiscm-0.21.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aiscm-0.21.1/configure-47-  as_echo='print -r --'
aiscm-0.21.1/configure-48-  as_echo_n='print -rn --'
aiscm-0.21.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aiscm-0.21.1/configure-50-  as_echo='printf %s\n'
##############################################
aiscm-0.21.1/configure-52-else
aiscm-0.21.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aiscm-0.21.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aiscm-0.21.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
aiscm-0.21.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aiscm-0.21.1/configure-64-      esac;
##############################################
aiscm-0.21.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aiscm-0.21.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aiscm-0.21.1/configure-201-
##############################################
aiscm-0.21.1/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
aiscm-0.21.1/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
aiscm-0.21.1/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
aiscm-0.21.1/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aiscm-0.21.1/configure-335-      case $as_dir in #(
aiscm-0.21.1/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aiscm-0.21.1/configure-337-      *) as_qdir=$as_dir;;
##############################################
aiscm-0.21.1/configure-408-  {
aiscm-0.21.1/configure:409:    as_val=`expr "$@" || test $? -eq 1`
aiscm-0.21.1/configure-410-  }
##############################################
aiscm-0.21.1/configure-415-# ----------------------------------------
aiscm-0.21.1/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aiscm-0.21.1/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aiscm-0.21.1/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aiscm-0.21.1/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aiscm-0.21.1/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aiscm-0.21.1/configure-927-  case $ac_option in
aiscm-0.21.1/configure:928:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aiscm-0.21.1/configure-929-  *=)   ac_optarg= ;;
##############################################
aiscm-0.21.1/configure-971-  -disable-* | --disable-*)
aiscm-0.21.1/configure:972:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aiscm-0.21.1/configure-973-    # Reject names that are not valid shell variable names.
##############################################
aiscm-0.21.1/configure-976-    ac_useropt_orig=$ac_useropt
aiscm-0.21.1/configure:977:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aiscm-0.21.1/configure-978-    case $ac_user_opts in
##############################################
aiscm-0.21.1/configure-997-  -enable-* | --enable-*)
aiscm-0.21.1/configure:998:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aiscm-0.21.1/configure-999-    # Reject names that are not valid shell variable names.
##############################################
aiscm-0.21.1/configure-1002-    ac_useropt_orig=$ac_useropt
aiscm-0.21.1/configure:1003:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aiscm-0.21.1/configure-1004-    case $ac_user_opts in
##############################################
aiscm-0.21.1/configure-1210-  -with-* | --with-*)
aiscm-0.21.1/configure:1211:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aiscm-0.21.1/configure-1212-    # Reject names that are not valid shell variable names.
##############################################
aiscm-0.21.1/configure-1215-    ac_useropt_orig=$ac_useropt
aiscm-0.21.1/configure:1216:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aiscm-0.21.1/configure-1217-    case $ac_user_opts in
##############################################
aiscm-0.21.1/configure-1226-  -without-* | --without-*)
aiscm-0.21.1/configure:1227:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aiscm-0.21.1/configure-1228-    # Reject names that are not valid shell variable names.
##############################################
aiscm-0.21.1/configure-1231-    ac_useropt_orig=$ac_useropt
aiscm-0.21.1/configure:1232:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aiscm-0.21.1/configure-1233-    case $ac_user_opts in
##############################################
aiscm-0.21.1/configure-1264-  *=*)
aiscm-0.21.1/configure:1265:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aiscm-0.21.1/configure-1266-    # Reject names that are not valid shell variable names.
##############################################
aiscm-0.21.1/configure-1285-if test -n "$ac_prev"; then
aiscm-0.21.1/configure:1286:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aiscm-0.21.1/configure-1287-  as_fn_error $? "missing argument to $ac_option"
##############################################
aiscm-0.21.1/configure-1307-    */ )
aiscm-0.21.1/configure:1308:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aiscm-0.21.1/configure-1309-      eval $ac_var=\$ac_val;;
##############################################
aiscm-0.21.1/configure-1342-ac_ls_di=`ls -di .` &&
aiscm-0.21.1/configure:1343:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aiscm-0.21.1/configure-1344-  as_fn_error $? "working directory cannot be determined"
##############################################
aiscm-0.21.1/configure-1398-case $srcdir in
aiscm-0.21.1/configure:1399:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aiscm-0.21.1/configure-1400-esac
##############################################
aiscm-0.21.1/configure-1441-By default, \`make install' will install all the files in
aiscm-0.21.1/configure:1442:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aiscm-0.21.1/configure:1443:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aiscm-0.21.1/configure-1444-for instance \`--prefix=\$HOME'.
##############################################
aiscm-0.21.1/configure-1601-*)
aiscm-0.21.1/configure:1602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aiscm-0.21.1/configure-1603-  # A ".." for each directory in $ac_dir_suffix.
aiscm-0.21.1/configure:1604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aiscm-0.21.1/configure-1605-  case $ac_top_builddir_sub in
##############################################
aiscm-0.21.1/configure-2210-    *\'*)
aiscm-0.21.1/configure:2211:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aiscm-0.21.1/configure-2212-    esac
##############################################
aiscm-0.21.1/configure-2293-      case $ac_val in
aiscm-0.21.1/configure:2294:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aiscm-0.21.1/configure-2295-      esac
##############################################
aiscm-0.21.1/configure-2308-	case $ac_val in
aiscm-0.21.1/configure:2309:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aiscm-0.21.1/configure-2310-	esac
##############################################
aiscm-0.21.1/configure-2428-    set,)
aiscm-0.21.1/configure:2429:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aiscm-0.21.1/configure:2430:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aiscm-0.21.1/configure-2431-      ac_cache_corrupted=: ;;
##############################################
aiscm-0.21.1/configure-2439-	# differences in whitespace do not lead to failure.
aiscm-0.21.1/configure:2440:	ac_old_val_w=`echo x $ac_old_val`
aiscm-0.21.1/configure:2441:	ac_new_val_w=`echo x $ac_new_val`
aiscm-0.21.1/configure-2442-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aiscm-0.21.1/configure-2459-    case $ac_new_val in
aiscm-0.21.1/configure:2460:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aiscm-0.21.1/configure-2461-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aiscm-0.21.1/configure-2636-     echo "timestamp, slept: $am_has_slept" > conftest.file
aiscm-0.21.1/configure:2637:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aiscm-0.21.1/configure-2638-     if test "$*" = "X"; then
aiscm-0.21.1/configure-2639-	# -L didn't work.
aiscm-0.21.1/configure:2640:	set X `ls -t "$srcdir/configure" conftest.file`
aiscm-0.21.1/configure-2641-     fi
##############################################
aiscm-0.21.1/configure-2687-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aiscm-0.21.1/configure:2688:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aiscm-0.21.1/configure-2689-
aiscm-0.21.1/configure-2690-# Expand $ac_aux_dir to an absolute path.
aiscm-0.21.1/configure:2691:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aiscm-0.21.1/configure-2692-
##############################################
aiscm-0.21.1/configure-2832-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aiscm-0.21.1/configure:2833:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aiscm-0.21.1/configure-2834-	     'mkdir (GNU coreutils) '* | \
##############################################
aiscm-0.21.1/configure-2905-set x ${MAKE-make}
aiscm-0.21.1/configure:2906:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aiscm-0.21.1/configure-2907-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aiscm-0.21.1/configure-2915-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aiscm-0.21.1/configure:2916:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aiscm-0.21.1/configure-2917-  *@@@%%%=?*=@@@%%%*)
##############################################
aiscm-0.21.1/configure-2981-
aiscm-0.21.1/configure:2982:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aiscm-0.21.1/configure-2983-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aiscm-0.21.1/configure-3135-test "x$ac_build_alias" = x &&
aiscm-0.21.1/configure:3136:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aiscm-0.21.1/configure-3137-test "x$ac_build_alias" = x &&
aiscm-0.21.1/configure-3138-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aiscm-0.21.1/configure:3139:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aiscm-0.21.1/configure-3140-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aiscm-0.21.1/configure-3159-IFS=$ac_save_IFS
aiscm-0.21.1/configure:3160:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aiscm-0.21.1/configure-3161-
##############################################
aiscm-0.21.1/configure-3170-else
aiscm-0.21.1/configure:3171:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aiscm-0.21.1/configure-3172-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aiscm-0.21.1/configure-3192-IFS=$ac_save_IFS
aiscm-0.21.1/configure:3193:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aiscm-0.21.1/configure-3194-
##############################################
aiscm-0.21.1/configure-3220-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aiscm-0.21.1/configure:3221:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aiscm-0.21.1/configure-3222-  ECHO='print -r --'
aiscm-0.21.1/configure:3223:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aiscm-0.21.1/configure-3224-  ECHO='printf %s\n'
##############################################
aiscm-0.21.1/configure-3673-$as_echo_n "checking whether the C compiler works... " >&6; }
aiscm-0.21.1/configure:3674:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aiscm-0.21.1/configure-3675-
##############################################
aiscm-0.21.1/configure-3717-	then :; else
aiscm-0.21.1/configure:3718:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aiscm-0.21.1/configure-3719-	fi
##############################################
aiscm-0.21.1/configure-3777-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aiscm-0.21.1/configure:3778:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aiscm-0.21.1/configure-3779-	  break;;
##############################################
aiscm-0.21.1/configure-3886-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aiscm-0.21.1/configure:3887:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aiscm-0.21.1/configure-3888-       break;;
##############################################
aiscm-0.21.1/configure-4204-  if test "$am_compiler_list" = ""; then
aiscm-0.21.1/configure:4205:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aiscm-0.21.1/configure-4206-  fi
##############################################
aiscm-0.21.1/configure-4328-  # Check for GNU $ac_path_SED
aiscm-0.21.1/configure:4329:case `"$ac_path_SED" --version 2>&1` in
aiscm-0.21.1/configure-4330-*GNU*)
##############################################
aiscm-0.21.1/configure-4404-  # Check for GNU $ac_path_GREP
aiscm-0.21.1/configure:4405:case `"$ac_path_GREP" --version 2>&1` in
aiscm-0.21.1/configure-4406-*GNU*)
##############################################
aiscm-0.21.1/configure-4470-  # Check for GNU $ac_path_EGREP
aiscm-0.21.1/configure:4471:case `"$ac_path_EGREP" --version 2>&1` in
aiscm-0.21.1/configure-4472-*GNU*)
##############################################
aiscm-0.21.1/configure-4537-  # Check for GNU $ac_path_FGREP
aiscm-0.21.1/configure:4538:case `"$ac_path_FGREP" --version 2>&1` in
aiscm-0.21.1/configure-4539-*GNU*)
##############################################
aiscm-0.21.1/configure-4617-    # gcc leaves a trailing carriage return, which upsets mingw
aiscm-0.21.1/configure:4618:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aiscm-0.21.1/configure-4619-  *)
aiscm-0.21.1/configure:4620:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aiscm-0.21.1/configure-4621-  esac
##############################################
aiscm-0.21.1/configure-4626-      # Canonicalize the pathname of ld
aiscm-0.21.1/configure:4627:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aiscm-0.21.1/configure-4628-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aiscm-0.21.1/configure:4629:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aiscm-0.21.1/configure-4630-      done
##############################################
aiscm-0.21.1/configure-4661-      # Break only if it was the GNU/non-GNU ld that we prefer.
aiscm-0.21.1/configure:4662:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-4663-      *GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-4692-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aiscm-0.21.1/configure:4693:case `$LD -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-4694-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-4742-	esac
aiscm-0.21.1/configure:4743:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aiscm-0.21.1/configure-4744-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aiscm-0.21.1/configure-4748-	*)
aiscm-0.21.1/configure:4749:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aiscm-0.21.1/configure-4750-	  */dev/null*)
##############################################
aiscm-0.21.1/configure-4876-
aiscm-0.21.1/configure:4877:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aiscm-0.21.1/configure-4878-    *COFF*)
##############################################
aiscm-0.21.1/configure-4988-    # And add a safety zone
aiscm-0.21.1/configure:4989:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aiscm-0.21.1/configure:4990:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aiscm-0.21.1/configure-4991-    ;;
##############################################
aiscm-0.21.1/configure-5021-    if test -n "$kargmax"; then
aiscm-0.21.1/configure:5022:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
aiscm-0.21.1/configure-5023-    else
##############################################
aiscm-0.21.1/configure-5030-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aiscm-0.21.1/configure:5031:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aiscm-0.21.1/configure:5032:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aiscm-0.21.1/configure-5033-    else
##############################################
aiscm-0.21.1/configure-5042-      # we can't tell.
aiscm-0.21.1/configure:5043:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aiscm-0.21.1/configure-5044-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aiscm-0.21.1/configure-5046-      do
aiscm-0.21.1/configure:5047:        i=`expr $i + 1`
aiscm-0.21.1/configure-5048-        teststring=$teststring$teststring
##############################################
aiscm-0.21.1/configure-5050-      # Only check the string length outside the loop.
aiscm-0.21.1/configure:5051:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aiscm-0.21.1/configure-5052-      teststring=
##############################################
aiscm-0.21.1/configure-5055-      # linker.  It appears as though 1/2 is a usable value.
aiscm-0.21.1/configure:5056:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aiscm-0.21.1/configure-5057-    fi
##############################################
aiscm-0.21.1/configure-5466-openbsd* | bitrig*)
aiscm-0.21.1/configure:5467:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/configure-5468-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
aiscm-0.21.1/configure-5536-    else
aiscm-0.21.1/configure:5537:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
aiscm-0.21.1/configure-5538-    fi
##############################################
aiscm-0.21.1/configure-5681-  # decide which one to use based on capabilities of $DLLTOOL
aiscm-0.21.1/configure:5682:  case `$DLLTOOL --help 2>&1` in
aiscm-0.21.1/configure-5683-  *--identify-strict*)
##############################################
aiscm-0.21.1/configure-6203-# If we're using GNU nm, then use its standard symbol codes.
aiscm-0.21.1/configure:6204:case `$NM -V 2>&1` in
aiscm-0.21.1/configure-6205-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-6251-mingw*)
aiscm-0.21.1/configure:6252:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aiscm-0.21.1/configure-6253-  ;;
##############################################
aiscm-0.21.1/configure-6483-   if test yes = "$GCC"; then
aiscm-0.21.1/configure:6484:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aiscm-0.21.1/configure-6485-   fi
##############################################
aiscm-0.21.1/configure-6487- /*)
aiscm-0.21.1/configure:6488:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aiscm-0.21.1/configure-6489-   ;; #(
##############################################
aiscm-0.21.1/configure-6582-    done
aiscm-0.21.1/configure:6583:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aiscm-0.21.1/configure-6584-}
##############################################
aiscm-0.21.1/configure-6604-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:6605:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6606-      *ELF-32*)
##############################################
aiscm-0.21.1/configure-6625-    if test yes = "$lt_cv_prog_gnu_ld"; then
aiscm-0.21.1/configure:6626:      case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6627-	*32-bit*)
##############################################
aiscm-0.21.1/configure-6637-    else
aiscm-0.21.1/configure:6638:      case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6639-	*32-bit*)
##############################################
aiscm-0.21.1/configure-6663-    emul=elf
aiscm-0.21.1/configure:6664:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6665-      *32-bit*)
##############################################
aiscm-0.21.1/configure-6671-    esac
aiscm-0.21.1/configure:6672:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6673-      *MSB*)
##############################################
aiscm-0.21.1/configure-6679-    esac
aiscm-0.21.1/configure:6680:    case `/usr/bin/file conftest.$ac_objext` in
aiscm-0.21.1/configure-6681-      *N32*)
##############################################
aiscm-0.21.1/configure-7612-    *:)
aiscm-0.21.1/configure:7613:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aiscm-0.21.1/configure-7614-        ;;
aiscm-0.21.1/configure-7615-    x:*)
aiscm-0.21.1/configure:7616:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/configure-7617-        ;;
aiscm-0.21.1/configure-7618-    *::*)
aiscm-0.21.1/configure:7619:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aiscm-0.21.1/configure:7620:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aiscm-0.21.1/configure-7621-        ;;
aiscm-0.21.1/configure-7622-    *)
aiscm-0.21.1/configure:7623:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/configure-7624-        ;;
##############################################
aiscm-0.21.1/configure-7881-do :
aiscm-0.21.1/configure:7882:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aiscm-0.21.1/configure-7883-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aiscm-0.21.1/configure-7886-  cat >>confdefs.h <<_ACEOF
aiscm-0.21.1/configure:7887:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aiscm-0.21.1/configure-7888-_ACEOF
##############################################
aiscm-0.21.1/configure-8244-	"file_magic "*)
aiscm-0.21.1/configure:8245:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aiscm-0.21.1/configure-8246-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aiscm-0.21.1/configure-8310-	"file_magic "*)
aiscm-0.21.1/configure:8311:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aiscm-0.21.1/configure-8312-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aiscm-0.21.1/configure-8708-      *)
aiscm-0.21.1/configure:8709:	case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/configure-8710-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
aiscm-0.21.1/configure-9157-	# shared libraries, regardless of the interface used.
aiscm-0.21.1/configure:9158:	case `$LD -v 2>&1` in
aiscm-0.21.1/configure-9159-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aiscm-0.21.1/configure-9189-    supports_anon_versioning=no
aiscm-0.21.1/configure:9190:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
aiscm-0.21.1/configure-9191-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aiscm-0.21.1/configure-9258-	# is; otherwise, prepend EXPORTS...
aiscm-0.21.1/configure:9259:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aiscm-0.21.1/configure-9260-          cp $export_symbols $output_objdir/$soname.def;
##############################################
aiscm-0.21.1/configure-9292-	prefix_cmds="$SED"~
aiscm-0.21.1/configure:9293:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/configure-9294-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/configure-9314-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aiscm-0.21.1/configure:9315:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aiscm-0.21.1/configure:9316:      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'
aiscm-0.21.1/configure-9317-      ;;
##############################################
aiscm-0.21.1/configure-9332-        pgcc*)				# Portland Group C compiler
aiscm-0.21.1/configure:9333:	  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'
aiscm-0.21.1/configure-9334-	  tmp_addflag=' $pic_flag'
##############################################
aiscm-0.21.1/configure-9337-					# Portland Group f77 and f90 compilers
aiscm-0.21.1/configure:9338:	  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'
aiscm-0.21.1/configure-9339-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aiscm-0.21.1/configure-9354-	nvcc*)	# Cuda Compiler Driver 2.2
aiscm-0.21.1/configure:9355:	  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'
aiscm-0.21.1/configure-9356-	  compiler_needs_object=yes
##############################################
aiscm-0.21.1/configure-9358-	esac
aiscm-0.21.1/configure:9359:	case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/configure-9360-	*Sun\ C*)			# Sun C 5.9
aiscm-0.21.1/configure:9361:	  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'
aiscm-0.21.1/configure-9362-	  compiler_needs_object=yes
##############################################
aiscm-0.21.1/configure-9429-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aiscm-0.21.1/configure:9430:      case `$LD -v 2>&1` in
aiscm-0.21.1/configure-9431-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aiscm-0.21.1/configure-9518-	else
aiscm-0.21.1/configure:9519:	  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'
aiscm-0.21.1/configure-9520-	fi
##############################################
aiscm-0.21.1/configure-9583-	# below for broken collect2 doesn't work under 4.3+
aiscm-0.21.1/configure:9584:	  collect2name=`$CC -print-prog-name=collect2`
aiscm-0.21.1/configure-9585-	  if test -f "$collect2name" &&
##############################################
aiscm-0.21.1/configure-9663-      }'
aiscm-0.21.1/configure:9664:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-9665-  # Check for a 64-bit object if we didn't find anything.
aiscm-0.21.1/configure-9666-  if test -z "$lt_cv_aix_libpath_"; then
aiscm-0.21.1/configure:9667:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-9668-  fi
##############################################
aiscm-0.21.1/configure-9681-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
aiscm-0.21.1/configure:9682:        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
aiscm-0.21.1/configure-9683-      else
##############################################
aiscm-0.21.1/configure-9716-      }'
aiscm-0.21.1/configure:9717:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-9718-  # Check for a 64-bit object if we didn't find anything.
aiscm-0.21.1/configure-9719-  if test -z "$lt_cv_aix_libpath_"; then
aiscm-0.21.1/configure:9720:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-9721-  fi
##############################################
aiscm-0.21.1/configure-9748-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aiscm-0.21.1/configure:9749:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aiscm-0.21.1/configure-9750-	  if test svr4 != "$with_aix_soname"; then
##############################################
aiscm-0.21.1/configure-9801-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aiscm-0.21.1/configure:9802:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aiscm-0.21.1/configure-9803-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aiscm-0.21.1/configure-9839-	# FIXME: Setting linknames here is a bad hack.
aiscm-0.21.1/configure:9840:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aiscm-0.21.1/configure-9841-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aiscm-0.21.1/configure-9857-  if test yes = "$lt_cv_ld_force_load"; then
aiscm-0.21.1/configure:9858:    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\"`'
aiscm-0.21.1/configure-9859-
##############################################
aiscm-0.21.1/configure-10037-      if test yes = "$GCC"; then
aiscm-0.21.1/configure:10038:	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'
aiscm-0.21.1/configure-10039-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aiscm-0.21.1/configure-10065-	if test yes = "$lt_cv_irix_exported_symbol"; then
aiscm-0.21.1/configure:10066:          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'
aiscm-0.21.1/configure-10067-	fi
##############################################
aiscm-0.21.1/configure-10069-      else
aiscm-0.21.1/configure:10070:	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'
aiscm-0.21.1/configure:10071:	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'
aiscm-0.21.1/configure-10072-      fi
##############################################
aiscm-0.21.1/configure-10116-	hardcode_direct_absolute=yes
aiscm-0.21.1/configure:10117:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/configure-10118-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aiscm-0.21.1/configure-10147-	prefix_cmds="$SED"~
aiscm-0.21.1/configure:10148:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/configure-10149-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/configure-10161-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/configure:10162:	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'
aiscm-0.21.1/configure-10163-      else
aiscm-0.21.1/configure-10164-	allow_undefined_flag=' -expect_unresolved \*'
aiscm-0.21.1/configure:10165:	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'
aiscm-0.21.1/configure-10166-      fi
##############################################
aiscm-0.21.1/configure-10174-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/configure:10175:	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'
aiscm-0.21.1/configure-10176-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
aiscm-0.21.1/configure-10178-	allow_undefined_flag=' -expect_unresolved \*'
aiscm-0.21.1/configure:10179:	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'
aiscm-0.21.1/configure:10180:	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~
aiscm-0.21.1/configure:10181:          $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'
aiscm-0.21.1/configure-10182-
##############################################
aiscm-0.21.1/configure-10197-      else
aiscm-0.21.1/configure:10198:	case `$CC -V 2>&1` in
aiscm-0.21.1/configure-10199-	*"Compilers 5.0"*)
##############################################
aiscm-0.21.1/configure-10596-  esac
aiscm-0.21.1/configure:10597:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aiscm-0.21.1/configure-10598-  case $lt_search_path_spec in
##############################################
aiscm-0.21.1/configure-10603-    # okay in the real world where ";" in dirpaths is itself problematic.
aiscm-0.21.1/configure:10604:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aiscm-0.21.1/configure-10605-    ;;
aiscm-0.21.1/configure-10606-  *)
aiscm-0.21.1/configure:10607:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/configure-10608-    ;;
##############################################
aiscm-0.21.1/configure-10612-  lt_tmp_lt_search_path_spec=
aiscm-0.21.1/configure:10613:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aiscm-0.21.1/configure-10614-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aiscm-0.21.1/configure-10654-  esac
aiscm-0.21.1/configure:10655:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aiscm-0.21.1/configure-10656-else
##############################################
aiscm-0.21.1/configure-10794-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aiscm-0.21.1/configure:10795:    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'
aiscm-0.21.1/configure-10796-    ;;
##############################################
aiscm-0.21.1/configure-10830-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/configure:10831:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:10832:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/configure:10833:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-10834-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/configure-10839-      fi'
aiscm-0.21.1/configure:10840:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/configure-10841-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-10847-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aiscm-0.21.1/configure:10848:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-10849-
##############################################
aiscm-0.21.1/configure-10853-      # MinGW DLLs use traditional 'lib' prefix
aiscm-0.21.1/configure:10854:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-10855-      ;;
##############################################
aiscm-0.21.1/configure-10857-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aiscm-0.21.1/configure:10858:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-10859-      ;;
##############################################
aiscm-0.21.1/configure-10866-    libname_spec='$name'
aiscm-0.21.1/configure:10867:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-10868-    library_names_spec='$libname.dll.lib'
##############################################
aiscm-0.21.1/configure-10878-        # Let DOS variable expansion print the short 8.3 style file name.
aiscm-0.21.1/configure:10879:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aiscm-0.21.1/configure-10880-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aiscm-0.21.1/configure-10883-      # Convert to MSYS style.
aiscm-0.21.1/configure:10884:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aiscm-0.21.1/configure-10885-      ;;
##############################################
aiscm-0.21.1/configure-10889-      # like /cygdrive/c/PROGRA~1:/cygdr...
aiscm-0.21.1/configure:10890:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aiscm-0.21.1/configure:10891:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aiscm-0.21.1/configure:10892:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/configure-10893-      ;;
##############################################
aiscm-0.21.1/configure-10897-        # It is most probably a Windows format PATH.
aiscm-0.21.1/configure:10898:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aiscm-0.21.1/configure-10899-      else
aiscm-0.21.1/configure:10900:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/configure-10901-      fi
##############################################
aiscm-0.21.1/configure-10907-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/configure:10908:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:10909:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/configure:10910:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-10911-      test -d \$dldir || mkdir -p \$dldir~
aiscm-0.21.1/configure-10912-      $install_prog $dir/$dlname \$dldir/$dlname'
aiscm-0.21.1/configure:10913:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/configure-10914-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-10921-    # Assume MSVC wrapper
aiscm-0.21.1/configure:10922:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aiscm-0.21.1/configure-10923-    dynamic_linker='Win32 ld.exe'
##############################################
aiscm-0.21.1/configure-10938-  shlibpath_var=DYLD_LIBRARY_PATH
aiscm-0.21.1/configure:10939:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aiscm-0.21.1/configure-10940-
##############################################
aiscm-0.21.1/configure-11191-  if test -f /etc/ld.so.conf; then
aiscm-0.21.1/configure:11192:    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' ' '`
aiscm-0.21.1/configure-11193-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aiscm-0.21.1/configure-11257-  need_lib_prefix=no
aiscm-0.21.1/configure:11258:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/configure-11259-    need_version=no
##############################################
aiscm-0.21.1/configure-11284-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aiscm-0.21.1/configure:11285:  postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:11286:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aiscm-0.21.1/configure:11287:    dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-11288-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/configure-11293-    fi'
aiscm-0.21.1/configure:11294:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aiscm-0.21.1/configure-11295-    dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-12850-  if test "$am_compiler_list" = ""; then
aiscm-0.21.1/configure:12851:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aiscm-0.21.1/configure-12852-  fi
##############################################
aiscm-0.21.1/configure-13235-  if test "$am_compiler_list" = ""; then
aiscm-0.21.1/configure:13236:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aiscm-0.21.1/configure-13237-  fi
##############################################
aiscm-0.21.1/configure-13339-  case $2 in
aiscm-0.21.1/configure:13340:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
aiscm-0.21.1/configure:13341:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
aiscm-0.21.1/configure-13342-  esac
##############################################
aiscm-0.21.1/configure-13619-    # gcc leaves a trailing carriage return, which upsets mingw
aiscm-0.21.1/configure:13620:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aiscm-0.21.1/configure-13621-  *)
aiscm-0.21.1/configure:13622:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aiscm-0.21.1/configure-13623-  esac
##############################################
aiscm-0.21.1/configure-13628-      # Canonicalize the pathname of ld
aiscm-0.21.1/configure:13629:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aiscm-0.21.1/configure-13630-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aiscm-0.21.1/configure:13631:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aiscm-0.21.1/configure-13632-      done
##############################################
aiscm-0.21.1/configure-13663-      # Break only if it was the GNU/non-GNU ld that we prefer.
aiscm-0.21.1/configure:13664:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-13665-      *GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-13694-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aiscm-0.21.1/configure:13695:case `$LD -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-13696-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-13728-        # ancient GNU ld didn't support --whole-archive et. al.
aiscm-0.21.1/configure:13729:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aiscm-0.21.1/configure-13730-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aiscm-0.21.1/configure-13839-          # below for broken collect2 doesn't work under 4.3+
aiscm-0.21.1/configure:13840:	  collect2name=`$CC -print-prog-name=collect2`
aiscm-0.21.1/configure-13841-	  if test -f "$collect2name" &&
##############################################
aiscm-0.21.1/configure-13920-      }'
aiscm-0.21.1/configure:13921:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-13922-  # Check for a 64-bit object if we didn't find anything.
aiscm-0.21.1/configure-13923-  if test -z "$lt_cv_aix_libpath__CXX"; then
aiscm-0.21.1/configure:13924:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-13925-  fi
##############################################
aiscm-0.21.1/configure-13939-
aiscm-0.21.1/configure:13940:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aiscm-0.21.1/configure-13941-        else
##############################################
aiscm-0.21.1/configure-13974-      }'
aiscm-0.21.1/configure:13975:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-13976-  # Check for a 64-bit object if we didn't find anything.
aiscm-0.21.1/configure-13977-  if test -z "$lt_cv_aix_libpath__CXX"; then
aiscm-0.21.1/configure:13978:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aiscm-0.21.1/configure-13979-  fi
##############################################
aiscm-0.21.1/configure-14006-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aiscm-0.21.1/configure:14007:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aiscm-0.21.1/configure-14008-	    if test svr4 != "$with_aix_soname"; then
##############################################
aiscm-0.21.1/configure-14059-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aiscm-0.21.1/configure:14060:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aiscm-0.21.1/configure-14061-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aiscm-0.21.1/configure-14101-	    # is; otherwise, prepend EXPORTS...
aiscm-0.21.1/configure:14102:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aiscm-0.21.1/configure-14103-              cp $export_symbols $output_objdir/$soname.def;
##############################################
aiscm-0.21.1/configure-14122-  if test yes = "$lt_cv_ld_force_load"; then
aiscm-0.21.1/configure:14123:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aiscm-0.21.1/configure-14124-
##############################################
aiscm-0.21.1/configure-14167-	  prefix_cmds="$SED"~
aiscm-0.21.1/configure:14168:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aiscm-0.21.1/configure-14169-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aiscm-0.21.1/configure-14241-            # dependencies.
aiscm-0.21.1/configure:14242:            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"'
aiscm-0.21.1/configure-14243-            ;;
##############################################
aiscm-0.21.1/configure-14306-	    # dependencies.
aiscm-0.21.1/configure:14307:	    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"'
aiscm-0.21.1/configure-14308-	    ;;
##############################################
aiscm-0.21.1/configure-14342-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aiscm-0.21.1/configure:14343:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aiscm-0.21.1/configure:14344:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aiscm-0.21.1/configure-14345-	;;
##############################################
aiscm-0.21.1/configure-14349-	    # SGI C++
aiscm-0.21.1/configure:14350:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure-14351-
##############################################
aiscm-0.21.1/configure-14360-	      if test no = "$with_gnu_ld"; then
aiscm-0.21.1/configure:14361:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure-14362-	      else
aiscm-0.21.1/configure:14363:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
aiscm-0.21.1/configure-14364-	      fi
##############################################
aiscm-0.21.1/configure-14381-	    # to its proper name (with version) after linking.
aiscm-0.21.1/configure:14382:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aiscm-0.21.1/configure:14383:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
aiscm-0.21.1/configure-14384-	    # Commands to make compiler produce verbose output that lists
##############################################
aiscm-0.21.1/configure-14391-	    # dependencies.
aiscm-0.21.1/configure:14392:	    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"'
aiscm-0.21.1/configure-14393-
##############################################
aiscm-0.21.1/configure-14406-	    # earlier do not add the objects themselves.
aiscm-0.21.1/configure:14407:	    case `$CC -V 2>&1` in
aiscm-0.21.1/configure-14408-	      *"Version 7."*)
##############################################
aiscm-0.21.1/configure-14427-            # Portland Group C++ compiler
aiscm-0.21.1/configure:14428:	    case `$CC -V` in
aiscm-0.21.1/configure-14429-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
aiscm-0.21.1/configure-14432-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aiscm-0.21.1/configure:14433:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aiscm-0.21.1/configure-14434-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
aiscm-0.21.1/configure-14436-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aiscm-0.21.1/configure:14437:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aiscm-0.21.1/configure-14438-                $RANLIB $oldlib'
##############################################
aiscm-0.21.1/configure-14441-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aiscm-0.21.1/configure:14442:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aiscm-0.21.1/configure-14443-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
aiscm-0.21.1/configure-14445-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aiscm-0.21.1/configure:14446:                $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'
aiscm-0.21.1/configure-14447-	      ;;
##############################################
aiscm-0.21.1/configure-14455-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
aiscm-0.21.1/configure:14456:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aiscm-0.21.1/configure-14457-            ;;
##############################################
aiscm-0.21.1/configure-14474-	    # dependencies.
aiscm-0.21.1/configure:14475:	    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'
aiscm-0.21.1/configure-14476-	    ;;
##############################################
aiscm-0.21.1/configure-14489-	  *)
aiscm-0.21.1/configure:14490:	    case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/configure-14491-	    *Sun\ C*)
##############################################
aiscm-0.21.1/configure-14496-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
aiscm-0.21.1/configure:14497:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aiscm-0.21.1/configure-14498-	      compiler_needs_object_CXX=yes
##############################################
aiscm-0.21.1/configure-14561-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
aiscm-0.21.1/configure:14562:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aiscm-0.21.1/configure-14563-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
aiscm-0.21.1/configure-14580-	    # to its proper name (with version) after linking.
aiscm-0.21.1/configure:14581:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aiscm-0.21.1/configure-14582-
##############################################
aiscm-0.21.1/configure-14601-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
aiscm-0.21.1/configure:14602:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure-14603-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
aiscm-0.21.1/configure-14606-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
aiscm-0.21.1/configure:14607:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure:14608:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aiscm-0.21.1/configure-14609-                  echo "-hidden">> $lib.exp~
aiscm-0.21.1/configure:14610:                  $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~
aiscm-0.21.1/configure-14611-                  $RM $lib.exp'
##############################################
aiscm-0.21.1/configure-14625-	    # dependencies.
aiscm-0.21.1/configure:14626:	    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"'
aiscm-0.21.1/configure-14627-	    ;;
##############################################
aiscm-0.21.1/configure-14632-	        osf3*)
aiscm-0.21.1/configure:14633:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure-14634-		  ;;
aiscm-0.21.1/configure-14635-	        *)
aiscm-0.21.1/configure:14636:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aiscm-0.21.1/configure-14637-		  ;;
##############################################
aiscm-0.21.1/configure-14879-
aiscm-0.21.1/configure:14880:  for p in `eval "$output_verbose_link_cmd"`; do
aiscm-0.21.1/configure-14881-    case $prev$p in
##############################################
aiscm-0.21.1/configure-14982-if test -n "${compiler_lib_search_path_CXX}"; then
aiscm-0.21.1/configure:14983: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aiscm-0.21.1/configure-14984-fi
##############################################
aiscm-0.21.1/configure-15229-	  *)
aiscm-0.21.1/configure:15230:	    case `$CC -V 2>&1 | sed 5q` in
aiscm-0.21.1/configure-15231-	    *Sun\ C*)
##############################################
aiscm-0.21.1/configure-15611-    else
aiscm-0.21.1/configure:15612:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aiscm-0.21.1/configure-15613-    fi
##############################################
aiscm-0.21.1/configure-15916-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aiscm-0.21.1/configure:15917:    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'
aiscm-0.21.1/configure-15918-    ;;
##############################################
aiscm-0.21.1/configure-15952-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/configure:15953:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:15954:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/configure:15955:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-15956-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/configure-15961-      fi'
aiscm-0.21.1/configure:15962:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/configure-15963-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-15969-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aiscm-0.21.1/configure:15970:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-15971-
##############################################
aiscm-0.21.1/configure-15974-      # MinGW DLLs use traditional 'lib' prefix
aiscm-0.21.1/configure:15975:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-15976-      ;;
##############################################
aiscm-0.21.1/configure-15978-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aiscm-0.21.1/configure:15979:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-15980-      ;;
##############################################
aiscm-0.21.1/configure-15987-    libname_spec='$name'
aiscm-0.21.1/configure:15988:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aiscm-0.21.1/configure-15989-    library_names_spec='$libname.dll.lib'
##############################################
aiscm-0.21.1/configure-15999-        # Let DOS variable expansion print the short 8.3 style file name.
aiscm-0.21.1/configure:16000:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aiscm-0.21.1/configure-16001-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aiscm-0.21.1/configure-16004-      # Convert to MSYS style.
aiscm-0.21.1/configure:16005:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aiscm-0.21.1/configure-16006-      ;;
##############################################
aiscm-0.21.1/configure-16010-      # like /cygdrive/c/PROGRA~1:/cygdr...
aiscm-0.21.1/configure:16011:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aiscm-0.21.1/configure:16012:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aiscm-0.21.1/configure:16013:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/configure-16014-      ;;
##############################################
aiscm-0.21.1/configure-16018-        # It is most probably a Windows format PATH.
aiscm-0.21.1/configure:16019:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aiscm-0.21.1/configure-16020-      else
aiscm-0.21.1/configure:16021:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aiscm-0.21.1/configure-16022-      fi
##############################################
aiscm-0.21.1/configure-16028-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aiscm-0.21.1/configure:16029:    postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:16030:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aiscm-0.21.1/configure:16031:      dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-16032-      test -d \$dldir || mkdir -p \$dldir~
aiscm-0.21.1/configure-16033-      $install_prog $dir/$dlname \$dldir/$dlname'
aiscm-0.21.1/configure:16034:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aiscm-0.21.1/configure-16035-      dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-16042-    # Assume MSVC wrapper
aiscm-0.21.1/configure:16043:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aiscm-0.21.1/configure-16044-    dynamic_linker='Win32 ld.exe'
##############################################
aiscm-0.21.1/configure-16059-  shlibpath_var=DYLD_LIBRARY_PATH
aiscm-0.21.1/configure:16060:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aiscm-0.21.1/configure-16061-
##############################################
aiscm-0.21.1/configure-16311-  if test -f /etc/ld.so.conf; then
aiscm-0.21.1/configure:16312:    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' ' '`
aiscm-0.21.1/configure-16313-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aiscm-0.21.1/configure-16377-  need_lib_prefix=no
aiscm-0.21.1/configure:16378:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aiscm-0.21.1/configure-16379-    need_version=no
##############################################
aiscm-0.21.1/configure-16404-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aiscm-0.21.1/configure:16405:  postinstall_cmds='base_file=`basename \$file`~
aiscm-0.21.1/configure:16406:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aiscm-0.21.1/configure:16407:    dldir=$destdir/`dirname \$dlpath`~
aiscm-0.21.1/configure-16408-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aiscm-0.21.1/configure-16413-    fi'
aiscm-0.21.1/configure:16414:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aiscm-0.21.1/configure-16415-    dlpath=$dir/\$dldll~
##############################################
aiscm-0.21.1/configure-16989-do :
aiscm-0.21.1/configure:16990:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aiscm-0.21.1/configure-16991-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aiscm-0.21.1/configure-16993-  cat >>confdefs.h <<_ACEOF
aiscm-0.21.1/configure:16994:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aiscm-0.21.1/configure-16995-_ACEOF
##############################################
aiscm-0.21.1/configure-17106-		if test -e "$ac_llvm_config_path"; then
aiscm-0.21.1/configure:17107:			LLVM_CFLAGS=`$ac_llvm_config_path --cflags`
aiscm-0.21.1/configure:17108:			LLVM_LDFLAGS=`$ac_llvm_config_path --ldflags`
aiscm-0.21.1/configure-17109-			LLVM_LIBS="$($ac_llvm_config_path --libs orcjit)"
##############################################
aiscm-0.21.1/configure-17443-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
aiscm-0.21.1/configure:17444:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
aiscm-0.21.1/configure-17445-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
aiscm-0.21.1/configure-17834-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:17835:  pkg_cv_SWSCALE_CFLAGS=`$PKG_CONFIG --cflags "libswscale >= 2.1.0" 2>/dev/null`
aiscm-0.21.1/configure-17836-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-17851-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:17852:  pkg_cv_SWSCALE_LIBS=`$PKG_CONFIG --libs "libswscale >= 2.1.0" 2>/dev/null`
aiscm-0.21.1/configure-17853-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-17872-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:17873:	        SWSCALE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libswscale >= 2.1.0" 2>&1`
aiscm-0.21.1/configure-17874-        else
aiscm-0.21.1/configure:17875:	        SWSCALE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libswscale >= 2.1.0" 2>&1`
aiscm-0.21.1/configure-17876-        fi
##############################################
aiscm-0.21.1/configure-17928-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:17929:  pkg_cv_SWRESAMPLE_CFLAGS=`$PKG_CONFIG --cflags "libswresample >= 1.1.100" 2>/dev/null`
aiscm-0.21.1/configure-17930-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-17945-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:17946:  pkg_cv_SWRESAMPLE_LIBS=`$PKG_CONFIG --libs "libswresample >= 1.1.100" 2>/dev/null`
aiscm-0.21.1/configure-17947-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-17966-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:17967:	        SWRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libswresample >= 1.1.100" 2>&1`
aiscm-0.21.1/configure-17968-        else
aiscm-0.21.1/configure:17969:	        SWRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libswresample >= 1.1.100" 2>&1`
aiscm-0.21.1/configure-17970-        fi
##############################################
aiscm-0.21.1/configure-17987-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:17988:  pkg_cv_AVRESAMPLE_CFLAGS=`$PKG_CONFIG --cflags "libavresample >= 1.0.1" 2>/dev/null`
aiscm-0.21.1/configure-17989-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18004-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18005:  pkg_cv_AVRESAMPLE_LIBS=`$PKG_CONFIG --libs "libavresample >= 1.0.1" 2>/dev/null`
aiscm-0.21.1/configure-18006-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18025-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18026:	        AVRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavresample >= 1.0.1" 2>&1`
aiscm-0.21.1/configure-18027-        else
aiscm-0.21.1/configure:18028:	        AVRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavresample >= 1.0.1" 2>&1`
aiscm-0.21.1/configure-18029-        fi
##############################################
aiscm-0.21.1/configure-18081-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18082:  pkg_cv_AVRESAMPLE_CFLAGS=`$PKG_CONFIG --cflags "libavresample >= 1.0.1" 2>/dev/null`
aiscm-0.21.1/configure-18083-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18098-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18099:  pkg_cv_AVRESAMPLE_LIBS=`$PKG_CONFIG --libs "libavresample >= 1.0.1" 2>/dev/null`
aiscm-0.21.1/configure-18100-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18119-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18120:	        AVRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavresample >= 1.0.1" 2>&1`
aiscm-0.21.1/configure-18121-        else
aiscm-0.21.1/configure:18122:	        AVRESAMPLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavresample >= 1.0.1" 2>&1`
aiscm-0.21.1/configure-18123-        fi
##############################################
aiscm-0.21.1/configure-18186-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18187:  pkg_cv_MJPEG_CFLAGS=`$PKG_CONFIG --cflags "mjpegtools >= 1.9.0" 2>/dev/null`
aiscm-0.21.1/configure-18188-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18203-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18204:  pkg_cv_MJPEG_LIBS=`$PKG_CONFIG --libs "mjpegtools >= 1.9.0" 2>/dev/null`
aiscm-0.21.1/configure-18205-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18224-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18225:	        MJPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mjpegtools >= 1.9.0" 2>&1`
aiscm-0.21.1/configure-18226-        else
aiscm-0.21.1/configure:18227:	        MJPEG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mjpegtools >= 1.9.0" 2>&1`
aiscm-0.21.1/configure-18228-        fi
##############################################
aiscm-0.21.1/configure-18280-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18281:  pkg_cv_MAGICK_CFLAGS=`$PKG_CONFIG --cflags "ImageMagick >= 6.7.7" 2>/dev/null`
aiscm-0.21.1/configure-18282-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18297-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18298:  pkg_cv_MAGICK_LIBS=`$PKG_CONFIG --libs "ImageMagick >= 6.7.7" 2>/dev/null`
aiscm-0.21.1/configure-18299-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18318-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18319:	        MAGICK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ImageMagick >= 6.7.7" 2>&1`
aiscm-0.21.1/configure-18320-        else
aiscm-0.21.1/configure:18321:	        MAGICK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ImageMagick >= 6.7.7" 2>&1`
aiscm-0.21.1/configure-18322-        fi
##############################################
aiscm-0.21.1/configure-18374-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18375:  pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse-simple >= 1.1" 2>/dev/null`
aiscm-0.21.1/configure-18376-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18391-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18392:  pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse-simple >= 1.1" 2>/dev/null`
aiscm-0.21.1/configure-18393-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18412-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18413:	        PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpulse-simple >= 1.1" 2>&1`
aiscm-0.21.1/configure-18414-        else
aiscm-0.21.1/configure:18415:	        PULSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpulse-simple >= 1.1" 2>&1`
aiscm-0.21.1/configure-18416-        fi
##############################################
aiscm-0.21.1/configure-18468-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18469:  pkg_cv_AVUTIL_CFLAGS=`$PKG_CONFIG --cflags "libavutil >= 52.3.0" 2>/dev/null`
aiscm-0.21.1/configure-18470-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18485-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18486:  pkg_cv_AVUTIL_LIBS=`$PKG_CONFIG --libs "libavutil >= 52.3.0" 2>/dev/null`
aiscm-0.21.1/configure-18487-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18506-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18507:	        AVUTIL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavutil >= 52.3.0" 2>&1`
aiscm-0.21.1/configure-18508-        else
aiscm-0.21.1/configure:18509:	        AVUTIL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavutil >= 52.3.0" 2>&1`
aiscm-0.21.1/configure-18510-        fi
##############################################
aiscm-0.21.1/configure-18562-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18563:  pkg_cv_AVCODEC_CFLAGS=`$PKG_CONFIG --cflags "libavcodec >= 54.35.0" 2>/dev/null`
aiscm-0.21.1/configure-18564-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18579-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18580:  pkg_cv_AVCODEC_LIBS=`$PKG_CONFIG --libs "libavcodec >= 54.35.0" 2>/dev/null`
aiscm-0.21.1/configure-18581-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18600-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18601:	        AVCODEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavcodec >= 54.35.0" 2>&1`
aiscm-0.21.1/configure-18602-        else
aiscm-0.21.1/configure:18603:	        AVCODEC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavcodec >= 54.35.0" 2>&1`
aiscm-0.21.1/configure-18604-        fi
##############################################
aiscm-0.21.1/configure-18656-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18657:  pkg_cv_AVFORMAT_CFLAGS=`$PKG_CONFIG --cflags "libavformat >= 54.20.4" 2>/dev/null`
aiscm-0.21.1/configure-18658-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18673-  test $ac_status = 0; }; then
aiscm-0.21.1/configure:18674:  pkg_cv_AVFORMAT_LIBS=`$PKG_CONFIG --libs "libavformat >= 54.20.4" 2>/dev/null`
aiscm-0.21.1/configure-18675-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aiscm-0.21.1/configure-18694-        if test $_pkg_short_errors_supported = yes; then
aiscm-0.21.1/configure:18695:	        AVFORMAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavformat >= 54.20.4" 2>&1`
aiscm-0.21.1/configure-18696-        else
aiscm-0.21.1/configure:18697:	        AVFORMAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavformat >= 54.20.4" 2>&1`
aiscm-0.21.1/configure-18698-        fi
##############################################
aiscm-0.21.1/configure-19075-    for ac_var in incroot usrlibdir libdir; do
aiscm-0.21.1/configure:19076:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
aiscm-0.21.1/configure-19077-    done
##############################################
aiscm-0.21.1/configure-19185-  LIBS=$ac_save_LIBS
aiscm-0.21.1/configure:19186:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
aiscm-0.21.1/configure-19187-do
##############################################
aiscm-0.21.1/configure-20274-    # gcc leaves a trailing carriage return which upsets mingw
aiscm-0.21.1/configure:20275:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aiscm-0.21.1/configure-20276-  *)
aiscm-0.21.1/configure:20277:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aiscm-0.21.1/configure-20278-  esac
##############################################
aiscm-0.21.1/configure-20283-      # Canonicalize the pathname of ld
aiscm-0.21.1/configure:20284:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aiscm-0.21.1/configure-20285-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aiscm-0.21.1/configure:20286:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aiscm-0.21.1/configure-20287-      done
##############################################
aiscm-0.21.1/configure-20318-      # Break only if it was the GNU/non-GNU ld that we prefer.
aiscm-0.21.1/configure:20319:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-20320-      *GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-20349-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aiscm-0.21.1/configure:20350:case `$LD -v 2>&1 </dev/null` in
aiscm-0.21.1/configure-20351-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/configure-20437-    *)
aiscm-0.21.1/configure:20438:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aiscm-0.21.1/configure-20439-      if test -n "$searchpath"; then
##############################################
aiscm-0.21.1/configure-20447-                ;;
aiscm-0.21.1/configure:20448:              *) searchdir=`cd "$searchdir" && pwd`
aiscm-0.21.1/configure-20449-                 case "$searchdir" in
##############################################
aiscm-0.21.1/configure-20463-$as_echo_n "checking libguile compile flags... " >&6; }
aiscm-0.21.1/configure:20464:  GUILE_CFLAGS="`$GUILE_CONFIG compile`"
aiscm-0.21.1/configure-20465-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_CFLAGS" >&5
##############################################
aiscm-0.21.1/configure-20469-$as_echo_n "checking libguile link flags... " >&6; }
aiscm-0.21.1/configure:20470:  GUILE_LDFLAGS="`$GUILE_CONFIG link`"
aiscm-0.21.1/configure-20471-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_LDFLAGS" >&5
##############################################
aiscm-0.21.1/configure-20492-            -L) next=yes ;;
aiscm-0.21.1/configure:20493:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aiscm-0.21.1/configure-20494-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
aiscm-0.21.1/configure-20553-            -L) next=yes ;;
aiscm-0.21.1/configure:20554:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aiscm-0.21.1/configure-20555-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
aiscm-0.21.1/configure-20603-$as_echo_n "checking for Guile site directory... " >&6; }
aiscm-0.21.1/configure:20604:  GUILE_SITE=`$GUILE_CONFIG info sitedir`
aiscm-0.21.1/configure-20605-  if test "$GUILE_SITE" = ""; then
aiscm-0.21.1/configure:20606:     GUILE_SITE=`$GUILE_CONFIG info pkgdatadir`/site
aiscm-0.21.1/configure-20607-  fi
##############################################
aiscm-0.21.1/configure-20613-$as_echo_n "checking for Guile extensions directory... " >&6; }
aiscm-0.21.1/configure:20614:  GUILE_EXT=`$GUILE_CONFIG info extensiondir`
aiscm-0.21.1/configure-20615-  if test "$GUILE_EXT" = ""; then
##############################################
aiscm-0.21.1/configure-20623-$as_echo_n "checking for Guile compiler cache directory... " >&6; }
aiscm-0.21.1/configure:20624:  GUILE_CACHE=`$GUILE -c "(display (cdr (assoc 'ccachedir %guile-build-info)))"`
aiscm-0.21.1/configure-20625-  if test "$GUILE_CACHE" = ""; then
##############################################
aiscm-0.21.1/configure-20752-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aiscm-0.21.1/configure:20753:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aiscm-0.21.1/configure-20754-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aiscm-0.21.1/configure-20851-if test -z "$BASH_VERSION$ZSH_VERSION" \
aiscm-0.21.1/configure:20852:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aiscm-0.21.1/configure-20853-  as_echo='print -r --'
aiscm-0.21.1/configure-20854-  as_echo_n='print -rn --'
aiscm-0.21.1/configure:20855:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aiscm-0.21.1/configure-20856-  as_echo='printf %s\n'
##############################################
aiscm-0.21.1/configure-20858-else
aiscm-0.21.1/configure:20859:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aiscm-0.21.1/configure-20860-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aiscm-0.21.1/configure-20868-	expr "X$arg" : "X\\(.*\\)$as_nl";
aiscm-0.21.1/configure:20869:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aiscm-0.21.1/configure-20870-      esac;
##############################################
aiscm-0.21.1/configure-20945-# ----------------------------------------
aiscm-0.21.1/configure:20946:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aiscm-0.21.1/configure-20947-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aiscm-0.21.1/configure-21017-  {
aiscm-0.21.1/configure:21018:    as_val=`expr "$@" || test $? -eq 1`
aiscm-0.21.1/configure-21019-  }
##############################################
aiscm-0.21.1/configure-21121-      case $as_dir in #(
aiscm-0.21.1/configure:21122:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aiscm-0.21.1/configure-21123-      *) as_qdir=$as_dir;;
##############################################
aiscm-0.21.1/configure-21256-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aiscm-0.21.1/configure:21257:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aiscm-0.21.1/configure-21258-ac_cs_version="\\
##############################################
aiscm-0.21.1/configure-21281-  --*=?*)
aiscm-0.21.1/configure:21282:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aiscm-0.21.1/configure:21283:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aiscm-0.21.1/configure-21284-    ac_shift=:
##############################################
aiscm-0.21.1/configure-21286-  --*=)
aiscm-0.21.1/configure:21287:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aiscm-0.21.1/configure-21288-    ac_optarg=
##############################################
aiscm-0.21.1/configure-21310-    case $ac_optarg in
aiscm-0.21.1/configure:21311:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aiscm-0.21.1/configure-21312-    '') as_fn_error $? "missing file argument" ;;
##############################################
aiscm-0.21.1/configure-21318-    case $ac_optarg in
aiscm-0.21.1/configure:21319:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aiscm-0.21.1/configure-21320-    esac
##############################################
aiscm-0.21.1/configure-21387-delay_variable_subst='$delay_variable_subst'
aiscm-0.21.1/configure:21388:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21389:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21390:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21391:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21392:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21393:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21394:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21395:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21396:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21397:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21398:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21399:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21400:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21401:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21402:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21403:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21404:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21405:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21406:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21407:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21408:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21409:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21410:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21411:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21412:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21413:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21414:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21415:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21416:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21417:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21418:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21419:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21420:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21421:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21422:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21423:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21424:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21425:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21426:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21427:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21428:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21429:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21430:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21431:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21432:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21433:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21434:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21435:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21436:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21437:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21438:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21439:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21440:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21441:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21442:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21443:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21444:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21445:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21446: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"`'
aiscm-0.21.1/configure:21447:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21448:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21449:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21450:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21451:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21452:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21453:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21454:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21455:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21456:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21457:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21458:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21459:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21460:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21461:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21462:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21463:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21464:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21465:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21466:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21467:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21468:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21469:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21470:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21471:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21472:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21473:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21474:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21475:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21476:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21477:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21478:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21479:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21480:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21481:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21482:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21483:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21484:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21485:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21486:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21487:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21488:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21489:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21490:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21491:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21492:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21493:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21494:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21495:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21496:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21497:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21498:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21499:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21500:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21501:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21502:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21503:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21504:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21505:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21506:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21507:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21508:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21509:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21510:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21511:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21512:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21513:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21514:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21515:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21516:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21517:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21518:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21519:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21520:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21521:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21522:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21523:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21524:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21525:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21526:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21527:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21528:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21529:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21530:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21531:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21532:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21533:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21534:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21535:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21536:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21537:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21538:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21539:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21540:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21541:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21542:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21543:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21544:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21545:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21546:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21547:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21548:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21549:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21550:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21551:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21552:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21553:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21554:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21555:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21556:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21557:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21558:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21559:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21560:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21561:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21562:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21563:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21564:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21565:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21566:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21567:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21568:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21569:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21570:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21571:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21572:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21573:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21574:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21575:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure:21576:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
aiscm-0.21.1/configure-21577-
##############################################
aiscm-0.21.1/configure-21689-compiler_lib_search_path_CXX; do
aiscm-0.21.1/configure:21690:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aiscm-0.21.1/configure-21691-    *[\\\\\\\`\\"\\\$]*)
aiscm-0.21.1/configure:21692:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aiscm-0.21.1/configure-21693-      ;;
##############################################
aiscm-0.21.1/configure-21731-postlink_cmds_CXX; do
aiscm-0.21.1/configure:21732:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aiscm-0.21.1/configure-21733-    *[\\\\\\\`\\"\\\$]*)
aiscm-0.21.1/configure:21734:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aiscm-0.21.1/configure-21735-      ;;
##############################################
aiscm-0.21.1/configure-21837-fi
aiscm-0.21.1/configure:21838:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aiscm-0.21.1/configure-21839-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aiscm-0.21.1/configure-21854-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aiscm-0.21.1/configure:21855:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aiscm-0.21.1/configure-21856-ac_delim='%!_!# '
##############################################
aiscm-0.21.1/configure-21860-
aiscm-0.21.1/configure:21861:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aiscm-0.21.1/configure-21862-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aiscm-0.21.1/configure-21998-for ac_last_try in false false :; do
aiscm-0.21.1/configure:21999:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aiscm-0.21.1/configure-22000-  if test -z "$ac_tt"; then
##############################################
aiscm-0.21.1/configure-22130-      esac
aiscm-0.21.1/configure:22131:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aiscm-0.21.1/configure-22132-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aiscm-0.21.1/configure-22189-*)
aiscm-0.21.1/configure:22190:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aiscm-0.21.1/configure-22191-  # A ".." for each directory in $ac_dir_suffix.
aiscm-0.21.1/configure:22192:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aiscm-0.21.1/configure-22193-  case $ac_top_builddir_sub in
##############################################
aiscm-0.21.1/configure-22250-/@mandir@/p'
aiscm-0.21.1/configure:22251:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aiscm-0.21.1/configure-22252-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aiscm-0.21.1/configure-22267-
aiscm-0.21.1/configure:22268:# Neutralize VPATH when `$srcdir' = `.'.
aiscm-0.21.1/configure-22269-# Shell code in configure.ac might set extrasub.
##############################################
aiscm-0.21.1/configure-22295-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aiscm-0.21.1/configure:22296:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aiscm-0.21.1/configure-22297-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aiscm-0.21.1/configure-22341-    * )
aiscm-0.21.1/configure:22342:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aiscm-0.21.1/configure-22343-  esac
##############################################
aiscm-0.21.1/configure-22396-    # Strip MF so we end up with the name of the file.
aiscm-0.21.1/configure:22397:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
aiscm-0.21.1/configure-22398-    # Check whether this is an Automake generated Makefile which includes
##############################################
aiscm-0.21.1/configure-22961-    *:)
aiscm-0.21.1/configure:22962:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aiscm-0.21.1/configure-22963-        ;;
aiscm-0.21.1/configure-22964-    x:*)
aiscm-0.21.1/configure:22965:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/configure-22966-        ;;
aiscm-0.21.1/configure-22967-    *::*)
aiscm-0.21.1/configure:22968:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aiscm-0.21.1/configure:22969:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aiscm-0.21.1/configure-22970-        ;;
aiscm-0.21.1/configure-22971-    *)
aiscm-0.21.1/configure:22972:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aiscm-0.21.1/configure-22973-        ;;
##############################################
aiscm-0.21.1/configure-22988-    done
aiscm-0.21.1/configure:22989:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aiscm-0.21.1/configure-22990-}
##############################################
aiscm-0.21.1/doc/Makefile.in-50-  { \
aiscm-0.21.1/doc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/doc/Makefile.in-52-  }; \
##############################################
aiscm-0.21.1/doc/Makefile.in-124-  esac
aiscm-0.21.1/doc/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aiscm-0.21.1/doc/Makefile.in-126-am__vpath_adj = case $$p in \
aiscm-0.21.1/doc/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aiscm-0.21.1/doc/Makefile.in-128-    *) f=$$p;; \
aiscm-0.21.1/doc/Makefile.in-129-  esac;
aiscm-0.21.1/doc/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aiscm-0.21.1/doc/Makefile.in-131-am__install_max = 40
aiscm-0.21.1/doc/Makefile.in-132-am__nobase_strip_setup = \
aiscm-0.21.1/doc/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aiscm-0.21.1/doc/Makefile.in-134-am__nobase_strip = \
##############################################
aiscm-0.21.1/doc/Makefile.in-420-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
aiscm-0.21.1/doc/Makefile.in:421:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aiscm-0.21.1/doc/Makefile.in-422-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
aiscm-0.21.1/doc/Makefile.in-437-distdir-am: $(DISTFILES)
aiscm-0.21.1/doc/Makefile.in:438:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/doc/Makefile.in:439:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/doc/Makefile.in-440-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/doc/Makefile.in-451-	  if test -d $$d/$$file; then \
aiscm-0.21.1/doc/Makefile.in:452:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/doc/Makefile.in-453-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/bench/Makefile.in-50-  { \
aiscm-0.21.1/bench/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aiscm-0.21.1/bench/Makefile.in-52-  }; \
##############################################
aiscm-0.21.1/bench/Makefile.in-429-.c.obj:
aiscm-0.21.1/bench/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aiscm-0.21.1/bench/Makefile.in-431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aiscm-0.21.1/bench/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/bench/Makefile.in:434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aiscm-0.21.1/bench/Makefile.in-435-
##############################################
aiscm-0.21.1/bench/Makefile.in-443-libguile_aiscm_bench_la-cbench.lo: cbench.c
aiscm-0.21.1/bench/Makefile.in:444:@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) $(libguile_aiscm_bench_la_CFLAGS) $(CFLAGS) -MT libguile_aiscm_bench_la-cbench.lo -MD -MP -MF $(DEPDIR)/libguile_aiscm_bench_la-cbench.Tpo -c -o libguile_aiscm_bench_la-cbench.lo `test -f 'cbench.c' || echo '$(srcdir)/'`cbench.c
aiscm-0.21.1/bench/Makefile.in-445-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libguile_aiscm_bench_la-cbench.Tpo $(DEPDIR)/libguile_aiscm_bench_la-cbench.Plo
##############################################
aiscm-0.21.1/bench/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aiscm-0.21.1/bench/Makefile.in:448:@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) $(libguile_aiscm_bench_la_CFLAGS) $(CFLAGS) -c -o libguile_aiscm_bench_la-cbench.lo `test -f 'cbench.c' || echo '$(srcdir)/'`cbench.c
aiscm-0.21.1/bench/Makefile.in-449-
##############################################
aiscm-0.21.1/bench/Makefile.in-489-GTAGS:
aiscm-0.21.1/bench/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
aiscm-0.21.1/bench/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
aiscm-0.21.1/bench/Makefile.in-515-distdir-am: $(DISTFILES)
aiscm-0.21.1/bench/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/bench/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aiscm-0.21.1/bench/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
aiscm-0.21.1/bench/Makefile.in-529-	  if test -d $$d/$$file; then \
aiscm-0.21.1/bench/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aiscm-0.21.1/bench/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
aiscm-0.21.1/aclocal.m4-36-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aiscm-0.21.1/aclocal.m4:37:case `$LD -v 2>&1 </dev/null` in
aiscm-0.21.1/aclocal.m4-38-*GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/aclocal.m4-78-    # gcc leaves a trailing carriage return which upsets mingw
aiscm-0.21.1/aclocal.m4:79:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aiscm-0.21.1/aclocal.m4-80-  *)
aiscm-0.21.1/aclocal.m4:81:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aiscm-0.21.1/aclocal.m4-82-  esac
##############################################
aiscm-0.21.1/aclocal.m4-87-      # Canonicalize the pathname of ld
aiscm-0.21.1/aclocal.m4:88:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aiscm-0.21.1/aclocal.m4-89-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aiscm-0.21.1/aclocal.m4:90:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aiscm-0.21.1/aclocal.m4-91-      done
##############################################
aiscm-0.21.1/aclocal.m4-118-      # Break only if it was the GNU/non-GNU ld that we prefer.
aiscm-0.21.1/aclocal.m4:119:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aiscm-0.21.1/aclocal.m4-120-      *GNU* | *'with BFD'*)
##############################################
aiscm-0.21.1/aclocal.m4-389-        dnl or AC_LIB_HAVE_LINKFLAGS call.
aiscm-0.21.1/aclocal.m4:390:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aiscm-0.21.1/aclocal.m4-391-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aiscm-0.21.1/aclocal.m4-464-                -L*)
aiscm-0.21.1/aclocal.m4:465:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aiscm-0.21.1/aclocal.m4-466-                  dnl First look for a shared library.
##############################################
aiscm-0.21.1/aclocal.m4-608-              */$acl_libdirstem | */$acl_libdirstem/)
aiscm-0.21.1/aclocal.m4:609:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aiscm-0.21.1/aclocal.m4-610-                if test "$name" = '$1'; then
##############################################
aiscm-0.21.1/aclocal.m4-615-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aiscm-0.21.1/aclocal.m4:616:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aiscm-0.21.1/aclocal.m4-617-                if test "$name" = '$1'; then
##############################################
aiscm-0.21.1/aclocal.m4-671-                  -L*)
aiscm-0.21.1/aclocal.m4:672:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aiscm-0.21.1/aclocal.m4-673-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
aiscm-0.21.1/aclocal.m4-723-                  -R*)
aiscm-0.21.1/aclocal.m4:724:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aiscm-0.21.1/aclocal.m4-725-                    if test "$enable_rpath" != no; then
##############################################
aiscm-0.21.1/aclocal.m4-753-                    dnl Handle this in the next round.
aiscm-0.21.1/aclocal.m4:754:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aiscm-0.21.1/aclocal.m4-755-                    ;;
##############################################
aiscm-0.21.1/aclocal.m4-759-                    dnl option.
aiscm-0.21.1/aclocal.m4:760:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aiscm-0.21.1/aclocal.m4-761-                    ;;
##############################################
aiscm-0.21.1/aclocal.m4-872-            -L) next=yes ;;
aiscm-0.21.1/aclocal.m4:873:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aiscm-0.21.1/aclocal.m4-874-                 dnl No need to hardcode the standard /usr/lib.
##############################################
aiscm-0.21.1/aclocal.m4-1121-    *)
aiscm-0.21.1/aclocal.m4:1122:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aiscm-0.21.1/aclocal.m4-1123-      if test -n "$searchpath"; then
##############################################
aiscm-0.21.1/aclocal.m4-1131-                ;;
aiscm-0.21.1/aclocal.m4:1132:              *) searchdir=`cd "$searchdir" && pwd`
aiscm-0.21.1/aclocal.m4-1133-                 case "$searchdir" in
##############################################
aiscm-0.21.1/aclocal.m4-1215-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aiscm-0.21.1/aclocal.m4:1216:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aiscm-0.21.1/aclocal.m4-1217-# and then we would define $MISSING as
##############################################
aiscm-0.21.1/aclocal.m4-1230-# Expand $ac_aux_dir to an absolute path.
aiscm-0.21.1/aclocal.m4:1231:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aiscm-0.21.1/aclocal.m4-1232-])
##############################################
aiscm-0.21.1/aclocal.m4-1328-  if test "$am_compiler_list" = ""; then
aiscm-0.21.1/aclocal.m4:1329:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
aiscm-0.21.1/aclocal.m4-1330-  fi
##############################################
aiscm-0.21.1/aclocal.m4-1481-    # Strip MF so we end up with the name of the file.
aiscm-0.21.1/aclocal.m4:1482:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
aiscm-0.21.1/aclocal.m4-1483-    # Check whether this is an Automake generated Makefile which includes
##############################################
aiscm-0.21.1/aclocal.m4-1488-      || continue
aiscm-0.21.1/aclocal.m4:1489:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
aiscm-0.21.1/aclocal.m4:1490:    am_filepart=`AS_BASENAME(["$am_mf"])`
aiscm-0.21.1/aclocal.m4-1491-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
aiscm-0.21.1/aclocal.m4-1573-AC_REQUIRE([AC_PROG_INSTALL])dnl
aiscm-0.21.1/aclocal.m4:1574:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aiscm-0.21.1/aclocal.m4-1575-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aiscm-0.21.1/aclocal.m4-1732-    * )
aiscm-0.21.1/aclocal.m4:1733:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aiscm-0.21.1/aclocal.m4-1734-  esac
aiscm-0.21.1/aclocal.m4-1735-done
aiscm-0.21.1/aclocal.m4:1736:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
aiscm-0.21.1/aclocal.m4-1737-
##############################################
aiscm-0.21.1/aclocal.m4-2017-     echo "timestamp, slept: $am_has_slept" > conftest.file
aiscm-0.21.1/aclocal.m4:2018:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aiscm-0.21.1/aclocal.m4-2019-     if test "$[*]" = "X"; then
aiscm-0.21.1/aclocal.m4-2020-	# -L didn't work.
aiscm-0.21.1/aclocal.m4:2021:	set X `ls -t "$srcdir/configure" conftest.file`
aiscm-0.21.1/aclocal.m4-2022-     fi