===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
alsa-tools-1.2.2/qlo10k1/depcomp-64-  case $1 in
alsa-tools-1.2.2/qlo10k1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/qlo10k1/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/qlo10k1/depcomp-73-{
alsa-tools-1.2.2/qlo10k1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/qlo10k1/depcomp-75-}
##############################################
alsa-tools-1.2.2/qlo10k1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/qlo10k1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/qlo10k1/depcomp-128-
##############################################
alsa-tools-1.2.2/qlo10k1/depcomp-405-        sleep 1
alsa-tools-1.2.2/qlo10k1/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/qlo10k1/depcomp-407-      done
alsa-tools-1.2.2/qlo10k1/depcomp-408-    fi
alsa-tools-1.2.2/qlo10k1/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/qlo10k1/depcomp-410-  done
##############################################
alsa-tools-1.2.2/qlo10k1/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/qlo10k1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/qlo10k1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/qlo10k1/depcomp-659-  done
alsa-tools-1.2.2/qlo10k1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/qlo10k1/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-28-# TODO: Use sed instead of perl
alsa-tools-1.2.2/qlo10k1/acinclude.m4:29:QTDIR=`echo $QTDIR | perl -p -e 's/\\\\/\\//g'`
alsa-tools-1.2.2/qlo10k1/acinclude.m4-30-
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-32-AC_MSG_CHECKING([Qt version])
alsa-tools-1.2.2/qlo10k1/acinclude.m4:33:QT_VER=`grep 'define.*QT_VERSION_STR\W' $QTDIR/include/qglobal.h | perl -p -e 's/\D//g'`
alsa-tools-1.2.2/qlo10k1/acinclude.m4-34-case "${QT_VER}" in
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-93-    *)
alsa-tools-1.2.2/qlo10k1/acinclude.m4:94:        QT_IS_STATIC=`ls $QTDIR/lib/*.a 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/acinclude.m4-95-        if test "x$QT_IS_STATIC" = x; then
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-100-        if test x$QT_IS_STATIC = xno ; then
alsa-tools-1.2.2/qlo10k1/acinclude.m4:101:            QT_IS_DYNAMIC=`ls $QTDIR/lib/*.so 2> /dev/null` 
alsa-tools-1.2.2/qlo10k1/acinclude.m4:102:            QT_IS_DYNAMIC64=`ls $QTDIR/lib64/*.so 2> /dev/null` 
alsa-tools-1.2.2/qlo10k1/acinclude.m4-103-            if test "x$QT_IS_DYNAMIC" = x && test "x$QT_IS_DYNAMIC64" = x;  then
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-110-
alsa-tools-1.2.2/qlo10k1/acinclude.m4:111:        if test "x`ls $QTDIR/$QT_LIB_DIR/libqt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/acinclude.m4-112-            QT_LIB="-lqt"
alsa-tools-1.2.2/qlo10k1/acinclude.m4-113-            QT_IS_MT="no"
alsa-tools-1.2.2/qlo10k1/acinclude.m4:114:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqt-mt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/acinclude.m4-115-            QT_LIB="-lqt-mt"
alsa-tools-1.2.2/qlo10k1/acinclude.m4-116-            QT_IS_MT="yes"
alsa-tools-1.2.2/qlo10k1/acinclude.m4:117:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqte.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/acinclude.m4-118-            QT_LIB="-lqte"
##############################################
alsa-tools-1.2.2/qlo10k1/acinclude.m4-120-            QT_IS_EMBEDDED="yes"
alsa-tools-1.2.2/qlo10k1/acinclude.m4:121:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqte-mt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/acinclude.m4-122-            QT_LIB="-lqte-mt"
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-52-
alsa-tools-1.2.2/qlo10k1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
alsa-tools-1.2.2/qlo10k1/config.sub-54-
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-200-		os=-sco5v6
alsa-tools-1.2.2/qlo10k1/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-202-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-204-		os=-sco3.2v5
alsa-tools-1.2.2/qlo10k1/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-206-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-208-		os=-sco3.2v4
alsa-tools-1.2.2/qlo10k1/config.sub:209:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-210-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-211-	-sco3.2.[4-9]*)
alsa-tools-1.2.2/qlo10k1/config.sub:212:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
alsa-tools-1.2.2/qlo10k1/config.sub:213:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-214-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-216-		# Don't forget version if it is 3.2v4 or newer.
alsa-tools-1.2.2/qlo10k1/config.sub:217:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-218-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-220-		# Don't forget version if it is 3.2v4 or newer.
alsa-tools-1.2.2/qlo10k1/config.sub:221:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-222-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-224-		os=-sco3.2v2
alsa-tools-1.2.2/qlo10k1/config.sub:225:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-226-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-227-	-udk*)
alsa-tools-1.2.2/qlo10k1/config.sub:228:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-229-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-231-		os=-isc2.2
alsa-tools-1.2.2/qlo10k1/config.sub:232:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-233-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-237-	-isc*)
alsa-tools-1.2.2/qlo10k1/config.sub:238:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-239-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-249-	-ptx*)
alsa-tools-1.2.2/qlo10k1/config.sub:250:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
alsa-tools-1.2.2/qlo10k1/config.sub-251-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-389-	*-*-*)
alsa-tools-1.2.2/qlo10k1/config.sub:390:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
alsa-tools-1.2.2/qlo10k1/config.sub-391-		exit 1
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-519-	amd64-*)
alsa-tools-1.2.2/qlo10k1/config.sub:520:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-521-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-564-	blackfin-*)
alsa-tools-1.2.2/qlo10k1/config.sub:565:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-566-		os=-linux
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-572-	c54x-*)
alsa-tools-1.2.2/qlo10k1/config.sub:573:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-574-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-575-	c55x-*)
alsa-tools-1.2.2/qlo10k1/config.sub:576:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-577-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-578-	c6x-*)
alsa-tools-1.2.2/qlo10k1/config.sub:579:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-580-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-676-	e500v[12]-*)
alsa-tools-1.2.2/qlo10k1/config.sub:677:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-678-		os=$os"spe"
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-780-	i*86v32)
alsa-tools-1.2.2/qlo10k1/config.sub:781:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-782-		os=-sysv32
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-784-	i*86v4*)
alsa-tools-1.2.2/qlo10k1/config.sub:785:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-786-		os=-sysv4
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-788-	i*86v)
alsa-tools-1.2.2/qlo10k1/config.sub:789:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-790-		os=-sysv
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-792-	i*86sol2)
alsa-tools-1.2.2/qlo10k1/config.sub:793:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/qlo10k1/config.sub-794-		os=-solaris2
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-818-	leon-*|leon[3-9]-*)
alsa-tools-1.2.2/qlo10k1/config.sub:819:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
alsa-tools-1.2.2/qlo10k1/config.sub-820-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-825-	m68knommu-*)
alsa-tools-1.2.2/qlo10k1/config.sub:826:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-827-		os=-linux
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-859-	mips3*-*)
alsa-tools-1.2.2/qlo10k1/config.sub:860:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
alsa-tools-1.2.2/qlo10k1/config.sub-861-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-862-	mips3*)
alsa-tools-1.2.2/qlo10k1/config.sub:863:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
alsa-tools-1.2.2/qlo10k1/config.sub-864-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-881-	ms1-*)
alsa-tools-1.2.2/qlo10k1/config.sub:882:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
alsa-tools-1.2.2/qlo10k1/config.sub-883-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1006-	parisc-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1007:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1008-		os=-linux
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1022-	pc98-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1023:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1024-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1037-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1038:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1039-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1040-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1041:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1042-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1043-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1044:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1045-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1046-	pentium4-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1047:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1048-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1056-	ppc-* | ppcbe-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1057:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1058-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1062-	ppcle-* | powerpclittle-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1063:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1064-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1066-		;;
alsa-tools-1.2.2/qlo10k1/config.sub:1067:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1068-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1072-	ppc64le-* | powerpc64little-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1073:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1074-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1148-	strongarm-* | thumb-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1149:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub-1150-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1281-	xscale-* | xscalee[bl]-*)
alsa-tools-1.2.2/qlo10k1/config.sub:1282:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
alsa-tools-1.2.2/qlo10k1/config.sub-1283-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1343-	*)
alsa-tools-1.2.2/qlo10k1/config.sub:1344:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
alsa-tools-1.2.2/qlo10k1/config.sub-1345-		exit 1
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1351-	*-digital*)
alsa-tools-1.2.2/qlo10k1/config.sub:1352:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
alsa-tools-1.2.2/qlo10k1/config.sub-1353-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1354-	*-commodore*)
alsa-tools-1.2.2/qlo10k1/config.sub:1355:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
alsa-tools-1.2.2/qlo10k1/config.sub-1356-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1372-	-solaris1 | -solaris1.*)
alsa-tools-1.2.2/qlo10k1/config.sub:1373:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1374-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1381-	-gnu/linux*)
alsa-tools-1.2.2/qlo10k1/config.sub:1382:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1383-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1433-	-nto*)
alsa-tools-1.2.2/qlo10k1/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1435-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1440-	-mac*)
alsa-tools-1.2.2/qlo10k1/config.sub:1441:		os=`echo "$os" | sed -e 's|mac|macos|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1442-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1446-	-linux*)
alsa-tools-1.2.2/qlo10k1/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1448-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1449-	-sunos5*)
alsa-tools-1.2.2/qlo10k1/config.sub:1450:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1451-		;;
alsa-tools-1.2.2/qlo10k1/config.sub-1452-	-sunos6*)
alsa-tools-1.2.2/qlo10k1/config.sub:1453:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1454-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1495-	-sinix5.*)
alsa-tools-1.2.2/qlo10k1/config.sub:1496:		os=`echo $os | sed -e 's|sinix|sysv|'`
alsa-tools-1.2.2/qlo10k1/config.sub-1497-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1560-		# Get rid of the `-' at the beginning of $os.
alsa-tools-1.2.2/qlo10k1/config.sub:1561:		os=`echo $os | sed 's/[^-]*-//'`
alsa-tools-1.2.2/qlo10k1/config.sub:1562:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
alsa-tools-1.2.2/qlo10k1/config.sub-1563-		exit 1
##############################################
alsa-tools-1.2.2/qlo10k1/config.sub-1820-		esac
alsa-tools-1.2.2/qlo10k1/config.sub:1821:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
alsa-tools-1.2.2/qlo10k1/config.sub-1822-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/qlo10k1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/qlo10k1/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/qlo10k1/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/qlo10k1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/qlo10k1/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-50-else
alsa-tools-1.2.2/qlo10k1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/qlo10k1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/qlo10k1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/qlo10k1/configure-62-      esac;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/qlo10k1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/qlo10k1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
alsa-tools-1.2.2/qlo10k1/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
alsa-tools-1.2.2/qlo10k1/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
alsa-tools-1.2.2/qlo10k1/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
alsa-tools-1.2.2/qlo10k1/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
alsa-tools-1.2.2/qlo10k1/configure-332-      case $as_dir in #(
alsa-tools-1.2.2/qlo10k1/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/qlo10k1/configure-334-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-405-  {
alsa-tools-1.2.2/qlo10k1/configure:406:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/qlo10k1/configure-407-  }
##############################################
alsa-tools-1.2.2/qlo10k1/configure-412-# ----------------------------------------
alsa-tools-1.2.2/qlo10k1/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/qlo10k1/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/qlo10k1/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/qlo10k1/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/qlo10k1/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-866-  case $ac_option in
alsa-tools-1.2.2/qlo10k1/configure:867:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/qlo10k1/configure-868-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-910-  -disable-* | --disable-*)
alsa-tools-1.2.2/qlo10k1/configure:911:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/qlo10k1/configure-912-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-915-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/qlo10k1/configure:916:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/qlo10k1/configure-917-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-936-  -enable-* | --enable-*)
alsa-tools-1.2.2/qlo10k1/configure:937:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/qlo10k1/configure-938-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-941-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/qlo10k1/configure:942:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/qlo10k1/configure-943-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1140-  -with-* | --with-*)
alsa-tools-1.2.2/qlo10k1/configure:1141:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/qlo10k1/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1145-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/qlo10k1/configure:1146:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/qlo10k1/configure-1147-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1156-  -without-* | --without-*)
alsa-tools-1.2.2/qlo10k1/configure:1157:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/qlo10k1/configure-1158-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1161-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/qlo10k1/configure:1162:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/qlo10k1/configure-1163-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1194-  *=*)
alsa-tools-1.2.2/qlo10k1/configure:1195:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/qlo10k1/configure-1196-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1215-if test -n "$ac_prev"; then
alsa-tools-1.2.2/qlo10k1/configure:1216:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/qlo10k1/configure-1217-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1237-    */ )
alsa-tools-1.2.2/qlo10k1/configure:1238:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/qlo10k1/configure-1239-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1272-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/qlo10k1/configure:1273:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/qlo10k1/configure-1274-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1328-case $srcdir in
alsa-tools-1.2.2/qlo10k1/configure:1329:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/qlo10k1/configure-1330-esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1371-By default, \`make install' will install all the files in
alsa-tools-1.2.2/qlo10k1/configure:1372:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/qlo10k1/configure:1373:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/qlo10k1/configure-1374-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-1495-*)
alsa-tools-1.2.2/qlo10k1/configure:1496:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/qlo10k1/configure-1497-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/qlo10k1/configure:1498:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/qlo10k1/configure-1499-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2013-    *\'*)
alsa-tools-1.2.2/qlo10k1/configure:2014:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/qlo10k1/configure-2015-    esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2096-      case $ac_val in
alsa-tools-1.2.2/qlo10k1/configure:2097:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/qlo10k1/configure-2098-      esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2111-	case $ac_val in
alsa-tools-1.2.2/qlo10k1/configure:2112:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/qlo10k1/configure-2113-	esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2231-    set,)
alsa-tools-1.2.2/qlo10k1/configure:2232:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/qlo10k1/configure:2233:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/qlo10k1/configure-2234-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2242-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/qlo10k1/configure:2243:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/qlo10k1/configure:2244:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/qlo10k1/configure-2245-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2262-    case $ac_new_val in
alsa-tools-1.2.2/qlo10k1/configure:2263:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/qlo10k1/configure-2264-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2437-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/qlo10k1/configure:2438:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/configure-2439-     if test "$*" = "X"; then
alsa-tools-1.2.2/qlo10k1/configure-2440-	# -L didn't work.
alsa-tools-1.2.2/qlo10k1/configure:2441:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/qlo10k1/configure-2442-     fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2488-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/qlo10k1/configure:2489:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/qlo10k1/configure-2490-
alsa-tools-1.2.2/qlo10k1/configure-2491-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/qlo10k1/configure:2492:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/qlo10k1/configure-2493-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2633-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/qlo10k1/configure:2634:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/qlo10k1/configure-2635-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2706-set x ${MAKE-make}
alsa-tools-1.2.2/qlo10k1/configure:2707:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/qlo10k1/configure-2708-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2716-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/qlo10k1/configure:2717:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/qlo10k1/configure-2718-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-2782-
alsa-tools-1.2.2/qlo10k1/configure:2783:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/qlo10k1/configure-2784-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/qlo10k1/configure-3077-$as_echo_n "checking whether the C++ compiler works... " >&6; }
alsa-tools-1.2.2/qlo10k1/configure:3078:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/qlo10k1/configure-3079-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-3121-	then :; else
alsa-tools-1.2.2/qlo10k1/configure:3122:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/qlo10k1/configure-3123-	fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-3181-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/qlo10k1/configure:3182:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/qlo10k1/configure-3183-	  break;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-3290-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/qlo10k1/configure:3291:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/qlo10k1/configure-3292-       break;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-3522-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/qlo10k1/configure:3523:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/qlo10k1/configure-3524-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4248-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/qlo10k1/configure:4249:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/qlo10k1/configure-4250-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4358-test "x$ac_build_alias" = x &&
alsa-tools-1.2.2/qlo10k1/configure:4359:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
alsa-tools-1.2.2/qlo10k1/configure-4360-test "x$ac_build_alias" = x &&
alsa-tools-1.2.2/qlo10k1/configure-4361-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
alsa-tools-1.2.2/qlo10k1/configure:4362:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
alsa-tools-1.2.2/qlo10k1/configure-4363-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4382-IFS=$ac_save_IFS
alsa-tools-1.2.2/qlo10k1/configure:4383:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
alsa-tools-1.2.2/qlo10k1/configure-4384-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4393-else
alsa-tools-1.2.2/qlo10k1/configure:4394:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
alsa-tools-1.2.2/qlo10k1/configure-4395-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4415-IFS=$ac_save_IFS
alsa-tools-1.2.2/qlo10k1/configure:4416:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
alsa-tools-1.2.2/qlo10k1/configure-4417-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4443-  # Check for GNU $ac_path_SED
alsa-tools-1.2.2/qlo10k1/configure:4444:case `"$ac_path_SED" --version 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-4445-*GNU*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4519-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/qlo10k1/configure:4520:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-4521-*GNU*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4585-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/qlo10k1/configure:4586:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-4587-*GNU*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4652-  # Check for GNU $ac_path_FGREP
alsa-tools-1.2.2/qlo10k1/configure:4653:case `"$ac_path_FGREP" --version 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-4654-*GNU*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4723-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alsa-tools-1.2.2/qlo10k1/configure:4724:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/qlo10k1/configure-4725-  ECHO='print -r --'
alsa-tools-1.2.2/qlo10k1/configure:4726:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/qlo10k1/configure-4727-  ECHO='printf %s\n'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4784-    # gcc leaves a trailing carriage return, which upsets mingw
alsa-tools-1.2.2/qlo10k1/configure:4785:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alsa-tools-1.2.2/qlo10k1/configure-4786-  *)
alsa-tools-1.2.2/qlo10k1/configure:4787:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alsa-tools-1.2.2/qlo10k1/configure-4788-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4793-      # Canonicalize the pathname of ld
alsa-tools-1.2.2/qlo10k1/configure:4794:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alsa-tools-1.2.2/qlo10k1/configure-4795-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alsa-tools-1.2.2/qlo10k1/configure:4796:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alsa-tools-1.2.2/qlo10k1/configure-4797-      done
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4828-      # Break only if it was the GNU/non-GNU ld that we prefer.
alsa-tools-1.2.2/qlo10k1/configure:4829:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/configure-4830-      *GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4859-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
alsa-tools-1.2.2/qlo10k1/configure:4860:case `$LD -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/configure-4861-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4952-	esac
alsa-tools-1.2.2/qlo10k1/configure:4953:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/configure-4954-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-4958-	*)
alsa-tools-1.2.2/qlo10k1/configure:4959:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/configure-4960-	  */dev/null*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5086-
alsa-tools-1.2.2/qlo10k1/configure:5087:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/configure-5088-    *COFF*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5198-    # And add a safety zone
alsa-tools-1.2.2/qlo10k1/configure:5199:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/qlo10k1/configure:5200:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/qlo10k1/configure-5201-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5231-    if test -n "$kargmax"; then
alsa-tools-1.2.2/qlo10k1/configure:5232:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
alsa-tools-1.2.2/qlo10k1/configure-5233-    else
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5240-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alsa-tools-1.2.2/qlo10k1/configure:5241:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/qlo10k1/configure:5242:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/qlo10k1/configure-5243-    else
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5252-      # we can't tell.
alsa-tools-1.2.2/qlo10k1/configure:5253:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alsa-tools-1.2.2/qlo10k1/configure-5254-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5256-      do
alsa-tools-1.2.2/qlo10k1/configure:5257:        i=`expr $i + 1`
alsa-tools-1.2.2/qlo10k1/configure-5258-        teststring=$teststring$teststring
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5260-      # Only check the string length outside the loop.
alsa-tools-1.2.2/qlo10k1/configure:5261:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alsa-tools-1.2.2/qlo10k1/configure-5262-      teststring=
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5265-      # linker.  It appears as though 1/2 is a usable value.
alsa-tools-1.2.2/qlo10k1/configure:5266:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alsa-tools-1.2.2/qlo10k1/configure-5267-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5676-openbsd* | bitrig*)
alsa-tools-1.2.2/qlo10k1/configure:5677:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/configure-5678-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5746-    else
alsa-tools-1.2.2/qlo10k1/configure:5747:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
alsa-tools-1.2.2/qlo10k1/configure-5748-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-5891-  # decide which one to use based on capabilities of $DLLTOOL
alsa-tools-1.2.2/qlo10k1/configure:5892:  case `$DLLTOOL --help 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-5893-  *--identify-strict*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6413-# If we're using GNU nm, then use its standard symbol codes.
alsa-tools-1.2.2/qlo10k1/configure:6414:case `$NM -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-6415-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6461-mingw*)
alsa-tools-1.2.2/qlo10k1/configure:6462:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alsa-tools-1.2.2/qlo10k1/configure-6463-  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6693-   if test yes = "$GCC"; then
alsa-tools-1.2.2/qlo10k1/configure:6694:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/configure-6695-   fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6697- /*)
alsa-tools-1.2.2/qlo10k1/configure:6698:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alsa-tools-1.2.2/qlo10k1/configure-6699-   ;; #(
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6792-    done
alsa-tools-1.2.2/qlo10k1/configure:6793:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/qlo10k1/configure-6794-}
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6814-  test $ac_status = 0; }; then
alsa-tools-1.2.2/qlo10k1/configure:6815:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6816-      *ELF-32*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6835-    if test yes = "$lt_cv_prog_gnu_ld"; then
alsa-tools-1.2.2/qlo10k1/configure:6836:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6837-	*32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6847-    else
alsa-tools-1.2.2/qlo10k1/configure:6848:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6849-	*32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6873-    emul=elf
alsa-tools-1.2.2/qlo10k1/configure:6874:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6875-      *32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6881-    esac
alsa-tools-1.2.2/qlo10k1/configure:6882:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6883-      *MSB*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-6889-    esac
alsa-tools-1.2.2/qlo10k1/configure:6890:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/configure-6891-      *N32*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-7822-    *:)
alsa-tools-1.2.2/qlo10k1/configure:7823:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alsa-tools-1.2.2/qlo10k1/configure-7824-        ;;
alsa-tools-1.2.2/qlo10k1/configure-7825-    x:*)
alsa-tools-1.2.2/qlo10k1/configure:7826:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure-7827-        ;;
alsa-tools-1.2.2/qlo10k1/configure-7828-    *::*)
alsa-tools-1.2.2/qlo10k1/configure:7829:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure:7830:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alsa-tools-1.2.2/qlo10k1/configure-7831-        ;;
alsa-tools-1.2.2/qlo10k1/configure-7832-    *)
alsa-tools-1.2.2/qlo10k1/configure:7833:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure-7834-        ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8091-do :
alsa-tools-1.2.2/qlo10k1/configure:8092:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
alsa-tools-1.2.2/qlo10k1/configure-8093-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8096-  cat >>confdefs.h <<_ACEOF
alsa-tools-1.2.2/qlo10k1/configure:8097:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
alsa-tools-1.2.2/qlo10k1/configure-8098-_ACEOF
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8123-  case $2 in
alsa-tools-1.2.2/qlo10k1/configure:8124:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/configure:8125:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/configure-8126-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8465-	"file_magic "*)
alsa-tools-1.2.2/qlo10k1/configure:8466:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/qlo10k1/configure-8467-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8531-	"file_magic "*)
alsa-tools-1.2.2/qlo10k1/configure:8532:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/qlo10k1/configure-8533-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/qlo10k1/configure-8929-      *)
alsa-tools-1.2.2/qlo10k1/configure:8930:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/configure-8931-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9375-	# shared libraries, regardless of the interface used.
alsa-tools-1.2.2/qlo10k1/configure:9376:	case `$LD -v 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-9377-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9407-    supports_anon_versioning=no
alsa-tools-1.2.2/qlo10k1/configure:9408:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-9409-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9476-	# is; otherwise, prepend EXPORTS...
alsa-tools-1.2.2/qlo10k1/configure:9477:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/qlo10k1/configure-9478-          cp $export_symbols $output_objdir/$soname.def;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9510-	prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/configure:9511:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/configure-9512-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9532-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/qlo10k1/configure:9533:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/qlo10k1/configure:9534:      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'
alsa-tools-1.2.2/qlo10k1/configure-9535-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9550-        pgcc*)				# Portland Group C compiler
alsa-tools-1.2.2/qlo10k1/configure:9551:	  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'
alsa-tools-1.2.2/qlo10k1/configure-9552-	  tmp_addflag=' $pic_flag'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9555-					# Portland Group f77 and f90 compilers
alsa-tools-1.2.2/qlo10k1/configure:9556:	  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'
alsa-tools-1.2.2/qlo10k1/configure-9557-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9572-	nvcc*)	# Cuda Compiler Driver 2.2
alsa-tools-1.2.2/qlo10k1/configure:9573:	  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'
alsa-tools-1.2.2/qlo10k1/configure-9574-	  compiler_needs_object=yes
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9576-	esac
alsa-tools-1.2.2/qlo10k1/configure:9577:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/configure-9578-	*Sun\ C*)			# Sun C 5.9
alsa-tools-1.2.2/qlo10k1/configure:9579:	  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'
alsa-tools-1.2.2/qlo10k1/configure-9580-	  compiler_needs_object=yes
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9647-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alsa-tools-1.2.2/qlo10k1/configure:9648:      case `$LD -v 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-9649-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9736-	else
alsa-tools-1.2.2/qlo10k1/configure:9737:	  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'
alsa-tools-1.2.2/qlo10k1/configure-9738-	fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9801-	# below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/qlo10k1/configure:9802:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/qlo10k1/configure-9803-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9881-      }'
alsa-tools-1.2.2/qlo10k1/configure:9882:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-9883-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/qlo10k1/configure-9884-  if test -z "$lt_cv_aix_libpath_"; then
alsa-tools-1.2.2/qlo10k1/configure:9885:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-9886-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9899-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
alsa-tools-1.2.2/qlo10k1/configure:9900:        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
alsa-tools-1.2.2/qlo10k1/configure-9901-      else
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9934-      }'
alsa-tools-1.2.2/qlo10k1/configure:9935:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-9936-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/qlo10k1/configure-9937-  if test -z "$lt_cv_aix_libpath_"; then
alsa-tools-1.2.2/qlo10k1/configure:9938:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-9939-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-9966-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/qlo10k1/configure:9967:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/qlo10k1/configure-9968-	  if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10019-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
alsa-tools-1.2.2/qlo10k1/configure:10020:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/qlo10k1/configure-10021-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10057-	# FIXME: Setting linknames here is a bad hack.
alsa-tools-1.2.2/qlo10k1/configure:10058:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alsa-tools-1.2.2/qlo10k1/configure-10059-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10075-  if test yes = "$lt_cv_ld_force_load"; then
alsa-tools-1.2.2/qlo10k1/configure:10076:    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\"`'
alsa-tools-1.2.2/qlo10k1/configure-10077-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10255-      if test yes = "$GCC"; then
alsa-tools-1.2.2/qlo10k1/configure:10256:	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'
alsa-tools-1.2.2/qlo10k1/configure-10257-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10283-	if test yes = "$lt_cv_irix_exported_symbol"; then
alsa-tools-1.2.2/qlo10k1/configure:10284:          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'
alsa-tools-1.2.2/qlo10k1/configure-10285-	fi
alsa-tools-1.2.2/qlo10k1/configure-10286-      else
alsa-tools-1.2.2/qlo10k1/configure:10287:	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'
alsa-tools-1.2.2/qlo10k1/configure:10288:	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'
alsa-tools-1.2.2/qlo10k1/configure-10289-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10333-	hardcode_direct_absolute=yes
alsa-tools-1.2.2/qlo10k1/configure:10334:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/configure-10335-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10364-	prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/configure:10365:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/configure-10366-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10378-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/configure:10379:	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'
alsa-tools-1.2.2/qlo10k1/configure-10380-      else
alsa-tools-1.2.2/qlo10k1/configure-10381-	allow_undefined_flag=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/configure:10382:	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'
alsa-tools-1.2.2/qlo10k1/configure-10383-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10391-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/configure:10392:	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'
alsa-tools-1.2.2/qlo10k1/configure-10393-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10395-	allow_undefined_flag=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/configure:10396:	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'
alsa-tools-1.2.2/qlo10k1/configure:10397:	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~
alsa-tools-1.2.2/qlo10k1/configure:10398:          $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'
alsa-tools-1.2.2/qlo10k1/configure-10399-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10414-      else
alsa-tools-1.2.2/qlo10k1/configure:10415:	case `$CC -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-10416-	*"Compilers 5.0"*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10813-  esac
alsa-tools-1.2.2/qlo10k1/configure:10814:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alsa-tools-1.2.2/qlo10k1/configure-10815-  case $lt_search_path_spec in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10820-    # okay in the real world where ";" in dirpaths is itself problematic.
alsa-tools-1.2.2/qlo10k1/configure:10821:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alsa-tools-1.2.2/qlo10k1/configure-10822-    ;;
alsa-tools-1.2.2/qlo10k1/configure-10823-  *)
alsa-tools-1.2.2/qlo10k1/configure:10824:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/configure-10825-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10829-  lt_tmp_lt_search_path_spec=
alsa-tools-1.2.2/qlo10k1/configure:10830:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/configure-10831-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alsa-tools-1.2.2/qlo10k1/configure-10871-  esac
alsa-tools-1.2.2/qlo10k1/configure:10872:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alsa-tools-1.2.2/qlo10k1/configure-10873-else
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11011-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alsa-tools-1.2.2/qlo10k1/configure:11012:    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'
alsa-tools-1.2.2/qlo10k1/configure-11013-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11047-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/configure:11048:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:11049:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:11050:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-11051-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11056-      fi'
alsa-tools-1.2.2/qlo10k1/configure:11057:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-11058-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11064-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/configure:11065:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-11066-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11070-      # MinGW DLLs use traditional 'lib' prefix
alsa-tools-1.2.2/qlo10k1/configure:11071:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-11072-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11074-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/configure:11075:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-11076-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11083-    libname_spec='$name'
alsa-tools-1.2.2/qlo10k1/configure:11084:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-11085-    library_names_spec='$libname.dll.lib'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11095-        # Let DOS variable expansion print the short 8.3 style file name.
alsa-tools-1.2.2/qlo10k1/configure:11096:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alsa-tools-1.2.2/qlo10k1/configure-11097-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11100-      # Convert to MSYS style.
alsa-tools-1.2.2/qlo10k1/configure:11101:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
alsa-tools-1.2.2/qlo10k1/configure-11102-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11106-      # like /cygdrive/c/PROGRA~1:/cygdr...
alsa-tools-1.2.2/qlo10k1/configure:11107:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alsa-tools-1.2.2/qlo10k1/configure:11108:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/configure:11109:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/configure-11110-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11114-        # It is most probably a Windows format PATH.
alsa-tools-1.2.2/qlo10k1/configure:11115:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alsa-tools-1.2.2/qlo10k1/configure-11116-      else
alsa-tools-1.2.2/qlo10k1/configure:11117:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/configure-11118-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11124-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/configure:11125:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:11126:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:11127:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-11128-      test -d \$dldir || mkdir -p \$dldir~
alsa-tools-1.2.2/qlo10k1/configure-11129-      $install_prog $dir/$dlname \$dldir/$dlname'
alsa-tools-1.2.2/qlo10k1/configure:11130:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-11131-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11138-    # Assume MSVC wrapper
alsa-tools-1.2.2/qlo10k1/configure:11139:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
alsa-tools-1.2.2/qlo10k1/configure-11140-    dynamic_linker='Win32 ld.exe'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11155-  shlibpath_var=DYLD_LIBRARY_PATH
alsa-tools-1.2.2/qlo10k1/configure:11156:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alsa-tools-1.2.2/qlo10k1/configure-11157-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11411-  if test -f /etc/ld.so.conf; then
alsa-tools-1.2.2/qlo10k1/configure:11412:    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' ' '`
alsa-tools-1.2.2/qlo10k1/configure-11413-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11465-  need_lib_prefix=no
alsa-tools-1.2.2/qlo10k1/configure:11466:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/configure-11467-    need_version=no
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11492-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alsa-tools-1.2.2/qlo10k1/configure:11493:  postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:11494:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:11495:    dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-11496-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-11501-    fi'
alsa-tools-1.2.2/qlo10k1/configure:11502:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-11503-    dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12684-    # gcc leaves a trailing carriage return, which upsets mingw
alsa-tools-1.2.2/qlo10k1/configure:12685:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alsa-tools-1.2.2/qlo10k1/configure-12686-  *)
alsa-tools-1.2.2/qlo10k1/configure:12687:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alsa-tools-1.2.2/qlo10k1/configure-12688-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12693-      # Canonicalize the pathname of ld
alsa-tools-1.2.2/qlo10k1/configure:12694:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alsa-tools-1.2.2/qlo10k1/configure-12695-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alsa-tools-1.2.2/qlo10k1/configure:12696:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alsa-tools-1.2.2/qlo10k1/configure-12697-      done
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12728-      # Break only if it was the GNU/non-GNU ld that we prefer.
alsa-tools-1.2.2/qlo10k1/configure:12729:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/configure-12730-      *GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12759-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
alsa-tools-1.2.2/qlo10k1/configure:12760:case `$LD -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/configure-12761-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12793-        # ancient GNU ld didn't support --whole-archive et. al.
alsa-tools-1.2.2/qlo10k1/configure:12794:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
alsa-tools-1.2.2/qlo10k1/configure-12795-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12904-          # below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/qlo10k1/configure:12905:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/qlo10k1/configure-12906-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/qlo10k1/configure-12985-      }'
alsa-tools-1.2.2/qlo10k1/configure:12986:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-12987-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/qlo10k1/configure-12988-  if test -z "$lt_cv_aix_libpath__CXX"; then
alsa-tools-1.2.2/qlo10k1/configure:12989:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-12990-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13004-
alsa-tools-1.2.2/qlo10k1/configure:13005:          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
alsa-tools-1.2.2/qlo10k1/configure-13006-        else
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13039-      }'
alsa-tools-1.2.2/qlo10k1/configure:13040:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-13041-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/qlo10k1/configure-13042-  if test -z "$lt_cv_aix_libpath__CXX"; then
alsa-tools-1.2.2/qlo10k1/configure:13043:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/configure-13044-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13071-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/qlo10k1/configure:13072:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/qlo10k1/configure-13073-	    if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13124-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
alsa-tools-1.2.2/qlo10k1/configure:13125:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/qlo10k1/configure-13126-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13166-	    # is; otherwise, prepend EXPORTS...
alsa-tools-1.2.2/qlo10k1/configure:13167:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/qlo10k1/configure-13168-              cp $export_symbols $output_objdir/$soname.def;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13187-  if test yes = "$lt_cv_ld_force_load"; then
alsa-tools-1.2.2/qlo10k1/configure:13188:    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\"`'
alsa-tools-1.2.2/qlo10k1/configure-13189-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13232-	  prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/configure:13233:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/configure-13234-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13306-            # dependencies.
alsa-tools-1.2.2/qlo10k1/configure:13307:            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"'
alsa-tools-1.2.2/qlo10k1/configure-13308-            ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13371-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/configure:13372:	    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"'
alsa-tools-1.2.2/qlo10k1/configure-13373-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13407-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/qlo10k1/configure:13408:	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'
alsa-tools-1.2.2/qlo10k1/configure:13409:	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'
alsa-tools-1.2.2/qlo10k1/configure-13410-	;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13414-	    # SGI C++
alsa-tools-1.2.2/qlo10k1/configure:13415:	    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'
alsa-tools-1.2.2/qlo10k1/configure-13416-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13425-	      if test no = "$with_gnu_ld"; then
alsa-tools-1.2.2/qlo10k1/configure:13426:	        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'
alsa-tools-1.2.2/qlo10k1/configure-13427-	      else
alsa-tools-1.2.2/qlo10k1/configure:13428:	        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'
alsa-tools-1.2.2/qlo10k1/configure-13429-	      fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13446-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/qlo10k1/configure:13447:	    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'
alsa-tools-1.2.2/qlo10k1/configure:13448:	    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'
alsa-tools-1.2.2/qlo10k1/configure-13449-	    # Commands to make compiler produce verbose output that lists
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13456-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/configure:13457:	    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"'
alsa-tools-1.2.2/qlo10k1/configure-13458-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13471-	    # earlier do not add the objects themselves.
alsa-tools-1.2.2/qlo10k1/configure:13472:	    case `$CC -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/configure-13473-	      *"Version 7."*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13492-            # Portland Group C++ compiler
alsa-tools-1.2.2/qlo10k1/configure:13493:	    case `$CC -V` in
alsa-tools-1.2.2/qlo10k1/configure-13494-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13497-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
alsa-tools-1.2.2/qlo10k1/configure:13498:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
alsa-tools-1.2.2/qlo10k1/configure-13499-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13501-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
alsa-tools-1.2.2/qlo10k1/configure:13502:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
alsa-tools-1.2.2/qlo10k1/configure-13503-                $RANLIB $oldlib'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13506-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/qlo10k1/configure:13507:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
alsa-tools-1.2.2/qlo10k1/configure-13508-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13510-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/qlo10k1/configure:13511:                $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'
alsa-tools-1.2.2/qlo10k1/configure-13512-	      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13520-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
alsa-tools-1.2.2/qlo10k1/configure:13521:	    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'
alsa-tools-1.2.2/qlo10k1/configure-13522-            ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13539-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/configure:13540:	    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'
alsa-tools-1.2.2/qlo10k1/configure-13541-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13554-	  *)
alsa-tools-1.2.2/qlo10k1/configure:13555:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/configure-13556-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13561-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
alsa-tools-1.2.2/qlo10k1/configure:13562:	      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'
alsa-tools-1.2.2/qlo10k1/configure-13563-	      compiler_needs_object_CXX=yes
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13626-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
alsa-tools-1.2.2/qlo10k1/configure:13627:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/configure-13628-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13645-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/qlo10k1/configure:13646:	    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'
alsa-tools-1.2.2/qlo10k1/configure-13647-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13666-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/configure:13667:	        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'
alsa-tools-1.2.2/qlo10k1/configure-13668-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13671-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/configure:13672:	        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'
alsa-tools-1.2.2/qlo10k1/configure:13673:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
alsa-tools-1.2.2/qlo10k1/configure-13674-                  echo "-hidden">> $lib.exp~
alsa-tools-1.2.2/qlo10k1/configure:13675:                  $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~
alsa-tools-1.2.2/qlo10k1/configure-13676-                  $RM $lib.exp'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13690-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/configure:13691:	    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"'
alsa-tools-1.2.2/qlo10k1/configure-13692-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13697-	        osf3*)
alsa-tools-1.2.2/qlo10k1/configure:13698:	          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'
alsa-tools-1.2.2/qlo10k1/configure-13699-		  ;;
alsa-tools-1.2.2/qlo10k1/configure-13700-	        *)
alsa-tools-1.2.2/qlo10k1/configure:13701:	          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'
alsa-tools-1.2.2/qlo10k1/configure-13702-		  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-13944-
alsa-tools-1.2.2/qlo10k1/configure:13945:  for p in `eval "$output_verbose_link_cmd"`; do
alsa-tools-1.2.2/qlo10k1/configure-13946-    case $prev$p in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-14047-if test -n "${compiler_lib_search_path_CXX}"; then
alsa-tools-1.2.2/qlo10k1/configure:14048: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
alsa-tools-1.2.2/qlo10k1/configure-14049-fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-14294-	  *)
alsa-tools-1.2.2/qlo10k1/configure:14295:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/configure-14296-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/qlo10k1/configure-14676-    else
alsa-tools-1.2.2/qlo10k1/configure:14677:      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'
alsa-tools-1.2.2/qlo10k1/configure-14678-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-14978-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alsa-tools-1.2.2/qlo10k1/configure:14979:    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'
alsa-tools-1.2.2/qlo10k1/configure-14980-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15014-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/configure:15015:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:15016:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:15017:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-15018-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15023-      fi'
alsa-tools-1.2.2/qlo10k1/configure:15024:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-15025-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15031-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/configure:15032:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-15033-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15036-      # MinGW DLLs use traditional 'lib' prefix
alsa-tools-1.2.2/qlo10k1/configure:15037:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-15038-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15040-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/configure:15041:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-15042-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15049-    libname_spec='$name'
alsa-tools-1.2.2/qlo10k1/configure:15050:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/configure-15051-    library_names_spec='$libname.dll.lib'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15061-        # Let DOS variable expansion print the short 8.3 style file name.
alsa-tools-1.2.2/qlo10k1/configure:15062:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alsa-tools-1.2.2/qlo10k1/configure-15063-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15066-      # Convert to MSYS style.
alsa-tools-1.2.2/qlo10k1/configure:15067:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
alsa-tools-1.2.2/qlo10k1/configure-15068-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15072-      # like /cygdrive/c/PROGRA~1:/cygdr...
alsa-tools-1.2.2/qlo10k1/configure:15073:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alsa-tools-1.2.2/qlo10k1/configure:15074:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/configure:15075:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/configure-15076-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15080-        # It is most probably a Windows format PATH.
alsa-tools-1.2.2/qlo10k1/configure:15081:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alsa-tools-1.2.2/qlo10k1/configure-15082-      else
alsa-tools-1.2.2/qlo10k1/configure:15083:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/configure-15084-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/configure:15091:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:15092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:15093:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-15094-      test -d \$dldir || mkdir -p \$dldir~
alsa-tools-1.2.2/qlo10k1/configure-15095-      $install_prog $dir/$dlname \$dldir/$dlname'
alsa-tools-1.2.2/qlo10k1/configure:15096:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-15097-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15104-    # Assume MSVC wrapper
alsa-tools-1.2.2/qlo10k1/configure:15105:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
alsa-tools-1.2.2/qlo10k1/configure-15106-    dynamic_linker='Win32 ld.exe'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15121-  shlibpath_var=DYLD_LIBRARY_PATH
alsa-tools-1.2.2/qlo10k1/configure:15122:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alsa-tools-1.2.2/qlo10k1/configure-15123-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15376-  if test -f /etc/ld.so.conf; then
alsa-tools-1.2.2/qlo10k1/configure:15377:    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' ' '`
alsa-tools-1.2.2/qlo10k1/configure-15378-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15430-  need_lib_prefix=no
alsa-tools-1.2.2/qlo10k1/configure:15431:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/configure-15432-    need_version=no
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15457-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alsa-tools-1.2.2/qlo10k1/configure:15458:  postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/configure:15459:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure:15460:    dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/configure-15461-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15466-    fi'
alsa-tools-1.2.2/qlo10k1/configure:15467:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/configure-15468-    dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/configure-15998-    for ac_var in incroot usrlibdir libdir; do
alsa-tools-1.2.2/qlo10k1/configure:15999:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
alsa-tools-1.2.2/qlo10k1/configure-16000-    done
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16108-  LIBS=$ac_save_LIBS
alsa-tools-1.2.2/qlo10k1/configure:16109:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
alsa-tools-1.2.2/qlo10k1/configure-16110-do
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16197-# TODO: Use sed instead of perl
alsa-tools-1.2.2/qlo10k1/configure:16198:QTDIR=`echo $QTDIR | perl -p -e 's/\\\\/\\//g'`
alsa-tools-1.2.2/qlo10k1/configure-16199-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16202-$as_echo_n "checking Qt version... " >&6; }
alsa-tools-1.2.2/qlo10k1/configure:16203:QT_VER=`grep 'define.*QT_VERSION_STR\W' $QTDIR/include/qglobal.h | perl -p -e 's/\D//g'`
alsa-tools-1.2.2/qlo10k1/configure-16204-case "${QT_VER}" in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16391-    *)
alsa-tools-1.2.2/qlo10k1/configure:16392:        QT_IS_STATIC=`ls $QTDIR/lib/*.a 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/configure-16393-        if test "x$QT_IS_STATIC" = x; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16398-        if test x$QT_IS_STATIC = xno ; then
alsa-tools-1.2.2/qlo10k1/configure:16399:            QT_IS_DYNAMIC=`ls $QTDIR/lib/*.so 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/configure:16400:            QT_IS_DYNAMIC64=`ls $QTDIR/lib64/*.so 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/configure-16401-            if test "x$QT_IS_DYNAMIC" = x && test "x$QT_IS_DYNAMIC64" = x;  then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16408-
alsa-tools-1.2.2/qlo10k1/configure:16409:        if test "x`ls $QTDIR/$QT_LIB_DIR/libqt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/configure-16410-            QT_LIB="-lqt"
alsa-tools-1.2.2/qlo10k1/configure-16411-            QT_IS_MT="no"
alsa-tools-1.2.2/qlo10k1/configure:16412:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqt-mt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/configure-16413-            QT_LIB="-lqt-mt"
alsa-tools-1.2.2/qlo10k1/configure-16414-            QT_IS_MT="yes"
alsa-tools-1.2.2/qlo10k1/configure:16415:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqte.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/configure-16416-            QT_LIB="-lqte"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16418-            QT_IS_EMBEDDED="yes"
alsa-tools-1.2.2/qlo10k1/configure:16419:        elif test "x`ls $QTDIR/$QT_LIB_DIR/libqte-mt.{a,so} 2> /dev/null`" != x ; then
alsa-tools-1.2.2/qlo10k1/configure-16420-            QT_LIB="-lqte-mt"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16637-LD10K1_LIBS="$LD10K1_LIBS -llo10k1"
alsa-tools-1.2.2/qlo10k1/configure:16638:LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/qlo10k1/configure-16639-LIBS="$LD10K1_LIBS $LIBS"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16767-   :
alsa-tools-1.2.2/qlo10k1/configure:16768:   LIBS=`echo $LIBS | sed 's/-llo10k1//g'`
alsa-tools-1.2.2/qlo10k1/configure:16769:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/qlo10k1/configure-16770-   LIBS="-llo10k1 $LIBS"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16899-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/qlo10k1/configure:16900:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/qlo10k1/configure-16901-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/qlo10k1/configure-16999-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/qlo10k1/configure:17000:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/qlo10k1/configure-17001-  as_echo='print -r --'
alsa-tools-1.2.2/qlo10k1/configure-17002-  as_echo_n='print -rn --'
alsa-tools-1.2.2/qlo10k1/configure:17003:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/qlo10k1/configure-17004-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17006-else
alsa-tools-1.2.2/qlo10k1/configure:17007:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/qlo10k1/configure-17008-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17016-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/qlo10k1/configure:17017:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/qlo10k1/configure-17018-      esac;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17093-# ----------------------------------------
alsa-tools-1.2.2/qlo10k1/configure:17094:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/qlo10k1/configure-17095-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17165-  {
alsa-tools-1.2.2/qlo10k1/configure:17166:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/qlo10k1/configure-17167-  }
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17269-      case $as_dir in #(
alsa-tools-1.2.2/qlo10k1/configure:17270:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/qlo10k1/configure-17271-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17404-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/qlo10k1/configure:17405:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/qlo10k1/configure-17406-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17429-  --*=?*)
alsa-tools-1.2.2/qlo10k1/configure:17430:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/qlo10k1/configure:17431:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/qlo10k1/configure-17432-    ac_shift=:
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17434-  --*=)
alsa-tools-1.2.2/qlo10k1/configure:17435:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/qlo10k1/configure-17436-    ac_optarg=
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17458-    case $ac_optarg in
alsa-tools-1.2.2/qlo10k1/configure:17459:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/qlo10k1/configure-17460-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17466-    case $ac_optarg in
alsa-tools-1.2.2/qlo10k1/configure:17467:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/qlo10k1/configure-17468-    esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17535-delay_variable_subst='$delay_variable_subst'
alsa-tools-1.2.2/qlo10k1/configure:17536:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17537:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17538:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17539:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17540:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17541:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17542:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17543:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17544:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17545:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17546:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17547:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17548:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17549:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17550:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17551:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17552:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17553:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17554:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17555:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17556:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17557:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17558:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17559:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17560:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17561:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17562:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17563:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17564:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17565:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17566:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17567:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17568:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17569:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17570:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17571:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17572:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17573:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17574:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17575:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17576:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17577:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17578:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17579:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17580:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17581:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17582:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17583:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17584:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17585:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17586:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17587:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17588:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17589:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17590:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17591:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17592:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17593:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17594: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"`'
alsa-tools-1.2.2/qlo10k1/configure:17595:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17596:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17597:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17598:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17599:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17600:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17601:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17602:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17603:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17604:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17605:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17606:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17607:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17608:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17609:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17610:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17611:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17612:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17613:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17614:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17615:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17616:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17617:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17618:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17619:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17620:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17621:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17622:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17623:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17624:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17625:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17626:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17627:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17628:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17629:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17630:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17631:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17632:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17633:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17634:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17635:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17636:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17637:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17638:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17639:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17640:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17641:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17642:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17643:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17644:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17645:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17646:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17647:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17648:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17649:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17650:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17651:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17652:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17653:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17654:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17655:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17656:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17657:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17658:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17659:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17660:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17661:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17662:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17663:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17664:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17665:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17666:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17667:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17668:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17669:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17670:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17671:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17672:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17673:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17674:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17675:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17676:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17677:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17678:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17679:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17680:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17681:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17682:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17683:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17684:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17685:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17686:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17687:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17688:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17689:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17690:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17691:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17692:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17693:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17694:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17695:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17696:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17697:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17698:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17699:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17700:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17701:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17702:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17703:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17704:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17705:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17706:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17707:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17708:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17709:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17710:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17711:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17712:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17713:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17714:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17715:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17716:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17717:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17718:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17719:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17720:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17721:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17722:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17723:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure:17724:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/configure-17725-
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17837-compiler_lib_search_path_CXX; do
alsa-tools-1.2.2/qlo10k1/configure:17838:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/qlo10k1/configure-17839-    *[\\\\\\\`\\"\\\$]*)
alsa-tools-1.2.2/qlo10k1/configure:17840:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/qlo10k1/configure-17841-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17879-postlink_cmds_CXX; do
alsa-tools-1.2.2/qlo10k1/configure:17880:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/qlo10k1/configure-17881-    *[\\\\\\\`\\"\\\$]*)
alsa-tools-1.2.2/qlo10k1/configure:17882:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/qlo10k1/configure-17883-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17977-fi
alsa-tools-1.2.2/qlo10k1/configure:17978:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/configure-17979-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-17994-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/qlo10k1/configure:17995:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/qlo10k1/configure-17996-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18000-
alsa-tools-1.2.2/qlo10k1/configure:18001:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/qlo10k1/configure-18002-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18138-for ac_last_try in false false :; do
alsa-tools-1.2.2/qlo10k1/configure:18139:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
alsa-tools-1.2.2/qlo10k1/configure-18140-  if test -z "$ac_tt"; then
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18270-      esac
alsa-tools-1.2.2/qlo10k1/configure:18271:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/qlo10k1/configure-18272-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18329-*)
alsa-tools-1.2.2/qlo10k1/configure:18330:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/qlo10k1/configure-18331-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/qlo10k1/configure:18332:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/qlo10k1/configure-18333-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18390-/@mandir@/p'
alsa-tools-1.2.2/qlo10k1/configure:18391:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/qlo10k1/configure-18392-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18407-
alsa-tools-1.2.2/qlo10k1/configure:18408:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/qlo10k1/configure-18409-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18435-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/qlo10k1/configure:18436:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/qlo10k1/configure-18437-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18481-    * )
alsa-tools-1.2.2/qlo10k1/configure:18482:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/qlo10k1/configure-18483-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/configure-18536-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/qlo10k1/configure:18537:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/qlo10k1/configure-18538-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/qlo10k1/configure-19102-    *:)
alsa-tools-1.2.2/qlo10k1/configure:19103:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alsa-tools-1.2.2/qlo10k1/configure-19104-        ;;
alsa-tools-1.2.2/qlo10k1/configure-19105-    x:*)
alsa-tools-1.2.2/qlo10k1/configure:19106:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure-19107-        ;;
alsa-tools-1.2.2/qlo10k1/configure-19108-    *::*)
alsa-tools-1.2.2/qlo10k1/configure:19109:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure:19110:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alsa-tools-1.2.2/qlo10k1/configure-19111-        ;;
alsa-tools-1.2.2/qlo10k1/configure-19112-    *)
alsa-tools-1.2.2/qlo10k1/configure:19113:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/configure-19114-        ;;
##############################################
alsa-tools-1.2.2/qlo10k1/configure-19129-    done
alsa-tools-1.2.2/qlo10k1/configure:19130:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/qlo10k1/configure-19131-}
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-49-  { \
alsa-tools-1.2.2/qlo10k1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-182-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/qlo10k1/Makefile.in:183:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-184-    if test "$$first" != "."; then \
alsa-tools-1.2.2/qlo10k1/Makefile.in-185-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/qlo10k1/Makefile.in:186:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:187:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-188-      else \
alsa-tools-1.2.2/qlo10k1/Makefile.in:189:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-190-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/qlo10k1/Makefile.in:191:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-192-        else \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-197-    fi; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:198:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-199-  done; \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-418-	dot_seen=no; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:419:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-420-	case "$@" in \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-481-GTAGS:
alsa-tools-1.2.2/qlo10k1/Makefile.in:482:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/qlo10k1/Makefile.in-483-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-516-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/qlo10k1/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-530-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/qlo10k1/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/qlo10k1/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-641-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:642:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/qlo10k1/Makefile.in-643-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-685-	}; \
alsa-tools-1.2.2/qlo10k1/Makefile.in:686:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/qlo10k1/Makefile.in-687-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/qlo10k1/Makefile.in-697-	fi
alsa-tools-1.2.2/qlo10k1/Makefile.in:698:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/qlo10k1/Makefile.in-699-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-234-      fi
alsa-tools-1.2.2/qlo10k1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/qlo10k1/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/qlo10k1/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/qlo10k1/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-287-    else
alsa-tools-1.2.2/qlo10k1/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/qlo10k1/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/qlo10k1/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/qlo10k1/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/qlo10k1/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/qlo10k1/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-419-            case $prefix in
alsa-tools-1.2.2/qlo10k1/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/qlo10k1/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/qlo10k1/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/qlo10k1/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/qlo10k1/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/qlo10k1/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-53-  { \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-55-  }; \
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-568-	test -n "$(EXEEXT)" || exit 0; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:569:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-570-	echo " rm -f" $$list; \
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-648-.cpp.obj:
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:649:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-650-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:653:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-654-
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-662-connectionwizardbase.o: dlgs/connectionwizardbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:663:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT connectionwizardbase.o -MD -MP -MF $(DEPDIR)/connectionwizardbase.Tpo -c -o connectionwizardbase.o `test -f 'dlgs/connectionwizardbase.cpp' || echo '$(srcdir)/'`dlgs/connectionwizardbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-664-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/connectionwizardbase.Tpo $(DEPDIR)/connectionwizardbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:667:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o connectionwizardbase.o `test -f 'dlgs/connectionwizardbase.cpp' || echo '$(srcdir)/'`dlgs/connectionwizardbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-668-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-669-connectionwizardbase.obj: dlgs/connectionwizardbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:670:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT connectionwizardbase.obj -MD -MP -MF $(DEPDIR)/connectionwizardbase.Tpo -c -o connectionwizardbase.obj `if test -f 'dlgs/connectionwizardbase.cpp'; then $(CYGPATH_W) 'dlgs/connectionwizardbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/connectionwizardbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-671-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/connectionwizardbase.Tpo $(DEPDIR)/connectionwizardbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:674:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o connectionwizardbase.obj `if test -f 'dlgs/connectionwizardbase.cpp'; then $(CYGPATH_W) 'dlgs/connectionwizardbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/connectionwizardbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-675-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-676-filecontroldialogbase.o: dlgs/filecontroldialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:677:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontroldialogbase.o -MD -MP -MF $(DEPDIR)/filecontroldialogbase.Tpo -c -o filecontroldialogbase.o `test -f 'dlgs/filecontroldialogbase.cpp' || echo '$(srcdir)/'`dlgs/filecontroldialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-678-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontroldialogbase.Tpo $(DEPDIR)/filecontroldialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:681:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontroldialogbase.o `test -f 'dlgs/filecontroldialogbase.cpp' || echo '$(srcdir)/'`dlgs/filecontroldialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-682-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-683-filecontroldialogbase.obj: dlgs/filecontroldialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:684:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontroldialogbase.obj -MD -MP -MF $(DEPDIR)/filecontroldialogbase.Tpo -c -o filecontroldialogbase.obj `if test -f 'dlgs/filecontroldialogbase.cpp'; then $(CYGPATH_W) 'dlgs/filecontroldialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontroldialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-685-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontroldialogbase.Tpo $(DEPDIR)/filecontroldialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:688:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontroldialogbase.obj `if test -f 'dlgs/filecontroldialogbase.cpp'; then $(CYGPATH_W) 'dlgs/filecontroldialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontroldialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-689-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-690-filecontrolsdialogbase.o: dlgs/filecontrolsdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:691:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontrolsdialogbase.o -MD -MP -MF $(DEPDIR)/filecontrolsdialogbase.Tpo -c -o filecontrolsdialogbase.o `test -f 'dlgs/filecontrolsdialogbase.cpp' || echo '$(srcdir)/'`dlgs/filecontrolsdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-692-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontrolsdialogbase.Tpo $(DEPDIR)/filecontrolsdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-694-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:695:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontrolsdialogbase.o `test -f 'dlgs/filecontrolsdialogbase.cpp' || echo '$(srcdir)/'`dlgs/filecontrolsdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-696-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-697-filecontrolsdialogbase.obj: dlgs/filecontrolsdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:698:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontrolsdialogbase.obj -MD -MP -MF $(DEPDIR)/filecontrolsdialogbase.Tpo -c -o filecontrolsdialogbase.obj `if test -f 'dlgs/filecontrolsdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/filecontrolsdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontrolsdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-699-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontrolsdialogbase.Tpo $(DEPDIR)/filecontrolsdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-701-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:702:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontrolsdialogbase.obj `if test -f 'dlgs/filecontrolsdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/filecontrolsdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontrolsdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-703-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-704-loadpatchdialogbase.o: dlgs/loadpatchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:705:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT loadpatchdialogbase.o -MD -MP -MF $(DEPDIR)/loadpatchdialogbase.Tpo -c -o loadpatchdialogbase.o `test -f 'dlgs/loadpatchdialogbase.cpp' || echo '$(srcdir)/'`dlgs/loadpatchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-706-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/loadpatchdialogbase.Tpo $(DEPDIR)/loadpatchdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-708-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:709:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o loadpatchdialogbase.o `test -f 'dlgs/loadpatchdialogbase.cpp' || echo '$(srcdir)/'`dlgs/loadpatchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-710-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-711-loadpatchdialogbase.obj: dlgs/loadpatchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:712:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT loadpatchdialogbase.obj -MD -MP -MF $(DEPDIR)/loadpatchdialogbase.Tpo -c -o loadpatchdialogbase.obj `if test -f 'dlgs/loadpatchdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/loadpatchdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/loadpatchdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-713-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/loadpatchdialogbase.Tpo $(DEPDIR)/loadpatchdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-715-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:716:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o loadpatchdialogbase.obj `if test -f 'dlgs/loadpatchdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/loadpatchdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/loadpatchdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-717-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-718-transformpatchbase.o: dlgs/transformpatchbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:719:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT transformpatchbase.o -MD -MP -MF $(DEPDIR)/transformpatchbase.Tpo -c -o transformpatchbase.o `test -f 'dlgs/transformpatchbase.cpp' || echo '$(srcdir)/'`dlgs/transformpatchbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-720-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/transformpatchbase.Tpo $(DEPDIR)/transformpatchbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-722-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:723:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o transformpatchbase.o `test -f 'dlgs/transformpatchbase.cpp' || echo '$(srcdir)/'`dlgs/transformpatchbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-724-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-725-transformpatchbase.obj: dlgs/transformpatchbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:726:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT transformpatchbase.obj -MD -MP -MF $(DEPDIR)/transformpatchbase.Tpo -c -o transformpatchbase.obj `if test -f 'dlgs/transformpatchbase.cpp'; then $(CYGPATH_W) 'dlgs/transformpatchbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/transformpatchbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-727-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/transformpatchbase.Tpo $(DEPDIR)/transformpatchbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-729-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:730:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o transformpatchbase.obj `if test -f 'dlgs/transformpatchbase.cpp'; then $(CYGPATH_W) 'dlgs/transformpatchbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/transformpatchbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-731-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-732-mainwndbase.o: dlgs/mainwndbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:733:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mainwndbase.o -MD -MP -MF $(DEPDIR)/mainwndbase.Tpo -c -o mainwndbase.o `test -f 'dlgs/mainwndbase.cpp' || echo '$(srcdir)/'`dlgs/mainwndbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-734-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mainwndbase.Tpo $(DEPDIR)/mainwndbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-736-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:737:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mainwndbase.o `test -f 'dlgs/mainwndbase.cpp' || echo '$(srcdir)/'`dlgs/mainwndbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-738-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-739-mainwndbase.obj: dlgs/mainwndbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:740:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mainwndbase.obj -MD -MP -MF $(DEPDIR)/mainwndbase.Tpo -c -o mainwndbase.obj `if test -f 'dlgs/mainwndbase.cpp'; then $(CYGPATH_W) 'dlgs/mainwndbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/mainwndbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-741-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mainwndbase.Tpo $(DEPDIR)/mainwndbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-743-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:744:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mainwndbase.obj `if test -f 'dlgs/mainwndbase.cpp'; then $(CYGPATH_W) 'dlgs/mainwndbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/mainwndbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-745-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-746-patchdialogbase.o: dlgs/patchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:747:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patchdialogbase.o -MD -MP -MF $(DEPDIR)/patchdialogbase.Tpo -c -o patchdialogbase.o `test -f 'dlgs/patchdialogbase.cpp' || echo '$(srcdir)/'`dlgs/patchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-748-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/patchdialogbase.Tpo $(DEPDIR)/patchdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-750-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:751:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patchdialogbase.o `test -f 'dlgs/patchdialogbase.cpp' || echo '$(srcdir)/'`dlgs/patchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-752-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-753-patchdialogbase.obj: dlgs/patchdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:754:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patchdialogbase.obj -MD -MP -MF $(DEPDIR)/patchdialogbase.Tpo -c -o patchdialogbase.obj `if test -f 'dlgs/patchdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/patchdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/patchdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-755-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/patchdialogbase.Tpo $(DEPDIR)/patchdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-757-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:758:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patchdialogbase.obj `if test -f 'dlgs/patchdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/patchdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/patchdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-759-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-760-preferencesbase.o: dlgs/preferencesbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:761:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preferencesbase.o -MD -MP -MF $(DEPDIR)/preferencesbase.Tpo -c -o preferencesbase.o `test -f 'dlgs/preferencesbase.cpp' || echo '$(srcdir)/'`dlgs/preferencesbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-762-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/preferencesbase.Tpo $(DEPDIR)/preferencesbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-764-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:765:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preferencesbase.o `test -f 'dlgs/preferencesbase.cpp' || echo '$(srcdir)/'`dlgs/preferencesbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-766-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-767-preferencesbase.obj: dlgs/preferencesbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:768:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preferencesbase.obj -MD -MP -MF $(DEPDIR)/preferencesbase.Tpo -c -o preferencesbase.obj `if test -f 'dlgs/preferencesbase.cpp'; then $(CYGPATH_W) 'dlgs/preferencesbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/preferencesbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-769-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/preferencesbase.Tpo $(DEPDIR)/preferencesbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-771-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:772:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preferencesbase.obj `if test -f 'dlgs/preferencesbase.cpp'; then $(CYGPATH_W) 'dlgs/preferencesbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/preferencesbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-773-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-774-newiodialogbase.o: dlgs/newiodialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:775:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT newiodialogbase.o -MD -MP -MF $(DEPDIR)/newiodialogbase.Tpo -c -o newiodialogbase.o `test -f 'dlgs/newiodialogbase.cpp' || echo '$(srcdir)/'`dlgs/newiodialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-776-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/newiodialogbase.Tpo $(DEPDIR)/newiodialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:779:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o newiodialogbase.o `test -f 'dlgs/newiodialogbase.cpp' || echo '$(srcdir)/'`dlgs/newiodialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-780-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-781-newiodialogbase.obj: dlgs/newiodialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:782:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT newiodialogbase.obj -MD -MP -MF $(DEPDIR)/newiodialogbase.Tpo -c -o newiodialogbase.obj `if test -f 'dlgs/newiodialogbase.cpp'; then $(CYGPATH_W) 'dlgs/newiodialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/newiodialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-783-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/newiodialogbase.Tpo $(DEPDIR)/newiodialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:786:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o newiodialogbase.obj `if test -f 'dlgs/newiodialogbase.cpp'; then $(CYGPATH_W) 'dlgs/newiodialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/newiodialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-787-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-788-aboutdialogbase.o: dlgs/aboutdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:789:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT aboutdialogbase.o -MD -MP -MF $(DEPDIR)/aboutdialogbase.Tpo -c -o aboutdialogbase.o `test -f 'dlgs/aboutdialogbase.cpp' || echo '$(srcdir)/'`dlgs/aboutdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-790-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/aboutdialogbase.Tpo $(DEPDIR)/aboutdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-792-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:793:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o aboutdialogbase.o `test -f 'dlgs/aboutdialogbase.cpp' || echo '$(srcdir)/'`dlgs/aboutdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-794-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-795-aboutdialogbase.obj: dlgs/aboutdialogbase.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:796:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT aboutdialogbase.obj -MD -MP -MF $(DEPDIR)/aboutdialogbase.Tpo -c -o aboutdialogbase.obj `if test -f 'dlgs/aboutdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/aboutdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/aboutdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-797-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/aboutdialogbase.Tpo $(DEPDIR)/aboutdialogbase.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:800:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o aboutdialogbase.obj `if test -f 'dlgs/aboutdialogbase.cpp'; then $(CYGPATH_W) 'dlgs/aboutdialogbase.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/aboutdialogbase.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-801-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-802-connectionwizardbase.moc.o: dlgs/connectionwizardbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:803:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT connectionwizardbase.moc.o -MD -MP -MF $(DEPDIR)/connectionwizardbase.moc.Tpo -c -o connectionwizardbase.moc.o `test -f 'dlgs/connectionwizardbase.moc.cpp' || echo '$(srcdir)/'`dlgs/connectionwizardbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-804-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/connectionwizardbase.moc.Tpo $(DEPDIR)/connectionwizardbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:807:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o connectionwizardbase.moc.o `test -f 'dlgs/connectionwizardbase.moc.cpp' || echo '$(srcdir)/'`dlgs/connectionwizardbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-808-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-809-connectionwizardbase.moc.obj: dlgs/connectionwizardbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:810:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT connectionwizardbase.moc.obj -MD -MP -MF $(DEPDIR)/connectionwizardbase.moc.Tpo -c -o connectionwizardbase.moc.obj `if test -f 'dlgs/connectionwizardbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/connectionwizardbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/connectionwizardbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-811-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/connectionwizardbase.moc.Tpo $(DEPDIR)/connectionwizardbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:814:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o connectionwizardbase.moc.obj `if test -f 'dlgs/connectionwizardbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/connectionwizardbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/connectionwizardbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-815-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-816-filecontroldialogbase.moc.o: dlgs/filecontroldialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:817:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontroldialogbase.moc.o -MD -MP -MF $(DEPDIR)/filecontroldialogbase.moc.Tpo -c -o filecontroldialogbase.moc.o `test -f 'dlgs/filecontroldialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/filecontroldialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-818-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontroldialogbase.moc.Tpo $(DEPDIR)/filecontroldialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:821:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontroldialogbase.moc.o `test -f 'dlgs/filecontroldialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/filecontroldialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-822-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-823-filecontroldialogbase.moc.obj: dlgs/filecontroldialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:824:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontroldialogbase.moc.obj -MD -MP -MF $(DEPDIR)/filecontroldialogbase.moc.Tpo -c -o filecontroldialogbase.moc.obj `if test -f 'dlgs/filecontroldialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/filecontroldialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontroldialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-825-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontroldialogbase.moc.Tpo $(DEPDIR)/filecontroldialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:828:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontroldialogbase.moc.obj `if test -f 'dlgs/filecontroldialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/filecontroldialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontroldialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-829-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-830-filecontrolsdialogbase.moc.o: dlgs/filecontrolsdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:831:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontrolsdialogbase.moc.o -MD -MP -MF $(DEPDIR)/filecontrolsdialogbase.moc.Tpo -c -o filecontrolsdialogbase.moc.o `test -f 'dlgs/filecontrolsdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/filecontrolsdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-832-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontrolsdialogbase.moc.Tpo $(DEPDIR)/filecontrolsdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:835:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontrolsdialogbase.moc.o `test -f 'dlgs/filecontrolsdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/filecontrolsdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-836-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-837-filecontrolsdialogbase.moc.obj: dlgs/filecontrolsdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:838:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filecontrolsdialogbase.moc.obj -MD -MP -MF $(DEPDIR)/filecontrolsdialogbase.moc.Tpo -c -o filecontrolsdialogbase.moc.obj `if test -f 'dlgs/filecontrolsdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/filecontrolsdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontrolsdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-839-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/filecontrolsdialogbase.moc.Tpo $(DEPDIR)/filecontrolsdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:842:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filecontrolsdialogbase.moc.obj `if test -f 'dlgs/filecontrolsdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/filecontrolsdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/filecontrolsdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-843-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-844-loadpatchdialogbase.moc.o: dlgs/loadpatchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:845:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT loadpatchdialogbase.moc.o -MD -MP -MF $(DEPDIR)/loadpatchdialogbase.moc.Tpo -c -o loadpatchdialogbase.moc.o `test -f 'dlgs/loadpatchdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/loadpatchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-846-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/loadpatchdialogbase.moc.Tpo $(DEPDIR)/loadpatchdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:849:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o loadpatchdialogbase.moc.o `test -f 'dlgs/loadpatchdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/loadpatchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-850-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-851-loadpatchdialogbase.moc.obj: dlgs/loadpatchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:852:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT loadpatchdialogbase.moc.obj -MD -MP -MF $(DEPDIR)/loadpatchdialogbase.moc.Tpo -c -o loadpatchdialogbase.moc.obj `if test -f 'dlgs/loadpatchdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/loadpatchdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/loadpatchdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-853-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/loadpatchdialogbase.moc.Tpo $(DEPDIR)/loadpatchdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:856:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o loadpatchdialogbase.moc.obj `if test -f 'dlgs/loadpatchdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/loadpatchdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/loadpatchdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-857-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-858-mainwndbase.moc.o: dlgs/mainwndbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:859:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mainwndbase.moc.o -MD -MP -MF $(DEPDIR)/mainwndbase.moc.Tpo -c -o mainwndbase.moc.o `test -f 'dlgs/mainwndbase.moc.cpp' || echo '$(srcdir)/'`dlgs/mainwndbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-860-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mainwndbase.moc.Tpo $(DEPDIR)/mainwndbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:863:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mainwndbase.moc.o `test -f 'dlgs/mainwndbase.moc.cpp' || echo '$(srcdir)/'`dlgs/mainwndbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-864-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-865-mainwndbase.moc.obj: dlgs/mainwndbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:866:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mainwndbase.moc.obj -MD -MP -MF $(DEPDIR)/mainwndbase.moc.Tpo -c -o mainwndbase.moc.obj `if test -f 'dlgs/mainwndbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/mainwndbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/mainwndbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-867-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mainwndbase.moc.Tpo $(DEPDIR)/mainwndbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:870:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mainwndbase.moc.obj `if test -f 'dlgs/mainwndbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/mainwndbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/mainwndbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-871-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-872-patchdialogbase.moc.o: dlgs/patchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:873:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patchdialogbase.moc.o -MD -MP -MF $(DEPDIR)/patchdialogbase.moc.Tpo -c -o patchdialogbase.moc.o `test -f 'dlgs/patchdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/patchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-874-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/patchdialogbase.moc.Tpo $(DEPDIR)/patchdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:877:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patchdialogbase.moc.o `test -f 'dlgs/patchdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/patchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-878-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-879-patchdialogbase.moc.obj: dlgs/patchdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:880:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT patchdialogbase.moc.obj -MD -MP -MF $(DEPDIR)/patchdialogbase.moc.Tpo -c -o patchdialogbase.moc.obj `if test -f 'dlgs/patchdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/patchdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/patchdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-881-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/patchdialogbase.moc.Tpo $(DEPDIR)/patchdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:884:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o patchdialogbase.moc.obj `if test -f 'dlgs/patchdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/patchdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/patchdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-885-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-886-preferencesbase.moc.o: dlgs/preferencesbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:887:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preferencesbase.moc.o -MD -MP -MF $(DEPDIR)/preferencesbase.moc.Tpo -c -o preferencesbase.moc.o `test -f 'dlgs/preferencesbase.moc.cpp' || echo '$(srcdir)/'`dlgs/preferencesbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-888-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/preferencesbase.moc.Tpo $(DEPDIR)/preferencesbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:891:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preferencesbase.moc.o `test -f 'dlgs/preferencesbase.moc.cpp' || echo '$(srcdir)/'`dlgs/preferencesbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-892-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-893-preferencesbase.moc.obj: dlgs/preferencesbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:894:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT preferencesbase.moc.obj -MD -MP -MF $(DEPDIR)/preferencesbase.moc.Tpo -c -o preferencesbase.moc.obj `if test -f 'dlgs/preferencesbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/preferencesbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/preferencesbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-895-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/preferencesbase.moc.Tpo $(DEPDIR)/preferencesbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:898:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o preferencesbase.moc.obj `if test -f 'dlgs/preferencesbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/preferencesbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/preferencesbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-899-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-900-newiodialogbase.moc.o: dlgs/newiodialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:901:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT newiodialogbase.moc.o -MD -MP -MF $(DEPDIR)/newiodialogbase.moc.Tpo -c -o newiodialogbase.moc.o `test -f 'dlgs/newiodialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/newiodialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-902-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/newiodialogbase.moc.Tpo $(DEPDIR)/newiodialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:905:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o newiodialogbase.moc.o `test -f 'dlgs/newiodialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/newiodialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-906-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-907-newiodialogbase.moc.obj: dlgs/newiodialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:908:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT newiodialogbase.moc.obj -MD -MP -MF $(DEPDIR)/newiodialogbase.moc.Tpo -c -o newiodialogbase.moc.obj `if test -f 'dlgs/newiodialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/newiodialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/newiodialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-909-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/newiodialogbase.moc.Tpo $(DEPDIR)/newiodialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:912:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o newiodialogbase.moc.obj `if test -f 'dlgs/newiodialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/newiodialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/newiodialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-913-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-914-aboutdialogbase.moc.o: dlgs/aboutdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:915:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT aboutdialogbase.moc.o -MD -MP -MF $(DEPDIR)/aboutdialogbase.moc.Tpo -c -o aboutdialogbase.moc.o `test -f 'dlgs/aboutdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/aboutdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-916-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/aboutdialogbase.moc.Tpo $(DEPDIR)/aboutdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:919:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o aboutdialogbase.moc.o `test -f 'dlgs/aboutdialogbase.moc.cpp' || echo '$(srcdir)/'`dlgs/aboutdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-920-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-921-aboutdialogbase.moc.obj: dlgs/aboutdialogbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:922:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT aboutdialogbase.moc.obj -MD -MP -MF $(DEPDIR)/aboutdialogbase.moc.Tpo -c -o aboutdialogbase.moc.obj `if test -f 'dlgs/aboutdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/aboutdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/aboutdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-923-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/aboutdialogbase.moc.Tpo $(DEPDIR)/aboutdialogbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:926:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o aboutdialogbase.moc.obj `if test -f 'dlgs/aboutdialogbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/aboutdialogbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/aboutdialogbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-927-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-928-transformpatchbase.moc.o: dlgs/transformpatchbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:929:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT transformpatchbase.moc.o -MD -MP -MF $(DEPDIR)/transformpatchbase.moc.Tpo -c -o transformpatchbase.moc.o `test -f 'dlgs/transformpatchbase.moc.cpp' || echo '$(srcdir)/'`dlgs/transformpatchbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-930-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/transformpatchbase.moc.Tpo $(DEPDIR)/transformpatchbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:933:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o transformpatchbase.moc.o `test -f 'dlgs/transformpatchbase.moc.cpp' || echo '$(srcdir)/'`dlgs/transformpatchbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-934-
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-935-transformpatchbase.moc.obj: dlgs/transformpatchbase.moc.cpp
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:936:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT transformpatchbase.moc.obj -MD -MP -MF $(DEPDIR)/transformpatchbase.moc.Tpo -c -o transformpatchbase.moc.obj `if test -f 'dlgs/transformpatchbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/transformpatchbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/transformpatchbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-937-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/transformpatchbase.moc.Tpo $(DEPDIR)/transformpatchbase.moc.Po
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:940:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o transformpatchbase.moc.obj `if test -f 'dlgs/transformpatchbase.moc.cpp'; then $(CYGPATH_W) 'dlgs/transformpatchbase.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/dlgs/transformpatchbase.moc.cpp'; fi`
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-941-
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-977-GTAGS:
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:978:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-979-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-1003-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:1004:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:1005:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-1006-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-1017-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in:1018:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/qlo10k1/src/Makefile.in-1019-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/qlo10k1/compile-67-	mingw/*)
alsa-tools-1.2.2/qlo10k1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/qlo10k1/compile-69-	  ;;
alsa-tools-1.2.2/qlo10k1/compile-70-	cygwin/*)
alsa-tools-1.2.2/qlo10k1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/qlo10k1/compile-72-	  ;;
alsa-tools-1.2.2/qlo10k1/compile-73-	wine/*)
alsa-tools-1.2.2/qlo10k1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/qlo10k1/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/qlo10k1/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/qlo10k1/compile-312-
##############################################
alsa-tools-1.2.2/qlo10k1/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/qlo10k1/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/qlo10k1/compile-318-while true; do
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-34-
alsa-tools-1.2.2/qlo10k1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
alsa-tools-1.2.2/qlo10k1/config.guess-36-
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-102-: ${TMPDIR=/tmp} ;
alsa-tools-1.2.2/qlo10k1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
alsa-tools-1.2.2/qlo10k1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-151-	EOF
alsa-tools-1.2.2/qlo10k1/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
alsa-tools-1.2.2/qlo10k1/config.guess-153-
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-188-	    earmv*)
alsa-tools-1.2.2/qlo10k1/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
alsa-tools-1.2.2/qlo10k1/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
alsa-tools-1.2.2/qlo10k1/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
alsa-tools-1.2.2/qlo10k1/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
alsa-tools-1.2.2/qlo10k1/config.guess-222-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-233-	    *)
alsa-tools-1.2.2/qlo10k1/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
alsa-tools-1.2.2/qlo10k1/config.guess-235-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-280-	*4.0)
alsa-tools-1.2.2/qlo10k1/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
alsa-tools-1.2.2/qlo10k1/config.guess-282-		;;
alsa-tools-1.2.2/qlo10k1/config.guess-283-	*5.*)
alsa-tools-1.2.2/qlo10k1/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
alsa-tools-1.2.2/qlo10k1/config.guess-285-		;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
alsa-tools-1.2.2/qlo10k1/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
alsa-tools-1.2.2/qlo10k1/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-328-	# 1.2 uses "1.2" for uname -r.
alsa-tools-1.2.2/qlo10k1/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
alsa-tools-1.2.2/qlo10k1/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-379-    s390x:SunOS:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-381-	exit ;;
alsa-tools-1.2.2/qlo10k1/config.guess-382-    sun4H:SunOS:5.*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-384-	exit ;;
alsa-tools-1.2.2/qlo10k1/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-387-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-404-	fi
alsa-tools-1.2.2/qlo10k1/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-406-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
alsa-tools-1.2.2/qlo10k1/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-412-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
alsa-tools-1.2.2/qlo10k1/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
alsa-tools-1.2.2/qlo10k1/config.guess-421-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-425-    sun*:*:4.2BSD:*)
alsa-tools-1.2.2/qlo10k1/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
alsa-tools-1.2.2/qlo10k1/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
alsa-tools-1.2.2/qlo10k1/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
alsa-tools-1.2.2/qlo10k1/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-563-    *:IRIX*:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
alsa-tools-1.2.2/qlo10k1/config.guess-565-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-593-EOF
alsa-tools-1.2.2/qlo10k1/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
alsa-tools-1.2.2/qlo10k1/config.guess-595-		then
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-606-    *:AIX:*:[4567])
alsa-tools-1.2.2/qlo10k1/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
alsa-tools-1.2.2/qlo10k1/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-642-    9000/[34678]??:HP-UX:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
alsa-tools-1.2.2/qlo10k1/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-696-EOF
alsa-tools-1.2.2/qlo10k1/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
alsa-tools-1.2.2/qlo10k1/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-724-    ia64:HP-UX:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
alsa-tools-1.2.2/qlo10k1/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-754-EOF
alsa-tools-1.2.2/qlo10k1/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
alsa-tools-1.2.2/qlo10k1/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alsa-tools-1.2.2/qlo10k1/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
alsa-tools-1.2.2/qlo10k1/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alsa-tools-1.2.2/qlo10k1/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
alsa-tools-1.2.2/qlo10k1/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-850-	esac
alsa-tools-1.2.2/qlo10k1/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-852-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-886-    prep*:SunOS:5.*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-888-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-890-	# the GNU system
alsa-tools-1.2.2/qlo10k1/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
alsa-tools-1.2.2/qlo10k1/config.guess-892-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-894-	# other systems with GNU libc and userland
alsa-tools-1.2.2/qlo10k1/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
alsa-tools-1.2.2/qlo10k1/config.guess-896-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-988-EOF
alsa-tools-1.2.2/qlo10k1/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
alsa-tools-1.2.2/qlo10k1/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-1088-    i*86:*:4.*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
alsa-tools-1.2.2/qlo10k1/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-1291-	fi
alsa-tools-1.2.2/qlo10k1/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
alsa-tools-1.2.2/qlo10k1/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-1389-    *:DragonFly:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-1391-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/config.guess-1402-    i*86:skyos:*:*)
alsa-tools-1.2.2/qlo10k1/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
alsa-tools-1.2.2/qlo10k1/config.guess-1404-	exit ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-119-    done
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-121-}
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-439-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-447-#
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-561-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
alsa-tools-1.2.2/qlo10k1/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
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-574-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1165-      }]'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1170-  fi],[])
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1203-  ECHO='print -r --'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1239-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1260-   if test yes = "$GCC"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1262-   fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1264- /*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1266-   ;; #(
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1296-      *ELF-32*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1313-	*32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1323-    else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1325-	*32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1345-    emul=elf
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1347-      *32-bit*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1353-    esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1355-      *MSB*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1361-    esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1363-      *N32*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1726-    # And add a safety zone
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1729-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1759-    if test -n "$kargmax"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1761-    else
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1771-    else
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1780-      # we can't tell.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1784-      do
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1785:        i=`expr $i + 1`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1788-      # Only check the string length outside the loop.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1790-      teststring=
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-1795-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2259-    *:)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2261-        ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2262-    x:*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2264-        ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2265-    *::*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2268-        ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2269-    *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2271-        ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2299-  esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2308-    ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2309-  *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2311-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2357-  esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2359-else
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2500-    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2543-      fi'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2559-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2563-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2570-    libname_spec='$name'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2587-      # Convert to MSYS style.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2589-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2597-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2603-      else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2605-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2625-    # Assume MSVC wrapper
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2880:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2933-  need_lib_prefix=no
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2935-    need_version=no
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2969-    fi'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3180-	"file_magic "*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3265-  *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3267-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3276-      done
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3570-openbsd* | bitrig*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3637-    else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3639-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3688-	esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3694-	*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3696-	  */dev/null*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3722-    *COFF*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:3954:case `$NM -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4001-mingw*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4003-  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4057-    nlist=conftest.nm
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4405-	  *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4741-      *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4924-    else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:4925:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-4926-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5049-    supports_anon_versioning=no
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5152-	prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5175:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5176:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5177-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5193:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5198:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5215:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5218-	esac
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5221:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5378-	else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5379:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5380-	fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5500:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5501-      else
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5753-      if test yes = "$GCC"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5754:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5777:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5778-	fi
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5779-      else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5780:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5781:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5782-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5857-	prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5873-      else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5876-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5889:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5890:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5891:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5892-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5907-      else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6102-	  then
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6572-
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6573:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6574-        else
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6800-            # dependencies.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6801:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6802-            ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6865-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6866:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6867-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6903:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6904-	;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6908-	    # SGI C++
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6909:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6910-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6920:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6921-	      else
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6922:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6923-	      fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6941:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6942:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6950-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6951:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6952-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6986-            # Portland Group C++ compiler
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6987:	    case `$CC -V` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7005:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7006-	      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7015:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7016-            ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7033-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7034:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7035-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7048-	  *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7056:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7122-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7140:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7141-
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7161:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7166:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7169:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7184-	    # dependencies.
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7185:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7186-	    ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7191-	        osf3*)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7193-		  ;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7194-	        *)
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7195:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7196-		  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7444-  case @S|@2 in
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7447-  esac
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7533-
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7535-    case $prev$p in
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-7639-fi
##############################################
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
alsa-tools-1.2.2/qlo10k1/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
alsa-tools-1.2.2/qlo10k1/m4/ltsugar.m4-68-m4_define([lt_combine],
alsa-tools-1.2.2/qlo10k1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
alsa-tools-1.2.2/qlo10k1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-103-#
alsa-tools-1.2.2/qlo10k1/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
alsa-tools-1.2.2/qlo10k1/ltmain.sh-105-#
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
alsa-tools-1.2.2/qlo10k1/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
alsa-tools-1.2.2/qlo10k1/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alsa-tools-1.2.2/qlo10k1/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alsa-tools-1.2.2/qlo10k1/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-410-# The name of this program.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-412-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-416-  *[\\/]*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-610-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
alsa-tools-1.2.2/qlo10k1/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-613-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-639-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:640:    func_arith_result=`expr "$@"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-641-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-660-  # ...otherwise fall back to using sed.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
alsa-tools-1.2.2/qlo10k1/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-757-      test -n "$_G_tc" && {
alsa-tools-1.2.2/qlo10k1/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-760-      }
alsa-tools-1.2.2/qlo10k1/ltmain.sh-761-    done
alsa-tools-1.2.2/qlo10k1/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/qlo10k1/ltmain.sh-763-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-831-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-833-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
alsa-tools-1.2.2/qlo10k1/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-865-      done
alsa-tools-1.2.2/qlo10k1/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-867-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-901-      # If mktemp works, use that first and foremost
alsa-tools-1.2.2/qlo10k1/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-903-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1111-        *[\\\`\"\$]*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1113-        *)
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1198-    case $2 in
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1201-    esac
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1273-      ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1358-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1360-}
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1517-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1519-}
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1870-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1872-      func_split_equals_rhs=
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1875-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1898-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-1901-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2074-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2110-  {
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2112-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2115-  {
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2117-  }
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2659-      done
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2662-      case $@ in
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2672-	    # Evaluate the configuration.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2674-	    CC_quoted=
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2678-	    done
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2681-	    case "$@ " in
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3009-    # LT_CYGPATH in this case.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3011-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3376-    *.[cCFSifmso] | \
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3474-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3520-      if test warn = "$need_locks" &&
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3522-	$ECHO "\
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3523-*** ERROR, $lockfile contains:
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3525-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3569-      if test warn = "$need_locks" &&
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3571-	$ECHO "\
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3572-*** ERROR, $lockfile contains:
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3574-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3895-      # Get the absolute pathname.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4280-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4293-	  else
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4295-	  fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4458-	    fi
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4477-	        # Replace the output file specification.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4479-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4498-	  fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4570-    my_pic_p=${3-false}
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4572-    my_dlsyms=
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4862-	  else
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4865-	  fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4867-	*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4870-	  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4882-      # Nullify the symbol file.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4885-    fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alsa-tools-1.2.2/qlo10k1/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)$'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4925-  win32_libid_type=unknown
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4927-  case $win32_fileres in
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4990-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-4992-}
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5008-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5072-    # binutils import library
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5075-    # ms-generated import library
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5077-  else
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5160-	    darwin_arch=
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5172-	    darwin_file=
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5189-      esac
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5191-    done
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5260-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5262-    $ECHO "\
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5295-    --lt-dump-script)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5324-  done
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5380-  # Find the directory that this script lives in.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5386-  while test -n \"\$file\"; do
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5388-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5396-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5399-  done
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5410-    case \"\$thisdir\" in
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5416-  # Try to get the absolute directory name.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5443-      else
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
alsa-tools-1.2.2/qlo10k1/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-5487-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6464-
alsa-tools-1.2.2/qlo10k1/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6466-    *import*) : ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6712-	    moreargs=
alsa-tools-1.2.2/qlo10k1/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6714-	    do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6973-	*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7289-      -Z*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7461-    else
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7873-	fi
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7946-	*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8199-	    shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8491-		*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8502-		  depdepl=
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8513-                      fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8524-		else
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8547-	else
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8549-	fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8636-        linux*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/qlo10k1/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9041-	removelist=
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9067-	# Transform .lo files to .o files.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9069-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9072-      #for path in $notinst_path; do
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9076-      #done
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9193-		if test -n "$i"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9196-		  set dummy $deplib_matches; shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9197-		  deplib_match=$1
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9236-		  if test -n "$i"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9239-		    set dummy $deplib_matches; shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9240-		    deplib_match=$1
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9286-	      if test -n "$a_deplib"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9290-		else
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9296-		    shopt -s nocaseglob
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9298-		    $nocaseglob
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9299-		  else
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9301-		  fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9316-			case $potliblink in
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9319-			esac
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9370-	      if test -n "$a_deplib"; then
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9409-	  newdeplibs=
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9415-	    done
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9441-	  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9491-	*-*-darwin*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9495-	  ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9618-	# Use standard objects if they are pic
alsa-tools-1.2.2/qlo10k1/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10147-      # Create the old-style object.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10149-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10208-	;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10226-	;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10361-	# Transform all the library objects into standard objects.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10364-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10389-	# Replace the output file specification.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10398-	  func_to_tool_file "$output"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10442-	# Replace the output file specification.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10444-	# Delete the old output file.
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10450-	  func_to_tool_file "$output"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10470-          ;;
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10481-      # Replace the output file specification.
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10483-
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10491:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10513-      fi
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10804-		name=$func_basename_result
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10823-		name=$func_basename_result
alsa-tools-1.2.2/qlo10k1/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/qlo10k1/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
alsa-tools-1.2.2/qlo10k1/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
alsa-tools-1.2.2/qlo10k1/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-77-LD10K1_LIBS="$LD10K1_LIBS -llo10k1"
alsa-tools-1.2.2/qlo10k1/aclocal.m4:78:dnl LIBS=`echo $LIBS | sed 's/-lm//'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4:79:dnl LIBS=`echo $LIBS | sed 's/-ldl//'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4:80:dnl LIBS=`echo $LIBS | sed 's/-lpthread//'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4:81:LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-82-LIBS="$LD10K1_LIBS $LIBS"
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-139-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/qlo10k1/aclocal.m4:140:   LIBS=`echo $LIBS | sed 's/-llo10k1//g'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4:141:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-142-   LIBS="-llo10k1 $LIBS"
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-228-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/qlo10k1/aclocal.m4:229:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-230-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-243-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/qlo10k1/aclocal.m4:244:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-245-])
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-341-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/qlo10k1/aclocal.m4:342:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-343-  fi
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-494-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/qlo10k1/aclocal.m4:495:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-496-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-501-      || continue
alsa-tools-1.2.2/qlo10k1/aclocal.m4:502:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/qlo10k1/aclocal.m4:503:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-504-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-569-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/qlo10k1/aclocal.m4:570:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/qlo10k1/aclocal.m4-571-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-728-    * )
alsa-tools-1.2.2/qlo10k1/aclocal.m4:729:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/qlo10k1/aclocal.m4-730-  esac
alsa-tools-1.2.2/qlo10k1/aclocal.m4-731-done
alsa-tools-1.2.2/qlo10k1/aclocal.m4:732:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/qlo10k1/aclocal.m4-733-
##############################################
alsa-tools-1.2.2/qlo10k1/aclocal.m4-1020-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/qlo10k1/aclocal.m4:1021:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-1022-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/qlo10k1/aclocal.m4-1023-	# -L didn't work.
alsa-tools-1.2.2/qlo10k1/aclocal.m4:1024:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/qlo10k1/aclocal.m4-1025-     fi
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-64-  case $1 in
alsa-tools-1.2.2/hdsploader/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hdsploader/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-73-{
alsa-tools-1.2.2/hdsploader/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hdsploader/depcomp-75-}
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hdsploader/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hdsploader/depcomp-128-
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-405-        sleep 1
alsa-tools-1.2.2/hdsploader/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hdsploader/depcomp-407-      done
alsa-tools-1.2.2/hdsploader/depcomp-408-    fi
alsa-tools-1.2.2/hdsploader/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hdsploader/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hdsploader/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hdsploader/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hdsploader/depcomp-659-  done
alsa-tools-1.2.2/hdsploader/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hdsploader/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hdsploader/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdsploader/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdsploader/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hdsploader/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdsploader/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdsploader/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdsploader/configure-50-else
alsa-tools-1.2.2/hdsploader/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdsploader/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdsploader/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdsploader/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdsploader/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hdsploader/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hdsploader/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hdsploader/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hdsploader/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hdsploader/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdsploader/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-397-  {
alsa-tools-1.2.2/hdsploader/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdsploader/configure-399-  }
##############################################
alsa-tools-1.2.2/hdsploader/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hdsploader/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdsploader/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdsploader/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hdsploader/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hdsploader/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hdsploader/configure-761-  case $ac_option in
alsa-tools-1.2.2/hdsploader/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hdsploader/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/hdsploader/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hdsploader/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdsploader/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdsploader/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdsploader/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdsploader/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/hdsploader/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hdsploader/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdsploader/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdsploader/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdsploader/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdsploader/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/hdsploader/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hdsploader/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdsploader/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdsploader/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdsploader/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdsploader/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/hdsploader/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hdsploader/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdsploader/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdsploader/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdsploader/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdsploader/configure-1089-  *=*)
alsa-tools-1.2.2/hdsploader/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hdsploader/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdsploader/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hdsploader/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hdsploader/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hdsploader/configure-1132-    */ )
alsa-tools-1.2.2/hdsploader/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hdsploader/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hdsploader/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hdsploader/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hdsploader/configure-1223-case $srcdir in
alsa-tools-1.2.2/hdsploader/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hdsploader/configure-1225-esac
##############################################
alsa-tools-1.2.2/hdsploader/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hdsploader/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hdsploader/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hdsploader/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hdsploader/configure-1361-*)
alsa-tools-1.2.2/hdsploader/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdsploader/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdsploader/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdsploader/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdsploader/configure-1660-    *\'*)
alsa-tools-1.2.2/hdsploader/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdsploader/configure-1662-    esac
##############################################
alsa-tools-1.2.2/hdsploader/configure-1743-      case $ac_val in
alsa-tools-1.2.2/hdsploader/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdsploader/configure-1745-      esac
##############################################
alsa-tools-1.2.2/hdsploader/configure-1758-	case $ac_val in
alsa-tools-1.2.2/hdsploader/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdsploader/configure-1760-	esac
##############################################
alsa-tools-1.2.2/hdsploader/configure-1878-    set,)
alsa-tools-1.2.2/hdsploader/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hdsploader/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hdsploader/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hdsploader/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hdsploader/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hdsploader/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hdsploader/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/hdsploader/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdsploader/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdsploader/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdsploader/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/hdsploader/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/hdsploader/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdsploader/configure-2089-     fi
##############################################
alsa-tools-1.2.2/hdsploader/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hdsploader/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hdsploader/configure-2137-
alsa-tools-1.2.2/hdsploader/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdsploader/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdsploader/configure-2140-
##############################################
alsa-tools-1.2.2/hdsploader/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hdsploader/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hdsploader/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hdsploader/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/hdsploader/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdsploader/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdsploader/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdsploader/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdsploader/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdsploader/configure-2429-
alsa-tools-1.2.2/hdsploader/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdsploader/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdsploader/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/hdsploader/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hdsploader/configure-2915-
##############################################
alsa-tools-1.2.2/hdsploader/configure-2957-	then :; else
alsa-tools-1.2.2/hdsploader/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdsploader/configure-2959-	fi
##############################################
alsa-tools-1.2.2/hdsploader/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hdsploader/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdsploader/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hdsploader/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hdsploader/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdsploader/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdsploader/configure-3509-  fi
##############################################
alsa-tools-1.2.2/hdsploader/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hdsploader/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hdsploader/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/hdsploader/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hdsploader/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hdsploader/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/hdsploader/configure-4384-   :
alsa-tools-1.2.2/hdsploader/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdsploader/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdsploader/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdsploader/configure-4541-'
alsa-tools-1.2.2/hdsploader/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hdsploader/configure-4543-
##############################################
alsa-tools-1.2.2/hdsploader/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hdsploader/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hdsploader/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hdsploader/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdsploader/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdsploader/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/hdsploader/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdsploader/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdsploader/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdsploader/configure-4652-else
alsa-tools-1.2.2/hdsploader/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdsploader/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdsploader/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdsploader/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdsploader/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/hdsploader/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/hdsploader/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdsploader/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdsploader/configure-4811-  {
alsa-tools-1.2.2/hdsploader/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdsploader/configure-4813-  }
##############################################
alsa-tools-1.2.2/hdsploader/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/hdsploader/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdsploader/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hdsploader/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hdsploader/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hdsploader/configure-5066-  --*=?*)
alsa-tools-1.2.2/hdsploader/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdsploader/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hdsploader/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/hdsploader/configure-5071-  --*=)
alsa-tools-1.2.2/hdsploader/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdsploader/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/hdsploader/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/hdsploader/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdsploader/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-5218-fi
alsa-tools-1.2.2/hdsploader/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hdsploader/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hdsploader/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hdsploader/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hdsploader/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hdsploader/configure-5241-
alsa-tools-1.2.2/hdsploader/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hdsploader/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hdsploader/configure-5403-      esac
alsa-tools-1.2.2/hdsploader/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hdsploader/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hdsploader/configure-5462-*)
alsa-tools-1.2.2/hdsploader/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdsploader/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdsploader/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdsploader/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdsploader/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/hdsploader/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hdsploader/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hdsploader/configure-5540-
alsa-tools-1.2.2/hdsploader/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hdsploader/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hdsploader/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hdsploader/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hdsploader/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hdsploader/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdsploader/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdsploader/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-234-      fi
alsa-tools-1.2.2/hdsploader/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hdsploader/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hdsploader/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hdsploader/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-287-    else
alsa-tools-1.2.2/hdsploader/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hdsploader/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hdsploader/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdsploader/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hdsploader/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdsploader/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hdsploader/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hdsploader/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hdsploader/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hdsploader/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hdsploader/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hdsploader/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hdsploader/compile-67-	mingw/*)
alsa-tools-1.2.2/hdsploader/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hdsploader/compile-69-	  ;;
alsa-tools-1.2.2/hdsploader/compile-70-	cygwin/*)
alsa-tools-1.2.2/hdsploader/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hdsploader/compile-72-	  ;;
alsa-tools-1.2.2/hdsploader/compile-73-	wine/*)
alsa-tools-1.2.2/hdsploader/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hdsploader/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hdsploader/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hdsploader/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hdsploader/compile-312-
##############################################
alsa-tools-1.2.2/hdsploader/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hdsploader/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hdsploader/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/hdsploader/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdsploader/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdsploader/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hdsploader/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hdsploader/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdsploader/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdsploader/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdsploader/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hdsploader/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdsploader/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdsploader/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-570-      || continue
alsa-tools-1.2.2/hdsploader/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hdsploader/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hdsploader/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hdsploader/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdsploader/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-797-    * )
alsa-tools-1.2.2/hdsploader/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hdsploader/aclocal.m4-799-  esac
alsa-tools-1.2.2/hdsploader/aclocal.m4-800-done
alsa-tools-1.2.2/hdsploader/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hdsploader/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/hdsploader/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdsploader/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdsploader/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hdsploader/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/hdsploader/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdsploader/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-50-  { \
alsa-tools-1.2.2/hdsploader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdsploader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-385-.c.obj:
alsa-tools-1.2.2/hdsploader/Makefile.in:386:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdsploader/Makefile.in-387-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hdsploader/Makefile.in:390:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdsploader/Makefile.in-391-
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-421-GTAGS:
alsa-tools-1.2.2/hdsploader/Makefile.in:422:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdsploader/Makefile.in-423-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-456-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hdsploader/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdsploader/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdsploader/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-470-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdsploader/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdsploader/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-556-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hdsploader/Makefile.in:557:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hdsploader/Makefile.in-558-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-600-	}; \
alsa-tools-1.2.2/hdsploader/Makefile.in:601:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdsploader/Makefile.in-602-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hdsploader/Makefile.in-612-	fi
alsa-tools-1.2.2/hdsploader/Makefile.in:613:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdsploader/Makefile.in-614-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-64-  case $1 in
alsa-tools-1.2.2/pcxhrloader/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/pcxhrloader/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-73-{
alsa-tools-1.2.2/pcxhrloader/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/pcxhrloader/depcomp-75-}
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/pcxhrloader/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/pcxhrloader/depcomp-128-
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-405-        sleep 1
alsa-tools-1.2.2/pcxhrloader/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/pcxhrloader/depcomp-407-      done
alsa-tools-1.2.2/pcxhrloader/depcomp-408-    fi
alsa-tools-1.2.2/pcxhrloader/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/pcxhrloader/depcomp-410-  done
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/pcxhrloader/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/pcxhrloader/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/pcxhrloader/depcomp-659-  done
alsa-tools-1.2.2/pcxhrloader/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/pcxhrloader/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/pcxhrloader/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/pcxhrloader/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/pcxhrloader/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/pcxhrloader/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/pcxhrloader/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-50-else
alsa-tools-1.2.2/pcxhrloader/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/pcxhrloader/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/pcxhrloader/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/pcxhrloader/configure-62-      esac;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/pcxhrloader/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/pcxhrloader/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/pcxhrloader/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/pcxhrloader/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-397-  {
alsa-tools-1.2.2/pcxhrloader/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/pcxhrloader/configure-399-  }
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-404-# ----------------------------------------
alsa-tools-1.2.2/pcxhrloader/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/pcxhrloader/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/pcxhrloader/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/pcxhrloader/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-761-  case $ac_option in
alsa-tools-1.2.2/pcxhrloader/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/pcxhrloader/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/pcxhrloader/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/pcxhrloader/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/pcxhrloader/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/pcxhrloader/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/pcxhrloader/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/pcxhrloader/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/pcxhrloader/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/pcxhrloader/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/pcxhrloader/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/pcxhrloader/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/pcxhrloader/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/pcxhrloader/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1089-  *=*)
alsa-tools-1.2.2/pcxhrloader/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/pcxhrloader/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/pcxhrloader/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/pcxhrloader/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1132-    */ )
alsa-tools-1.2.2/pcxhrloader/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/pcxhrloader/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/pcxhrloader/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1223-case $srcdir in
alsa-tools-1.2.2/pcxhrloader/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/pcxhrloader/configure-1225-esac
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/pcxhrloader/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/pcxhrloader/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/pcxhrloader/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1361-*)
alsa-tools-1.2.2/pcxhrloader/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/pcxhrloader/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/pcxhrloader/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/pcxhrloader/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1660-    *\'*)
alsa-tools-1.2.2/pcxhrloader/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/pcxhrloader/configure-1662-    esac
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1743-      case $ac_val in
alsa-tools-1.2.2/pcxhrloader/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/pcxhrloader/configure-1745-      esac
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1758-	case $ac_val in
alsa-tools-1.2.2/pcxhrloader/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/pcxhrloader/configure-1760-	esac
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1878-    set,)
alsa-tools-1.2.2/pcxhrloader/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/pcxhrloader/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/pcxhrloader/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/pcxhrloader/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/pcxhrloader/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/pcxhrloader/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/pcxhrloader/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/pcxhrloader/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/pcxhrloader/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/pcxhrloader/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/pcxhrloader/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/pcxhrloader/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/pcxhrloader/configure-2089-     fi
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/pcxhrloader/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/pcxhrloader/configure-2137-
alsa-tools-1.2.2/pcxhrloader/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/pcxhrloader/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/pcxhrloader/configure-2140-
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/pcxhrloader/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/pcxhrloader/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/pcxhrloader/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/pcxhrloader/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/pcxhrloader/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/pcxhrloader/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2429-
alsa-tools-1.2.2/pcxhrloader/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/pcxhrloader/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/pcxhrloader/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/pcxhrloader/configure-2915-
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-2957-	then :; else
alsa-tools-1.2.2/pcxhrloader/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-2959-	fi
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/pcxhrloader/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/pcxhrloader/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/pcxhrloader/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/pcxhrloader/configure-3509-  fi
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/pcxhrloader/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/pcxhrloader/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/pcxhrloader/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/pcxhrloader/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4384-   :
alsa-tools-1.2.2/pcxhrloader/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/pcxhrloader/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/pcxhrloader/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4541-'
alsa-tools-1.2.2/pcxhrloader/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/pcxhrloader/configure-4543-
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/pcxhrloader/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/pcxhrloader/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/pcxhrloader/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/pcxhrloader/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/pcxhrloader/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/pcxhrloader/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/pcxhrloader/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4652-else
alsa-tools-1.2.2/pcxhrloader/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/pcxhrloader/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/pcxhrloader/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/pcxhrloader/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/pcxhrloader/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/pcxhrloader/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4811-  {
alsa-tools-1.2.2/pcxhrloader/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/pcxhrloader/configure-4813-  }
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/pcxhrloader/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/pcxhrloader/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/pcxhrloader/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/pcxhrloader/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5066-  --*=?*)
alsa-tools-1.2.2/pcxhrloader/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/pcxhrloader/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/pcxhrloader/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5071-  --*=)
alsa-tools-1.2.2/pcxhrloader/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/pcxhrloader/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/pcxhrloader/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/pcxhrloader/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5218-fi
alsa-tools-1.2.2/pcxhrloader/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/pcxhrloader/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/pcxhrloader/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/pcxhrloader/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5241-
alsa-tools-1.2.2/pcxhrloader/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/pcxhrloader/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5403-      esac
alsa-tools-1.2.2/pcxhrloader/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/pcxhrloader/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5462-*)
alsa-tools-1.2.2/pcxhrloader/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/pcxhrloader/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/pcxhrloader/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/pcxhrloader/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/pcxhrloader/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/pcxhrloader/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5540-
alsa-tools-1.2.2/pcxhrloader/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/pcxhrloader/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/pcxhrloader/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/pcxhrloader/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/pcxhrloader/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/pcxhrloader/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/pcxhrloader/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-234-      fi
alsa-tools-1.2.2/pcxhrloader/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/pcxhrloader/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/pcxhrloader/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/pcxhrloader/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-287-    else
alsa-tools-1.2.2/pcxhrloader/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/pcxhrloader/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/pcxhrloader/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/pcxhrloader/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/pcxhrloader/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/pcxhrloader/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-419-            case $prefix in
alsa-tools-1.2.2/pcxhrloader/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/pcxhrloader/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/pcxhrloader/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/pcxhrloader/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/pcxhrloader/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/pcxhrloader/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/pcxhrloader/compile-67-	mingw/*)
alsa-tools-1.2.2/pcxhrloader/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/pcxhrloader/compile-69-	  ;;
alsa-tools-1.2.2/pcxhrloader/compile-70-	cygwin/*)
alsa-tools-1.2.2/pcxhrloader/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/pcxhrloader/compile-72-	  ;;
alsa-tools-1.2.2/pcxhrloader/compile-73-	wine/*)
alsa-tools-1.2.2/pcxhrloader/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/pcxhrloader/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/pcxhrloader/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/pcxhrloader/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/pcxhrloader/compile-312-
##############################################
alsa-tools-1.2.2/pcxhrloader/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/pcxhrloader/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/pcxhrloader/compile-318-while true; do
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-570-      || continue
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-797-    * )
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-799-  esac
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-800-done
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/pcxhrloader/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/pcxhrloader/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-50-  { \
alsa-tools-1.2.2/pcxhrloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/pcxhrloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/pcxhrloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/pcxhrloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/pcxhrloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/pcxhrloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/pcxhrloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/pcxhrloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/pcxhrloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/pcxhrloader/Makefile.in-613-	fi
alsa-tools-1.2.2/pcxhrloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/pcxhrloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-64-  case $1 in
alsa-tools-1.2.2/ld10k1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/ld10k1/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-73-{
alsa-tools-1.2.2/ld10k1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/ld10k1/depcomp-75-}
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/ld10k1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/ld10k1/depcomp-128-
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-405-        sleep 1
alsa-tools-1.2.2/ld10k1/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/ld10k1/depcomp-407-      done
alsa-tools-1.2.2/ld10k1/depcomp-408-    fi
alsa-tools-1.2.2/ld10k1/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/ld10k1/depcomp-410-  done
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/ld10k1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/ld10k1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/ld10k1/depcomp-659-  done
alsa-tools-1.2.2/ld10k1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/ld10k1/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-49-  { \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-300-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/dump/Makefile.in:301:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in:302:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-303-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-314-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in:315:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/dump/Makefile.in-316-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-52-
alsa-tools-1.2.2/ld10k1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
alsa-tools-1.2.2/ld10k1/config.sub-54-
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-200-		os=-sco5v6
alsa-tools-1.2.2/ld10k1/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-202-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-204-		os=-sco3.2v5
alsa-tools-1.2.2/ld10k1/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-206-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-208-		os=-sco3.2v4
alsa-tools-1.2.2/ld10k1/config.sub:209:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-210-		;;
alsa-tools-1.2.2/ld10k1/config.sub-211-	-sco3.2.[4-9]*)
alsa-tools-1.2.2/ld10k1/config.sub:212:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
alsa-tools-1.2.2/ld10k1/config.sub:213:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-214-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-216-		# Don't forget version if it is 3.2v4 or newer.
alsa-tools-1.2.2/ld10k1/config.sub:217:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-218-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-220-		# Don't forget version if it is 3.2v4 or newer.
alsa-tools-1.2.2/ld10k1/config.sub:221:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-222-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-224-		os=-sco3.2v2
alsa-tools-1.2.2/ld10k1/config.sub:225:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-226-		;;
alsa-tools-1.2.2/ld10k1/config.sub-227-	-udk*)
alsa-tools-1.2.2/ld10k1/config.sub:228:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-229-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-231-		os=-isc2.2
alsa-tools-1.2.2/ld10k1/config.sub:232:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-233-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-237-	-isc*)
alsa-tools-1.2.2/ld10k1/config.sub:238:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-239-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-249-	-ptx*)
alsa-tools-1.2.2/ld10k1/config.sub:250:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
alsa-tools-1.2.2/ld10k1/config.sub-251-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-389-	*-*-*)
alsa-tools-1.2.2/ld10k1/config.sub:390:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
alsa-tools-1.2.2/ld10k1/config.sub-391-		exit 1
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-519-	amd64-*)
alsa-tools-1.2.2/ld10k1/config.sub:520:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-521-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-564-	blackfin-*)
alsa-tools-1.2.2/ld10k1/config.sub:565:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-566-		os=-linux
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-572-	c54x-*)
alsa-tools-1.2.2/ld10k1/config.sub:573:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-574-		;;
alsa-tools-1.2.2/ld10k1/config.sub-575-	c55x-*)
alsa-tools-1.2.2/ld10k1/config.sub:576:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-577-		;;
alsa-tools-1.2.2/ld10k1/config.sub-578-	c6x-*)
alsa-tools-1.2.2/ld10k1/config.sub:579:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-580-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-676-	e500v[12]-*)
alsa-tools-1.2.2/ld10k1/config.sub:677:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-678-		os=$os"spe"
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-780-	i*86v32)
alsa-tools-1.2.2/ld10k1/config.sub:781:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-782-		os=-sysv32
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-784-	i*86v4*)
alsa-tools-1.2.2/ld10k1/config.sub:785:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-786-		os=-sysv4
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-788-	i*86v)
alsa-tools-1.2.2/ld10k1/config.sub:789:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-790-		os=-sysv
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-792-	i*86sol2)
alsa-tools-1.2.2/ld10k1/config.sub:793:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
alsa-tools-1.2.2/ld10k1/config.sub-794-		os=-solaris2
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-818-	leon-*|leon[3-9]-*)
alsa-tools-1.2.2/ld10k1/config.sub:819:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
alsa-tools-1.2.2/ld10k1/config.sub-820-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-825-	m68knommu-*)
alsa-tools-1.2.2/ld10k1/config.sub:826:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-827-		os=-linux
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-859-	mips3*-*)
alsa-tools-1.2.2/ld10k1/config.sub:860:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
alsa-tools-1.2.2/ld10k1/config.sub-861-		;;
alsa-tools-1.2.2/ld10k1/config.sub-862-	mips3*)
alsa-tools-1.2.2/ld10k1/config.sub:863:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
alsa-tools-1.2.2/ld10k1/config.sub-864-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-881-	ms1-*)
alsa-tools-1.2.2/ld10k1/config.sub:882:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
alsa-tools-1.2.2/ld10k1/config.sub-883-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1006-	parisc-*)
alsa-tools-1.2.2/ld10k1/config.sub:1007:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1008-		os=-linux
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1022-	pc98-*)
alsa-tools-1.2.2/ld10k1/config.sub:1023:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1024-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1037-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
alsa-tools-1.2.2/ld10k1/config.sub:1038:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1039-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1040-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
alsa-tools-1.2.2/ld10k1/config.sub:1041:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1042-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1043-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
alsa-tools-1.2.2/ld10k1/config.sub:1044:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1045-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1046-	pentium4-*)
alsa-tools-1.2.2/ld10k1/config.sub:1047:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1048-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1056-	ppc-* | ppcbe-*)
alsa-tools-1.2.2/ld10k1/config.sub:1057:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1058-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1062-	ppcle-* | powerpclittle-*)
alsa-tools-1.2.2/ld10k1/config.sub:1063:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1064-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1066-		;;
alsa-tools-1.2.2/ld10k1/config.sub:1067:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1068-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1072-	ppc64le-* | powerpc64little-*)
alsa-tools-1.2.2/ld10k1/config.sub:1073:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1074-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1148-	strongarm-* | thumb-*)
alsa-tools-1.2.2/ld10k1/config.sub:1149:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub-1150-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1281-	xscale-* | xscalee[bl]-*)
alsa-tools-1.2.2/ld10k1/config.sub:1282:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
alsa-tools-1.2.2/ld10k1/config.sub-1283-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1343-	*)
alsa-tools-1.2.2/ld10k1/config.sub:1344:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
alsa-tools-1.2.2/ld10k1/config.sub-1345-		exit 1
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1351-	*-digital*)
alsa-tools-1.2.2/ld10k1/config.sub:1352:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
alsa-tools-1.2.2/ld10k1/config.sub-1353-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1354-	*-commodore*)
alsa-tools-1.2.2/ld10k1/config.sub:1355:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
alsa-tools-1.2.2/ld10k1/config.sub-1356-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1372-	-solaris1 | -solaris1.*)
alsa-tools-1.2.2/ld10k1/config.sub:1373:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
alsa-tools-1.2.2/ld10k1/config.sub-1374-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1381-	-gnu/linux*)
alsa-tools-1.2.2/ld10k1/config.sub:1382:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
alsa-tools-1.2.2/ld10k1/config.sub-1383-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1433-	-nto*)
alsa-tools-1.2.2/ld10k1/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
alsa-tools-1.2.2/ld10k1/config.sub-1435-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1440-	-mac*)
alsa-tools-1.2.2/ld10k1/config.sub:1441:		os=`echo "$os" | sed -e 's|mac|macos|'`
alsa-tools-1.2.2/ld10k1/config.sub-1442-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1446-	-linux*)
alsa-tools-1.2.2/ld10k1/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
alsa-tools-1.2.2/ld10k1/config.sub-1448-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1449-	-sunos5*)
alsa-tools-1.2.2/ld10k1/config.sub:1450:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
alsa-tools-1.2.2/ld10k1/config.sub-1451-		;;
alsa-tools-1.2.2/ld10k1/config.sub-1452-	-sunos6*)
alsa-tools-1.2.2/ld10k1/config.sub:1453:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
alsa-tools-1.2.2/ld10k1/config.sub-1454-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1495-	-sinix5.*)
alsa-tools-1.2.2/ld10k1/config.sub:1496:		os=`echo $os | sed -e 's|sinix|sysv|'`
alsa-tools-1.2.2/ld10k1/config.sub-1497-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1560-		# Get rid of the `-' at the beginning of $os.
alsa-tools-1.2.2/ld10k1/config.sub:1561:		os=`echo $os | sed 's/[^-]*-//'`
alsa-tools-1.2.2/ld10k1/config.sub:1562:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
alsa-tools-1.2.2/ld10k1/config.sub-1563-		exit 1
##############################################
alsa-tools-1.2.2/ld10k1/config.sub-1820-		esac
alsa-tools-1.2.2/ld10k1/config.sub:1821:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
alsa-tools-1.2.2/ld10k1/config.sub-1822-		;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/ld10k1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/ld10k1/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/ld10k1/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/ld10k1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/ld10k1/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/ld10k1/configure-50-else
alsa-tools-1.2.2/ld10k1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/ld10k1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/ld10k1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/ld10k1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/ld10k1/configure-62-      esac;
##############################################
alsa-tools-1.2.2/ld10k1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/ld10k1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/ld10k1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
alsa-tools-1.2.2/ld10k1/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
alsa-tools-1.2.2/ld10k1/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
alsa-tools-1.2.2/ld10k1/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
alsa-tools-1.2.2/ld10k1/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
alsa-tools-1.2.2/ld10k1/configure-332-      case $as_dir in #(
alsa-tools-1.2.2/ld10k1/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/ld10k1/configure-334-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-405-  {
alsa-tools-1.2.2/ld10k1/configure:406:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/ld10k1/configure-407-  }
##############################################
alsa-tools-1.2.2/ld10k1/configure-412-# ----------------------------------------
alsa-tools-1.2.2/ld10k1/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/ld10k1/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/ld10k1/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/ld10k1/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/ld10k1/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/ld10k1/configure-853-  case $ac_option in
alsa-tools-1.2.2/ld10k1/configure:854:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/ld10k1/configure-855-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-897-  -disable-* | --disable-*)
alsa-tools-1.2.2/ld10k1/configure:898:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/ld10k1/configure-899-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/ld10k1/configure-902-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/ld10k1/configure:903:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/ld10k1/configure-904-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/ld10k1/configure-923-  -enable-* | --enable-*)
alsa-tools-1.2.2/ld10k1/configure:924:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/ld10k1/configure-925-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/ld10k1/configure-928-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/ld10k1/configure:929:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/ld10k1/configure-930-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/ld10k1/configure-1127-  -with-* | --with-*)
alsa-tools-1.2.2/ld10k1/configure:1128:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/ld10k1/configure-1129-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/ld10k1/configure-1132-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/ld10k1/configure:1133:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/ld10k1/configure-1134-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/ld10k1/configure-1143-  -without-* | --without-*)
alsa-tools-1.2.2/ld10k1/configure:1144:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/ld10k1/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/ld10k1/configure-1148-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/ld10k1/configure:1149:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/ld10k1/configure-1150-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/ld10k1/configure-1181-  *=*)
alsa-tools-1.2.2/ld10k1/configure:1182:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/ld10k1/configure-1183-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/ld10k1/configure-1202-if test -n "$ac_prev"; then
alsa-tools-1.2.2/ld10k1/configure:1203:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/ld10k1/configure-1204-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/ld10k1/configure-1224-    */ )
alsa-tools-1.2.2/ld10k1/configure:1225:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/ld10k1/configure-1226-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-1259-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/ld10k1/configure:1260:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/ld10k1/configure-1261-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/ld10k1/configure-1315-case $srcdir in
alsa-tools-1.2.2/ld10k1/configure:1316:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/ld10k1/configure-1317-esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-1358-By default, \`make install' will install all the files in
alsa-tools-1.2.2/ld10k1/configure:1359:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/ld10k1/configure:1360:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/ld10k1/configure-1361-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/ld10k1/configure-1472-*)
alsa-tools-1.2.2/ld10k1/configure:1473:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/ld10k1/configure-1474-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/ld10k1/configure:1475:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/ld10k1/configure-1476-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/ld10k1/configure-1956-    *\'*)
alsa-tools-1.2.2/ld10k1/configure:1957:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/ld10k1/configure-1958-    esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-2039-      case $ac_val in
alsa-tools-1.2.2/ld10k1/configure:2040:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/ld10k1/configure-2041-      esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-2054-	case $ac_val in
alsa-tools-1.2.2/ld10k1/configure:2055:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/ld10k1/configure-2056-	esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-2174-    set,)
alsa-tools-1.2.2/ld10k1/configure:2175:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/ld10k1/configure:2176:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/ld10k1/configure-2177-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-2185-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/ld10k1/configure:2186:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/ld10k1/configure:2187:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/ld10k1/configure-2188-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/ld10k1/configure-2205-    case $ac_new_val in
alsa-tools-1.2.2/ld10k1/configure:2206:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/ld10k1/configure-2207-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-2380-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/ld10k1/configure:2381:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/ld10k1/configure-2382-     if test "$*" = "X"; then
alsa-tools-1.2.2/ld10k1/configure-2383-	# -L didn't work.
alsa-tools-1.2.2/ld10k1/configure:2384:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/ld10k1/configure-2385-     fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-2431-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/ld10k1/configure:2432:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/ld10k1/configure-2433-
alsa-tools-1.2.2/ld10k1/configure-2434-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/ld10k1/configure:2435:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/ld10k1/configure-2436-
##############################################
alsa-tools-1.2.2/ld10k1/configure-2576-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/ld10k1/configure:2577:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/ld10k1/configure-2578-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/ld10k1/configure-2649-set x ${MAKE-make}
alsa-tools-1.2.2/ld10k1/configure:2650:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/ld10k1/configure-2651-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/ld10k1/configure-2659-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/ld10k1/configure:2660:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/ld10k1/configure-2661-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-2725-
alsa-tools-1.2.2/ld10k1/configure:2726:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/ld10k1/configure-2727-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/ld10k1/configure-3276-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/ld10k1/configure:3277:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/ld10k1/configure-3278-
##############################################
alsa-tools-1.2.2/ld10k1/configure-3320-	then :; else
alsa-tools-1.2.2/ld10k1/configure:3321:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/ld10k1/configure-3322-	fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-3380-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/ld10k1/configure:3381:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/ld10k1/configure-3382-	  break;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-3489-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/ld10k1/configure:3490:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/ld10k1/configure-3491-       break;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-3807-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/ld10k1/configure:3808:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/ld10k1/configure-3809-  fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-4064-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/ld10k1/configure:4065:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-4066-*GNU*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-4130-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/ld10k1/configure:4131:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-4132-*GNU*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-4291-do :
alsa-tools-1.2.2/ld10k1/configure:4292:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
alsa-tools-1.2.2/ld10k1/configure-4293-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
alsa-tools-1.2.2/ld10k1/configure-4296-  cat >>confdefs.h <<_ACEOF
alsa-tools-1.2.2/ld10k1/configure:4297:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
alsa-tools-1.2.2/ld10k1/configure-4298-_ACEOF
##############################################
alsa-tools-1.2.2/ld10k1/configure-4992-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/ld10k1/configure:4993:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/ld10k1/configure-4994-  fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-5102-test "x$ac_build_alias" = x &&
alsa-tools-1.2.2/ld10k1/configure:5103:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
alsa-tools-1.2.2/ld10k1/configure-5104-test "x$ac_build_alias" = x &&
alsa-tools-1.2.2/ld10k1/configure-5105-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
alsa-tools-1.2.2/ld10k1/configure:5106:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
alsa-tools-1.2.2/ld10k1/configure-5107-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
alsa-tools-1.2.2/ld10k1/configure-5126-IFS=$ac_save_IFS
alsa-tools-1.2.2/ld10k1/configure:5127:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
alsa-tools-1.2.2/ld10k1/configure-5128-
##############################################
alsa-tools-1.2.2/ld10k1/configure-5137-else
alsa-tools-1.2.2/ld10k1/configure:5138:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
alsa-tools-1.2.2/ld10k1/configure-5139-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
alsa-tools-1.2.2/ld10k1/configure-5159-IFS=$ac_save_IFS
alsa-tools-1.2.2/ld10k1/configure:5160:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
alsa-tools-1.2.2/ld10k1/configure-5161-
##############################################
alsa-tools-1.2.2/ld10k1/configure-5187-  # Check for GNU $ac_path_SED
alsa-tools-1.2.2/ld10k1/configure:5188:case `"$ac_path_SED" --version 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-5189-*GNU*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5266-  # Check for GNU $ac_path_FGREP
alsa-tools-1.2.2/ld10k1/configure:5267:case `"$ac_path_FGREP" --version 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-5268-*GNU*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5337-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alsa-tools-1.2.2/ld10k1/configure:5338:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/ld10k1/configure-5339-  ECHO='print -r --'
alsa-tools-1.2.2/ld10k1/configure:5340:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/ld10k1/configure-5341-  ECHO='printf %s\n'
##############################################
alsa-tools-1.2.2/ld10k1/configure-5398-    # gcc leaves a trailing carriage return, which upsets mingw
alsa-tools-1.2.2/ld10k1/configure:5399:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alsa-tools-1.2.2/ld10k1/configure-5400-  *)
alsa-tools-1.2.2/ld10k1/configure:5401:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alsa-tools-1.2.2/ld10k1/configure-5402-  esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-5407-      # Canonicalize the pathname of ld
alsa-tools-1.2.2/ld10k1/configure:5408:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alsa-tools-1.2.2/ld10k1/configure-5409-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alsa-tools-1.2.2/ld10k1/configure:5410:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alsa-tools-1.2.2/ld10k1/configure-5411-      done
##############################################
alsa-tools-1.2.2/ld10k1/configure-5442-      # Break only if it was the GNU/non-GNU ld that we prefer.
alsa-tools-1.2.2/ld10k1/configure:5443:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alsa-tools-1.2.2/ld10k1/configure-5444-      *GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5473-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
alsa-tools-1.2.2/ld10k1/configure:5474:case `$LD -v 2>&1 </dev/null` in
alsa-tools-1.2.2/ld10k1/configure-5475-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5709-	esac
alsa-tools-1.2.2/ld10k1/configure:5710:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/configure-5711-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5715-	*)
alsa-tools-1.2.2/ld10k1/configure:5716:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/configure-5717-	  */dev/null*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5843-
alsa-tools-1.2.2/ld10k1/configure:5844:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/configure-5845-    *COFF*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-5955-    # And add a safety zone
alsa-tools-1.2.2/ld10k1/configure:5956:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/ld10k1/configure:5957:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/ld10k1/configure-5958-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-5988-    if test -n "$kargmax"; then
alsa-tools-1.2.2/ld10k1/configure:5989:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
alsa-tools-1.2.2/ld10k1/configure-5990-    else
##############################################
alsa-tools-1.2.2/ld10k1/configure-5997-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alsa-tools-1.2.2/ld10k1/configure:5998:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/ld10k1/configure:5999:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/ld10k1/configure-6000-    else
##############################################
alsa-tools-1.2.2/ld10k1/configure-6009-      # we can't tell.
alsa-tools-1.2.2/ld10k1/configure:6010:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alsa-tools-1.2.2/ld10k1/configure-6011-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alsa-tools-1.2.2/ld10k1/configure-6013-      do
alsa-tools-1.2.2/ld10k1/configure:6014:        i=`expr $i + 1`
alsa-tools-1.2.2/ld10k1/configure-6015-        teststring=$teststring$teststring
##############################################
alsa-tools-1.2.2/ld10k1/configure-6017-      # Only check the string length outside the loop.
alsa-tools-1.2.2/ld10k1/configure:6018:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alsa-tools-1.2.2/ld10k1/configure-6019-      teststring=
##############################################
alsa-tools-1.2.2/ld10k1/configure-6022-      # linker.  It appears as though 1/2 is a usable value.
alsa-tools-1.2.2/ld10k1/configure:6023:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alsa-tools-1.2.2/ld10k1/configure-6024-    fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-6433-openbsd* | bitrig*)
alsa-tools-1.2.2/ld10k1/configure:6434:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/configure-6435-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
alsa-tools-1.2.2/ld10k1/configure-6503-    else
alsa-tools-1.2.2/ld10k1/configure:6504:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
alsa-tools-1.2.2/ld10k1/configure-6505-    fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-6648-  # decide which one to use based on capabilities of $DLLTOOL
alsa-tools-1.2.2/ld10k1/configure:6649:  case `$DLLTOOL --help 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-6650-  *--identify-strict*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7169-# If we're using GNU nm, then use its standard symbol codes.
alsa-tools-1.2.2/ld10k1/configure:7170:case `$NM -V 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-7171-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7217-mingw*)
alsa-tools-1.2.2/ld10k1/configure:7218:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alsa-tools-1.2.2/ld10k1/configure-7219-  ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-7449-   if test yes = "$GCC"; then
alsa-tools-1.2.2/ld10k1/configure:7450:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alsa-tools-1.2.2/ld10k1/configure-7451-   fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-7453- /*)
alsa-tools-1.2.2/ld10k1/configure:7454:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alsa-tools-1.2.2/ld10k1/configure-7455-   ;; #(
##############################################
alsa-tools-1.2.2/ld10k1/configure-7548-    done
alsa-tools-1.2.2/ld10k1/configure:7549:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/ld10k1/configure-7550-}
##############################################
alsa-tools-1.2.2/ld10k1/configure-7570-  test $ac_status = 0; }; then
alsa-tools-1.2.2/ld10k1/configure:7571:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7572-      *ELF-32*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7591-    if test yes = "$lt_cv_prog_gnu_ld"; then
alsa-tools-1.2.2/ld10k1/configure:7592:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7593-	*32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7603-    else
alsa-tools-1.2.2/ld10k1/configure:7604:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7605-	*32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7629-    emul=elf
alsa-tools-1.2.2/ld10k1/configure:7630:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7631-      *32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7637-    esac
alsa-tools-1.2.2/ld10k1/configure:7638:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7639-      *MSB*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-7645-    esac
alsa-tools-1.2.2/ld10k1/configure:7646:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/configure-7647-      *N32*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-8578-    *:)
alsa-tools-1.2.2/ld10k1/configure:8579:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alsa-tools-1.2.2/ld10k1/configure-8580-        ;;
alsa-tools-1.2.2/ld10k1/configure-8581-    x:*)
alsa-tools-1.2.2/ld10k1/configure:8582:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure-8583-        ;;
alsa-tools-1.2.2/ld10k1/configure-8584-    *::*)
alsa-tools-1.2.2/ld10k1/configure:8585:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure:8586:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alsa-tools-1.2.2/ld10k1/configure-8587-        ;;
alsa-tools-1.2.2/ld10k1/configure-8588-    *)
alsa-tools-1.2.2/ld10k1/configure:8589:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure-8590-        ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-8913-	"file_magic "*)
alsa-tools-1.2.2/ld10k1/configure:8914:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/ld10k1/configure-8915-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/ld10k1/configure-8979-	"file_magic "*)
alsa-tools-1.2.2/ld10k1/configure:8980:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/ld10k1/configure-8981-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/ld10k1/configure-9377-      *)
alsa-tools-1.2.2/ld10k1/configure:9378:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/configure-9379-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-9823-	# shared libraries, regardless of the interface used.
alsa-tools-1.2.2/ld10k1/configure:9824:	case `$LD -v 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-9825-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-9855-    supports_anon_versioning=no
alsa-tools-1.2.2/ld10k1/configure:9856:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-9857-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-9924-	# is; otherwise, prepend EXPORTS...
alsa-tools-1.2.2/ld10k1/configure:9925:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/ld10k1/configure-9926-          cp $export_symbols $output_objdir/$soname.def;
##############################################
alsa-tools-1.2.2/ld10k1/configure-9958-	prefix_cmds="$SED"~
alsa-tools-1.2.2/ld10k1/configure:9959:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/ld10k1/configure-9960-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/ld10k1/configure-9980-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/ld10k1/configure:9981:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/ld10k1/configure:9982:      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'
alsa-tools-1.2.2/ld10k1/configure-9983-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-9998-        pgcc*)				# Portland Group C compiler
alsa-tools-1.2.2/ld10k1/configure:9999:	  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'
alsa-tools-1.2.2/ld10k1/configure-10000-	  tmp_addflag=' $pic_flag'
##############################################
alsa-tools-1.2.2/ld10k1/configure-10003-					# Portland Group f77 and f90 compilers
alsa-tools-1.2.2/ld10k1/configure:10004:	  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'
alsa-tools-1.2.2/ld10k1/configure-10005-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-10020-	nvcc*)	# Cuda Compiler Driver 2.2
alsa-tools-1.2.2/ld10k1/configure:10021:	  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'
alsa-tools-1.2.2/ld10k1/configure-10022-	  compiler_needs_object=yes
##############################################
alsa-tools-1.2.2/ld10k1/configure-10024-	esac
alsa-tools-1.2.2/ld10k1/configure:10025:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/configure-10026-	*Sun\ C*)			# Sun C 5.9
alsa-tools-1.2.2/ld10k1/configure:10027:	  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'
alsa-tools-1.2.2/ld10k1/configure-10028-	  compiler_needs_object=yes
##############################################
alsa-tools-1.2.2/ld10k1/configure-10095-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alsa-tools-1.2.2/ld10k1/configure:10096:      case `$LD -v 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-10097-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-10184-	else
alsa-tools-1.2.2/ld10k1/configure:10185:	  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'
alsa-tools-1.2.2/ld10k1/configure-10186-	fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-10249-	# below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/ld10k1/configure:10250:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/ld10k1/configure-10251-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/ld10k1/configure-10329-      }'
alsa-tools-1.2.2/ld10k1/configure:10330:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/configure-10331-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/ld10k1/configure-10332-  if test -z "$lt_cv_aix_libpath_"; then
alsa-tools-1.2.2/ld10k1/configure:10333:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/configure-10334-  fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-10347-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
alsa-tools-1.2.2/ld10k1/configure:10348:        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
alsa-tools-1.2.2/ld10k1/configure-10349-      else
##############################################
alsa-tools-1.2.2/ld10k1/configure-10382-      }'
alsa-tools-1.2.2/ld10k1/configure:10383:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/configure-10384-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/ld10k1/configure-10385-  if test -z "$lt_cv_aix_libpath_"; then
alsa-tools-1.2.2/ld10k1/configure:10386:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/configure-10387-  fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-10414-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/ld10k1/configure:10415:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/ld10k1/configure-10416-	  if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/ld10k1/configure-10467-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
alsa-tools-1.2.2/ld10k1/configure:10468:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alsa-tools-1.2.2/ld10k1/configure-10469-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
alsa-tools-1.2.2/ld10k1/configure-10505-	# FIXME: Setting linknames here is a bad hack.
alsa-tools-1.2.2/ld10k1/configure:10506:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alsa-tools-1.2.2/ld10k1/configure-10507-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alsa-tools-1.2.2/ld10k1/configure-10523-  if test yes = "$lt_cv_ld_force_load"; then
alsa-tools-1.2.2/ld10k1/configure:10524:    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\"`'
alsa-tools-1.2.2/ld10k1/configure-10525-
##############################################
alsa-tools-1.2.2/ld10k1/configure-10703-      if test yes = "$GCC"; then
alsa-tools-1.2.2/ld10k1/configure:10704:	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'
alsa-tools-1.2.2/ld10k1/configure-10705-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alsa-tools-1.2.2/ld10k1/configure-10731-	if test yes = "$lt_cv_irix_exported_symbol"; then
alsa-tools-1.2.2/ld10k1/configure:10732:          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'
alsa-tools-1.2.2/ld10k1/configure-10733-	fi
alsa-tools-1.2.2/ld10k1/configure-10734-      else
alsa-tools-1.2.2/ld10k1/configure:10735:	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'
alsa-tools-1.2.2/ld10k1/configure:10736:	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'
alsa-tools-1.2.2/ld10k1/configure-10737-      fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-10781-	hardcode_direct_absolute=yes
alsa-tools-1.2.2/ld10k1/configure:10782:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/configure-10783-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alsa-tools-1.2.2/ld10k1/configure-10812-	prefix_cmds="$SED"~
alsa-tools-1.2.2/ld10k1/configure:10813:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/ld10k1/configure-10814-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/ld10k1/configure-10826-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/ld10k1/configure:10827:	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'
alsa-tools-1.2.2/ld10k1/configure-10828-      else
alsa-tools-1.2.2/ld10k1/configure-10829-	allow_undefined_flag=' -expect_unresolved \*'
alsa-tools-1.2.2/ld10k1/configure:10830:	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'
alsa-tools-1.2.2/ld10k1/configure-10831-      fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-10839-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/ld10k1/configure:10840:	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'
alsa-tools-1.2.2/ld10k1/configure-10841-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/ld10k1/configure-10843-	allow_undefined_flag=' -expect_unresolved \*'
alsa-tools-1.2.2/ld10k1/configure:10844:	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'
alsa-tools-1.2.2/ld10k1/configure:10845:	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~
alsa-tools-1.2.2/ld10k1/configure:10846:          $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'
alsa-tools-1.2.2/ld10k1/configure-10847-
##############################################
alsa-tools-1.2.2/ld10k1/configure-10862-      else
alsa-tools-1.2.2/ld10k1/configure:10863:	case `$CC -V 2>&1` in
alsa-tools-1.2.2/ld10k1/configure-10864-	*"Compilers 5.0"*)
##############################################
alsa-tools-1.2.2/ld10k1/configure-11261-  esac
alsa-tools-1.2.2/ld10k1/configure:11262:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alsa-tools-1.2.2/ld10k1/configure-11263-  case $lt_search_path_spec in
##############################################
alsa-tools-1.2.2/ld10k1/configure-11268-    # okay in the real world where ";" in dirpaths is itself problematic.
alsa-tools-1.2.2/ld10k1/configure:11269:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alsa-tools-1.2.2/ld10k1/configure-11270-    ;;
alsa-tools-1.2.2/ld10k1/configure-11271-  *)
alsa-tools-1.2.2/ld10k1/configure:11272:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/configure-11273-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11277-  lt_tmp_lt_search_path_spec=
alsa-tools-1.2.2/ld10k1/configure:11278:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alsa-tools-1.2.2/ld10k1/configure-11279-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alsa-tools-1.2.2/ld10k1/configure-11319-  esac
alsa-tools-1.2.2/ld10k1/configure:11320:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alsa-tools-1.2.2/ld10k1/configure-11321-else
##############################################
alsa-tools-1.2.2/ld10k1/configure-11459-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alsa-tools-1.2.2/ld10k1/configure:11460:    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'
alsa-tools-1.2.2/ld10k1/configure-11461-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11495-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/ld10k1/configure:11496:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/configure:11497:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure:11498:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/configure-11499-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/ld10k1/configure-11504-      fi'
alsa-tools-1.2.2/ld10k1/configure:11505:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure-11506-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/configure-11512-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alsa-tools-1.2.2/ld10k1/configure:11513:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/configure-11514-
##############################################
alsa-tools-1.2.2/ld10k1/configure-11518-      # MinGW DLLs use traditional 'lib' prefix
alsa-tools-1.2.2/ld10k1/configure:11519:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/configure-11520-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11522-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alsa-tools-1.2.2/ld10k1/configure:11523:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/configure-11524-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11531-    libname_spec='$name'
alsa-tools-1.2.2/ld10k1/configure:11532:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/configure-11533-    library_names_spec='$libname.dll.lib'
##############################################
alsa-tools-1.2.2/ld10k1/configure-11543-        # Let DOS variable expansion print the short 8.3 style file name.
alsa-tools-1.2.2/ld10k1/configure:11544:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alsa-tools-1.2.2/ld10k1/configure-11545-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alsa-tools-1.2.2/ld10k1/configure-11548-      # Convert to MSYS style.
alsa-tools-1.2.2/ld10k1/configure:11549:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
alsa-tools-1.2.2/ld10k1/configure-11550-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11554-      # like /cygdrive/c/PROGRA~1:/cygdr...
alsa-tools-1.2.2/ld10k1/configure:11555:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alsa-tools-1.2.2/ld10k1/configure:11556:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alsa-tools-1.2.2/ld10k1/configure:11557:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/configure-11558-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-11562-        # It is most probably a Windows format PATH.
alsa-tools-1.2.2/ld10k1/configure:11563:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alsa-tools-1.2.2/ld10k1/configure-11564-      else
alsa-tools-1.2.2/ld10k1/configure:11565:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/configure-11566-      fi
##############################################
alsa-tools-1.2.2/ld10k1/configure-11572-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/ld10k1/configure:11573:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/configure:11574:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure:11575:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/configure-11576-      test -d \$dldir || mkdir -p \$dldir~
alsa-tools-1.2.2/ld10k1/configure-11577-      $install_prog $dir/$dlname \$dldir/$dlname'
alsa-tools-1.2.2/ld10k1/configure:11578:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure-11579-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/configure-11586-    # Assume MSVC wrapper
alsa-tools-1.2.2/ld10k1/configure:11587:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
alsa-tools-1.2.2/ld10k1/configure-11588-    dynamic_linker='Win32 ld.exe'
##############################################
alsa-tools-1.2.2/ld10k1/configure-11603-  shlibpath_var=DYLD_LIBRARY_PATH
alsa-tools-1.2.2/ld10k1/configure:11604:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alsa-tools-1.2.2/ld10k1/configure-11605-
##############################################
alsa-tools-1.2.2/ld10k1/configure-11859-  if test -f /etc/ld.so.conf; then
alsa-tools-1.2.2/ld10k1/configure:11860:    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' ' '`
alsa-tools-1.2.2/ld10k1/configure-11861-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
alsa-tools-1.2.2/ld10k1/configure-11913-  need_lib_prefix=no
alsa-tools-1.2.2/ld10k1/configure:11914:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/configure-11915-    need_version=no
##############################################
alsa-tools-1.2.2/ld10k1/configure-11940-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alsa-tools-1.2.2/ld10k1/configure:11941:  postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/configure:11942:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure:11943:    dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/configure-11944-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/ld10k1/configure-11949-    fi'
alsa-tools-1.2.2/ld10k1/configure:11950:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/configure-11951-    dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/configure-13275-   :
alsa-tools-1.2.2/ld10k1/configure:13276:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/ld10k1/configure:13277:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/ld10k1/configure-13278-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/ld10k1/configure-13372-
alsa-tools-1.2.2/ld10k1/configure:13373:LD10K1_LIB_MAJOR=`echo $VERSION | cut -d . -f 1`
alsa-tools-1.2.2/ld10k1/configure-13374-
alsa-tools-1.2.2/ld10k1/configure:13375:LD10K1_LIB_MINOR=`echo $VERSION | cut -d . -f 2`
alsa-tools-1.2.2/ld10k1/configure-13376-
alsa-tools-1.2.2/ld10k1/configure:13377:LD10K1_LIB_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/^\([^[:alpha:]]*\)\(.*\)$/\1/g'`
alsa-tools-1.2.2/ld10k1/configure-13378-
##############################################
alsa-tools-1.2.2/ld10k1/configure-13484-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/ld10k1/configure:13485:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/ld10k1/configure-13486-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/ld10k1/configure-13587-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/ld10k1/configure:13588:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/ld10k1/configure-13589-  as_echo='print -r --'
alsa-tools-1.2.2/ld10k1/configure-13590-  as_echo_n='print -rn --'
alsa-tools-1.2.2/ld10k1/configure:13591:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/ld10k1/configure-13592-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/ld10k1/configure-13594-else
alsa-tools-1.2.2/ld10k1/configure:13595:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/ld10k1/configure-13596-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/ld10k1/configure-13604-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/ld10k1/configure:13605:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/ld10k1/configure-13606-      esac;
##############################################
alsa-tools-1.2.2/ld10k1/configure-13681-# ----------------------------------------
alsa-tools-1.2.2/ld10k1/configure:13682:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/ld10k1/configure-13683-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/ld10k1/configure-13753-  {
alsa-tools-1.2.2/ld10k1/configure:13754:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/ld10k1/configure-13755-  }
##############################################
alsa-tools-1.2.2/ld10k1/configure-13857-      case $as_dir in #(
alsa-tools-1.2.2/ld10k1/configure:13858:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/ld10k1/configure-13859-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-13992-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/ld10k1/configure:13993:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/ld10k1/configure-13994-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/ld10k1/configure-14017-  --*=?*)
alsa-tools-1.2.2/ld10k1/configure:14018:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/ld10k1/configure:14019:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/ld10k1/configure-14020-    ac_shift=:
##############################################
alsa-tools-1.2.2/ld10k1/configure-14022-  --*=)
alsa-tools-1.2.2/ld10k1/configure:14023:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/ld10k1/configure-14024-    ac_optarg=
##############################################
alsa-tools-1.2.2/ld10k1/configure-14046-    case $ac_optarg in
alsa-tools-1.2.2/ld10k1/configure:14047:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/ld10k1/configure-14048-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-14054-    case $ac_optarg in
alsa-tools-1.2.2/ld10k1/configure:14055:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/ld10k1/configure-14056-    esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-14123-delay_variable_subst='$delay_variable_subst'
alsa-tools-1.2.2/ld10k1/configure:14124:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14125:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14126:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14127:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14128:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14129:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14130:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14131:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14132:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14133:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14134:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14135:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14136:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14137:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14138:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14139:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14140:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14141:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14142:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14143:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14144:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14145:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14146:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14147:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14148:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14149:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14150:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14151:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14152:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14153:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14154:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14155:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14156:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14157:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14158:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14159:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14160:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14161:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14162:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14163:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14164:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14165:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14166:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14167:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14168:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14169:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14170:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14171:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14172:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14173:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14174:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14175:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14176:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14177:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14178:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14179:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14180:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14181:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14182: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"`'
alsa-tools-1.2.2/ld10k1/configure:14183:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14184:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14185:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14186:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14187:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14188:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14189:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14190:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14191:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14192:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14193:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14194:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14195:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14196:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14197:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14198:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14199:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14200:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14201:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14202:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14203:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14204:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14205:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14206:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14207:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14208:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14209:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14210:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14211:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14212:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14213:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14214:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14215:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14216:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14217:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14218:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14219:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14220:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14221:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14222:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14223:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14224:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14225:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14226:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14227:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14228:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14229:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14230:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14231:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14232:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14233:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14234:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14235:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14236:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14237:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14238:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14239:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14240:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14241:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14242:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14243:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14244:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14245:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14246:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14247:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14248:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14249:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14250:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14251:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14252:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14253:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14254:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14255:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14256:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14257:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure:14258:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/configure-14259-
##############################################
alsa-tools-1.2.2/ld10k1/configure-14340-striplib; do
alsa-tools-1.2.2/ld10k1/configure:14341:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/ld10k1/configure-14342-    *[\\\\\\\`\\"\\\$]*)
alsa-tools-1.2.2/ld10k1/configure:14343:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/ld10k1/configure-14344-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-14371-configure_time_lt_sys_library_path; do
alsa-tools-1.2.2/ld10k1/configure:14372:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/ld10k1/configure-14373-    *[\\\\\\\`\\"\\\$]*)
alsa-tools-1.2.2/ld10k1/configure:14374:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/ld10k1/configure-14375-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-14475-fi
alsa-tools-1.2.2/ld10k1/configure:14476:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/ld10k1/configure-14477-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/ld10k1/configure-14492-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/ld10k1/configure:14493:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/ld10k1/configure-14494-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/ld10k1/configure-14498-
alsa-tools-1.2.2/ld10k1/configure:14499:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/ld10k1/configure-14500-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/ld10k1/configure-14636-for ac_last_try in false false :; do
alsa-tools-1.2.2/ld10k1/configure:14637:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
alsa-tools-1.2.2/ld10k1/configure-14638-  if test -z "$ac_tt"; then
##############################################
alsa-tools-1.2.2/ld10k1/configure-14768-      esac
alsa-tools-1.2.2/ld10k1/configure:14769:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/ld10k1/configure-14770-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/ld10k1/configure-14827-*)
alsa-tools-1.2.2/ld10k1/configure:14828:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/ld10k1/configure-14829-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/ld10k1/configure:14830:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/ld10k1/configure-14831-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/ld10k1/configure-14888-/@mandir@/p'
alsa-tools-1.2.2/ld10k1/configure:14889:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/ld10k1/configure-14890-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-14905-
alsa-tools-1.2.2/ld10k1/configure:14906:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/ld10k1/configure-14907-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/ld10k1/configure-14933-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/ld10k1/configure:14934:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/ld10k1/configure-14935-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/ld10k1/configure-14979-    * )
alsa-tools-1.2.2/ld10k1/configure:14980:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/ld10k1/configure-14981-  esac
##############################################
alsa-tools-1.2.2/ld10k1/configure-15034-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/ld10k1/configure:15035:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/ld10k1/configure-15036-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/ld10k1/configure-15586-    *:)
alsa-tools-1.2.2/ld10k1/configure:15587:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alsa-tools-1.2.2/ld10k1/configure-15588-        ;;
alsa-tools-1.2.2/ld10k1/configure-15589-    x:*)
alsa-tools-1.2.2/ld10k1/configure:15590:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure-15591-        ;;
alsa-tools-1.2.2/ld10k1/configure-15592-    *::*)
alsa-tools-1.2.2/ld10k1/configure:15593:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure:15594:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alsa-tools-1.2.2/ld10k1/configure-15595-        ;;
alsa-tools-1.2.2/ld10k1/configure-15596-    *)
alsa-tools-1.2.2/ld10k1/configure:15597:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/configure-15598-        ;;
##############################################
alsa-tools-1.2.2/ld10k1/configure-15613-    done
alsa-tools-1.2.2/ld10k1/configure:15614:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/ld10k1/configure-15615-}
##############################################
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-49-  { \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-300-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/doc/Makefile.in:301:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in:302:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-303-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-314-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in:315:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/doc/Makefile.in-316-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-52-  { \
alsa-tools-1.2.2/ld10k1/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-54-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
alsa-tools-1.2.2/ld10k1/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/Makefile.in-110-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/Makefile.in-112-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/Makefile.in-113-  esac;
alsa-tools-1.2.2/ld10k1/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/Makefile.in-115-am__install_max = 40
alsa-tools-1.2.2/ld10k1/Makefile.in-116-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/Makefile.in-118-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-216-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/ld10k1/Makefile.in:217:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-218-    if test "$$first" != "."; then \
alsa-tools-1.2.2/ld10k1/Makefile.in-219-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/ld10k1/Makefile.in:220:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/ld10k1/Makefile.in:221:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-222-      else \
alsa-tools-1.2.2/ld10k1/Makefile.in:223:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-224-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/ld10k1/Makefile.in:225:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-226-        else \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-231-    fi; \
alsa-tools-1.2.2/ld10k1/Makefile.in:232:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-233-  done; \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-495-	@list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
alsa-tools-1.2.2/ld10k1/Makefile.in:496:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-497-	dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-512-	dot_seen=no; \
alsa-tools-1.2.2/ld10k1/Makefile.in:513:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-514-	case "$@" in \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-575-GTAGS:
alsa-tools-1.2.2/ld10k1/Makefile.in:576:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/ld10k1/Makefile.in-577-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-610-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/ld10k1/Makefile.in:611:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/Makefile.in:612:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-613-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-624-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/Makefile.in:625:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/Makefile.in-626-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-735-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/ld10k1/Makefile.in:736:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/ld10k1/Makefile.in-737-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-779-	}; \
alsa-tools-1.2.2/ld10k1/Makefile.in:780:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/ld10k1/Makefile.in-781-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/ld10k1/Makefile.in-791-	fi
alsa-tools-1.2.2/ld10k1/Makefile.in:792:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/ld10k1/Makefile.in-793-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-234-      fi
alsa-tools-1.2.2/ld10k1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/ld10k1/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/ld10k1/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/ld10k1/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-287-    else
alsa-tools-1.2.2/ld10k1/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/ld10k1/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/ld10k1/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/ld10k1/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/ld10k1/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/ld10k1/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-419-            case $prefix in
alsa-tools-1.2.2/ld10k1/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/ld10k1/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/ld10k1/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/ld10k1/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/ld10k1/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/ld10k1/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/ld10k1/src/ld10k1_fnc.c-825-			acc_idx = patch->tram_acc[reg & 0xFFFFFFF].acc_idx;
alsa-tools-1.2.2/ld10k1/src/ld10k1_fnc.c:826:			ind_reg = EMU10K1_REG_TRAM_ADDR(dsp_mgr->tram_acc[acc_idx].hwacc);
alsa-tools-1.2.2/ld10k1/src/ld10k1_fnc.c-827-			break;
##############################################
alsa-tools-1.2.2/ld10k1/src/liblo10k1ef.c-913-				if (idx >= 0)
alsa-tools-1.2.2/ld10k1/src/liblo10k1ef.c:914:					used_gpr[idx].ld_gpr = EMU10K1_PREG_TRAM_ADDR(tmp_cnt);
alsa-tools-1.2.2/ld10k1/src/liblo10k1ef.c-915-			
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-51-  { \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-109-PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
alsa-tools-1.2.2/ld10k1/src/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/src/Makefile.in-111-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-113-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-114-  esac;
alsa-tools-1.2.2/ld10k1/src/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/src/Makefile.in-116-am__install_max = 40
alsa-tools-1.2.2/ld10k1/src/Makefile.in-117-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-119-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-478-	test -n "$(EXEEXT)" || exit 0; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:479:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-480-	echo " rm -f" $$list; \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-527-	test -n "$(EXEEXT)" || exit 0; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:528:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-529-	echo " rm -f" $$list; \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-617-.c.obj:
alsa-tools-1.2.2/ld10k1/src/Makefile.in:618:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-623-
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-631-liblo10k1_la-comm.lo: comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:632:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -MT liblo10k1_la-comm.lo -MD -MP -MF $(DEPDIR)/liblo10k1_la-comm.Tpo -c -o liblo10k1_la-comm.lo `test -f 'comm.c' || echo '$(srcdir)/'`comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblo10k1_la-comm.Tpo $(DEPDIR)/liblo10k1_la-comm.Plo
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:636:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -c -o liblo10k1_la-comm.lo `test -f 'comm.c' || echo '$(srcdir)/'`comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-637-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-638-liblo10k1_la-liblo10k1.lo: liblo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:639:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -MT liblo10k1_la-liblo10k1.lo -MD -MP -MF $(DEPDIR)/liblo10k1_la-liblo10k1.Tpo -c -o liblo10k1_la-liblo10k1.lo `test -f 'liblo10k1.c' || echo '$(srcdir)/'`liblo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblo10k1_la-liblo10k1.Tpo $(DEPDIR)/liblo10k1_la-liblo10k1.Plo
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:643:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -c -o liblo10k1_la-liblo10k1.lo `test -f 'liblo10k1.c' || echo '$(srcdir)/'`liblo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-644-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-645-liblo10k1_la-liblo10k1ef.lo: liblo10k1ef.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:646:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -MT liblo10k1_la-liblo10k1ef.lo -MD -MP -MF $(DEPDIR)/liblo10k1_la-liblo10k1ef.Tpo -c -o liblo10k1_la-liblo10k1ef.lo `test -f 'liblo10k1ef.c' || echo '$(srcdir)/'`liblo10k1ef.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblo10k1_la-liblo10k1ef.Tpo $(DEPDIR)/liblo10k1_la-liblo10k1ef.Plo
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:650:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -c -o liblo10k1_la-liblo10k1ef.lo `test -f 'liblo10k1ef.c' || echo '$(srcdir)/'`liblo10k1ef.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-651-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-652-liblo10k1_la-liblo10k1lf.lo: liblo10k1lf.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:653:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -MT liblo10k1_la-liblo10k1lf.lo -MD -MP -MF $(DEPDIR)/liblo10k1_la-liblo10k1lf.Tpo -c -o liblo10k1_la-liblo10k1lf.lo `test -f 'liblo10k1lf.c' || echo '$(srcdir)/'`liblo10k1lf.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblo10k1_la-liblo10k1lf.Tpo $(DEPDIR)/liblo10k1_la-liblo10k1lf.Plo
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:657:@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) $(liblo10k1_la_CFLAGS) $(CFLAGS) -c -o liblo10k1_la-liblo10k1lf.lo `test -f 'liblo10k1lf.c' || echo '$(srcdir)/'`liblo10k1lf.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-658-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-659-dl10k1-dl10k1.o: dl10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dl10k1_CFLAGS) $(CFLAGS) -MT dl10k1-dl10k1.o -MD -MP -MF $(DEPDIR)/dl10k1-dl10k1.Tpo -c -o dl10k1-dl10k1.o `test -f 'dl10k1.c' || echo '$(srcdir)/'`dl10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dl10k1-dl10k1.Tpo $(DEPDIR)/dl10k1-dl10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dl10k1_CFLAGS) $(CFLAGS) -c -o dl10k1-dl10k1.o `test -f 'dl10k1.c' || echo '$(srcdir)/'`dl10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-665-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-666-dl10k1-dl10k1.obj: dl10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dl10k1_CFLAGS) $(CFLAGS) -MT dl10k1-dl10k1.obj -MD -MP -MF $(DEPDIR)/dl10k1-dl10k1.Tpo -c -o dl10k1-dl10k1.obj `if test -f 'dl10k1.c'; then $(CYGPATH_W) 'dl10k1.c'; else $(CYGPATH_W) '$(srcdir)/dl10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dl10k1-dl10k1.Tpo $(DEPDIR)/dl10k1-dl10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dl10k1_CFLAGS) $(CFLAGS) -c -o dl10k1-dl10k1.obj `if test -f 'dl10k1.c'; then $(CYGPATH_W) 'dl10k1.c'; else $(CYGPATH_W) '$(srcdir)/dl10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-672-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-673-ld10k1-ld10k1.o: ld10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1.Tpo -c -o ld10k1-ld10k1.o `test -f 'ld10k1.c' || echo '$(srcdir)/'`ld10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1.Tpo $(DEPDIR)/ld10k1-ld10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1.o `test -f 'ld10k1.c' || echo '$(srcdir)/'`ld10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-679-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-680-ld10k1-ld10k1.obj: ld10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1.Tpo -c -o ld10k1-ld10k1.obj `if test -f 'ld10k1.c'; then $(CYGPATH_W) 'ld10k1.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1.Tpo $(DEPDIR)/ld10k1-ld10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1.obj `if test -f 'ld10k1.c'; then $(CYGPATH_W) 'ld10k1.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-686-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-687-ld10k1-ld10k1_fnc.o: ld10k1_fnc.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_fnc.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_fnc.Tpo -c -o ld10k1-ld10k1_fnc.o `test -f 'ld10k1_fnc.c' || echo '$(srcdir)/'`ld10k1_fnc.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_fnc.Tpo $(DEPDIR)/ld10k1-ld10k1_fnc.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_fnc.o `test -f 'ld10k1_fnc.c' || echo '$(srcdir)/'`ld10k1_fnc.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-693-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-694-ld10k1-ld10k1_fnc.obj: ld10k1_fnc.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_fnc.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_fnc.Tpo -c -o ld10k1-ld10k1_fnc.obj `if test -f 'ld10k1_fnc.c'; then $(CYGPATH_W) 'ld10k1_fnc.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_fnc.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_fnc.Tpo $(DEPDIR)/ld10k1-ld10k1_fnc.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_fnc.obj `if test -f 'ld10k1_fnc.c'; then $(CYGPATH_W) 'ld10k1_fnc.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_fnc.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-700-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-701-ld10k1-ld10k1_fnc1.o: ld10k1_fnc1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_fnc1.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_fnc1.Tpo -c -o ld10k1-ld10k1_fnc1.o `test -f 'ld10k1_fnc1.c' || echo '$(srcdir)/'`ld10k1_fnc1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_fnc1.Tpo $(DEPDIR)/ld10k1-ld10k1_fnc1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_fnc1.o `test -f 'ld10k1_fnc1.c' || echo '$(srcdir)/'`ld10k1_fnc1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-707-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-708-ld10k1-ld10k1_fnc1.obj: ld10k1_fnc1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_fnc1.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_fnc1.Tpo -c -o ld10k1-ld10k1_fnc1.obj `if test -f 'ld10k1_fnc1.c'; then $(CYGPATH_W) 'ld10k1_fnc1.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_fnc1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_fnc1.Tpo $(DEPDIR)/ld10k1-ld10k1_fnc1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_fnc1.obj `if test -f 'ld10k1_fnc1.c'; then $(CYGPATH_W) 'ld10k1_fnc1.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_fnc1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-714-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-715-ld10k1-ld10k1_debug.o: ld10k1_debug.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_debug.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_debug.Tpo -c -o ld10k1-ld10k1_debug.o `test -f 'ld10k1_debug.c' || echo '$(srcdir)/'`ld10k1_debug.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_debug.Tpo $(DEPDIR)/ld10k1-ld10k1_debug.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_debug.o `test -f 'ld10k1_debug.c' || echo '$(srcdir)/'`ld10k1_debug.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-721-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-722-ld10k1-ld10k1_debug.obj: ld10k1_debug.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_debug.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_debug.Tpo -c -o ld10k1-ld10k1_debug.obj `if test -f 'ld10k1_debug.c'; then $(CYGPATH_W) 'ld10k1_debug.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_debug.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_debug.Tpo $(DEPDIR)/ld10k1-ld10k1_debug.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_debug.obj `if test -f 'ld10k1_debug.c'; then $(CYGPATH_W) 'ld10k1_debug.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_debug.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-728-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-729-ld10k1-ld10k1_driver.o: ld10k1_driver.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_driver.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_driver.Tpo -c -o ld10k1-ld10k1_driver.o `test -f 'ld10k1_driver.c' || echo '$(srcdir)/'`ld10k1_driver.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_driver.Tpo $(DEPDIR)/ld10k1-ld10k1_driver.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_driver.o `test -f 'ld10k1_driver.c' || echo '$(srcdir)/'`ld10k1_driver.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-735-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-736-ld10k1-ld10k1_driver.obj: ld10k1_driver.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_driver.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_driver.Tpo -c -o ld10k1-ld10k1_driver.obj `if test -f 'ld10k1_driver.c'; then $(CYGPATH_W) 'ld10k1_driver.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_driver.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_driver.Tpo $(DEPDIR)/ld10k1-ld10k1_driver.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_driver.obj `if test -f 'ld10k1_driver.c'; then $(CYGPATH_W) 'ld10k1_driver.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_driver.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-742-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-743-ld10k1-comm.o: comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-comm.o -MD -MP -MF $(DEPDIR)/ld10k1-comm.Tpo -c -o ld10k1-comm.o `test -f 'comm.c' || echo '$(srcdir)/'`comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-comm.Tpo $(DEPDIR)/ld10k1-comm.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-comm.o `test -f 'comm.c' || echo '$(srcdir)/'`comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-749-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-750-ld10k1-comm.obj: comm.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:751:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-comm.obj -MD -MP -MF $(DEPDIR)/ld10k1-comm.Tpo -c -o ld10k1-comm.obj `if test -f 'comm.c'; then $(CYGPATH_W) 'comm.c'; else $(CYGPATH_W) '$(srcdir)/comm.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-comm.Tpo $(DEPDIR)/ld10k1-comm.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:755:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-comm.obj `if test -f 'comm.c'; then $(CYGPATH_W) 'comm.c'; else $(CYGPATH_W) '$(srcdir)/comm.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-756-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-757-ld10k1-ld10k1_tram.o: ld10k1_tram.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:758:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_tram.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_tram.Tpo -c -o ld10k1-ld10k1_tram.o `test -f 'ld10k1_tram.c' || echo '$(srcdir)/'`ld10k1_tram.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_tram.Tpo $(DEPDIR)/ld10k1-ld10k1_tram.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:762:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_tram.o `test -f 'ld10k1_tram.c' || echo '$(srcdir)/'`ld10k1_tram.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-763-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-764-ld10k1-ld10k1_tram.obj: ld10k1_tram.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:765:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_tram.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_tram.Tpo -c -o ld10k1-ld10k1_tram.obj `if test -f 'ld10k1_tram.c'; then $(CYGPATH_W) 'ld10k1_tram.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_tram.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-766-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_tram.Tpo $(DEPDIR)/ld10k1-ld10k1_tram.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:769:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_tram.obj `if test -f 'ld10k1_tram.c'; then $(CYGPATH_W) 'ld10k1_tram.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_tram.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-770-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-771-ld10k1-ld10k1_dump.o: ld10k1_dump.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:772:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_dump.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_dump.Tpo -c -o ld10k1-ld10k1_dump.o `test -f 'ld10k1_dump.c' || echo '$(srcdir)/'`ld10k1_dump.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-773-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_dump.Tpo $(DEPDIR)/ld10k1-ld10k1_dump.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:776:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_dump.o `test -f 'ld10k1_dump.c' || echo '$(srcdir)/'`ld10k1_dump.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-777-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-778-ld10k1-ld10k1_dump.obj: ld10k1_dump.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:779:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_dump.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_dump.Tpo -c -o ld10k1-ld10k1_dump.obj `if test -f 'ld10k1_dump.c'; then $(CYGPATH_W) 'ld10k1_dump.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_dump.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-780-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_dump.Tpo $(DEPDIR)/ld10k1-ld10k1_dump.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:783:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_dump.obj `if test -f 'ld10k1_dump.c'; then $(CYGPATH_W) 'ld10k1_dump.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_dump.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-784-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-785-ld10k1-ld10k1_mixer.o: ld10k1_mixer.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:786:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_mixer.o -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_mixer.Tpo -c -o ld10k1-ld10k1_mixer.o `test -f 'ld10k1_mixer.c' || echo '$(srcdir)/'`ld10k1_mixer.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-787-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_mixer.Tpo $(DEPDIR)/ld10k1-ld10k1_mixer.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:790:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_mixer.o `test -f 'ld10k1_mixer.c' || echo '$(srcdir)/'`ld10k1_mixer.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-791-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-792-ld10k1-ld10k1_mixer.obj: ld10k1_mixer.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:793:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -MT ld10k1-ld10k1_mixer.obj -MD -MP -MF $(DEPDIR)/ld10k1-ld10k1_mixer.Tpo -c -o ld10k1-ld10k1_mixer.obj `if test -f 'ld10k1_mixer.c'; then $(CYGPATH_W) 'ld10k1_mixer.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_mixer.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-794-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ld10k1-ld10k1_mixer.Tpo $(DEPDIR)/ld10k1-ld10k1_mixer.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:797:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ld10k1_CFLAGS) $(CFLAGS) -c -o ld10k1-ld10k1_mixer.obj `if test -f 'ld10k1_mixer.c'; then $(CYGPATH_W) 'ld10k1_mixer.c'; else $(CYGPATH_W) '$(srcdir)/ld10k1_mixer.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-798-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-799-lo10k1-lo10k1.o: lo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:800:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lo10k1_CFLAGS) $(CFLAGS) -MT lo10k1-lo10k1.o -MD -MP -MF $(DEPDIR)/lo10k1-lo10k1.Tpo -c -o lo10k1-lo10k1.o `test -f 'lo10k1.c' || echo '$(srcdir)/'`lo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-801-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lo10k1-lo10k1.Tpo $(DEPDIR)/lo10k1-lo10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:804:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lo10k1_CFLAGS) $(CFLAGS) -c -o lo10k1-lo10k1.o `test -f 'lo10k1.c' || echo '$(srcdir)/'`lo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in-805-
alsa-tools-1.2.2/ld10k1/src/Makefile.in-806-lo10k1-lo10k1.obj: lo10k1.c
alsa-tools-1.2.2/ld10k1/src/Makefile.in:807:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lo10k1_CFLAGS) $(CFLAGS) -MT lo10k1-lo10k1.obj -MD -MP -MF $(DEPDIR)/lo10k1-lo10k1.Tpo -c -o lo10k1-lo10k1.obj `if test -f 'lo10k1.c'; then $(CYGPATH_W) 'lo10k1.c'; else $(CYGPATH_W) '$(srcdir)/lo10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-808-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lo10k1-lo10k1.Tpo $(DEPDIR)/lo10k1-lo10k1.Po
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/ld10k1/src/Makefile.in:811:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lo10k1_CFLAGS) $(CFLAGS) -c -o lo10k1-lo10k1.obj `if test -f 'lo10k1.c'; then $(CYGPATH_W) 'lo10k1.c'; else $(CYGPATH_W) '$(srcdir)/lo10k1.c'; fi`
alsa-tools-1.2.2/ld10k1/src/Makefile.in-812-
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-848-GTAGS:
alsa-tools-1.2.2/ld10k1/src/Makefile.in:849:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-850-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-874-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/src/Makefile.in:875:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:876:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-877-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/src/Makefile.in-888-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/src/Makefile.in:889:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/src/Makefile.in-890-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/compile-67-	mingw/*)
alsa-tools-1.2.2/ld10k1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/ld10k1/compile-69-	  ;;
alsa-tools-1.2.2/ld10k1/compile-70-	cygwin/*)
alsa-tools-1.2.2/ld10k1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/ld10k1/compile-72-	  ;;
alsa-tools-1.2.2/ld10k1/compile-73-	wine/*)
alsa-tools-1.2.2/ld10k1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/ld10k1/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/ld10k1/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/ld10k1/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/ld10k1/compile-312-
##############################################
alsa-tools-1.2.2/ld10k1/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/ld10k1/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/ld10k1/compile-318-while true; do
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-50-  { \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-123-  esac
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-125-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-127-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-128-  esac;
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-130-am__install_max = 40
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-131-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-133-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-281-top_srcdir = @top_srcdir@
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:282:EXTRA_DIST = README emu_constants.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:283:	simple.asm vol_master.asm tone.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:284:	vol_2.asm output.asm switch_2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:285:	sto51.asm switch_6.asm copy_2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:286:	prologic.asm fxbus.asm switch_2x2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:287:	mono_switch_2.asm mono_switch_2x2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-288-	eq10.asm
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-297-MAINTAINERCLEANFILES = $(dist_effects_DATA)
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:298:SUFFIXES = .asm .emu10k1
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-299-all: all-am
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-301-.SUFFIXES:
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:302:.SUFFIXES: .asm .emu10k1
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-303-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-356-	@list='$(dist_effects_DATA)'; test -n "$(effectsdir)" || list=; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:357:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-358-	dir='$(DESTDIR)$(effectsdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-369-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:370:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:371:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-372-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-383-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in:384:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.in-385-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:1:EXTRA_DIST = README emu_constants.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:2:	simple.asm vol_master.asm tone.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:3:	vol_2.asm output.asm switch_2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:4:	sto51.asm switch_6.asm copy_2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:5:	prologic.asm fxbus.asm switch_2x2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:6:	mono_switch_2.asm mono_switch_2x2.asm \
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am-7-	eq10.asm
##############################################
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am-18-
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am:19:SUFFIXES = .asm .emu10k1
alsa-tools-1.2.2/ld10k1/setup/effects/Makefile.am-20-
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-50-  { \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-103-CONFIG_CLEAN_VPATH_FILES =
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-105-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-107-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-108-  esac;
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-110-am__install_max = 40
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-111-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-113-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-196-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:197:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-198-    if test "$$first" != "."; then \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-199-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:200:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:201:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-202-      else \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:203:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-204-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:205:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-206-        else \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-211-    fi; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:212:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-213-  done; \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-438-	dot_seen=no; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:439:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-440-	case "$@" in \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-501-GTAGS:
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:502:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-503-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-527-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-530-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-541-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in:542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/setup/Makefile.in-543-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-50-  { \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-123-  esac
alsa-tools-1.2.2/ld10k1/include/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/include/Makefile.in-125-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-127-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-128-  esac;
alsa-tools-1.2.2/ld10k1/include/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/include/Makefile.in-130-am__install_max = 40
alsa-tools-1.2.2/ld10k1/include/Makefile.in-131-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/include/Makefile.in-133-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-362-	@list='$(lo10k1include_HEADERS)'; test -n "$(lo10k1includedir)" || list=; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:363:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-364-	dir='$(DESTDIR)$(lo10k1includedir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-395-GTAGS:
alsa-tools-1.2.2/ld10k1/include/Makefile.in:396:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-397-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-421-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/include/Makefile.in:422:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:423:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-424-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/include/Makefile.in-435-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/include/Makefile.in:436:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/include/Makefile.in-437-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h-52-#define EMU10K1_REG_TRAM_DATA(datanum) (EMU10K1_REG_TYPE(EMU10K1_REG_TYPE_TRAM_DATA) | ((datanum) & 0xFF))
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h:53:#define EMU10K1_REG_TRAM_ADDR(addrnum) (EMU10K1_REG_TYPE(EMU10K1_REG_TYPE_TRAM_ADDR) | ((addrnum) & 0xFF))
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h-54-#define EMU10K1_REG_NORMAL(num) (EMU10K1_REG_TYPE(EMU10K1_REG_TYPE_NORMAL) | ((num) & 0x1FF))
##############################################
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h-185-#define EMU10K1_PREG_TRAM_DATA(num) (EMU10K1_REG_TYPE(EMU10K1_PREG_TYPE_TRAM_DATA) | ((num) & 0xFF))
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h:186:#define EMU10K1_PREG_TRAM_ADDR(num) (EMU10K1_REG_TYPE(EMU10K1_PREG_TYPE_TRAM_ADDR) | ((num) & 0xFF))
alsa-tools-1.2.2/ld10k1/include/ld10k1_fnc.h-187-
##############################################
alsa-tools-1.2.2/ld10k1/ld10k1.m4-55-LD10K1_LIBS="$LD10K1_LIBS -llo10k1"
alsa-tools-1.2.2/ld10k1/ld10k1.m4:56:dnl LIBS=`echo $LIBS | sed 's/-lm//'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4:57:dnl LIBS=`echo $LIBS | sed 's/-ldl//'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4:58:dnl LIBS=`echo $LIBS | sed 's/-lpthread//'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4:59:LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4-60-LIBS="$LD10K1_LIBS $LIBS"
##############################################
alsa-tools-1.2.2/ld10k1/ld10k1.m4-117-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/ld10k1/ld10k1.m4:118:   LIBS=`echo $LIBS | sed 's/-llo10k1//g'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4:119:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/ld10k1/ld10k1.m4-120-   LIBS="-llo10k1 $LIBS"
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-basstreble.inc-3-;; 
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-basstreble.inc:4:;;     This is wholly derived from Daniel Bertrand's tone.asm in the emu10k1 
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-basstreble.inc-5-;;     driver (see emu10k1/utils/as10k1/effects/tone.asm).
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-50-  { \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-123-  esac
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-125-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-127-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-128-  esac;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-130-am__install_max = 40
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-131-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-133-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-282-EXTRA_DIST = \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:283:	volBUS1.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:284:	3volBUS2.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:285:	emu_constants.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:286:	freberv.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:287:	gain_4.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:288:	michorusL.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:289:	michorusR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:290:	volLR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-291-	emu_constants.inc \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-310-CLEANFILES = $(dist_effects_DATA)
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:311:SUFFIXEC = .asm .emu10k1
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-312-all: all-am
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-314-.SUFFIXES:
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:315:.SUFFIXES: .asm .emu10k1
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-316-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-369-	@list='$(dist_effects_DATA)'; test -n "$(effectsdir)" || list=; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:370:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-371-	dir='$(DESTDIR)$(effectsdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-382-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-385-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-396-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in:397:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.in-398-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-50-  { \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-52-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-123-  esac
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-125-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-127-    *) f=$$p;; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-128-  esac;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-130-am__install_max = 40
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-131-am__nobase_strip_setup = \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-133-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-282-EXTRA_DIST = \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:283:	volBUS1.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:284:	3volBUS2.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:285:	emu_constants.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:286:	freberv.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:287:	gain_4.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:288:	michorusL.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:289:	michorusR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:290:	volLR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-291-	emu_constants.inc \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-310-CLEANFILES = $(dist_effects_DATA)
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:311:SUFFIXEC = .asm .emu10k1
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-312-all: all-am
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-314-.SUFFIXES:
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:315:.SUFFIXES: .asm .emu10k1
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-316-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-369-	@list='$(dist_effects_DATA)'; test -n "$(effectsdir)" || list=; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:370:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-371-	dir='$(DESTDIR)$(effectsdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-382-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-385-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-396-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile:397:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile-398-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am-1-EXTRA_DIST = \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:2:	volBUS1.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:3:	3volBUS2.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:4:	emu_constants.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:5:	freberv.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:6:	gain_4.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:7:	michorusL.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:8:	michorusR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:9:	volLR.asm \
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am-10-	emu_constants.inc \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am-30-
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am:31:SUFFIXEC = .asm .emu10k1
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/Makefile.am-32-
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-controls.inc:1:;;     fv-controls.asm - fv10k1 package
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-controls.inc-2-;;     Defines control GPRs for the fv10k1 package
##############################################
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-routes.inc:1:;;     fv-routes.asm - fv10k1 package
alsa-tools-1.2.2/ld10k1/contrib/emu10k1MIDIEffects/fv-routes.inc-2-;;     Defines routing GPRs
##############################################
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-49-  { \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-300-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in:301:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in:302:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-303-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-314-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in:315:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/contrib/Makefile.in-316-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-34-
alsa-tools-1.2.2/ld10k1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
alsa-tools-1.2.2/ld10k1/config.guess-36-
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-102-: ${TMPDIR=/tmp} ;
alsa-tools-1.2.2/ld10k1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
alsa-tools-1.2.2/ld10k1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-151-	EOF
alsa-tools-1.2.2/ld10k1/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
alsa-tools-1.2.2/ld10k1/config.guess-153-
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-188-	    earmv*)
alsa-tools-1.2.2/ld10k1/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
alsa-tools-1.2.2/ld10k1/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
alsa-tools-1.2.2/ld10k1/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
alsa-tools-1.2.2/ld10k1/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
alsa-tools-1.2.2/ld10k1/config.guess-222-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-233-	    *)
alsa-tools-1.2.2/ld10k1/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
alsa-tools-1.2.2/ld10k1/config.guess-235-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-280-	*4.0)
alsa-tools-1.2.2/ld10k1/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
alsa-tools-1.2.2/ld10k1/config.guess-282-		;;
alsa-tools-1.2.2/ld10k1/config.guess-283-	*5.*)
alsa-tools-1.2.2/ld10k1/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
alsa-tools-1.2.2/ld10k1/config.guess-285-		;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
alsa-tools-1.2.2/ld10k1/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
alsa-tools-1.2.2/ld10k1/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-328-	# 1.2 uses "1.2" for uname -r.
alsa-tools-1.2.2/ld10k1/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
alsa-tools-1.2.2/ld10k1/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-379-    s390x:SunOS:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-381-	exit ;;
alsa-tools-1.2.2/ld10k1/config.guess-382-    sun4H:SunOS:5.*:*)
alsa-tools-1.2.2/ld10k1/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-384-	exit ;;
alsa-tools-1.2.2/ld10k1/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
alsa-tools-1.2.2/ld10k1/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-387-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-404-	fi
alsa-tools-1.2.2/ld10k1/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-406-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
alsa-tools-1.2.2/ld10k1/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-412-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
alsa-tools-1.2.2/ld10k1/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
alsa-tools-1.2.2/ld10k1/config.guess-421-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-425-    sun*:*:4.2BSD:*)
alsa-tools-1.2.2/ld10k1/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
alsa-tools-1.2.2/ld10k1/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
alsa-tools-1.2.2/ld10k1/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
alsa-tools-1.2.2/ld10k1/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
alsa-tools-1.2.2/ld10k1/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-563-    *:IRIX*:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
alsa-tools-1.2.2/ld10k1/config.guess-565-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-593-EOF
alsa-tools-1.2.2/ld10k1/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
alsa-tools-1.2.2/ld10k1/config.guess-595-		then
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-606-    *:AIX:*:[4567])
alsa-tools-1.2.2/ld10k1/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
alsa-tools-1.2.2/ld10k1/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-642-    9000/[34678]??:HP-UX:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
alsa-tools-1.2.2/ld10k1/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-696-EOF
alsa-tools-1.2.2/ld10k1/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
alsa-tools-1.2.2/ld10k1/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-724-    ia64:HP-UX:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
alsa-tools-1.2.2/ld10k1/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-754-EOF
alsa-tools-1.2.2/ld10k1/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
alsa-tools-1.2.2/ld10k1/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alsa-tools-1.2.2/ld10k1/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
alsa-tools-1.2.2/ld10k1/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alsa-tools-1.2.2/ld10k1/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
alsa-tools-1.2.2/ld10k1/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-850-	esac
alsa-tools-1.2.2/ld10k1/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-852-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-886-    prep*:SunOS:5.*:*)
alsa-tools-1.2.2/ld10k1/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-888-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-890-	# the GNU system
alsa-tools-1.2.2/ld10k1/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
alsa-tools-1.2.2/ld10k1/config.guess-892-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-894-	# other systems with GNU libc and userland
alsa-tools-1.2.2/ld10k1/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
alsa-tools-1.2.2/ld10k1/config.guess-896-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-988-EOF
alsa-tools-1.2.2/ld10k1/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
alsa-tools-1.2.2/ld10k1/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-1088-    i*86:*:4.*:*)
alsa-tools-1.2.2/ld10k1/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
alsa-tools-1.2.2/ld10k1/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-1291-	fi
alsa-tools-1.2.2/ld10k1/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
alsa-tools-1.2.2/ld10k1/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-1389-    *:DragonFly:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
alsa-tools-1.2.2/ld10k1/config.guess-1391-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/config.guess-1402-    i*86:skyos:*:*)
alsa-tools-1.2.2/ld10k1/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
alsa-tools-1.2.2/ld10k1/config.guess-1404-	exit ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-119-    done
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-121-}
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-439-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-447-#
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-561-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
alsa-tools-1.2.2/ld10k1/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
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-574-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1165-      }]'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1170-  fi],[])
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1203-  ECHO='print -r --'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1239-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1260-   if test yes = "$GCC"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1262-   fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1264- /*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1266-   ;; #(
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1296-      *ELF-32*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1313-	*32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1323-    else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1325-	*32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1345-    emul=elf
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1347-      *32-bit*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1353-    esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1355-      *MSB*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1361-    esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1363-      *N32*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1726-    # And add a safety zone
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1729-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1759-    if test -n "$kargmax"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1761-    else
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1771-    else
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1780-      # we can't tell.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1784-      do
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1785:        i=`expr $i + 1`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1788-      # Only check the string length outside the loop.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1790-      teststring=
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-1795-    fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2259-    *:)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2261-        ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2262-    x:*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2264-        ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2265-    *::*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2268-        ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2269-    *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2271-        ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2299-  esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2308-    ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2309-  *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2311-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2357-  esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2359-else
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2500-    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2543-      fi'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2559-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2563-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2570-    libname_spec='$name'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2587-      # Convert to MSYS style.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2589-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2597-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2603-      else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2605-      fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2625-    # Assume MSVC wrapper
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2880:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2933-  need_lib_prefix=no
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2935-    need_version=no
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2969-    fi'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3180-	"file_magic "*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3265-  *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3267-  esac
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3276-      done
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3570-openbsd* | bitrig*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3637-    else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3639-    fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3688-	esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3694-	*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3696-	  */dev/null*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3722-    *COFF*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:3954:case `$NM -V 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4001-mingw*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4003-  ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4057-    nlist=conftest.nm
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4405-	  *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4741-      *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4924-    else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:4925:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-4926-    fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5049-    supports_anon_versioning=no
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5152-	prefix_cmds="$SED"~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5175:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5176:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5177-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5193:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5198:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5215:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5218-	esac
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5221:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5378-	else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5379:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5380-	fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5500:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5501-      else
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5753-      if test yes = "$GCC"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5754:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5777:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5778-	fi
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5779-      else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5780:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5781:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5782-      fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5857-	prefix_cmds="$SED"~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5873-      else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5876-      fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5889:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5890:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5891:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5892-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5907-      else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6102-	  then
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6572-
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6573:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6574-        else
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6800-            # dependencies.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6801:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6802-            ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6865-	    # dependencies.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6866:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6867-	    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6903:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6904-	;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6908-	    # SGI C++
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6909:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6910-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6920:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6921-	      else
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6922:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6923-	      fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6941:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6942:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6950-	    # dependencies.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6951:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6952-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6986-            # Portland Group C++ compiler
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6987:	    case `$CC -V` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7005:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7006-	      ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7015:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7016-            ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7033-	    # dependencies.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7034:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7035-	    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7048-	  *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7056:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7122-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7140:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7141-
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7161:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7166:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7169:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7184-	    # dependencies.
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7185:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7186-	    ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7191-	        osf3*)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7193-		  ;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7194-	        *)
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7195:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7196-		  ;;
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7444-  case @S|@2 in
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7447-  esac
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7533-
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7535-    case $prev$p in
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-7639-fi
##############################################
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
alsa-tools-1.2.2/ld10k1/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
alsa-tools-1.2.2/ld10k1/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
alsa-tools-1.2.2/ld10k1/m4/ltsugar.m4-68-m4_define([lt_combine],
alsa-tools-1.2.2/ld10k1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
alsa-tools-1.2.2/ld10k1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-103-#
alsa-tools-1.2.2/ld10k1/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
alsa-tools-1.2.2/ld10k1/ltmain.sh-105-#
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
alsa-tools-1.2.2/ld10k1/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
alsa-tools-1.2.2/ld10k1/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alsa-tools-1.2.2/ld10k1/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
alsa-tools-1.2.2/ld10k1/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alsa-tools-1.2.2/ld10k1/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
alsa-tools-1.2.2/ld10k1/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-410-# The name of this program.
alsa-tools-1.2.2/ld10k1/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-412-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-416-  *[\\/]*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
alsa-tools-1.2.2/ld10k1/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-610-
alsa-tools-1.2.2/ld10k1/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
alsa-tools-1.2.2/ld10k1/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-613-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-639-
alsa-tools-1.2.2/ld10k1/ltmain.sh:640:    func_arith_result=`expr "$@"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-641-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-660-  # ...otherwise fall back to using sed.
alsa-tools-1.2.2/ld10k1/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
alsa-tools-1.2.2/ld10k1/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-757-      test -n "$_G_tc" && {
alsa-tools-1.2.2/ld10k1/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-760-      }
alsa-tools-1.2.2/ld10k1/ltmain.sh-761-    done
alsa-tools-1.2.2/ld10k1/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
alsa-tools-1.2.2/ld10k1/ltmain.sh-763-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-831-
alsa-tools-1.2.2/ld10k1/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
alsa-tools-1.2.2/ld10k1/ltmain.sh-833-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
alsa-tools-1.2.2/ld10k1/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-865-      done
alsa-tools-1.2.2/ld10k1/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-867-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-901-      # If mktemp works, use that first and foremost
alsa-tools-1.2.2/ld10k1/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-903-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1111-        *[\\\`\"\$]*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
alsa-tools-1.2.2/ld10k1/ltmain.sh-1113-        *)
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1198-    case $2 in
alsa-tools-1.2.2/ld10k1/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
alsa-tools-1.2.2/ld10k1/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
alsa-tools-1.2.2/ld10k1/ltmain.sh-1201-    esac
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-1273-      ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1358-
alsa-tools-1.2.2/ld10k1/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
alsa-tools-1.2.2/ld10k1/ltmain.sh-1360-}
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
alsa-tools-1.2.2/ld10k1/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
alsa-tools-1.2.2/ld10k1/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1517-
alsa-tools-1.2.2/ld10k1/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
alsa-tools-1.2.2/ld10k1/ltmain.sh-1519-}
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1870-
alsa-tools-1.2.2/ld10k1/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-1872-      func_split_equals_rhs=
alsa-tools-1.2.2/ld10k1/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
alsa-tools-1.2.2/ld10k1/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-1875-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-1898-
alsa-tools-1.2.2/ld10k1/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
alsa-tools-1.2.2/ld10k1/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-1901-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
alsa-tools-1.2.2/ld10k1/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
alsa-tools-1.2.2/ld10k1/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2074-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2110-  {
alsa-tools-1.2.2/ld10k1/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2112-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2115-  {
alsa-tools-1.2.2/ld10k1/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2117-  }
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
alsa-tools-1.2.2/ld10k1/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2659-      done
alsa-tools-1.2.2/ld10k1/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
alsa-tools-1.2.2/ld10k1/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2662-      case $@ in
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2672-	    # Evaluate the configuration.
alsa-tools-1.2.2/ld10k1/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
alsa-tools-1.2.2/ld10k1/ltmain.sh-2674-	    CC_quoted=
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2678-	    done
alsa-tools-1.2.2/ld10k1/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
alsa-tools-1.2.2/ld10k1/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2681-	    case "$@ " in
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
alsa-tools-1.2.2/ld10k1/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3009-    # LT_CYGPATH in this case.
alsa-tools-1.2.2/ld10k1/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3011-  fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
alsa-tools-1.2.2/ld10k1/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3376-    *.[cCFSifmso] | \
alsa-tools-1.2.2/ld10k1/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
alsa-tools-1.2.2/ld10k1/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
alsa-tools-1.2.2/ld10k1/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
alsa-tools-1.2.2/ld10k1/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3474-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3520-      if test warn = "$need_locks" &&
alsa-tools-1.2.2/ld10k1/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-3522-	$ECHO "\
alsa-tools-1.2.2/ld10k1/ltmain.sh-3523-*** ERROR, $lockfile contains:
alsa-tools-1.2.2/ld10k1/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3525-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3569-      if test warn = "$need_locks" &&
alsa-tools-1.2.2/ld10k1/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-3571-	$ECHO "\
alsa-tools-1.2.2/ld10k1/ltmain.sh-3572-*** ERROR, $lockfile contains:
alsa-tools-1.2.2/ld10k1/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3574-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3895-      # Get the absolute pathname.
alsa-tools-1.2.2/ld10k1/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4280-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4293-	  else
alsa-tools-1.2.2/ld10k1/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4295-	  fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4458-	    fi
alsa-tools-1.2.2/ld10k1/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4477-	        # Replace the output file specification.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4479-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4498-	  fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4570-    my_pic_p=${3-false}
alsa-tools-1.2.2/ld10k1/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4572-    my_dlsyms=
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
alsa-tools-1.2.2/ld10k1/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4862-	  else
alsa-tools-1.2.2/ld10k1/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4865-	  fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4867-	*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4870-	  ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4882-      # Nullify the symbol file.
alsa-tools-1.2.2/ld10k1/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4885-    fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alsa-tools-1.2.2/ld10k1/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)$'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alsa-tools-1.2.2/ld10k1/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4925-  win32_libid_type=unknown
alsa-tools-1.2.2/ld10k1/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4927-  case $win32_fileres in
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-4990-
alsa-tools-1.2.2/ld10k1/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-4992-}
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5008-
alsa-tools-1.2.2/ld10k1/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5072-    # binutils import library
alsa-tools-1.2.2/ld10k1/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-5075-    # ms-generated import library
alsa-tools-1.2.2/ld10k1/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5077-  else
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
alsa-tools-1.2.2/ld10k1/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5160-	    darwin_arch=
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
alsa-tools-1.2.2/ld10k1/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5172-	    darwin_file=
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
alsa-tools-1.2.2/ld10k1/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5189-      esac
alsa-tools-1.2.2/ld10k1/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5191-    done
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5260-
alsa-tools-1.2.2/ld10k1/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5262-    $ECHO "\
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5295-    --lt-dump-script)
alsa-tools-1.2.2/ld10k1/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
alsa-tools-1.2.2/ld10k1/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
alsa-tools-1.2.2/ld10k1/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5324-  done
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5380-  # Find the directory that this script lives in.
alsa-tools-1.2.2/ld10k1/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
alsa-tools-1.2.2/ld10k1/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5386-  while test -n \"\$file\"; do
alsa-tools-1.2.2/ld10k1/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5388-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5396-
alsa-tools-1.2.2/ld10k1/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5399-  done
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5410-    case \"\$thisdir\" in
alsa-tools-1.2.2/ld10k1/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
alsa-tools-1.2.2/ld10k1/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5416-  # Try to get the absolute directory name.
alsa-tools-1.2.2/ld10k1/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
alsa-tools-1.2.2/ld10k1/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
alsa-tools-1.2.2/ld10k1/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
alsa-tools-1.2.2/ld10k1/ltmain.sh-5443-      else
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
alsa-tools-1.2.2/ld10k1/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-5487-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-6464-
alsa-tools-1.2.2/ld10k1/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
alsa-tools-1.2.2/ld10k1/ltmain.sh-6466-    *import*) : ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-6712-	    moreargs=
alsa-tools-1.2.2/ld10k1/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-6714-	    do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-6973-	*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/ld10k1/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7289-      -Z*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
alsa-tools-1.2.2/ld10k1/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
alsa-tools-1.2.2/ld10k1/ltmain.sh-7461-    else
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/ld10k1/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7873-	fi
alsa-tools-1.2.2/ld10k1/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-7946-	*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
alsa-tools-1.2.2/ld10k1/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8199-	    shift
alsa-tools-1.2.2/ld10k1/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8491-		*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8502-		  depdepl=
alsa-tools-1.2.2/ld10k1/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
alsa-tools-1.2.2/ld10k1/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8513-                      fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8524-		else
alsa-tools-1.2.2/ld10k1/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8547-	else
alsa-tools-1.2.2/ld10k1/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-8549-	fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-8636-        linux*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
alsa-tools-1.2.2/ld10k1/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9041-	removelist=
alsa-tools-1.2.2/ld10k1/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9067-	# Transform .lo files to .o files.
alsa-tools-1.2.2/ld10k1/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9069-      fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9072-      #for path in $notinst_path; do
alsa-tools-1.2.2/ld10k1/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9076-      #done
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9193-		if test -n "$i"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9196-		  set dummy $deplib_matches; shift
alsa-tools-1.2.2/ld10k1/ltmain.sh-9197-		  deplib_match=$1
alsa-tools-1.2.2/ld10k1/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9236-		  if test -n "$i"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9239-		    set dummy $deplib_matches; shift
alsa-tools-1.2.2/ld10k1/ltmain.sh-9240-		    deplib_match=$1
alsa-tools-1.2.2/ld10k1/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alsa-tools-1.2.2/ld10k1/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/ld10k1/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9286-	      if test -n "$a_deplib"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9290-		else
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9296-		    shopt -s nocaseglob
alsa-tools-1.2.2/ld10k1/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9298-		    $nocaseglob
alsa-tools-1.2.2/ld10k1/ltmain.sh-9299-		  else
alsa-tools-1.2.2/ld10k1/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9301-		  fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
alsa-tools-1.2.2/ld10k1/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9316-			case $potliblink in
alsa-tools-1.2.2/ld10k1/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
alsa-tools-1.2.2/ld10k1/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
alsa-tools-1.2.2/ld10k1/ltmain.sh-9319-			esac
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
alsa-tools-1.2.2/ld10k1/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9370-	      if test -n "$a_deplib"; then
alsa-tools-1.2.2/ld10k1/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
alsa-tools-1.2.2/ld10k1/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9409-	  newdeplibs=
alsa-tools-1.2.2/ld10k1/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
alsa-tools-1.2.2/ld10k1/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9415-	    done
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
alsa-tools-1.2.2/ld10k1/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9441-	  ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9491-	*-*-darwin*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9495-	  ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-9618-	# Use standard objects if they are pic
alsa-tools-1.2.2/ld10k1/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10147-      # Create the old-style object.
alsa-tools-1.2.2/ld10k1/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
alsa-tools-1.2.2/ld10k1/ltmain.sh-10149-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
alsa-tools-1.2.2/ld10k1/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/ld10k1/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10208-	;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10226-	;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alsa-tools-1.2.2/ld10k1/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10361-	# Transform all the library objects into standard objects.
alsa-tools-1.2.2/ld10k1/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10364-      fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10389-	# Replace the output file specification.
alsa-tools-1.2.2/ld10k1/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10398-	  func_to_tool_file "$output"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10442-	# Replace the output file specification.
alsa-tools-1.2.2/ld10k1/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10444-	# Delete the old output file.
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10450-	  func_to_tool_file "$output"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
alsa-tools-1.2.2/ld10k1/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10470-          ;;
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10481-      # Replace the output file specification.
alsa-tools-1.2.2/ld10k1/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10483-
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10491:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10513-      fi
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
alsa-tools-1.2.2/ld10k1/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10804-		name=$func_basename_result
alsa-tools-1.2.2/ld10k1/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-10823-		name=$func_basename_result
alsa-tools-1.2.2/ld10k1/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alsa-tools-1.2.2/ld10k1/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
alsa-tools-1.2.2/ld10k1/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
alsa-tools-1.2.2/ld10k1/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
alsa-tools-1.2.2/ld10k1/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/ld10k1/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/ld10k1/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/ld10k1/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/ld10k1/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/ld10k1/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/ld10k1/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/ld10k1/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/ld10k1/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/ld10k1/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/ld10k1/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/ld10k1/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-570-      || continue
alsa-tools-1.2.2/ld10k1/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/ld10k1/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/ld10k1/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/ld10k1/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/ld10k1/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-797-    * )
alsa-tools-1.2.2/ld10k1/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/ld10k1/aclocal.m4-799-  esac
alsa-tools-1.2.2/ld10k1/aclocal.m4-800-done
alsa-tools-1.2.2/ld10k1/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/ld10k1/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/ld10k1/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/ld10k1/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/ld10k1/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/ld10k1/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/ld10k1/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/ld10k1/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-49-  { \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-300-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/ld10k1/patch/Makefile.in:301:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in:302:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-303-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-314-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in:315:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/ld10k1/patch/Makefile.in-316-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/ld10k1/configure.ac-36-AC_SUBST(LD10K1_LIB_VERSION)
alsa-tools-1.2.2/ld10k1/configure.ac:37:LD10K1_LIB_MAJOR=`echo $VERSION | cut -d . -f 1`
alsa-tools-1.2.2/ld10k1/configure.ac-38-AC_SUBST(LD10K1_LIB_MAJOR)
alsa-tools-1.2.2/ld10k1/configure.ac:39:LD10K1_LIB_MINOR=`echo $VERSION | cut -d . -f 2`
alsa-tools-1.2.2/ld10k1/configure.ac-40-AC_SUBST(LD10K1_LIB_MINOR)
alsa-tools-1.2.2/ld10k1/configure.ac:41:LD10K1_LIB_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/^\([[^[:alpha:]]]*\)\(.*\)$/\1/g'`
alsa-tools-1.2.2/ld10k1/configure.ac-42-AC_SUBST(LD10K1_LIB_SUBMINOR)
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hwmixvolume/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hwmixvolume/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hwmixvolume/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hwmixvolume/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hwmixvolume/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-50-else
alsa-tools-1.2.2/hwmixvolume/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hwmixvolume/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hwmixvolume/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hwmixvolume/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hwmixvolume/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
alsa-tools-1.2.2/hwmixvolume/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-323-      case $as_dir in #(
alsa-tools-1.2.2/hwmixvolume/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hwmixvolume/configure-325-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-396-  {
alsa-tools-1.2.2/hwmixvolume/configure:397:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hwmixvolume/configure-398-  }
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-403-# ----------------------------------------
alsa-tools-1.2.2/hwmixvolume/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hwmixvolume/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hwmixvolume/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hwmixvolume/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-725-  case $ac_option in
alsa-tools-1.2.2/hwmixvolume/configure:726:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hwmixvolume/configure-727-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-769-  -disable-* | --disable-*)
alsa-tools-1.2.2/hwmixvolume/configure:770:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-771-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-774-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hwmixvolume/configure:775:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hwmixvolume/configure-776-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-795-  -enable-* | --enable-*)
alsa-tools-1.2.2/hwmixvolume/configure:796:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-797-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-800-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hwmixvolume/configure:801:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hwmixvolume/configure-802-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-999-  -with-* | --with-*)
alsa-tools-1.2.2/hwmixvolume/configure:1000:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-1001-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1004-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hwmixvolume/configure:1005:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hwmixvolume/configure-1006-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1015-  -without-* | --without-*)
alsa-tools-1.2.2/hwmixvolume/configure:1016:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-1017-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1020-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hwmixvolume/configure:1021:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hwmixvolume/configure-1022-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1053-  *=*)
alsa-tools-1.2.2/hwmixvolume/configure:1054:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hwmixvolume/configure-1055-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1074-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hwmixvolume/configure:1075:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hwmixvolume/configure-1076-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1096-    */ )
alsa-tools-1.2.2/hwmixvolume/configure:1097:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-1098-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1131-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hwmixvolume/configure:1132:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hwmixvolume/configure-1133-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1187-case $srcdir in
alsa-tools-1.2.2/hwmixvolume/configure:1188:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hwmixvolume/configure-1189-esac
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1230-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hwmixvolume/configure:1231:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hwmixvolume/configure:1232:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hwmixvolume/configure-1233-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1299-*)
alsa-tools-1.2.2/hwmixvolume/configure:1300:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hwmixvolume/configure-1301-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hwmixvolume/configure:1302:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hwmixvolume/configure-1303-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1435-    *\'*)
alsa-tools-1.2.2/hwmixvolume/configure:1436:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hwmixvolume/configure-1437-    esac
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1518-      case $ac_val in
alsa-tools-1.2.2/hwmixvolume/configure:1519:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hwmixvolume/configure-1520-      esac
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1533-	case $ac_val in
alsa-tools-1.2.2/hwmixvolume/configure:1534:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hwmixvolume/configure-1535-	esac
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1653-    set,)
alsa-tools-1.2.2/hwmixvolume/configure:1654:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hwmixvolume/configure:1655:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hwmixvolume/configure-1656-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1664-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hwmixvolume/configure:1665:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hwmixvolume/configure:1666:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hwmixvolume/configure-1667-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1684-    case $ac_new_val in
alsa-tools-1.2.2/hwmixvolume/configure:1685:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hwmixvolume/configure-1686-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1859-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hwmixvolume/configure:1860:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hwmixvolume/configure-1861-     if test "$*" = "X"; then
alsa-tools-1.2.2/hwmixvolume/configure-1862-	# -L didn't work.
alsa-tools-1.2.2/hwmixvolume/configure:1863:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hwmixvolume/configure-1864-     fi
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-1910-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hwmixvolume/configure:1911:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hwmixvolume/configure-1912-
alsa-tools-1.2.2/hwmixvolume/configure-1913-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hwmixvolume/configure:1914:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hwmixvolume/configure-1915-
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2055-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hwmixvolume/configure:2056:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hwmixvolume/configure-2057-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2128-set x ${MAKE-make}
alsa-tools-1.2.2/hwmixvolume/configure:2129:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hwmixvolume/configure-2130-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2138-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hwmixvolume/configure:2139:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hwmixvolume/configure-2140-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2204-
alsa-tools-1.2.2/hwmixvolume/configure:2205:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hwmixvolume/configure-2206-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2471-'
alsa-tools-1.2.2/hwmixvolume/configure:2472:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hwmixvolume/configure-2473-
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2480-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hwmixvolume/configure:2481:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hwmixvolume/configure-2482-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2560-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hwmixvolume/configure:2561:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hwmixvolume/configure-2562-  as_echo='print -r --'
alsa-tools-1.2.2/hwmixvolume/configure-2563-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hwmixvolume/configure:2564:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hwmixvolume/configure-2565-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2567-else
alsa-tools-1.2.2/hwmixvolume/configure:2568:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hwmixvolume/configure-2569-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2577-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hwmixvolume/configure:2578:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hwmixvolume/configure-2579-      esac;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2654-# ----------------------------------------
alsa-tools-1.2.2/hwmixvolume/configure:2655:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hwmixvolume/configure-2656-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2726-  {
alsa-tools-1.2.2/hwmixvolume/configure:2727:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hwmixvolume/configure-2728-  }
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2830-      case $as_dir in #(
alsa-tools-1.2.2/hwmixvolume/configure:2831:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hwmixvolume/configure-2832-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2952-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hwmixvolume/configure:2953:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hwmixvolume/configure-2954-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2977-  --*=?*)
alsa-tools-1.2.2/hwmixvolume/configure:2978:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hwmixvolume/configure:2979:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hwmixvolume/configure-2980-    ac_shift=:
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-2982-  --*=)
alsa-tools-1.2.2/hwmixvolume/configure:2983:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hwmixvolume/configure-2984-    ac_optarg=
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3006-    case $ac_optarg in
alsa-tools-1.2.2/hwmixvolume/configure:3007:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hwmixvolume/configure-3008-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3123-fi
alsa-tools-1.2.2/hwmixvolume/configure:3124:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hwmixvolume/configure-3125-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3140-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hwmixvolume/configure:3141:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hwmixvolume/configure-3142-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3146-
alsa-tools-1.2.2/hwmixvolume/configure:3147:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hwmixvolume/configure-3148-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3308-      esac
alsa-tools-1.2.2/hwmixvolume/configure:3309:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hwmixvolume/configure-3310-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3367-*)
alsa-tools-1.2.2/hwmixvolume/configure:3368:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hwmixvolume/configure-3369-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hwmixvolume/configure:3370:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hwmixvolume/configure-3371-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3428-/@mandir@/p'
alsa-tools-1.2.2/hwmixvolume/configure:3429:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hwmixvolume/configure-3430-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3445-
alsa-tools-1.2.2/hwmixvolume/configure:3446:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hwmixvolume/configure-3447-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hwmixvolume/configure-3473-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hwmixvolume/configure:3474:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hwmixvolume/configure-3475-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-50-  { \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-100-CONFIG_CLEAN_VPATH_FILES =
alsa-tools-1.2.2/hwmixvolume/Makefile.in:101:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/hwmixvolume/Makefile.in-102-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:103:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-104-    *) f=$$p;; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-105-  esac;
alsa-tools-1.2.2/hwmixvolume/Makefile.in:106:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/hwmixvolume/Makefile.in-107-am__install_max = 40
alsa-tools-1.2.2/hwmixvolume/Makefile.in-108-am__nobase_strip_setup = \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:109:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/hwmixvolume/Makefile.in-110-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-204-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:205:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-206-    if test "$$first" != "."; then \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-207-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:208:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:209:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-210-      else \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:211:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-212-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:213:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-214-        else \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-219-    fi; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:220:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-221-  done; \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-396-	dot_seen=no; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:397:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-398-	case "$@" in \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-459-GTAGS:
alsa-tools-1.2.2/hwmixvolume/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-494-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hwmixvolume/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-508-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-510-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-619-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:620:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-621-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-663-	}; \
alsa-tools-1.2.2/hwmixvolume/Makefile.in:664:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-665-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hwmixvolume/Makefile.in-675-	fi
alsa-tools-1.2.2/hwmixvolume/Makefile.in:676:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hwmixvolume/Makefile.in-677-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-234-      fi
alsa-tools-1.2.2/hwmixvolume/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hwmixvolume/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hwmixvolume/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hwmixvolume/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-287-    else
alsa-tools-1.2.2/hwmixvolume/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hwmixvolume/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hwmixvolume/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hwmixvolume/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hwmixvolume/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hwmixvolume/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hwmixvolume/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hwmixvolume/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hwmixvolume/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hwmixvolume/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hwmixvolume/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hwmixvolume/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-285-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:286:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-287-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-298-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-312-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-449-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:450:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:451:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:452:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:453:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-454-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-459-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:460:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:461:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:462:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in:463:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.in-464-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am-16-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:17:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:18:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:19:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:20:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am-21-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am-26-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:27:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:28:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:29:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am:30:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hwmixvolume/desktop/Makefile.am-31-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-94-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-109-])
##############################################
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-178-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:179:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-180-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-337-    * )
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:338:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-339-  esac
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-340-done
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:341:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-342-
##############################################
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-522-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:523:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-524-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-525-	# -L didn't work.
alsa-tools-1.2.2/hwmixvolume/aclocal.m4:526:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hwmixvolume/aclocal.m4-527-     fi
##############################################
alsa-tools-1.2.2/us428control/depcomp-64-  case $1 in
alsa-tools-1.2.2/us428control/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/us428control/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/us428control/depcomp-73-{
alsa-tools-1.2.2/us428control/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/us428control/depcomp-75-}
##############################################
alsa-tools-1.2.2/us428control/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/us428control/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/us428control/depcomp-128-
##############################################
alsa-tools-1.2.2/us428control/depcomp-405-        sleep 1
alsa-tools-1.2.2/us428control/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/us428control/depcomp-407-      done
alsa-tools-1.2.2/us428control/depcomp-408-    fi
alsa-tools-1.2.2/us428control/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/us428control/depcomp-410-  done
##############################################
alsa-tools-1.2.2/us428control/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/us428control/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/us428control/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/us428control/depcomp-659-  done
alsa-tools-1.2.2/us428control/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/us428control/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/us428control/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/us428control/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/us428control/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/us428control/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/us428control/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/us428control/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/us428control/configure-50-else
alsa-tools-1.2.2/us428control/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/us428control/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/us428control/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/us428control/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/us428control/configure-62-      esac;
##############################################
alsa-tools-1.2.2/us428control/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/us428control/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/us428control/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/us428control/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/us428control/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/us428control/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/us428control/configure-397-  {
alsa-tools-1.2.2/us428control/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/us428control/configure-399-  }
##############################################
alsa-tools-1.2.2/us428control/configure-404-# ----------------------------------------
alsa-tools-1.2.2/us428control/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/us428control/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/us428control/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/us428control/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/us428control/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/us428control/configure-770-  case $ac_option in
alsa-tools-1.2.2/us428control/configure:771:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/us428control/configure-772-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/us428control/configure-814-  -disable-* | --disable-*)
alsa-tools-1.2.2/us428control/configure:815:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/us428control/configure-816-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/us428control/configure-819-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/us428control/configure:820:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/us428control/configure-821-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/us428control/configure-840-  -enable-* | --enable-*)
alsa-tools-1.2.2/us428control/configure:841:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/us428control/configure-842-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/us428control/configure-845-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/us428control/configure:846:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/us428control/configure-847-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/us428control/configure-1044-  -with-* | --with-*)
alsa-tools-1.2.2/us428control/configure:1045:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/us428control/configure-1046-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/us428control/configure-1049-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/us428control/configure:1050:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/us428control/configure-1051-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/us428control/configure-1060-  -without-* | --without-*)
alsa-tools-1.2.2/us428control/configure:1061:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/us428control/configure-1062-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/us428control/configure-1065-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/us428control/configure:1066:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/us428control/configure-1067-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/us428control/configure-1098-  *=*)
alsa-tools-1.2.2/us428control/configure:1099:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/us428control/configure-1100-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/us428control/configure-1119-if test -n "$ac_prev"; then
alsa-tools-1.2.2/us428control/configure:1120:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/us428control/configure-1121-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/us428control/configure-1141-    */ )
alsa-tools-1.2.2/us428control/configure:1142:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/us428control/configure-1143-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/us428control/configure-1176-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/us428control/configure:1177:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/us428control/configure-1178-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/us428control/configure-1232-case $srcdir in
alsa-tools-1.2.2/us428control/configure:1233:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/us428control/configure-1234-esac
##############################################
alsa-tools-1.2.2/us428control/configure-1275-By default, \`make install' will install all the files in
alsa-tools-1.2.2/us428control/configure:1276:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/us428control/configure:1277:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/us428control/configure-1278-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/us428control/configure-1372-*)
alsa-tools-1.2.2/us428control/configure:1373:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/us428control/configure-1374-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/us428control/configure:1375:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/us428control/configure-1376-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/us428control/configure-1709-    *\'*)
alsa-tools-1.2.2/us428control/configure:1710:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/us428control/configure-1711-    esac
##############################################
alsa-tools-1.2.2/us428control/configure-1792-      case $ac_val in
alsa-tools-1.2.2/us428control/configure:1793:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/us428control/configure-1794-      esac
##############################################
alsa-tools-1.2.2/us428control/configure-1807-	case $ac_val in
alsa-tools-1.2.2/us428control/configure:1808:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/us428control/configure-1809-	esac
##############################################
alsa-tools-1.2.2/us428control/configure-1927-    set,)
alsa-tools-1.2.2/us428control/configure:1928:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/us428control/configure:1929:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/us428control/configure-1930-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/us428control/configure-1938-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/us428control/configure:1939:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/us428control/configure:1940:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/us428control/configure-1941-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/us428control/configure-1958-    case $ac_new_val in
alsa-tools-1.2.2/us428control/configure:1959:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/us428control/configure-1960-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/us428control/configure-2133-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/us428control/configure:2134:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/us428control/configure-2135-     if test "$*" = "X"; then
alsa-tools-1.2.2/us428control/configure-2136-	# -L didn't work.
alsa-tools-1.2.2/us428control/configure:2137:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/us428control/configure-2138-     fi
##############################################
alsa-tools-1.2.2/us428control/configure-2184-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/us428control/configure:2185:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/us428control/configure-2186-
alsa-tools-1.2.2/us428control/configure-2187-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/us428control/configure:2188:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/us428control/configure-2189-
##############################################
alsa-tools-1.2.2/us428control/configure-2329-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/us428control/configure:2330:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/us428control/configure-2331-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/us428control/configure-2402-set x ${MAKE-make}
alsa-tools-1.2.2/us428control/configure:2403:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/us428control/configure-2404-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/us428control/configure-2412-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/us428control/configure:2413:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/us428control/configure-2414-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/us428control/configure-2478-
alsa-tools-1.2.2/us428control/configure:2479:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/us428control/configure-2480-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/us428control/configure-2770-$as_echo_n "checking whether the C++ compiler works... " >&6; }
alsa-tools-1.2.2/us428control/configure:2771:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/us428control/configure-2772-
##############################################
alsa-tools-1.2.2/us428control/configure-2814-	then :; else
alsa-tools-1.2.2/us428control/configure:2815:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/us428control/configure-2816-	fi
##############################################
alsa-tools-1.2.2/us428control/configure-2874-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/us428control/configure:2875:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/us428control/configure-2876-	  break;;
##############################################
alsa-tools-1.2.2/us428control/configure-2983-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/us428control/configure:2984:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/us428control/configure-2985-       break;;
##############################################
alsa-tools-1.2.2/us428control/configure-3215-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/us428control/configure:3216:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/us428control/configure-3217-  fi
##############################################
alsa-tools-1.2.2/us428control/configure-3942-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/us428control/configure:3943:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/us428control/configure-3944-  fi
##############################################
alsa-tools-1.2.2/us428control/configure-4199-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/us428control/configure:4200:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/us428control/configure-4201-*GNU*)
##############################################
alsa-tools-1.2.2/us428control/configure-4265-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/us428control/configure:4266:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/us428control/configure-4267-*GNU*)
##############################################
alsa-tools-1.2.2/us428control/configure-4818-   :
alsa-tools-1.2.2/us428control/configure:4819:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/us428control/configure:4820:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/us428control/configure-4821-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/us428control/configure-4975-'
alsa-tools-1.2.2/us428control/configure:4976:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/us428control/configure-4977-
##############################################
alsa-tools-1.2.2/us428control/configure-4984-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/us428control/configure:4985:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/us428control/configure-4986-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/us428control/configure-5083-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/us428control/configure:5084:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/us428control/configure-5085-  as_echo='print -r --'
alsa-tools-1.2.2/us428control/configure-5086-  as_echo_n='print -rn --'
alsa-tools-1.2.2/us428control/configure:5087:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/us428control/configure-5088-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/us428control/configure-5090-else
alsa-tools-1.2.2/us428control/configure:5091:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/us428control/configure-5092-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/us428control/configure-5100-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/us428control/configure:5101:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/us428control/configure-5102-      esac;
##############################################
alsa-tools-1.2.2/us428control/configure-5177-# ----------------------------------------
alsa-tools-1.2.2/us428control/configure:5178:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/us428control/configure-5179-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/us428control/configure-5249-  {
alsa-tools-1.2.2/us428control/configure:5250:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/us428control/configure-5251-  }
##############################################
alsa-tools-1.2.2/us428control/configure-5353-      case $as_dir in #(
alsa-tools-1.2.2/us428control/configure:5354:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/us428control/configure-5355-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/us428control/configure-5479-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/us428control/configure:5480:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/us428control/configure-5481-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/us428control/configure-5504-  --*=?*)
alsa-tools-1.2.2/us428control/configure:5505:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/us428control/configure:5506:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/us428control/configure-5507-    ac_shift=:
##############################################
alsa-tools-1.2.2/us428control/configure-5509-  --*=)
alsa-tools-1.2.2/us428control/configure:5510:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/us428control/configure-5511-    ac_optarg=
##############################################
alsa-tools-1.2.2/us428control/configure-5533-    case $ac_optarg in
alsa-tools-1.2.2/us428control/configure:5534:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/us428control/configure-5535-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/us428control/configure-5656-fi
alsa-tools-1.2.2/us428control/configure:5657:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/us428control/configure-5658-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/us428control/configure-5673-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/us428control/configure:5674:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/us428control/configure-5675-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/us428control/configure-5679-
alsa-tools-1.2.2/us428control/configure:5680:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/us428control/configure-5681-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/us428control/configure-5841-      esac
alsa-tools-1.2.2/us428control/configure:5842:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/us428control/configure-5843-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/us428control/configure-5900-*)
alsa-tools-1.2.2/us428control/configure:5901:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/us428control/configure-5902-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/us428control/configure:5903:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/us428control/configure-5904-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/us428control/configure-5961-/@mandir@/p'
alsa-tools-1.2.2/us428control/configure:5962:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/us428control/configure-5963-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/us428control/configure-5978-
alsa-tools-1.2.2/us428control/configure:5979:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/us428control/configure-5980-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/us428control/configure-6006-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/us428control/configure:6007:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/us428control/configure-6008-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/us428control/configure-6050-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/us428control/configure:6051:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/us428control/configure-6052-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-51-  { \
alsa-tools-1.2.2/us428control/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/us428control/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-398-.cc.obj:
alsa-tools-1.2.2/us428control/Makefile.in:399:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/us428control/Makefile.in-400-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/us428control/Makefile.in:403:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/us428control/Makefile.in-404-
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-434-GTAGS:
alsa-tools-1.2.2/us428control/Makefile.in:435:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/us428control/Makefile.in-436-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-469-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/us428control/Makefile.in:470:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/us428control/Makefile.in:471:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/us428control/Makefile.in-472-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-483-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/us428control/Makefile.in:484:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/us428control/Makefile.in-485-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-569-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/us428control/Makefile.in:570:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/us428control/Makefile.in-571-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-613-	}; \
alsa-tools-1.2.2/us428control/Makefile.in:614:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/us428control/Makefile.in-615-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/us428control/Makefile.in-625-	fi
alsa-tools-1.2.2/us428control/Makefile.in:626:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/us428control/Makefile.in-627-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/us428control/install-sh-234-      fi
alsa-tools-1.2.2/us428control/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/us428control/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/us428control/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/us428control/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/us428control/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/us428control/install-sh-287-    else
alsa-tools-1.2.2/us428control/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/us428control/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/us428control/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/us428control/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/us428control/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/us428control/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/us428control/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/us428control/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/us428control/install-sh-419-            case $prefix in
alsa-tools-1.2.2/us428control/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/us428control/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/us428control/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/us428control/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/us428control/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/us428control/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/us428control/compile-67-	mingw/*)
alsa-tools-1.2.2/us428control/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/us428control/compile-69-	  ;;
alsa-tools-1.2.2/us428control/compile-70-	cygwin/*)
alsa-tools-1.2.2/us428control/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/us428control/compile-72-	  ;;
alsa-tools-1.2.2/us428control/compile-73-	wine/*)
alsa-tools-1.2.2/us428control/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/us428control/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/us428control/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/us428control/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/us428control/compile-312-
##############################################
alsa-tools-1.2.2/us428control/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/us428control/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/us428control/compile-318-while true; do
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/us428control/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/us428control/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/us428control/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/us428control/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/us428control/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/us428control/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/us428control/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/us428control/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/us428control/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/us428control/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/us428control/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-570-      || continue
alsa-tools-1.2.2/us428control/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/us428control/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/us428control/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/us428control/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/us428control/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-797-    * )
alsa-tools-1.2.2/us428control/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/us428control/aclocal.m4-799-  esac
alsa-tools-1.2.2/us428control/aclocal.m4-800-done
alsa-tools-1.2.2/us428control/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/us428control/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/us428control/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/us428control/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/us428control/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/us428control/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/us428control/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/us428control/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-64-  case $1 in
alsa-tools-1.2.2/sb16_csp/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/sb16_csp/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-73-{
alsa-tools-1.2.2/sb16_csp/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/sb16_csp/depcomp-75-}
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/sb16_csp/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/sb16_csp/depcomp-128-
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-405-        sleep 1
alsa-tools-1.2.2/sb16_csp/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/sb16_csp/depcomp-407-      done
alsa-tools-1.2.2/sb16_csp/depcomp-408-    fi
alsa-tools-1.2.2/sb16_csp/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/sb16_csp/depcomp-410-  done
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/sb16_csp/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/sb16_csp/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/sb16_csp/depcomp-659-  done
alsa-tools-1.2.2/sb16_csp/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/sb16_csp/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/sb16_csp/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sb16_csp/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/sb16_csp/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/sb16_csp/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sb16_csp/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/sb16_csp/configure-50-else
alsa-tools-1.2.2/sb16_csp/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/sb16_csp/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/sb16_csp/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/sb16_csp/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/sb16_csp/configure-62-      esac;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/sb16_csp/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/sb16_csp/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/sb16_csp/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/sb16_csp/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-397-  {
alsa-tools-1.2.2/sb16_csp/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/sb16_csp/configure-399-  }
##############################################
alsa-tools-1.2.2/sb16_csp/configure-404-# ----------------------------------------
alsa-tools-1.2.2/sb16_csp/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/sb16_csp/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/sb16_csp/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/sb16_csp/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/sb16_csp/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/sb16_csp/configure-761-  case $ac_option in
alsa-tools-1.2.2/sb16_csp/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/sb16_csp/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/sb16_csp/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/sb16_csp/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sb16_csp/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sb16_csp/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/sb16_csp/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/sb16_csp/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sb16_csp/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sb16_csp/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/sb16_csp/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/sb16_csp/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sb16_csp/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sb16_csp/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/sb16_csp/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/sb16_csp/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sb16_csp/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sb16_csp/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1089-  *=*)
alsa-tools-1.2.2/sb16_csp/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/sb16_csp/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/sb16_csp/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/sb16_csp/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1132-    */ )
alsa-tools-1.2.2/sb16_csp/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/sb16_csp/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/sb16_csp/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/sb16_csp/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1223-case $srcdir in
alsa-tools-1.2.2/sb16_csp/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/sb16_csp/configure-1225-esac
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/sb16_csp/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/sb16_csp/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/sb16_csp/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1361-*)
alsa-tools-1.2.2/sb16_csp/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/sb16_csp/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/sb16_csp/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/sb16_csp/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1660-    *\'*)
alsa-tools-1.2.2/sb16_csp/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sb16_csp/configure-1662-    esac
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1743-      case $ac_val in
alsa-tools-1.2.2/sb16_csp/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/sb16_csp/configure-1745-      esac
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1758-	case $ac_val in
alsa-tools-1.2.2/sb16_csp/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/sb16_csp/configure-1760-	esac
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1878-    set,)
alsa-tools-1.2.2/sb16_csp/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/sb16_csp/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/sb16_csp/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/sb16_csp/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/sb16_csp/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/sb16_csp/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/sb16_csp/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/sb16_csp/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sb16_csp/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/sb16_csp/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/sb16_csp/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/sb16_csp/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/sb16_csp/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/sb16_csp/configure-2089-     fi
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/sb16_csp/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/sb16_csp/configure-2137-
alsa-tools-1.2.2/sb16_csp/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/sb16_csp/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/sb16_csp/configure-2140-
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/sb16_csp/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/sb16_csp/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/sb16_csp/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/sb16_csp/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/sb16_csp/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/sb16_csp/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2429-
alsa-tools-1.2.2/sb16_csp/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/sb16_csp/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/sb16_csp/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/sb16_csp/configure-2915-
##############################################
alsa-tools-1.2.2/sb16_csp/configure-2957-	then :; else
alsa-tools-1.2.2/sb16_csp/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/sb16_csp/configure-2959-	fi
##############################################
alsa-tools-1.2.2/sb16_csp/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/sb16_csp/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/sb16_csp/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/sb16_csp/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/sb16_csp/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/sb16_csp/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/sb16_csp/configure-3509-  fi
##############################################
alsa-tools-1.2.2/sb16_csp/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/sb16_csp/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/sb16_csp/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/sb16_csp/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/sb16_csp/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/sb16_csp/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4384-   :
alsa-tools-1.2.2/sb16_csp/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/sb16_csp/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/sb16_csp/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4541-'
alsa-tools-1.2.2/sb16_csp/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/sb16_csp/configure-4543-
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/sb16_csp/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/sb16_csp/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/sb16_csp/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sb16_csp/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/sb16_csp/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/sb16_csp/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sb16_csp/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4652-else
alsa-tools-1.2.2/sb16_csp/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/sb16_csp/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/sb16_csp/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/sb16_csp/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/sb16_csp/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/sb16_csp/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4811-  {
alsa-tools-1.2.2/sb16_csp/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/sb16_csp/configure-4813-  }
##############################################
alsa-tools-1.2.2/sb16_csp/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/sb16_csp/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/sb16_csp/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/sb16_csp/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/sb16_csp/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5066-  --*=?*)
alsa-tools-1.2.2/sb16_csp/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/sb16_csp/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/sb16_csp/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5071-  --*=)
alsa-tools-1.2.2/sb16_csp/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/sb16_csp/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/sb16_csp/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sb16_csp/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5218-fi
alsa-tools-1.2.2/sb16_csp/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/sb16_csp/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/sb16_csp/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/sb16_csp/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5241-
alsa-tools-1.2.2/sb16_csp/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/sb16_csp/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5403-      esac
alsa-tools-1.2.2/sb16_csp/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/sb16_csp/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5462-*)
alsa-tools-1.2.2/sb16_csp/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/sb16_csp/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/sb16_csp/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/sb16_csp/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/sb16_csp/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/sb16_csp/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5540-
alsa-tools-1.2.2/sb16_csp/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/sb16_csp/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/sb16_csp/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/sb16_csp/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/sb16_csp/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/sb16_csp/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/sb16_csp/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-50-  { \
alsa-tools-1.2.2/sb16_csp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/sb16_csp/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-142-  esac
alsa-tools-1.2.2/sb16_csp/Makefile.in:143:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/sb16_csp/Makefile.in-144-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/sb16_csp/Makefile.in:145:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/sb16_csp/Makefile.in-146-    *) f=$$p;; \
alsa-tools-1.2.2/sb16_csp/Makefile.in-147-  esac;
alsa-tools-1.2.2/sb16_csp/Makefile.in:148:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/sb16_csp/Makefile.in-149-am__install_max = 40
alsa-tools-1.2.2/sb16_csp/Makefile.in-150-am__nobase_strip_setup = \
alsa-tools-1.2.2/sb16_csp/Makefile.in:151:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/sb16_csp/Makefile.in-152-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-415-.c.obj:
alsa-tools-1.2.2/sb16_csp/Makefile.in:416:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/sb16_csp/Makefile.in-417-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/sb16_csp/Makefile.in:420:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/sb16_csp/Makefile.in-421-install-man1: $(man_MANS)
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-425-	test -n "$(man1dir)" \
alsa-tools-1.2.2/sb16_csp/Makefile.in:426:	  && test -n "`echo $$list1$$list2`" \
alsa-tools-1.2.2/sb16_csp/Makefile.in-427-	  || exit 0; \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-494-GTAGS:
alsa-tools-1.2.2/sb16_csp/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/sb16_csp/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-529-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/sb16_csp/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/sb16_csp/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/sb16_csp/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-543-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/sb16_csp/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/sb16_csp/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-629-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/sb16_csp/Makefile.in:630:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/sb16_csp/Makefile.in-631-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-673-	}; \
alsa-tools-1.2.2/sb16_csp/Makefile.in:674:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/sb16_csp/Makefile.in-675-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/sb16_csp/Makefile.in-685-	fi
alsa-tools-1.2.2/sb16_csp/Makefile.in:686:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/sb16_csp/Makefile.in-687-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-234-      fi
alsa-tools-1.2.2/sb16_csp/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/sb16_csp/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/sb16_csp/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/sb16_csp/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-287-    else
alsa-tools-1.2.2/sb16_csp/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/sb16_csp/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/sb16_csp/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/sb16_csp/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/sb16_csp/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/sb16_csp/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-419-            case $prefix in
alsa-tools-1.2.2/sb16_csp/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/sb16_csp/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/sb16_csp/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/sb16_csp/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/sb16_csp/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/sb16_csp/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/sb16_csp/compile-67-	mingw/*)
alsa-tools-1.2.2/sb16_csp/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/sb16_csp/compile-69-	  ;;
alsa-tools-1.2.2/sb16_csp/compile-70-	cygwin/*)
alsa-tools-1.2.2/sb16_csp/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/sb16_csp/compile-72-	  ;;
alsa-tools-1.2.2/sb16_csp/compile-73-	wine/*)
alsa-tools-1.2.2/sb16_csp/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/sb16_csp/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/sb16_csp/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/sb16_csp/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/sb16_csp/compile-312-
##############################################
alsa-tools-1.2.2/sb16_csp/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/sb16_csp/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/sb16_csp/compile-318-while true; do
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/sb16_csp/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/sb16_csp/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/sb16_csp/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/sb16_csp/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/sb16_csp/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/sb16_csp/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-570-      || continue
alsa-tools-1.2.2/sb16_csp/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/sb16_csp/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/sb16_csp/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/sb16_csp/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-797-    * )
alsa-tools-1.2.2/sb16_csp/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/sb16_csp/aclocal.m4-799-  esac
alsa-tools-1.2.2/sb16_csp/aclocal.m4-800-done
alsa-tools-1.2.2/sb16_csp/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/sb16_csp/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/sb16_csp/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/sb16_csp/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/sb16_csp/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/sb16_csp/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/sb16_csp/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-64-  case $1 in
alsa-tools-1.2.2/rmedigicontrol/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/rmedigicontrol/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-73-{
alsa-tools-1.2.2/rmedigicontrol/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/rmedigicontrol/depcomp-75-}
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/rmedigicontrol/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/rmedigicontrol/depcomp-128-
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-405-        sleep 1
alsa-tools-1.2.2/rmedigicontrol/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/rmedigicontrol/depcomp-407-      done
alsa-tools-1.2.2/rmedigicontrol/depcomp-408-    fi
alsa-tools-1.2.2/rmedigicontrol/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/rmedigicontrol/depcomp-410-  done
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/rmedigicontrol/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/rmedigicontrol/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/rmedigicontrol/depcomp-659-  done
alsa-tools-1.2.2/rmedigicontrol/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/rmedigicontrol/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/rmedigicontrol/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/rmedigicontrol/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/rmedigicontrol/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/rmedigicontrol/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/rmedigicontrol/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-50-else
alsa-tools-1.2.2/rmedigicontrol/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/rmedigicontrol/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/rmedigicontrol/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/rmedigicontrol/configure-62-      esac;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/rmedigicontrol/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/rmedigicontrol/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/rmedigicontrol/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/rmedigicontrol/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-397-  {
alsa-tools-1.2.2/rmedigicontrol/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/rmedigicontrol/configure-399-  }
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-404-# ----------------------------------------
alsa-tools-1.2.2/rmedigicontrol/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/rmedigicontrol/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/rmedigicontrol/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/rmedigicontrol/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-764-  case $ac_option in
alsa-tools-1.2.2/rmedigicontrol/configure:765:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/rmedigicontrol/configure-766-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-808-  -disable-* | --disable-*)
alsa-tools-1.2.2/rmedigicontrol/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-810-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-813-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/rmedigicontrol/configure:814:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-815-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-834-  -enable-* | --enable-*)
alsa-tools-1.2.2/rmedigicontrol/configure:835:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-836-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-839-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/rmedigicontrol/configure:840:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-841-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1038-  -with-* | --with-*)
alsa-tools-1.2.2/rmedigicontrol/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1043-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/rmedigicontrol/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-1045-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1054-  -without-* | --without-*)
alsa-tools-1.2.2/rmedigicontrol/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1059-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/rmedigicontrol/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-1061-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1092-  *=*)
alsa-tools-1.2.2/rmedigicontrol/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/rmedigicontrol/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1113-if test -n "$ac_prev"; then
alsa-tools-1.2.2/rmedigicontrol/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1135-    */ )
alsa-tools-1.2.2/rmedigicontrol/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1170-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/rmedigicontrol/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/rmedigicontrol/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1226-case $srcdir in
alsa-tools-1.2.2/rmedigicontrol/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/rmedigicontrol/configure-1228-esac
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1269-By default, \`make install' will install all the files in
alsa-tools-1.2.2/rmedigicontrol/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/rmedigicontrol/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/rmedigicontrol/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1364-*)
alsa-tools-1.2.2/rmedigicontrol/configure:1365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/rmedigicontrol/configure-1366-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/rmedigicontrol/configure:1367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/rmedigicontrol/configure-1368-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1617-    *\'*)
alsa-tools-1.2.2/rmedigicontrol/configure:1618:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/rmedigicontrol/configure-1619-    esac
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1700-      case $ac_val in
alsa-tools-1.2.2/rmedigicontrol/configure:1701:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/rmedigicontrol/configure-1702-      esac
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1715-	case $ac_val in
alsa-tools-1.2.2/rmedigicontrol/configure:1716:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/rmedigicontrol/configure-1717-	esac
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1835-    set,)
alsa-tools-1.2.2/rmedigicontrol/configure:1836:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/rmedigicontrol/configure:1837:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/rmedigicontrol/configure-1838-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1846-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/rmedigicontrol/configure:1847:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/rmedigicontrol/configure:1848:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/rmedigicontrol/configure-1849-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-1866-    case $ac_new_val in
alsa-tools-1.2.2/rmedigicontrol/configure:1867:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/rmedigicontrol/configure-1868-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2041-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/rmedigicontrol/configure:2042:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/rmedigicontrol/configure-2043-     if test "$*" = "X"; then
alsa-tools-1.2.2/rmedigicontrol/configure-2044-	# -L didn't work.
alsa-tools-1.2.2/rmedigicontrol/configure:2045:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/rmedigicontrol/configure-2046-     fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2092-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/rmedigicontrol/configure:2093:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/rmedigicontrol/configure-2094-
alsa-tools-1.2.2/rmedigicontrol/configure-2095-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/rmedigicontrol/configure:2096:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/rmedigicontrol/configure-2097-
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2237-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/rmedigicontrol/configure:2238:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/rmedigicontrol/configure-2239-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2310-set x ${MAKE-make}
alsa-tools-1.2.2/rmedigicontrol/configure:2311:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/rmedigicontrol/configure-2312-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2320-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/rmedigicontrol/configure:2321:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/rmedigicontrol/configure-2322-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2386-
alsa-tools-1.2.2/rmedigicontrol/configure:2387:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/rmedigicontrol/configure-2388-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2870-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/rmedigicontrol/configure:2871:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/rmedigicontrol/configure-2872-
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2914-	then :; else
alsa-tools-1.2.2/rmedigicontrol/configure:2915:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-2916-	fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-2974-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/rmedigicontrol/configure:2975:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-2976-	  break;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-3083-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/rmedigicontrol/configure:3084:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-3085-       break;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-3464-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/rmedigicontrol/configure:3465:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/rmedigicontrol/configure-3466-  fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-3722-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/rmedigicontrol/configure:3723:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/rmedigicontrol/configure-3724-*GNU*)
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-3788-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/rmedigicontrol/configure:3789:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/rmedigicontrol/configure-3790-*GNU*)
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4079-  test $ac_status = 0; }; then
alsa-tools-1.2.2/rmedigicontrol/configure:4080:  pkg_cv_RMEDIGICONTROL_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 alsa >= 1.0.0" 2>/dev/null`
alsa-tools-1.2.2/rmedigicontrol/configure-4081-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4096-  test $ac_status = 0; }; then
alsa-tools-1.2.2/rmedigicontrol/configure:4097:  pkg_cv_RMEDIGICONTROL_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 alsa >= 1.0.0" 2>/dev/null`
alsa-tools-1.2.2/rmedigicontrol/configure-4098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4117-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/rmedigicontrol/configure:4118:	        RMEDIGICONTROL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 alsa >= 1.0.0" 2>&1`
alsa-tools-1.2.2/rmedigicontrol/configure-4119-        else
alsa-tools-1.2.2/rmedigicontrol/configure:4120:	        RMEDIGICONTROL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 alsa >= 1.0.0" 2>&1`
alsa-tools-1.2.2/rmedigicontrol/configure-4121-        fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4284-'
alsa-tools-1.2.2/rmedigicontrol/configure:4285:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/rmedigicontrol/configure-4286-
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4293-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/rmedigicontrol/configure:4294:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/rmedigicontrol/configure-4295-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4388-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/rmedigicontrol/configure:4389:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/rmedigicontrol/configure-4390-  as_echo='print -r --'
alsa-tools-1.2.2/rmedigicontrol/configure-4391-  as_echo_n='print -rn --'
alsa-tools-1.2.2/rmedigicontrol/configure:4392:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/rmedigicontrol/configure-4393-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4395-else
alsa-tools-1.2.2/rmedigicontrol/configure:4396:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/rmedigicontrol/configure-4397-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4405-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/rmedigicontrol/configure:4406:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/rmedigicontrol/configure-4407-      esac;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4482-# ----------------------------------------
alsa-tools-1.2.2/rmedigicontrol/configure:4483:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/rmedigicontrol/configure-4484-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4554-  {
alsa-tools-1.2.2/rmedigicontrol/configure:4555:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/rmedigicontrol/configure-4556-  }
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4658-      case $as_dir in #(
alsa-tools-1.2.2/rmedigicontrol/configure:4659:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/rmedigicontrol/configure-4660-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/rmedigicontrol/configure:4785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/rmedigicontrol/configure-4786-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4809-  --*=?*)
alsa-tools-1.2.2/rmedigicontrol/configure:4810:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/rmedigicontrol/configure:4811:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/rmedigicontrol/configure-4812-    ac_shift=:
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4814-  --*=)
alsa-tools-1.2.2/rmedigicontrol/configure:4815:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/rmedigicontrol/configure-4816-    ac_optarg=
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4838-    case $ac_optarg in
alsa-tools-1.2.2/rmedigicontrol/configure:4839:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/rmedigicontrol/configure-4840-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4961-fi
alsa-tools-1.2.2/rmedigicontrol/configure:4962:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/rmedigicontrol/configure-4963-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4978-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/rmedigicontrol/configure:4979:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/rmedigicontrol/configure-4980-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-4984-
alsa-tools-1.2.2/rmedigicontrol/configure:4985:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/rmedigicontrol/configure-4986-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5146-      esac
alsa-tools-1.2.2/rmedigicontrol/configure:5147:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/rmedigicontrol/configure-5148-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5205-*)
alsa-tools-1.2.2/rmedigicontrol/configure:5206:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/rmedigicontrol/configure-5207-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/rmedigicontrol/configure:5208:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/rmedigicontrol/configure-5209-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5266-/@mandir@/p'
alsa-tools-1.2.2/rmedigicontrol/configure:5267:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/rmedigicontrol/configure-5268-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5283-
alsa-tools-1.2.2/rmedigicontrol/configure:5284:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/rmedigicontrol/configure-5285-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5311-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/rmedigicontrol/configure:5312:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/rmedigicontrol/configure-5313-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/rmedigicontrol/configure-5355-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/rmedigicontrol/configure:5356:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/rmedigicontrol/configure-5357-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-50-  { \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-390-.c.obj:
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-396-
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-426-GTAGS:
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:427:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-428-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-461-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:462:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:463:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-464-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-475-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:476:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-477-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-561-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:562:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-563-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-605-	}; \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:606:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-607-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-617-	fi
alsa-tools-1.2.2/rmedigicontrol/Makefile.in:618:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/rmedigicontrol/Makefile.in-619-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-234-      fi
alsa-tools-1.2.2/rmedigicontrol/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/rmedigicontrol/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/rmedigicontrol/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/rmedigicontrol/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-287-    else
alsa-tools-1.2.2/rmedigicontrol/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/rmedigicontrol/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/rmedigicontrol/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/rmedigicontrol/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/rmedigicontrol/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/rmedigicontrol/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-419-            case $prefix in
alsa-tools-1.2.2/rmedigicontrol/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/rmedigicontrol/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/rmedigicontrol/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/rmedigicontrol/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/rmedigicontrol/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/rmedigicontrol/compile-67-	mingw/*)
alsa-tools-1.2.2/rmedigicontrol/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/rmedigicontrol/compile-69-	  ;;
alsa-tools-1.2.2/rmedigicontrol/compile-70-	cygwin/*)
alsa-tools-1.2.2/rmedigicontrol/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/rmedigicontrol/compile-72-	  ;;
alsa-tools-1.2.2/rmedigicontrol/compile-73-	wine/*)
alsa-tools-1.2.2/rmedigicontrol/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/rmedigicontrol/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/rmedigicontrol/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/rmedigicontrol/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/rmedigicontrol/compile-312-
##############################################
alsa-tools-1.2.2/rmedigicontrol/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/rmedigicontrol/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/rmedigicontrol/compile-318-while true; do
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-181-        else 
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-183-        fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-438-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-453-])
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-551-  fi
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-709-      || continue
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-936-    * )
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-938-  esac
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-939-done
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-941-
##############################################
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-1228-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:1229:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-1230-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-1231-	# -L didn't work.
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4:1232:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/rmedigicontrol/aclocal.m4-1233-     fi
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-64-  case $1 in
alsa-tools-1.2.2/hdajackretask/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hdajackretask/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-73-{
alsa-tools-1.2.2/hdajackretask/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hdajackretask/depcomp-75-}
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hdajackretask/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hdajackretask/depcomp-128-
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-405-        sleep 1
alsa-tools-1.2.2/hdajackretask/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hdajackretask/depcomp-407-      done
alsa-tools-1.2.2/hdajackretask/depcomp-408-    fi
alsa-tools-1.2.2/hdajackretask/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hdajackretask/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hdajackretask/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hdajackretask/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hdajackretask/depcomp-659-  done
alsa-tools-1.2.2/hdajackretask/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hdajackretask/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hdajackretask/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdajackretask/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajackretask/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hdajackretask/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdajackretask/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajackretask/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdajackretask/configure-50-else
alsa-tools-1.2.2/hdajackretask/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdajackretask/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdajackretask/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdajackretask/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdajackretask/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hdajackretask/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hdajackretask/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hdajackretask/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hdajackretask/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdajackretask/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-397-  {
alsa-tools-1.2.2/hdajackretask/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdajackretask/configure-399-  }
##############################################
alsa-tools-1.2.2/hdajackretask/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hdajackretask/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdajackretask/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdajackretask/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hdajackretask/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hdajackretask/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hdajackretask/configure-765-  case $ac_option in
alsa-tools-1.2.2/hdajackretask/configure:766:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hdajackretask/configure-767-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-809-  -disable-* | --disable-*)
alsa-tools-1.2.2/hdajackretask/configure:810:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hdajackretask/configure-811-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-814-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajackretask/configure:815:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajackretask/configure-816-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-835-  -enable-* | --enable-*)
alsa-tools-1.2.2/hdajackretask/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hdajackretask/configure-837-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-840-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajackretask/configure:841:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajackretask/configure-842-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1039-  -with-* | --with-*)
alsa-tools-1.2.2/hdajackretask/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hdajackretask/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1044-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajackretask/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajackretask/configure-1046-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1055-  -without-* | --without-*)
alsa-tools-1.2.2/hdajackretask/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hdajackretask/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1060-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajackretask/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajackretask/configure-1062-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1093-  *=*)
alsa-tools-1.2.2/hdajackretask/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hdajackretask/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1114-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hdajackretask/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hdajackretask/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1136-    */ )
alsa-tools-1.2.2/hdajackretask/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hdajackretask/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1171-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hdajackretask/configure:1172:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hdajackretask/configure-1173-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1227-case $srcdir in
alsa-tools-1.2.2/hdajackretask/configure:1228:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hdajackretask/configure-1229-esac
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1270-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hdajackretask/configure:1271:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hdajackretask/configure:1272:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hdajackretask/configure-1273-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1363-*)
alsa-tools-1.2.2/hdajackretask/configure:1364:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdajackretask/configure-1365-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdajackretask/configure:1366:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdajackretask/configure-1367-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1616-    *\'*)
alsa-tools-1.2.2/hdajackretask/configure:1617:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajackretask/configure-1618-    esac
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1699-      case $ac_val in
alsa-tools-1.2.2/hdajackretask/configure:1700:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdajackretask/configure-1701-      esac
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1714-	case $ac_val in
alsa-tools-1.2.2/hdajackretask/configure:1715:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdajackretask/configure-1716-	esac
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1834-    set,)
alsa-tools-1.2.2/hdajackretask/configure:1835:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hdajackretask/configure:1836:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hdajackretask/configure-1837-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1845-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hdajackretask/configure:1846:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hdajackretask/configure:1847:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hdajackretask/configure-1848-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hdajackretask/configure-1865-    case $ac_new_val in
alsa-tools-1.2.2/hdajackretask/configure:1866:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajackretask/configure-1867-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2041-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdajackretask/configure:2042:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdajackretask/configure-2043-     if test "$*" = "X"; then
alsa-tools-1.2.2/hdajackretask/configure-2044-	# -L didn't work.
alsa-tools-1.2.2/hdajackretask/configure:2045:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdajackretask/configure-2046-     fi
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2092-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hdajackretask/configure:2093:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hdajackretask/configure-2094-
alsa-tools-1.2.2/hdajackretask/configure-2095-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdajackretask/configure:2096:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdajackretask/configure-2097-
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2237-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hdajackretask/configure:2238:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hdajackretask/configure-2239-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2310-set x ${MAKE-make}
alsa-tools-1.2.2/hdajackretask/configure:2311:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdajackretask/configure-2312-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2320-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdajackretask/configure:2321:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdajackretask/configure-2322-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2386-
alsa-tools-1.2.2/hdajackretask/configure:2387:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdajackretask/configure-2388-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2870-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/hdajackretask/configure:2871:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hdajackretask/configure-2872-
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2914-	then :; else
alsa-tools-1.2.2/hdajackretask/configure:2915:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdajackretask/configure-2916-	fi
##############################################
alsa-tools-1.2.2/hdajackretask/configure-2974-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hdajackretask/configure:2975:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdajackretask/configure-2976-	  break;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-3083-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hdajackretask/configure:3084:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hdajackretask/configure-3085-       break;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-3464-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdajackretask/configure:3465:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdajackretask/configure-3466-  fi
##############################################
alsa-tools-1.2.2/hdajackretask/configure-3722-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hdajackretask/configure:3723:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hdajackretask/configure-3724-*GNU*)
##############################################
alsa-tools-1.2.2/hdajackretask/configure-3788-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hdajackretask/configure:3789:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hdajackretask/configure-3790-*GNU*)
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4080-  test $ac_status = 0; }; then
alsa-tools-1.2.2/hdajackretask/configure:4081:  pkg_cv_GTK3_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null`
alsa-tools-1.2.2/hdajackretask/configure-4082-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4097-  test $ac_status = 0; }; then
alsa-tools-1.2.2/hdajackretask/configure:4098:  pkg_cv_GTK3_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null`
alsa-tools-1.2.2/hdajackretask/configure-4099-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4118-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/hdajackretask/configure:4119:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0" 2>&1`
alsa-tools-1.2.2/hdajackretask/configure-4120-        else
alsa-tools-1.2.2/hdajackretask/configure:4121:	        GTK3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0" 2>&1`
alsa-tools-1.2.2/hdajackretask/configure-4122-        fi
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4285-'
alsa-tools-1.2.2/hdajackretask/configure:4286:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hdajackretask/configure-4287-
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4294-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hdajackretask/configure:4295:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hdajackretask/configure-4296-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4389-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdajackretask/configure:4390:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajackretask/configure-4391-  as_echo='print -r --'
alsa-tools-1.2.2/hdajackretask/configure-4392-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdajackretask/configure:4393:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajackretask/configure-4394-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4396-else
alsa-tools-1.2.2/hdajackretask/configure:4397:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdajackretask/configure-4398-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4406-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdajackretask/configure:4407:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdajackretask/configure-4408-      esac;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4483-# ----------------------------------------
alsa-tools-1.2.2/hdajackretask/configure:4484:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdajackretask/configure-4485-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4555-  {
alsa-tools-1.2.2/hdajackretask/configure:4556:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdajackretask/configure-4557-  }
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4659-      case $as_dir in #(
alsa-tools-1.2.2/hdajackretask/configure:4660:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdajackretask/configure-4661-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4785-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hdajackretask/configure:4786:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hdajackretask/configure-4787-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4810-  --*=?*)
alsa-tools-1.2.2/hdajackretask/configure:4811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdajackretask/configure:4812:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hdajackretask/configure-4813-    ac_shift=:
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4815-  --*=)
alsa-tools-1.2.2/hdajackretask/configure:4816:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdajackretask/configure-4817-    ac_optarg=
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4839-    case $ac_optarg in
alsa-tools-1.2.2/hdajackretask/configure:4840:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajackretask/configure-4841-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4963-fi
alsa-tools-1.2.2/hdajackretask/configure:4964:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hdajackretask/configure-4965-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4980-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hdajackretask/configure:4981:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hdajackretask/configure-4982-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hdajackretask/configure-4986-
alsa-tools-1.2.2/hdajackretask/configure:4987:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hdajackretask/configure-4988-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5148-      esac
alsa-tools-1.2.2/hdajackretask/configure:5149:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hdajackretask/configure-5150-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5207-*)
alsa-tools-1.2.2/hdajackretask/configure:5208:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdajackretask/configure-5209-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdajackretask/configure:5210:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdajackretask/configure-5211-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5268-/@mandir@/p'
alsa-tools-1.2.2/hdajackretask/configure:5269:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hdajackretask/configure-5270-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5285-
alsa-tools-1.2.2/hdajackretask/configure:5286:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hdajackretask/configure-5287-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5313-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hdajackretask/configure:5314:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hdajackretask/configure-5315-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hdajackretask/configure-5357-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdajackretask/configure:5358:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdajackretask/configure-5359-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-51-  { \
alsa-tools-1.2.2/hdajackretask/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-204-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/hdajackretask/Makefile.in:205:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-206-    if test "$$first" != "."; then \
alsa-tools-1.2.2/hdajackretask/Makefile.in-207-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/hdajackretask/Makefile.in:208:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:209:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-210-      else \
alsa-tools-1.2.2/hdajackretask/Makefile.in:211:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-212-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/hdajackretask/Makefile.in:213:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-214-        else \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-219-    fi; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:220:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-221-  done; \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-442-.c.obj:
alsa-tools-1.2.2/hdajackretask/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdajackretask/Makefile.in-444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hdajackretask/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdajackretask/Makefile.in-448-
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-462-	dot_seen=no; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:463:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-464-	case "$@" in \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-525-GTAGS:
alsa-tools-1.2.2/hdajackretask/Makefile.in:526:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdajackretask/Makefile.in-527-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-560-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hdajackretask/Makefile.in:561:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:562:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-563-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-574-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdajackretask/Makefile.in:575:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdajackretask/Makefile.in-576-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-685-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:686:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hdajackretask/Makefile.in-687-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-729-	}; \
alsa-tools-1.2.2/hdajackretask/Makefile.in:730:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdajackretask/Makefile.in-731-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hdajackretask/Makefile.in-741-	fi
alsa-tools-1.2.2/hdajackretask/Makefile.in:742:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdajackretask/Makefile.in-743-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-234-      fi
alsa-tools-1.2.2/hdajackretask/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hdajackretask/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hdajackretask/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hdajackretask/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-287-    else
alsa-tools-1.2.2/hdajackretask/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hdajackretask/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hdajackretask/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdajackretask/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hdajackretask/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdajackretask/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hdajackretask/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hdajackretask/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hdajackretask/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hdajackretask/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hdajackretask/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hdajackretask/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hdajackretask/compile-67-	mingw/*)
alsa-tools-1.2.2/hdajackretask/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hdajackretask/compile-69-	  ;;
alsa-tools-1.2.2/hdajackretask/compile-70-	cygwin/*)
alsa-tools-1.2.2/hdajackretask/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hdajackretask/compile-72-	  ;;
alsa-tools-1.2.2/hdajackretask/compile-73-	wine/*)
alsa-tools-1.2.2/hdajackretask/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hdajackretask/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hdajackretask/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hdajackretask/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hdajackretask/compile-312-
##############################################
alsa-tools-1.2.2/hdajackretask/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hdajackretask/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hdajackretask/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-304-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:305:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-306-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-317-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:318:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:319:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-320-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-331-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:332:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-333-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-468-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:469:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:470:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:471:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:472:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-473-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-478-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:479:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:480:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:481:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in:482:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.in-483-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am-16-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:17:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:18:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:19:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:20:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am-21-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am-26-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:27:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:28:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:29:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am:30:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdajackretask/desktop/Makefile.am-31-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
alsa-tools-1.2.2/hdajackretask/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/hdajackretask/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-181-        else 
alsa-tools-1.2.2/hdajackretask/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-183-        fi
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hdajackretask/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-438-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdajackretask/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-453-])
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdajackretask/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-551-  fi
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdajackretask/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-709-      || continue
alsa-tools-1.2.2/hdajackretask/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hdajackretask/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hdajackretask/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdajackretask/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-936-    * )
alsa-tools-1.2.2/hdajackretask/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hdajackretask/aclocal.m4-938-  esac
alsa-tools-1.2.2/hdajackretask/aclocal.m4-939-done
alsa-tools-1.2.2/hdajackretask/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hdajackretask/aclocal.m4-941-
##############################################
alsa-tools-1.2.2/hdajackretask/aclocal.m4-1228-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdajackretask/aclocal.m4:1229:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-1230-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hdajackretask/aclocal.m4-1231-	# -L didn't work.
alsa-tools-1.2.2/hdajackretask/aclocal.m4:1232:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdajackretask/aclocal.m4-1233-     fi
##############################################
alsa-tools-1.2.2/echomixer/depcomp-64-  case $1 in
alsa-tools-1.2.2/echomixer/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/echomixer/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/echomixer/depcomp-73-{
alsa-tools-1.2.2/echomixer/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/echomixer/depcomp-75-}
##############################################
alsa-tools-1.2.2/echomixer/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/echomixer/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/echomixer/depcomp-128-
##############################################
alsa-tools-1.2.2/echomixer/depcomp-405-        sleep 1
alsa-tools-1.2.2/echomixer/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/echomixer/depcomp-407-      done
alsa-tools-1.2.2/echomixer/depcomp-408-    fi
alsa-tools-1.2.2/echomixer/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/echomixer/depcomp-410-  done
##############################################
alsa-tools-1.2.2/echomixer/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/echomixer/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/echomixer/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/echomixer/depcomp-659-  done
alsa-tools-1.2.2/echomixer/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/echomixer/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/echomixer/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/echomixer/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/echomixer/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/echomixer/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/echomixer/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/echomixer/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/echomixer/configure-50-else
alsa-tools-1.2.2/echomixer/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/echomixer/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/echomixer/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/echomixer/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/echomixer/configure-62-      esac;
##############################################
alsa-tools-1.2.2/echomixer/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/echomixer/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/echomixer/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/echomixer/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/echomixer/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/echomixer/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/echomixer/configure-397-  {
alsa-tools-1.2.2/echomixer/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/echomixer/configure-399-  }
##############################################
alsa-tools-1.2.2/echomixer/configure-404-# ----------------------------------------
alsa-tools-1.2.2/echomixer/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/echomixer/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/echomixer/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/echomixer/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/echomixer/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/echomixer/configure-764-  case $ac_option in
alsa-tools-1.2.2/echomixer/configure:765:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/echomixer/configure-766-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/echomixer/configure-808-  -disable-* | --disable-*)
alsa-tools-1.2.2/echomixer/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/echomixer/configure-810-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/echomixer/configure-813-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/echomixer/configure:814:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/echomixer/configure-815-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/echomixer/configure-834-  -enable-* | --enable-*)
alsa-tools-1.2.2/echomixer/configure:835:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/echomixer/configure-836-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/echomixer/configure-839-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/echomixer/configure:840:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/echomixer/configure-841-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/echomixer/configure-1038-  -with-* | --with-*)
alsa-tools-1.2.2/echomixer/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/echomixer/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/echomixer/configure-1043-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/echomixer/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/echomixer/configure-1045-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/echomixer/configure-1054-  -without-* | --without-*)
alsa-tools-1.2.2/echomixer/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/echomixer/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/echomixer/configure-1059-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/echomixer/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/echomixer/configure-1061-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/echomixer/configure-1092-  *=*)
alsa-tools-1.2.2/echomixer/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/echomixer/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/echomixer/configure-1113-if test -n "$ac_prev"; then
alsa-tools-1.2.2/echomixer/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/echomixer/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/echomixer/configure-1135-    */ )
alsa-tools-1.2.2/echomixer/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/echomixer/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/echomixer/configure-1170-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/echomixer/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/echomixer/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/echomixer/configure-1226-case $srcdir in
alsa-tools-1.2.2/echomixer/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/echomixer/configure-1228-esac
##############################################
alsa-tools-1.2.2/echomixer/configure-1269-By default, \`make install' will install all the files in
alsa-tools-1.2.2/echomixer/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/echomixer/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/echomixer/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/echomixer/configure-1364-*)
alsa-tools-1.2.2/echomixer/configure:1365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/echomixer/configure-1366-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/echomixer/configure:1367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/echomixer/configure-1368-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/echomixer/configure-1617-    *\'*)
alsa-tools-1.2.2/echomixer/configure:1618:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/echomixer/configure-1619-    esac
##############################################
alsa-tools-1.2.2/echomixer/configure-1700-      case $ac_val in
alsa-tools-1.2.2/echomixer/configure:1701:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/echomixer/configure-1702-      esac
##############################################
alsa-tools-1.2.2/echomixer/configure-1715-	case $ac_val in
alsa-tools-1.2.2/echomixer/configure:1716:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/echomixer/configure-1717-	esac
##############################################
alsa-tools-1.2.2/echomixer/configure-1835-    set,)
alsa-tools-1.2.2/echomixer/configure:1836:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/echomixer/configure:1837:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/echomixer/configure-1838-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/echomixer/configure-1846-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/echomixer/configure:1847:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/echomixer/configure:1848:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/echomixer/configure-1849-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/echomixer/configure-1866-    case $ac_new_val in
alsa-tools-1.2.2/echomixer/configure:1867:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/echomixer/configure-1868-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/echomixer/configure-2239-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/echomixer/configure:2240:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/echomixer/configure-2241-
##############################################
alsa-tools-1.2.2/echomixer/configure-2283-	then :; else
alsa-tools-1.2.2/echomixer/configure:2284:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/echomixer/configure-2285-	fi
##############################################
alsa-tools-1.2.2/echomixer/configure-2343-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/echomixer/configure:2344:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/echomixer/configure-2345-	  break;;
##############################################
alsa-tools-1.2.2/echomixer/configure-2452-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/echomixer/configure:2453:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/echomixer/configure-2454-       break;;
##############################################
alsa-tools-1.2.2/echomixer/configure-2712-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/echomixer/configure:2713:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/echomixer/configure-2714-
##############################################
alsa-tools-1.2.2/echomixer/configure-3024-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/echomixer/configure:3025:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/echomixer/configure-3026-*GNU*)
##############################################
alsa-tools-1.2.2/echomixer/configure-3090-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/echomixer/configure:3091:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/echomixer/configure-3092-*GNU*)
##############################################
alsa-tools-1.2.2/echomixer/configure-3273-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/echomixer/configure:3274:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/echomixer/configure-3275-     if test "$*" = "X"; then
alsa-tools-1.2.2/echomixer/configure-3276-	# -L didn't work.
alsa-tools-1.2.2/echomixer/configure:3277:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/echomixer/configure-3278-     fi
##############################################
alsa-tools-1.2.2/echomixer/configure-3324-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/echomixer/configure:3325:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/echomixer/configure-3326-
##############################################
alsa-tools-1.2.2/echomixer/configure-3466-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/echomixer/configure:3467:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/echomixer/configure-3468-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/echomixer/configure-3539-set x ${MAKE-make}
alsa-tools-1.2.2/echomixer/configure:3540:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/echomixer/configure-3541-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/echomixer/configure-3549-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/echomixer/configure:3550:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/echomixer/configure-3551-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/echomixer/configure-3678-
alsa-tools-1.2.2/echomixer/configure:3679:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/echomixer/configure-3680-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/echomixer/configure-3779-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/echomixer/configure:3780:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/echomixer/configure-3781-  fi
##############################################
alsa-tools-1.2.2/echomixer/configure-4079-  test $ac_status = 0; }; then
alsa-tools-1.2.2/echomixer/configure:4080:  pkg_cv_ECHOMIXER_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 alsa >= 1.0.0" 2>/dev/null`
alsa-tools-1.2.2/echomixer/configure-4081-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/echomixer/configure-4096-  test $ac_status = 0; }; then
alsa-tools-1.2.2/echomixer/configure:4097:  pkg_cv_ECHOMIXER_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 alsa >= 1.0.0" 2>/dev/null`
alsa-tools-1.2.2/echomixer/configure-4098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/echomixer/configure-4117-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/echomixer/configure:4118:	        ECHOMIXER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 alsa >= 1.0.0" 2>&1`
alsa-tools-1.2.2/echomixer/configure-4119-        else
alsa-tools-1.2.2/echomixer/configure:4120:	        ECHOMIXER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 alsa >= 1.0.0" 2>&1`
alsa-tools-1.2.2/echomixer/configure-4121-        fi
##############################################
alsa-tools-1.2.2/echomixer/configure-4284-'
alsa-tools-1.2.2/echomixer/configure:4285:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/echomixer/configure-4286-
##############################################
alsa-tools-1.2.2/echomixer/configure-4293-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/echomixer/configure:4294:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/echomixer/configure-4295-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/echomixer/configure-4388-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/echomixer/configure:4389:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/echomixer/configure-4390-  as_echo='print -r --'
alsa-tools-1.2.2/echomixer/configure-4391-  as_echo_n='print -rn --'
alsa-tools-1.2.2/echomixer/configure:4392:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/echomixer/configure-4393-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/echomixer/configure-4395-else
alsa-tools-1.2.2/echomixer/configure:4396:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/echomixer/configure-4397-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/echomixer/configure-4405-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/echomixer/configure:4406:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/echomixer/configure-4407-      esac;
##############################################
alsa-tools-1.2.2/echomixer/configure-4482-# ----------------------------------------
alsa-tools-1.2.2/echomixer/configure:4483:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/echomixer/configure-4484-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/echomixer/configure-4554-  {
alsa-tools-1.2.2/echomixer/configure:4555:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/echomixer/configure-4556-  }
##############################################
alsa-tools-1.2.2/echomixer/configure-4658-      case $as_dir in #(
alsa-tools-1.2.2/echomixer/configure:4659:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/echomixer/configure-4660-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/echomixer/configure-4784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/echomixer/configure:4785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/echomixer/configure-4786-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/echomixer/configure-4809-  --*=?*)
alsa-tools-1.2.2/echomixer/configure:4810:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/echomixer/configure:4811:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/echomixer/configure-4812-    ac_shift=:
##############################################
alsa-tools-1.2.2/echomixer/configure-4814-  --*=)
alsa-tools-1.2.2/echomixer/configure:4815:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/echomixer/configure-4816-    ac_optarg=
##############################################
alsa-tools-1.2.2/echomixer/configure-4838-    case $ac_optarg in
alsa-tools-1.2.2/echomixer/configure:4839:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/echomixer/configure-4840-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/echomixer/configure-4962-fi
alsa-tools-1.2.2/echomixer/configure:4963:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/echomixer/configure-4964-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/echomixer/configure-4979-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/echomixer/configure:4980:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/echomixer/configure-4981-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/echomixer/configure-4985-
alsa-tools-1.2.2/echomixer/configure:4986:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/echomixer/configure-4987-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/echomixer/configure-5147-      esac
alsa-tools-1.2.2/echomixer/configure:5148:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/echomixer/configure-5149-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/echomixer/configure-5206-*)
alsa-tools-1.2.2/echomixer/configure:5207:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/echomixer/configure-5208-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/echomixer/configure:5209:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/echomixer/configure-5210-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/echomixer/configure-5267-/@mandir@/p'
alsa-tools-1.2.2/echomixer/configure:5268:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/echomixer/configure-5269-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/echomixer/configure-5284-
alsa-tools-1.2.2/echomixer/configure:5285:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/echomixer/configure-5286-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/echomixer/configure-5312-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/echomixer/configure:5313:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/echomixer/configure-5314-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/echomixer/configure-5356-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/echomixer/configure:5357:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/echomixer/configure-5358-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-50-  { \
alsa-tools-1.2.2/echomixer/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-198-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/echomixer/Makefile.in:199:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-200-    if test "$$first" != "."; then \
alsa-tools-1.2.2/echomixer/Makefile.in-201-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/echomixer/Makefile.in:202:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/echomixer/Makefile.in:203:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-204-      else \
alsa-tools-1.2.2/echomixer/Makefile.in:205:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-206-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/echomixer/Makefile.in:207:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-208-        else \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-213-    fi; \
alsa-tools-1.2.2/echomixer/Makefile.in:214:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/echomixer/Makefile.in-215-  done; \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-429-.c.obj:
alsa-tools-1.2.2/echomixer/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/echomixer/Makefile.in-431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/echomixer/Makefile.in:434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/echomixer/Makefile.in-435-
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-449-	dot_seen=no; \
alsa-tools-1.2.2/echomixer/Makefile.in:450:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/echomixer/Makefile.in-451-	case "$@" in \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-512-GTAGS:
alsa-tools-1.2.2/echomixer/Makefile.in:513:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/echomixer/Makefile.in-514-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-547-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/echomixer/Makefile.in:548:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/echomixer/Makefile.in:549:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/echomixer/Makefile.in-550-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-561-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/echomixer/Makefile.in:562:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/echomixer/Makefile.in-563-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-672-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/echomixer/Makefile.in:673:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/echomixer/Makefile.in-674-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-716-	}; \
alsa-tools-1.2.2/echomixer/Makefile.in:717:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/echomixer/Makefile.in-718-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/echomixer/Makefile.in-728-	fi
alsa-tools-1.2.2/echomixer/Makefile.in:729:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/echomixer/Makefile.in-730-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/echomixer/install-sh-234-      fi
alsa-tools-1.2.2/echomixer/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/echomixer/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/echomixer/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/echomixer/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/echomixer/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/echomixer/install-sh-287-    else
alsa-tools-1.2.2/echomixer/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/echomixer/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/echomixer/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/echomixer/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/echomixer/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/echomixer/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/echomixer/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/echomixer/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/echomixer/install-sh-419-            case $prefix in
alsa-tools-1.2.2/echomixer/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/echomixer/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/echomixer/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/echomixer/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/echomixer/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/echomixer/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/echomixer/compile-67-	mingw/*)
alsa-tools-1.2.2/echomixer/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/echomixer/compile-69-	  ;;
alsa-tools-1.2.2/echomixer/compile-70-	cygwin/*)
alsa-tools-1.2.2/echomixer/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/echomixer/compile-72-	  ;;
alsa-tools-1.2.2/echomixer/compile-73-	wine/*)
alsa-tools-1.2.2/echomixer/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/echomixer/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/echomixer/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/echomixer/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/echomixer/compile-312-
##############################################
alsa-tools-1.2.2/echomixer/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/echomixer/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/echomixer/compile-318-while true; do
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-302-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:303:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-304-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-315-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:316:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:317:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-318-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-329-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:330:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-331-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-466-	for icon in $(public_icons); do \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:467:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:468:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:469:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:470:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-471-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-476-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:477:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:478:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:479:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in:480:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.in-481-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.am-14-	for icon in $(public_icons); do \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:15:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:16:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:17:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:18:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am-19-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/echomixer/desktop/Makefile.am-24-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:25:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:26:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:27:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am:28:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/echomixer/desktop/Makefile.am-29-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
alsa-tools-1.2.2/echomixer/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
alsa-tools-1.2.2/echomixer/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/echomixer/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/echomixer/aclocal.m4-181-        else 
alsa-tools-1.2.2/echomixer/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/echomixer/aclocal.m4-183-        fi
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/echomixer/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/echomixer/aclocal.m4-438-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/echomixer/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/echomixer/aclocal.m4-453-])
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/echomixer/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/echomixer/aclocal.m4-551-  fi
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/echomixer/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/echomixer/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-709-      || continue
alsa-tools-1.2.2/echomixer/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/echomixer/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/echomixer/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/echomixer/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/echomixer/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-936-    * )
alsa-tools-1.2.2/echomixer/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/echomixer/aclocal.m4-938-  esac
alsa-tools-1.2.2/echomixer/aclocal.m4-939-done
alsa-tools-1.2.2/echomixer/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/echomixer/aclocal.m4-941-
##############################################
alsa-tools-1.2.2/echomixer/aclocal.m4-1228-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/echomixer/aclocal.m4:1229:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/echomixer/aclocal.m4-1230-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/echomixer/aclocal.m4-1231-	# -L didn't work.
alsa-tools-1.2.2/echomixer/aclocal.m4:1232:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/echomixer/aclocal.m4-1233-     fi
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-64-  case $1 in
alsa-tools-1.2.2/seq/sbiload/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/seq/sbiload/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-73-{
alsa-tools-1.2.2/seq/sbiload/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/seq/sbiload/depcomp-75-}
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/seq/sbiload/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/seq/sbiload/depcomp-128-
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-405-        sleep 1
alsa-tools-1.2.2/seq/sbiload/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/seq/sbiload/depcomp-407-      done
alsa-tools-1.2.2/seq/sbiload/depcomp-408-    fi
alsa-tools-1.2.2/seq/sbiload/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/seq/sbiload/depcomp-410-  done
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/seq/sbiload/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/seq/sbiload/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/seq/sbiload/depcomp-659-  done
alsa-tools-1.2.2/seq/sbiload/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/seq/sbiload/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/seq/sbiload/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/seq/sbiload/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/seq/sbiload/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/seq/sbiload/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/seq/sbiload/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-50-else
alsa-tools-1.2.2/seq/sbiload/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/seq/sbiload/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/seq/sbiload/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/seq/sbiload/configure-62-      esac;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/seq/sbiload/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/seq/sbiload/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/seq/sbiload/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/seq/sbiload/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-397-  {
alsa-tools-1.2.2/seq/sbiload/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/seq/sbiload/configure-399-  }
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-404-# ----------------------------------------
alsa-tools-1.2.2/seq/sbiload/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/seq/sbiload/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/seq/sbiload/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/seq/sbiload/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-757-  case $ac_option in
alsa-tools-1.2.2/seq/sbiload/configure:758:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/seq/sbiload/configure-759-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-801-  -disable-* | --disable-*)
alsa-tools-1.2.2/seq/sbiload/configure:802:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-803-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-806-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/seq/sbiload/configure:807:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/seq/sbiload/configure-808-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-827-  -enable-* | --enable-*)
alsa-tools-1.2.2/seq/sbiload/configure:828:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-829-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-832-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/seq/sbiload/configure:833:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/seq/sbiload/configure-834-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1031-  -with-* | --with-*)
alsa-tools-1.2.2/seq/sbiload/configure:1032:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-1033-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1036-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/seq/sbiload/configure:1037:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/seq/sbiload/configure-1038-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1047-  -without-* | --without-*)
alsa-tools-1.2.2/seq/sbiload/configure:1048:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-1049-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1052-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/seq/sbiload/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/seq/sbiload/configure-1054-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1085-  *=*)
alsa-tools-1.2.2/seq/sbiload/configure:1086:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/seq/sbiload/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1106-if test -n "$ac_prev"; then
alsa-tools-1.2.2/seq/sbiload/configure:1107:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/seq/sbiload/configure-1108-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1128-    */ )
alsa-tools-1.2.2/seq/sbiload/configure:1129:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-1130-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1163-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/seq/sbiload/configure:1164:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/seq/sbiload/configure-1165-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1219-case $srcdir in
alsa-tools-1.2.2/seq/sbiload/configure:1220:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/seq/sbiload/configure-1221-esac
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1262-By default, \`make install' will install all the files in
alsa-tools-1.2.2/seq/sbiload/configure:1263:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/seq/sbiload/configure:1264:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/seq/sbiload/configure-1265-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1354-*)
alsa-tools-1.2.2/seq/sbiload/configure:1355:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/seq/sbiload/configure-1356-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/seq/sbiload/configure:1357:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/seq/sbiload/configure-1358-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1653-    *\'*)
alsa-tools-1.2.2/seq/sbiload/configure:1654:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/seq/sbiload/configure-1655-    esac
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1736-      case $ac_val in
alsa-tools-1.2.2/seq/sbiload/configure:1737:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/seq/sbiload/configure-1738-      esac
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1751-	case $ac_val in
alsa-tools-1.2.2/seq/sbiload/configure:1752:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/seq/sbiload/configure-1753-	esac
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1871-    set,)
alsa-tools-1.2.2/seq/sbiload/configure:1872:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/seq/sbiload/configure:1873:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/seq/sbiload/configure-1874-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1882-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/seq/sbiload/configure:1883:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/seq/sbiload/configure:1884:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/seq/sbiload/configure-1885-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-1902-    case $ac_new_val in
alsa-tools-1.2.2/seq/sbiload/configure:1903:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/seq/sbiload/configure-1904-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2077-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/seq/sbiload/configure:2078:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/seq/sbiload/configure-2079-     if test "$*" = "X"; then
alsa-tools-1.2.2/seq/sbiload/configure-2080-	# -L didn't work.
alsa-tools-1.2.2/seq/sbiload/configure:2081:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/seq/sbiload/configure-2082-     fi
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2128-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/seq/sbiload/configure:2129:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/seq/sbiload/configure-2130-
alsa-tools-1.2.2/seq/sbiload/configure-2131-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/seq/sbiload/configure:2132:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/seq/sbiload/configure-2133-
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2273-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/seq/sbiload/configure:2274:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/seq/sbiload/configure-2275-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2346-set x ${MAKE-make}
alsa-tools-1.2.2/seq/sbiload/configure:2347:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/seq/sbiload/configure-2348-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2356-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/seq/sbiload/configure:2357:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/seq/sbiload/configure-2358-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2422-
alsa-tools-1.2.2/seq/sbiload/configure:2423:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/seq/sbiload/configure-2424-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2883-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/seq/sbiload/configure:2884:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/seq/sbiload/configure-2885-
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2927-	then :; else
alsa-tools-1.2.2/seq/sbiload/configure:2928:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-2929-	fi
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-2987-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/seq/sbiload/configure:2988:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-2989-	  break;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-3096-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/seq/sbiload/configure:3097:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-3098-       break;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-3477-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/seq/sbiload/configure:3478:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/seq/sbiload/configure-3479-  fi
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-3735-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/seq/sbiload/configure:3736:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/seq/sbiload/configure-3737-*GNU*)
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-3801-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/seq/sbiload/configure:3802:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/seq/sbiload/configure-3803-*GNU*)
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4354-   :
alsa-tools-1.2.2/seq/sbiload/configure:4355:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/seq/sbiload/configure:4356:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/seq/sbiload/configure-4357-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4511-'
alsa-tools-1.2.2/seq/sbiload/configure:4512:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/seq/sbiload/configure-4513-
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4520-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/seq/sbiload/configure:4521:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/seq/sbiload/configure-4522-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4611-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/seq/sbiload/configure:4612:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/seq/sbiload/configure-4613-  as_echo='print -r --'
alsa-tools-1.2.2/seq/sbiload/configure-4614-  as_echo_n='print -rn --'
alsa-tools-1.2.2/seq/sbiload/configure:4615:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/seq/sbiload/configure-4616-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4618-else
alsa-tools-1.2.2/seq/sbiload/configure:4619:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/seq/sbiload/configure-4620-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4628-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/seq/sbiload/configure:4629:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/seq/sbiload/configure-4630-      esac;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4705-# ----------------------------------------
alsa-tools-1.2.2/seq/sbiload/configure:4706:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/seq/sbiload/configure-4707-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4777-  {
alsa-tools-1.2.2/seq/sbiload/configure:4778:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/seq/sbiload/configure-4779-  }
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-4881-      case $as_dir in #(
alsa-tools-1.2.2/seq/sbiload/configure:4882:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/seq/sbiload/configure-4883-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5007-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/seq/sbiload/configure:5008:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/seq/sbiload/configure-5009-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5032-  --*=?*)
alsa-tools-1.2.2/seq/sbiload/configure:5033:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/seq/sbiload/configure:5034:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/seq/sbiload/configure-5035-    ac_shift=:
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5037-  --*=)
alsa-tools-1.2.2/seq/sbiload/configure:5038:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/seq/sbiload/configure-5039-    ac_optarg=
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5061-    case $ac_optarg in
alsa-tools-1.2.2/seq/sbiload/configure:5062:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/seq/sbiload/configure-5063-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5184-fi
alsa-tools-1.2.2/seq/sbiload/configure:5185:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/seq/sbiload/configure-5186-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5201-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/seq/sbiload/configure:5202:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/seq/sbiload/configure-5203-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5207-
alsa-tools-1.2.2/seq/sbiload/configure:5208:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/seq/sbiload/configure-5209-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5369-      esac
alsa-tools-1.2.2/seq/sbiload/configure:5370:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/seq/sbiload/configure-5371-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5428-*)
alsa-tools-1.2.2/seq/sbiload/configure:5429:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/seq/sbiload/configure-5430-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/seq/sbiload/configure:5431:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/seq/sbiload/configure-5432-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5489-/@mandir@/p'
alsa-tools-1.2.2/seq/sbiload/configure:5490:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/seq/sbiload/configure-5491-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5506-
alsa-tools-1.2.2/seq/sbiload/configure:5507:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/seq/sbiload/configure-5508-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5534-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/seq/sbiload/configure:5535:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/seq/sbiload/configure-5536-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/seq/sbiload/configure-5578-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/seq/sbiload/configure:5579:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/seq/sbiload/configure-5580-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-51-  { \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-143-  esac
alsa-tools-1.2.2/seq/sbiload/Makefile.in:144:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/seq/sbiload/Makefile.in-145-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:146:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-147-    *) f=$$p;; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-148-  esac;
alsa-tools-1.2.2/seq/sbiload/Makefile.in:149:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/seq/sbiload/Makefile.in-150-am__install_max = 40
alsa-tools-1.2.2/seq/sbiload/Makefile.in-151-am__nobase_strip_setup = \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:152:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/seq/sbiload/Makefile.in-153-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-416-.c.obj:
alsa-tools-1.2.2/seq/sbiload/Makefile.in:417:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/seq/sbiload/Makefile.in-418-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/seq/sbiload/Makefile.in:421:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/seq/sbiload/Makefile.in-422-install-patchDATA: $(patch_DATA)
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-440-	@list='$(patch_DATA)'; test -n "$(patchdir)" || list=; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:441:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-442-	dir='$(DESTDIR)$(patchdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-473-GTAGS:
alsa-tools-1.2.2/seq/sbiload/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-508-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/seq/sbiload/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-522-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-608-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:609:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-610-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-652-	}; \
alsa-tools-1.2.2/seq/sbiload/Makefile.in:653:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-654-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/seq/sbiload/Makefile.in-664-	fi
alsa-tools-1.2.2/seq/sbiload/Makefile.in:665:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/seq/sbiload/Makefile.in-666-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-234-      fi
alsa-tools-1.2.2/seq/sbiload/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/seq/sbiload/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/seq/sbiload/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/seq/sbiload/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-287-    else
alsa-tools-1.2.2/seq/sbiload/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/seq/sbiload/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/seq/sbiload/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/seq/sbiload/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/seq/sbiload/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/seq/sbiload/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-419-            case $prefix in
alsa-tools-1.2.2/seq/sbiload/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/seq/sbiload/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/seq/sbiload/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/seq/sbiload/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/seq/sbiload/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/seq/sbiload/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/seq/sbiload/compile-67-	mingw/*)
alsa-tools-1.2.2/seq/sbiload/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/seq/sbiload/compile-69-	  ;;
alsa-tools-1.2.2/seq/sbiload/compile-70-	cygwin/*)
alsa-tools-1.2.2/seq/sbiload/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/seq/sbiload/compile-72-	  ;;
alsa-tools-1.2.2/seq/sbiload/compile-73-	wine/*)
alsa-tools-1.2.2/seq/sbiload/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/seq/sbiload/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/seq/sbiload/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/seq/sbiload/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/seq/sbiload/compile-312-
##############################################
alsa-tools-1.2.2/seq/sbiload/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/seq/sbiload/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/seq/sbiload/compile-318-while true; do
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-570-      || continue
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-797-    * )
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-799-  esac
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-800-done
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-1053-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:1054:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-1055-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-1056-	# -L didn't work.
alsa-tools-1.2.2/seq/sbiload/aclocal.m4:1057:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/seq/sbiload/aclocal.m4-1058-     fi
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-64-  case $1 in
alsa-tools-1.2.2/hdspconf/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hdspconf/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-73-{
alsa-tools-1.2.2/hdspconf/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hdspconf/depcomp-75-}
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hdspconf/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hdspconf/depcomp-128-
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-405-        sleep 1
alsa-tools-1.2.2/hdspconf/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hdspconf/depcomp-407-      done
alsa-tools-1.2.2/hdspconf/depcomp-408-    fi
alsa-tools-1.2.2/hdspconf/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hdspconf/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hdspconf/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hdspconf/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hdspconf/depcomp-659-  done
alsa-tools-1.2.2/hdspconf/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hdspconf/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hdspconf/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdspconf/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspconf/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hdspconf/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdspconf/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspconf/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdspconf/configure-50-else
alsa-tools-1.2.2/hdspconf/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdspconf/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdspconf/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdspconf/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdspconf/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hdspconf/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hdspconf/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hdspconf/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hdspconf/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hdspconf/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdspconf/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-397-  {
alsa-tools-1.2.2/hdspconf/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdspconf/configure-399-  }
##############################################
alsa-tools-1.2.2/hdspconf/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hdspconf/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdspconf/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdspconf/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hdspconf/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hdspconf/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hdspconf/configure-778-  case $ac_option in
alsa-tools-1.2.2/hdspconf/configure:779:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hdspconf/configure-780-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-822-  -disable-* | --disable-*)
alsa-tools-1.2.2/hdspconf/configure:823:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hdspconf/configure-824-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspconf/configure-827-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspconf/configure:828:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-829-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspconf/configure-848-  -enable-* | --enable-*)
alsa-tools-1.2.2/hdspconf/configure:849:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hdspconf/configure-850-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspconf/configure-853-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspconf/configure:854:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-855-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspconf/configure-1052-  -with-* | --with-*)
alsa-tools-1.2.2/hdspconf/configure:1053:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hdspconf/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspconf/configure-1057-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspconf/configure:1058:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-1059-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspconf/configure-1068-  -without-* | --without-*)
alsa-tools-1.2.2/hdspconf/configure:1069:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hdspconf/configure-1070-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspconf/configure-1073-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspconf/configure:1074:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-1075-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspconf/configure-1106-  *=*)
alsa-tools-1.2.2/hdspconf/configure:1107:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hdspconf/configure-1108-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspconf/configure-1127-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hdspconf/configure:1128:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hdspconf/configure-1129-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hdspconf/configure-1149-    */ )
alsa-tools-1.2.2/hdspconf/configure:1150:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hdspconf/configure-1151-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-1184-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hdspconf/configure:1185:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hdspconf/configure-1186-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hdspconf/configure-1240-case $srcdir in
alsa-tools-1.2.2/hdspconf/configure:1241:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hdspconf/configure-1242-esac
##############################################
alsa-tools-1.2.2/hdspconf/configure-1283-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hdspconf/configure:1284:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hdspconf/configure:1285:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hdspconf/configure-1286-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hdspconf/configure-1388-*)
alsa-tools-1.2.2/hdspconf/configure:1389:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdspconf/configure-1390-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdspconf/configure:1391:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdspconf/configure-1392-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdspconf/configure-1725-    *\'*)
alsa-tools-1.2.2/hdspconf/configure:1726:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspconf/configure-1727-    esac
##############################################
alsa-tools-1.2.2/hdspconf/configure-1808-      case $ac_val in
alsa-tools-1.2.2/hdspconf/configure:1809:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdspconf/configure-1810-      esac
##############################################
alsa-tools-1.2.2/hdspconf/configure-1823-	case $ac_val in
alsa-tools-1.2.2/hdspconf/configure:1824:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdspconf/configure-1825-	esac
##############################################
alsa-tools-1.2.2/hdspconf/configure-1943-    set,)
alsa-tools-1.2.2/hdspconf/configure:1944:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hdspconf/configure:1945:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hdspconf/configure-1946-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-1954-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hdspconf/configure:1955:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hdspconf/configure:1956:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hdspconf/configure-1957-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hdspconf/configure-1974-    case $ac_new_val in
alsa-tools-1.2.2/hdspconf/configure:1975:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspconf/configure-1976-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-2149-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdspconf/configure:2150:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdspconf/configure-2151-     if test "$*" = "X"; then
alsa-tools-1.2.2/hdspconf/configure-2152-	# -L didn't work.
alsa-tools-1.2.2/hdspconf/configure:2153:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdspconf/configure-2154-     fi
##############################################
alsa-tools-1.2.2/hdspconf/configure-2200-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hdspconf/configure:2201:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hdspconf/configure-2202-
alsa-tools-1.2.2/hdspconf/configure-2203-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdspconf/configure:2204:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdspconf/configure-2205-
##############################################
alsa-tools-1.2.2/hdspconf/configure-2345-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hdspconf/configure:2346:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hdspconf/configure-2347-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hdspconf/configure-2418-set x ${MAKE-make}
alsa-tools-1.2.2/hdspconf/configure:2419:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-2420-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdspconf/configure-2428-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdspconf/configure:2429:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdspconf/configure-2430-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdspconf/configure-2494-
alsa-tools-1.2.2/hdspconf/configure:2495:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdspconf/configure-2496-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdspconf/configure-2787-$as_echo_n "checking whether the C++ compiler works... " >&6; }
alsa-tools-1.2.2/hdspconf/configure:2788:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hdspconf/configure-2789-
##############################################
alsa-tools-1.2.2/hdspconf/configure-2831-	then :; else
alsa-tools-1.2.2/hdspconf/configure:2832:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdspconf/configure-2833-	fi
##############################################
alsa-tools-1.2.2/hdspconf/configure-2891-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hdspconf/configure:2892:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdspconf/configure-2893-	  break;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-3000-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hdspconf/configure:3001:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hdspconf/configure-3002-       break;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-3232-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspconf/configure:3233:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdspconf/configure-3234-  fi
##############################################
alsa-tools-1.2.2/hdspconf/configure-3334-set x ${MAKE-make}
alsa-tools-1.2.2/hdspconf/configure:3335:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdspconf/configure-3336-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdspconf/configure-3344-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdspconf/configure:3345:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdspconf/configure-3346-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdspconf/configure-3989-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspconf/configure:3990:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdspconf/configure-3991-  fi
##############################################
alsa-tools-1.2.2/hdspconf/configure-4246-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hdspconf/configure:4247:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hdspconf/configure-4248-*GNU*)
##############################################
alsa-tools-1.2.2/hdspconf/configure-4312-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hdspconf/configure:4313:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hdspconf/configure-4314-*GNU*)
##############################################
alsa-tools-1.2.2/hdspconf/configure-4504-    for ac_var in incroot usrlibdir libdir; do
alsa-tools-1.2.2/hdspconf/configure:4505:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
alsa-tools-1.2.2/hdspconf/configure-4506-    done
##############################################
alsa-tools-1.2.2/hdspconf/configure-4614-  LIBS=$ac_save_LIBS
alsa-tools-1.2.2/hdspconf/configure:4615:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
alsa-tools-1.2.2/hdspconf/configure-4616-do
##############################################
alsa-tools-1.2.2/hdspconf/configure-5059-   :
alsa-tools-1.2.2/hdspconf/configure:5060:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdspconf/configure:5061:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdspconf/configure-5062-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdspconf/configure-5158-fi
alsa-tools-1.2.2/hdspconf/configure:5159:FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
alsa-tools-1.2.2/hdspconf/configure:5160:FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
alsa-tools-1.2.2/hdspconf/configure-5161-
##############################################
alsa-tools-1.2.2/hdspconf/configure-5291-'
alsa-tools-1.2.2/hdspconf/configure:5292:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hdspconf/configure-5293-
##############################################
alsa-tools-1.2.2/hdspconf/configure-5300-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hdspconf/configure:5301:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hdspconf/configure-5302-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hdspconf/configure-5399-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdspconf/configure:5400:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspconf/configure-5401-  as_echo='print -r --'
alsa-tools-1.2.2/hdspconf/configure-5402-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdspconf/configure:5403:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspconf/configure-5404-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdspconf/configure-5406-else
alsa-tools-1.2.2/hdspconf/configure:5407:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdspconf/configure-5408-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdspconf/configure-5416-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdspconf/configure:5417:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdspconf/configure-5418-      esac;
##############################################
alsa-tools-1.2.2/hdspconf/configure-5493-# ----------------------------------------
alsa-tools-1.2.2/hdspconf/configure:5494:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdspconf/configure-5495-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdspconf/configure-5565-  {
alsa-tools-1.2.2/hdspconf/configure:5566:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdspconf/configure-5567-  }
##############################################
alsa-tools-1.2.2/hdspconf/configure-5669-      case $as_dir in #(
alsa-tools-1.2.2/hdspconf/configure:5670:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdspconf/configure-5671-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-5795-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hdspconf/configure:5796:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hdspconf/configure-5797-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hdspconf/configure-5820-  --*=?*)
alsa-tools-1.2.2/hdspconf/configure:5821:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdspconf/configure:5822:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hdspconf/configure-5823-    ac_shift=:
##############################################
alsa-tools-1.2.2/hdspconf/configure-5825-  --*=)
alsa-tools-1.2.2/hdspconf/configure:5826:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdspconf/configure-5827-    ac_optarg=
##############################################
alsa-tools-1.2.2/hdspconf/configure-5849-    case $ac_optarg in
alsa-tools-1.2.2/hdspconf/configure:5850:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspconf/configure-5851-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-5975-fi
alsa-tools-1.2.2/hdspconf/configure:5976:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hdspconf/configure-5977-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hdspconf/configure-5992-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hdspconf/configure:5993:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hdspconf/configure-5994-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hdspconf/configure-5998-
alsa-tools-1.2.2/hdspconf/configure:5999:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hdspconf/configure-6000-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hdspconf/configure-6160-      esac
alsa-tools-1.2.2/hdspconf/configure:6161:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hdspconf/configure-6162-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hdspconf/configure-6219-*)
alsa-tools-1.2.2/hdspconf/configure:6220:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdspconf/configure-6221-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdspconf/configure:6222:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdspconf/configure-6223-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdspconf/configure-6280-/@mandir@/p'
alsa-tools-1.2.2/hdspconf/configure:6281:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hdspconf/configure-6282-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hdspconf/configure-6297-
alsa-tools-1.2.2/hdspconf/configure:6298:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hdspconf/configure-6299-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hdspconf/configure-6325-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hdspconf/configure:6326:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hdspconf/configure-6327-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hdspconf/configure-6369-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdspconf/configure:6370:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdspconf/configure-6371-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-49-  { \
alsa-tools-1.2.2/hdspconf/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-174-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/hdspconf/Makefile.in:175:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-176-    if test "$$first" != "."; then \
alsa-tools-1.2.2/hdspconf/Makefile.in-177-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/hdspconf/Makefile.in:178:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/hdspconf/Makefile.in:179:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-180-      else \
alsa-tools-1.2.2/hdspconf/Makefile.in:181:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-182-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/hdspconf/Makefile.in:183:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-184-        else \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-189-    fi; \
alsa-tools-1.2.2/hdspconf/Makefile.in:190:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-191-  done; \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-351-	dot_seen=no; \
alsa-tools-1.2.2/hdspconf/Makefile.in:352:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-353-	case "$@" in \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-414-GTAGS:
alsa-tools-1.2.2/hdspconf/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdspconf/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-449-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hdspconf/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-463-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspconf/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspconf/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-574-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hdspconf/Makefile.in:575:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hdspconf/Makefile.in-576-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-618-	}; \
alsa-tools-1.2.2/hdspconf/Makefile.in:619:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdspconf/Makefile.in-620-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hdspconf/Makefile.in-630-	fi
alsa-tools-1.2.2/hdspconf/Makefile.in:631:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdspconf/Makefile.in-632-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-234-      fi
alsa-tools-1.2.2/hdspconf/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hdspconf/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hdspconf/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hdspconf/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-287-    else
alsa-tools-1.2.2/hdspconf/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hdspconf/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hdspconf/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdspconf/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hdspconf/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdspconf/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hdspconf/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hdspconf/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hdspconf/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hdspconf/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hdspconf/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hdspconf/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-50-  { \
alsa-tools-1.2.2/hdspconf/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspconf/src/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-450-.cxx.obj:
alsa-tools-1.2.2/hdspconf/src/Makefile.in:451:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdspconf/src/Makefile.in-452-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hdspconf/src/Makefile.in:455:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdspconf/src/Makefile.in-456-
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-486-GTAGS:
alsa-tools-1.2.2/hdspconf/src/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdspconf/src/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-512-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspconf/src/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/src/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/src/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspconf/src/Makefile.in-526-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspconf/src/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspconf/src/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspconf/compile-67-	mingw/*)
alsa-tools-1.2.2/hdspconf/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hdspconf/compile-69-	  ;;
alsa-tools-1.2.2/hdspconf/compile-70-	cygwin/*)
alsa-tools-1.2.2/hdspconf/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hdspconf/compile-72-	  ;;
alsa-tools-1.2.2/hdspconf/compile-73-	wine/*)
alsa-tools-1.2.2/hdspconf/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hdspconf/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hdspconf/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hdspconf/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hdspconf/compile-312-
##############################################
alsa-tools-1.2.2/hdspconf/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hdspconf/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hdspconf/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-49-  { \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-261-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in:262:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in:263:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-264-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-275-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in:276:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspconf/pixmaps/Makefile.in-277-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm-2322-";'>'%#,''')'!'~'1${']'^'/'('a%_':'<'T=['}'|'1'2'3'4'5'6'7'8'9'Z$3 0'a'b'c'd'P+c+9*p-Z$v,e'f'g'y,y,2;3;3;h'i'j'k'l'm'm'V>n'o'p'q'Y>r'd;4-s't'.,a$]>L=L,u'a-2$_ v'w'x'y'y'z'A'G*B'C'C'D'V,U,E'F'G'*#H'I'J'K'K'L'M'N'I'O'2@P'P'Q'R'S'",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm:2323:"T'U'V'W'X'Y'Z'`'1$=$ ).)+)@)#)$)%)%)3*0,&)J+I+*)=)-);)>),)')))!)O;q%3 T$~){)])^)/)()A$M>_)T+:)]-i*/-y,y,y,<)[)})|)1)2)3)4)p'q'Y>5)~>4-I,`>6)a-1$8%B%9-7)M,1$}.8)9)0)a)b)c)d)e)f)f)e)g)g)g)h)i)j)k)l)l)m)n)o)o)p)q)q)r)s)%'%'t)u)2 ",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm:2324:"T'v)w)x)E'y)z)`'a$X#A)B)C)D)a&E)F)G)F)<'H)I)H)T=J)K)L)M)N)O)P)Q)R)S)a+T)U)V)G@W)I$X)Y)Z)`)8=k&{-]-&*&*y,z, !.!=&+!+!@!=&#!$!p'p'Y>H,x&=@-@q=%!a$&!*!=!#,M,|$0$p-p-3 3 3 0$0$3 3 3 0$0$0$Z$Z$-!x$3 3 0$0$0$0$0$x$L$;!>!,!X,}@$'/)8%",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm-2325-"-!v)'![@J&)!!!~!0$J#J@{!]!^!/!(!_!_!:!:!E)<!E)[![!G$}!.#|!1!2!3!4!5!6!7!8!9!0!u#a!b!c!d!e!]-]-&*/-z,z,h'.!f!=&#!g!g!#!#!h!i!q'Y>Z>G,x&=@-@j!T#a$k!l!m!n!o!}.3 0$0$0$0$0$0$1$0$0$0$0$0$0$A$A$A$y$0$1$1$1$0$0$0$h$.;s;p!q!B'}@G'+>r!",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm:2326:"-!v)s!V&t!u!v!w!x!y!z!A!B!d+P+C!D!D!E!F!G!F>a&F>F>$)$)H!I!J!K!L!M!N!O!X%P!Q!R!S!p T!U!V!W!]-i*/-y,z,X![)[)Y!Z!`!3)3) ~.~+~Y>t&@~H,G,`>x&x&#~$~%~&~*~=~-~;~>~,~'~)~!~~~~~~~~~{~{~{~]~]~{~^~/~(~)~{~{~]~_~]~_~_~/~R):~<~[~|@5@`,}~ =",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm-2327-"C$|~)#1~T*t!2~3~4~5~k'6~^-B!!-7~^!/!+)8~8~8~9~8~8~D)0~(!a~b~c~d~e~f~g~h~i~d+j~k~l~m~n~n>o~i*&*i*^-p~a=q~r~s~@,L,t~P-u~v~T-s&t&@~w~&@x&-@x~y~z~T@A~B~5-C~D~E~F~G~H~I~J~K~L~M~N~O~t P~Q~R~S~S~S~T~U~P~V~,!W~X~Y~s)>,Z~@+`~ { {.{Q#S'",
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm-2331-"e]f]g]h]i]j]k]l]m]n]o]p]q]b)r]s]t]u]v]w]q#:]x]y]z]A]B]C]D]E]F]G]H]I]J]K]L]M]N]O]B@N~@.P]Q]r]R]S]T]U]V]W]W]X]Y]*+Z]s)`] ^.^+^@^#^))$^%^&^0)'+*^=^B&-^;^>^,^v]'^)^!^~^{^]^^^/^(^(>_^:^<^[^}^|^1^2^j):^3^4^5^6^7^8^9^>-};0^a^b^c^I$S'",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm:2332:"s;K#5+&'d^e^f^g^'$h^i^j^k^l^9*m^n^o^p^>-q^r^s^t^u^v^w^x^y^z^A^B^C^D^E^F^G^H^I^J^K^L^p)M^N^O^P^Q^R^u'p^b)S^)$T^D&,>u'U^V^t]W^>-U^X^Y^Z^`^ /./+/@/M=#/$/%/&/v]K=*/=/-/;/>/,/'/)/0^!/~/{/]/^///(/_/:/</[/}/|/1/`#2/3/X^t;9*2++'4/5/S'",
alsa-tools-1.2.2/hdspconf/pixmaps/rme.xpm-2333-"%&U'6/7/Q*]#8/9/0/a/b/E$%+c/d/e/f/g/h/i/j/k/l/U~m/n/o/p/q/r/s/t/u/n)v/w/x/y/z/A/B/C/D/E/F/G/H/I/J/y*K/L/j)M/N/O/P/Q/r#R/S/T/U/U^Y=1.V/W/p@h@X/Y/Z/`/ (.(e;+(@(#($(%(&(*(=(-(;(>(,('()(7##'!(~({(](^(/(((I$_(:(<([(}(|(1(D%2(M*},2 ",
##############################################
alsa-tools-1.2.2/hdspconf/pixmaps/lad_banner.xpm-1869-". . . . #!$!%!&!P#3#*!=!~ -!;!>!g$9=9=6@6@6@e#,!'!Z){ )!!!~!{!$.$.%.*.=.=.t){+2']!^!/!{+(!_!* :!<![!}!|!1!2!N 3!#@4!5!C#{#6!7!8!9!0!v;{+7%7$1$a!2=b!c!d!e!{+f!g!e.h!X.i!X.j!k!l!m!n!B ='o!p!q!r!s!t!_#u!v!S.x.x.T.w!x!y!z!. . . . ",
alsa-tools-1.2.2/hdspconf/pixmaps/lad_banner.xpm:1870:". . . . . A!B!C!D!b$4#E!F!G!H!{+T)I!J!K!L!M!N!{+`+O!P!Q!R!S!@.$.$.%.&.=.=.T!{+N U!* {+V!W!X!Y!Z!`! ~.~+~@~/.#~{+$~%~&~*~$@F,=~+@<$-~;~{+>~,~^)#@'~c!)~!~~~{+{~]~W,{+^~/~(~c!_~:~= <~[~X.5)}~|~{+1~2~{+3~4~S.x.x.5~r,y!6~. . . . . ",
alsa-tools-1.2.2/hdspconf/pixmaps/lad_banner.xpm-1871-". . . . . . 7~8~9~0~a~K@<@b~c~d~e~f~g~h~i~j~k~l~m~n~o~p~+.+.@.$.$.%.&.=.=.q~r~s~O!t~u~v~w~x~y~z~A~'=/%+~B~/.C~D~E~F~G~}.H~I~J~K~L~M~N~O~[=P~Q~R~S~T~U~V~W~{+X~Y~Z~`~ {.{+{@{#{${%{&{*{={-{;{>{,{'{){!{~{{{w.]{^{/{({_{. . . . . . ",
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-308-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:309:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-310-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-321-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:322:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:323:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-324-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-335-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:336:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-337-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-472-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:473:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:474:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:475:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:476:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-477-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-482-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:483:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:484:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:485:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in:486:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.in-487-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am-14-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:15:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:16:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:17:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:18:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am-19-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am-24-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:25:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:26:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:27:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am:28:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspconf/desktop/Makefile.am-29-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/hdspconf/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdspconf/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdspconf/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hdspconf/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hdspconf/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdspconf/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdspconf/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspconf/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hdspconf/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdspconf/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdspconf/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-570-      || continue
alsa-tools-1.2.2/hdspconf/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hdspconf/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hdspconf/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hdspconf/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdspconf/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-797-    * )
alsa-tools-1.2.2/hdspconf/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hdspconf/aclocal.m4-799-  esac
alsa-tools-1.2.2/hdspconf/aclocal.m4-800-done
alsa-tools-1.2.2/hdspconf/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hdspconf/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/hdspconf/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdspconf/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdspconf/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hdspconf/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/hdspconf/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdspconf/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/hdspconf/configure.ac-35-fi
alsa-tools-1.2.2/hdspconf/configure.ac:36:FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
alsa-tools-1.2.2/hdspconf/configure.ac:37:FLTK_LIBS=`$FLTK_CONFIG $fltk_config_args --ldflags`
alsa-tools-1.2.2/hdspconf/configure.ac-38-
##############################################
alsa-tools-1.2.2/as10k1/depcomp-64-  case $1 in
alsa-tools-1.2.2/as10k1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/as10k1/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/as10k1/depcomp-73-{
alsa-tools-1.2.2/as10k1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/as10k1/depcomp-75-}
##############################################
alsa-tools-1.2.2/as10k1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/as10k1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/as10k1/depcomp-128-
##############################################
alsa-tools-1.2.2/as10k1/depcomp-405-        sleep 1
alsa-tools-1.2.2/as10k1/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/as10k1/depcomp-407-      done
alsa-tools-1.2.2/as10k1/depcomp-408-    fi
alsa-tools-1.2.2/as10k1/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/as10k1/depcomp-410-  done
##############################################
alsa-tools-1.2.2/as10k1/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/as10k1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/as10k1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/as10k1/depcomp-659-  done
alsa-tools-1.2.2/as10k1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/as10k1/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/as10k1/README-16-
alsa-tools-1.2.2/as10k1/README:17:Usage: as10k1 <asm file> [bin output file] 
alsa-tools-1.2.2/as10k1/README-18-------
##############################################
alsa-tools-1.2.2/as10k1/README-37-
alsa-tools-1.2.2/as10k1/README:38:Chorus.asm	-- chorus effect
alsa-tools-1.2.2/as10k1/README:39:Flanger.asm	-- flanger effect
alsa-tools-1.2.2/as10k1/README:40:Delay.asm	-- generates Echos, this is _not_ a reverb
alsa-tools-1.2.2/as10k1/README:41:eq5.asm		-- A 5 band Equalizer (needs a bit more work)
alsa-tools-1.2.2/as10k1/README:42:fir.asm		-- A low pass filter (A demo of a fir filter implementation)
alsa-tools-1.2.2/as10k1/README:43:sine.asm	-- A sinewave generator (can be useful for debuging)
alsa-tools-1.2.2/as10k1/README:44:vibrato.asm	-- A vibrato effect (or is it a tremolo?)
alsa-tools-1.2.2/as10k1/README:45:vol_ctrl.asm	-- provides support for the hardware volume control
alsa-tools-1.2.2/as10k1/README:46:emu_constants.asm -- not an effect, just contains handy constants and macros
alsa-tools-1.2.2/as10k1/README-47-
##############################################
alsa-tools-1.2.2/as10k1/README-343-
alsa-tools-1.2.2/as10k1/README:344:The include directive is used to include external asm files into the current 
alsa-tools-1.2.2/as10k1/README:345:asm file.
alsa-tools-1.2.2/as10k1/README-346-
##############################################
alsa-tools-1.2.2/as10k1/parse.c-24-/*
alsa-tools-1.2.2/as10k1/parse.c:25:This function parses the asm file calling appropriate functions to blow up macros, include files,
alsa-tools-1.2.2/as10k1/parse.c-26-define constants, keep track of equates, and handling assembler directives.
##############################################
alsa-tools-1.2.2/as10k1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/as10k1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/as10k1/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/as10k1/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/as10k1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/as10k1/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/as10k1/configure-50-else
alsa-tools-1.2.2/as10k1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/as10k1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/as10k1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/as10k1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/as10k1/configure-62-      esac;
##############################################
alsa-tools-1.2.2/as10k1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/as10k1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/as10k1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/as10k1/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/as10k1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/as10k1/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/as10k1/configure-397-  {
alsa-tools-1.2.2/as10k1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/as10k1/configure-399-  }
##############################################
alsa-tools-1.2.2/as10k1/configure-404-# ----------------------------------------
alsa-tools-1.2.2/as10k1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/as10k1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/as10k1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/as10k1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/as10k1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/as10k1/configure-754-  case $ac_option in
alsa-tools-1.2.2/as10k1/configure:755:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/as10k1/configure-756-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/as10k1/configure-798-  -disable-* | --disable-*)
alsa-tools-1.2.2/as10k1/configure:799:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/as10k1/configure-800-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/as10k1/configure-803-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/as10k1/configure:804:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/as10k1/configure-805-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/as10k1/configure-824-  -enable-* | --enable-*)
alsa-tools-1.2.2/as10k1/configure:825:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/as10k1/configure-826-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/as10k1/configure-829-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/as10k1/configure:830:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/as10k1/configure-831-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/as10k1/configure-1028-  -with-* | --with-*)
alsa-tools-1.2.2/as10k1/configure:1029:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/as10k1/configure-1030-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/as10k1/configure-1033-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/as10k1/configure:1034:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/as10k1/configure-1035-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/as10k1/configure-1044-  -without-* | --without-*)
alsa-tools-1.2.2/as10k1/configure:1045:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/as10k1/configure-1046-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/as10k1/configure-1049-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/as10k1/configure:1050:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/as10k1/configure-1051-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/as10k1/configure-1082-  *=*)
alsa-tools-1.2.2/as10k1/configure:1083:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/as10k1/configure-1084-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/as10k1/configure-1103-if test -n "$ac_prev"; then
alsa-tools-1.2.2/as10k1/configure:1104:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/as10k1/configure-1105-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/as10k1/configure-1125-    */ )
alsa-tools-1.2.2/as10k1/configure:1126:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/as10k1/configure-1127-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/as10k1/configure-1160-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/as10k1/configure:1161:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/as10k1/configure-1162-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/as10k1/configure-1216-case $srcdir in
alsa-tools-1.2.2/as10k1/configure:1217:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/as10k1/configure-1218-esac
##############################################
alsa-tools-1.2.2/as10k1/configure-1259-By default, \`make install' will install all the files in
alsa-tools-1.2.2/as10k1/configure:1260:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/as10k1/configure:1261:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/as10k1/configure-1262-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/as10k1/configure-1345-*)
alsa-tools-1.2.2/as10k1/configure:1346:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/as10k1/configure-1347-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/as10k1/configure:1348:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/as10k1/configure-1349-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/as10k1/configure-1598-    *\'*)
alsa-tools-1.2.2/as10k1/configure:1599:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/as10k1/configure-1600-    esac
##############################################
alsa-tools-1.2.2/as10k1/configure-1681-      case $ac_val in
alsa-tools-1.2.2/as10k1/configure:1682:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/as10k1/configure-1683-      esac
##############################################
alsa-tools-1.2.2/as10k1/configure-1696-	case $ac_val in
alsa-tools-1.2.2/as10k1/configure:1697:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/as10k1/configure-1698-	esac
##############################################
alsa-tools-1.2.2/as10k1/configure-1816-    set,)
alsa-tools-1.2.2/as10k1/configure:1817:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/as10k1/configure:1818:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/as10k1/configure-1819-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/as10k1/configure-1827-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/as10k1/configure:1828:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/as10k1/configure:1829:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/as10k1/configure-1830-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/as10k1/configure-1847-    case $ac_new_val in
alsa-tools-1.2.2/as10k1/configure:1848:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/as10k1/configure-1849-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/as10k1/configure-2220-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/as10k1/configure:2221:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/as10k1/configure-2222-
##############################################
alsa-tools-1.2.2/as10k1/configure-2264-	then :; else
alsa-tools-1.2.2/as10k1/configure:2265:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/as10k1/configure-2266-	fi
##############################################
alsa-tools-1.2.2/as10k1/configure-2324-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/as10k1/configure:2325:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/as10k1/configure-2326-	  break;;
##############################################
alsa-tools-1.2.2/as10k1/configure-2433-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/as10k1/configure:2434:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/as10k1/configure-2435-       break;;
##############################################
alsa-tools-1.2.2/as10k1/configure-2693-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/as10k1/configure:2694:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/as10k1/configure-2695-
##############################################
alsa-tools-1.2.2/as10k1/configure-3005-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/as10k1/configure:3006:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/as10k1/configure-3007-*GNU*)
##############################################
alsa-tools-1.2.2/as10k1/configure-3071-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/as10k1/configure:3072:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/as10k1/configure-3073-*GNU*)
##############################################
alsa-tools-1.2.2/as10k1/configure-3254-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/as10k1/configure:3255:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/as10k1/configure-3256-     if test "$*" = "X"; then
alsa-tools-1.2.2/as10k1/configure-3257-	# -L didn't work.
alsa-tools-1.2.2/as10k1/configure:3258:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/as10k1/configure-3259-     fi
##############################################
alsa-tools-1.2.2/as10k1/configure-3305-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/as10k1/configure:3306:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/as10k1/configure-3307-
##############################################
alsa-tools-1.2.2/as10k1/configure-3447-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/as10k1/configure:3448:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/as10k1/configure-3449-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/as10k1/configure-3520-set x ${MAKE-make}
alsa-tools-1.2.2/as10k1/configure:3521:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/as10k1/configure-3522-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/as10k1/configure-3530-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/as10k1/configure:3531:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/as10k1/configure-3532-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/as10k1/configure-3659-
alsa-tools-1.2.2/as10k1/configure:3660:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/as10k1/configure-3661-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/as10k1/configure-3760-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/as10k1/configure:3761:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/as10k1/configure-3762-  fi
##############################################
alsa-tools-1.2.2/as10k1/configure-4055-'
alsa-tools-1.2.2/as10k1/configure:4056:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/as10k1/configure-4057-
##############################################
alsa-tools-1.2.2/as10k1/configure-4064-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/as10k1/configure:4065:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/as10k1/configure-4066-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/as10k1/configure-4159-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/as10k1/configure:4160:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/as10k1/configure-4161-  as_echo='print -r --'
alsa-tools-1.2.2/as10k1/configure-4162-  as_echo_n='print -rn --'
alsa-tools-1.2.2/as10k1/configure:4163:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/as10k1/configure-4164-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/as10k1/configure-4166-else
alsa-tools-1.2.2/as10k1/configure:4167:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/as10k1/configure-4168-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/as10k1/configure-4176-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/as10k1/configure:4177:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/as10k1/configure-4178-      esac;
##############################################
alsa-tools-1.2.2/as10k1/configure-4253-# ----------------------------------------
alsa-tools-1.2.2/as10k1/configure:4254:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/as10k1/configure-4255-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/as10k1/configure-4325-  {
alsa-tools-1.2.2/as10k1/configure:4326:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/as10k1/configure-4327-  }
##############################################
alsa-tools-1.2.2/as10k1/configure-4429-      case $as_dir in #(
alsa-tools-1.2.2/as10k1/configure:4430:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/as10k1/configure-4431-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/as10k1/configure-4555-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/as10k1/configure:4556:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/as10k1/configure-4557-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/as10k1/configure-4580-  --*=?*)
alsa-tools-1.2.2/as10k1/configure:4581:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/as10k1/configure:4582:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/as10k1/configure-4583-    ac_shift=:
##############################################
alsa-tools-1.2.2/as10k1/configure-4585-  --*=)
alsa-tools-1.2.2/as10k1/configure:4586:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/as10k1/configure-4587-    ac_optarg=
##############################################
alsa-tools-1.2.2/as10k1/configure-4609-    case $ac_optarg in
alsa-tools-1.2.2/as10k1/configure:4610:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/as10k1/configure-4611-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/as10k1/configure-4732-fi
alsa-tools-1.2.2/as10k1/configure:4733:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/as10k1/configure-4734-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/as10k1/configure-4749-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/as10k1/configure:4750:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/as10k1/configure-4751-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/as10k1/configure-4755-
alsa-tools-1.2.2/as10k1/configure:4756:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/as10k1/configure-4757-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/as10k1/configure-4917-      esac
alsa-tools-1.2.2/as10k1/configure:4918:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/as10k1/configure-4919-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/as10k1/configure-4976-*)
alsa-tools-1.2.2/as10k1/configure:4977:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/as10k1/configure-4978-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/as10k1/configure:4979:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/as10k1/configure-4980-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/as10k1/configure-5037-/@mandir@/p'
alsa-tools-1.2.2/as10k1/configure:5038:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/as10k1/configure-5039-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/as10k1/configure-5054-
alsa-tools-1.2.2/as10k1/configure:5055:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/as10k1/configure-5056-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/as10k1/configure-5082-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/as10k1/configure:5083:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/as10k1/configure-5084-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/as10k1/configure-5126-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/as10k1/configure:5127:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/as10k1/configure-5128-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-51-  { \
alsa-tools-1.2.2/as10k1/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-202-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/as10k1/Makefile.in:203:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-204-    if test "$$first" != "."; then \
alsa-tools-1.2.2/as10k1/Makefile.in-205-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/as10k1/Makefile.in:206:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/as10k1/Makefile.in:207:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-208-      else \
alsa-tools-1.2.2/as10k1/Makefile.in:209:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-210-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/as10k1/Makefile.in:211:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-212-        else \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-217-    fi; \
alsa-tools-1.2.2/as10k1/Makefile.in:218:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/as10k1/Makefile.in-219-  done; \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-318-noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
alsa-tools-1.2.2/as10k1/Makefile.in:319:EXTRA_DIST = gitcompile output.doc examples/Makefile examples/*.asm depcomp
alsa-tools-1.2.2/as10k1/Makefile.in-320-AM_CFLAGS = -fno-strict-aliasing
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-430-.c.obj:
alsa-tools-1.2.2/as10k1/Makefile.in:431:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/as10k1/Makefile.in-432-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/as10k1/Makefile.in:435:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/as10k1/Makefile.in-436-
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-450-	dot_seen=no; \
alsa-tools-1.2.2/as10k1/Makefile.in:451:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/as10k1/Makefile.in-452-	case "$@" in \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-513-GTAGS:
alsa-tools-1.2.2/as10k1/Makefile.in:514:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/as10k1/Makefile.in-515-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-548-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/as10k1/Makefile.in:549:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/as10k1/Makefile.in:550:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/as10k1/Makefile.in-551-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-562-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/as10k1/Makefile.in:563:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/as10k1/Makefile.in-564-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-673-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/as10k1/Makefile.in:674:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/as10k1/Makefile.in-675-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-717-	}; \
alsa-tools-1.2.2/as10k1/Makefile.in:718:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/as10k1/Makefile.in-719-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/as10k1/Makefile.in-729-	fi
alsa-tools-1.2.2/as10k1/Makefile.in:730:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/as10k1/Makefile.in-731-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/as10k1/install-sh-234-      fi
alsa-tools-1.2.2/as10k1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/as10k1/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/as10k1/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/as10k1/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/as10k1/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/as10k1/install-sh-287-    else
alsa-tools-1.2.2/as10k1/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/as10k1/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/as10k1/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/as10k1/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/as10k1/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/as10k1/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/as10k1/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/as10k1/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/as10k1/install-sh-419-            case $prefix in
alsa-tools-1.2.2/as10k1/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/as10k1/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/as10k1/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/as10k1/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/as10k1/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/as10k1/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/as10k1/compile-67-	mingw/*)
alsa-tools-1.2.2/as10k1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/as10k1/compile-69-	  ;;
alsa-tools-1.2.2/as10k1/compile-70-	cygwin/*)
alsa-tools-1.2.2/as10k1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/as10k1/compile-72-	  ;;
alsa-tools-1.2.2/as10k1/compile-73-	wine/*)
alsa-tools-1.2.2/as10k1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/as10k1/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/as10k1/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/as10k1/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/as10k1/compile-312-
##############################################
alsa-tools-1.2.2/as10k1/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/as10k1/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/as10k1/compile-318-while true; do
##############################################
alsa-tools-1.2.2/as10k1/Makefile.am-5-noinst_HEADERS = as10k1.h list.h parse.h proto.h types.h
alsa-tools-1.2.2/as10k1/Makefile.am:6:EXTRA_DIST = gitcompile output.doc examples/Makefile examples/*.asm depcomp
alsa-tools-1.2.2/as10k1/Makefile.am-7-AM_CFLAGS = -fno-strict-aliasing
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/as10k1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/as10k1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/as10k1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/as10k1/aclocal.m4-109-])
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/as10k1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/as10k1/aclocal.m4-207-  fi
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/as10k1/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/as10k1/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-365-      || continue
alsa-tools-1.2.2/as10k1/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/as10k1/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/as10k1/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/as10k1/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/as10k1/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-592-    * )
alsa-tools-1.2.2/as10k1/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/as10k1/aclocal.m4-594-  esac
alsa-tools-1.2.2/as10k1/aclocal.m4-595-done
alsa-tools-1.2.2/as10k1/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/as10k1/aclocal.m4-597-
##############################################
alsa-tools-1.2.2/as10k1/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/as10k1/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/as10k1/aclocal.m4-886-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/as10k1/aclocal.m4-887-	# -L didn't work.
alsa-tools-1.2.2/as10k1/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/as10k1/aclocal.m4-889-     fi
##############################################
alsa-tools-1.2.2/as10k1/as10k1.c-56-"     -o [emu10k1 file]     Specify an output file, default is based input,\n"
alsa-tools-1.2.2/as10k1/as10k1.c:57:"                           Substituting .asm to .emu10k1\n"
alsa-tools-1.2.2/as10k1/as10k1.c-58-"     -d [dbg_options...]   Turn on debug messages.\n"
##############################################
alsa-tools-1.2.2/as10k1/as10k1.c-232-
alsa-tools-1.2.2/as10k1/as10k1.c:233:/*this function is called to open a asm file and parse it using the parse function.
alsa-tools-1.2.2/as10k1/as10k1.c-234-this function is called by the main function and also by the parse function
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-64-  case $1 in
alsa-tools-1.2.2/hdspmixer/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hdspmixer/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-73-{
alsa-tools-1.2.2/hdspmixer/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hdspmixer/depcomp-75-}
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hdspmixer/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hdspmixer/depcomp-128-
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-405-        sleep 1
alsa-tools-1.2.2/hdspmixer/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hdspmixer/depcomp-407-      done
alsa-tools-1.2.2/hdspmixer/depcomp-408-    fi
alsa-tools-1.2.2/hdspmixer/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hdspmixer/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hdspmixer/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hdspmixer/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hdspmixer/depcomp-659-  done
alsa-tools-1.2.2/hdspmixer/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hdspmixer/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdspmixer/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspmixer/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hdspmixer/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdspmixer/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspmixer/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdspmixer/configure-50-else
alsa-tools-1.2.2/hdspmixer/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdspmixer/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdspmixer/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdspmixer/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdspmixer/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hdspmixer/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hdspmixer/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hdspmixer/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdspmixer/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-397-  {
alsa-tools-1.2.2/hdspmixer/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdspmixer/configure-399-  }
##############################################
alsa-tools-1.2.2/hdspmixer/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hdspmixer/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdspmixer/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdspmixer/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hdspmixer/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hdspmixer/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hdspmixer/configure-774-  case $ac_option in
alsa-tools-1.2.2/hdspmixer/configure:775:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hdspmixer/configure-776-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-818-  -disable-* | --disable-*)
alsa-tools-1.2.2/hdspmixer/configure:819:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hdspmixer/configure-820-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-823-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspmixer/configure:824:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-825-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-844-  -enable-* | --enable-*)
alsa-tools-1.2.2/hdspmixer/configure:845:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hdspmixer/configure-846-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-849-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspmixer/configure:850:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-851-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1048-  -with-* | --with-*)
alsa-tools-1.2.2/hdspmixer/configure:1049:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hdspmixer/configure-1050-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1053-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspmixer/configure:1054:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-1055-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1064-  -without-* | --without-*)
alsa-tools-1.2.2/hdspmixer/configure:1065:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hdspmixer/configure-1066-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1069-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdspmixer/configure:1070:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-1071-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1102-  *=*)
alsa-tools-1.2.2/hdspmixer/configure:1103:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hdspmixer/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1123-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hdspmixer/configure:1124:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hdspmixer/configure-1125-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1145-    */ )
alsa-tools-1.2.2/hdspmixer/configure:1146:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hdspmixer/configure-1147-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1180-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hdspmixer/configure:1181:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hdspmixer/configure-1182-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1236-case $srcdir in
alsa-tools-1.2.2/hdspmixer/configure:1237:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hdspmixer/configure-1238-esac
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1279-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hdspmixer/configure:1280:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hdspmixer/configure:1281:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hdspmixer/configure-1282-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1382-*)
alsa-tools-1.2.2/hdspmixer/configure:1383:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdspmixer/configure-1384-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdspmixer/configure:1385:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdspmixer/configure-1386-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1719-    *\'*)
alsa-tools-1.2.2/hdspmixer/configure:1720:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspmixer/configure-1721-    esac
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1802-      case $ac_val in
alsa-tools-1.2.2/hdspmixer/configure:1803:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdspmixer/configure-1804-      esac
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1817-	case $ac_val in
alsa-tools-1.2.2/hdspmixer/configure:1818:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdspmixer/configure-1819-	esac
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1937-    set,)
alsa-tools-1.2.2/hdspmixer/configure:1938:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hdspmixer/configure:1939:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hdspmixer/configure-1940-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1948-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hdspmixer/configure:1949:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hdspmixer/configure:1950:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hdspmixer/configure-1951-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hdspmixer/configure-1968-    case $ac_new_val in
alsa-tools-1.2.2/hdspmixer/configure:1969:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspmixer/configure-1970-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2143-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdspmixer/configure:2144:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdspmixer/configure-2145-     if test "$*" = "X"; then
alsa-tools-1.2.2/hdspmixer/configure-2146-	# -L didn't work.
alsa-tools-1.2.2/hdspmixer/configure:2147:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdspmixer/configure-2148-     fi
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2194-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hdspmixer/configure:2195:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hdspmixer/configure-2196-
alsa-tools-1.2.2/hdspmixer/configure-2197-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdspmixer/configure:2198:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdspmixer/configure-2199-
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2339-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hdspmixer/configure:2340:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hdspmixer/configure-2341-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2412-set x ${MAKE-make}
alsa-tools-1.2.2/hdspmixer/configure:2413:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-2414-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2422-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdspmixer/configure:2423:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdspmixer/configure-2424-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2488-
alsa-tools-1.2.2/hdspmixer/configure:2489:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdspmixer/configure-2490-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2781-$as_echo_n "checking whether the C++ compiler works... " >&6; }
alsa-tools-1.2.2/hdspmixer/configure:2782:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hdspmixer/configure-2783-
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2825-	then :; else
alsa-tools-1.2.2/hdspmixer/configure:2826:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdspmixer/configure-2827-	fi
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2885-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hdspmixer/configure:2886:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdspmixer/configure-2887-	  break;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-2994-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hdspmixer/configure:2995:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hdspmixer/configure-2996-       break;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-3226-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspmixer/configure:3227:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdspmixer/configure-3228-  fi
##############################################
alsa-tools-1.2.2/hdspmixer/configure-3328-set x ${MAKE-make}
alsa-tools-1.2.2/hdspmixer/configure:3329:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdspmixer/configure-3330-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdspmixer/configure-3338-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdspmixer/configure:3339:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdspmixer/configure-3340-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdspmixer/configure-3983-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspmixer/configure:3984:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdspmixer/configure-3985-  fi
##############################################
alsa-tools-1.2.2/hdspmixer/configure-4240-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hdspmixer/configure:4241:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hdspmixer/configure-4242-*GNU*)
##############################################
alsa-tools-1.2.2/hdspmixer/configure-4306-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hdspmixer/configure:4307:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hdspmixer/configure-4308-*GNU*)
##############################################
alsa-tools-1.2.2/hdspmixer/configure-4498-    for ac_var in incroot usrlibdir libdir; do
alsa-tools-1.2.2/hdspmixer/configure:4499:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
alsa-tools-1.2.2/hdspmixer/configure-4500-    done
##############################################
alsa-tools-1.2.2/hdspmixer/configure-4608-  LIBS=$ac_save_LIBS
alsa-tools-1.2.2/hdspmixer/configure:4609:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
alsa-tools-1.2.2/hdspmixer/configure-4610-do
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5053-   :
alsa-tools-1.2.2/hdspmixer/configure:5054:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdspmixer/configure:5055:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdspmixer/configure-5056-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5124-fi
alsa-tools-1.2.2/hdspmixer/configure:5125:FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
alsa-tools-1.2.2/hdspmixer/configure:5126:FLTK_LIBS="`$FLTK_CONFIG --ldflags`"
alsa-tools-1.2.2/hdspmixer/configure-5127-
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5257-'
alsa-tools-1.2.2/hdspmixer/configure:5258:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hdspmixer/configure-5259-
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5266-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hdspmixer/configure:5267:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hdspmixer/configure-5268-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5365-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdspmixer/configure:5366:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspmixer/configure-5367-  as_echo='print -r --'
alsa-tools-1.2.2/hdspmixer/configure-5368-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdspmixer/configure:5369:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdspmixer/configure-5370-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5372-else
alsa-tools-1.2.2/hdspmixer/configure:5373:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdspmixer/configure-5374-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5382-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdspmixer/configure:5383:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdspmixer/configure-5384-      esac;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5459-# ----------------------------------------
alsa-tools-1.2.2/hdspmixer/configure:5460:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdspmixer/configure-5461-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5531-  {
alsa-tools-1.2.2/hdspmixer/configure:5532:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdspmixer/configure-5533-  }
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5635-      case $as_dir in #(
alsa-tools-1.2.2/hdspmixer/configure:5636:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdspmixer/configure-5637-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5761-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hdspmixer/configure:5762:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hdspmixer/configure-5763-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5786-  --*=?*)
alsa-tools-1.2.2/hdspmixer/configure:5787:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdspmixer/configure:5788:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hdspmixer/configure-5789-    ac_shift=:
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5791-  --*=)
alsa-tools-1.2.2/hdspmixer/configure:5792:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdspmixer/configure-5793-    ac_optarg=
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5815-    case $ac_optarg in
alsa-tools-1.2.2/hdspmixer/configure:5816:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdspmixer/configure-5817-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5941-fi
alsa-tools-1.2.2/hdspmixer/configure:5942:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hdspmixer/configure-5943-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5958-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hdspmixer/configure:5959:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hdspmixer/configure-5960-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hdspmixer/configure-5964-
alsa-tools-1.2.2/hdspmixer/configure:5965:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hdspmixer/configure-5966-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6126-      esac
alsa-tools-1.2.2/hdspmixer/configure:6127:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hdspmixer/configure-6128-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6185-*)
alsa-tools-1.2.2/hdspmixer/configure:6186:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdspmixer/configure-6187-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdspmixer/configure:6188:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdspmixer/configure-6189-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6246-/@mandir@/p'
alsa-tools-1.2.2/hdspmixer/configure:6247:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hdspmixer/configure-6248-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6263-
alsa-tools-1.2.2/hdspmixer/configure:6264:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hdspmixer/configure-6265-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6291-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hdspmixer/configure:6292:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hdspmixer/configure-6293-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hdspmixer/configure-6335-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdspmixer/configure:6336:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdspmixer/configure-6337-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-49-  { \
alsa-tools-1.2.2/hdspmixer/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-175-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/hdspmixer/Makefile.in:176:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-177-    if test "$$first" != "."; then \
alsa-tools-1.2.2/hdspmixer/Makefile.in-178-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/hdspmixer/Makefile.in:179:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:180:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-181-      else \
alsa-tools-1.2.2/hdspmixer/Makefile.in:182:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-183-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/hdspmixer/Makefile.in:184:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-185-        else \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-190-    fi; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:191:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-192-  done; \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-350-	dot_seen=no; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:351:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-352-	case "$@" in \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-413-GTAGS:
alsa-tools-1.2.2/hdspmixer/Makefile.in:414:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdspmixer/Makefile.in-415-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-448-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hdspmixer/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-462-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspmixer/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspmixer/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-573-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:574:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hdspmixer/Makefile.in-575-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-617-	}; \
alsa-tools-1.2.2/hdspmixer/Makefile.in:618:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdspmixer/Makefile.in-619-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hdspmixer/Makefile.in-629-	fi
alsa-tools-1.2.2/hdspmixer/Makefile.in:630:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdspmixer/Makefile.in-631-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-234-      fi
alsa-tools-1.2.2/hdspmixer/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hdspmixer/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hdspmixer/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hdspmixer/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-287-    else
alsa-tools-1.2.2/hdspmixer/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hdspmixer/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hdspmixer/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdspmixer/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hdspmixer/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdspmixer/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hdspmixer/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hdspmixer/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hdspmixer/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hdspmixer/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hdspmixer/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hdspmixer/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-50-  { \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-492-.cxx.obj:
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:493:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-494-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:497:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-498-
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-528-GTAGS:
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:529:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-530-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-554-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:555:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:556:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-557-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-568-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in:569:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspmixer/src/Makefile.in-570-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspmixer/compile-67-	mingw/*)
alsa-tools-1.2.2/hdspmixer/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hdspmixer/compile-69-	  ;;
alsa-tools-1.2.2/hdspmixer/compile-70-	cygwin/*)
alsa-tools-1.2.2/hdspmixer/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hdspmixer/compile-72-	  ;;
alsa-tools-1.2.2/hdspmixer/compile-73-	wine/*)
alsa-tools-1.2.2/hdspmixer/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hdspmixer/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hdspmixer/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hdspmixer/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hdspmixer/compile-312-
##############################################
alsa-tools-1.2.2/hdspmixer/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hdspmixer/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hdspmixer/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-49-  { \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-51-  }; \
##############################################
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-260-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in:261:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in:262:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-263-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-274-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in:275:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspmixer/pixmaps/Makefile.in-276-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspmixer/pixmaps/buttons.xpm-356-"    + @     Z `  . . . . . . . . . . . . . . . . . . . . . . . . . .` Z     Z `  . . . . . . . . . . . . . . . . . . . . . . . . . .` Z   # +           ",
alsa-tools-1.2.2/hdspmixer/pixmaps/buttons.xpm:357:"    + @     `  .....S m ....+.S ..@.......X 0 X #.X P ..6 X X $.....%.`     `  .....&.P @.*...=.-.8 8 -.=...@.......=.-.8 8 -.=.....%.`   # +           ",
alsa-tools-1.2.2/hdspmixer/pixmaps/buttons.xpm-358-"    + @     ;. .>.>.,.'.>.>.).!.>.@.>.>.>.u >.>.@.>.>.>.@.>.>.>.>.>.%.;.    ;. .>.>.~.  >.{.>.].^.{./.(._.>.@.>.>.>.].^.{./.(._.>.>.%.;.  # +           ",
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-306-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:307:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-308-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-319-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:320:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:321:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-322-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-333-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:334:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-335-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-470-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:471:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:472:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:473:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:474:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-475-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-480-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:481:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:482:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:483:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in:484:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.in-485-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am-14-	for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:15:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:16:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:17:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:18:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am-19-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am-24-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:25:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:26:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:27:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am:28:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/hdspmixer/desktop/Makefile.am-29-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/hdspmixer/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/hdspmixer/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hdspmixer/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdspmixer/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdspmixer/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdspmixer/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-570-      || continue
alsa-tools-1.2.2/hdspmixer/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hdspmixer/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hdspmixer/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdspmixer/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-797-    * )
alsa-tools-1.2.2/hdspmixer/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hdspmixer/aclocal.m4-799-  esac
alsa-tools-1.2.2/hdspmixer/aclocal.m4-800-done
alsa-tools-1.2.2/hdspmixer/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hdspmixer/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/hdspmixer/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdspmixer/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hdspmixer/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/hdspmixer/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdspmixer/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/hdspmixer/configure.ac-16-fi
alsa-tools-1.2.2/hdspmixer/configure.ac:17:FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
alsa-tools-1.2.2/hdspmixer/configure.ac:18:FLTK_LIBS="`$FLTK_CONFIG --ldflags`"
alsa-tools-1.2.2/hdspmixer/configure.ac-19-
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-64-  case $1 in
alsa-tools-1.2.2/hda-verb/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hda-verb/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-73-{
alsa-tools-1.2.2/hda-verb/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hda-verb/depcomp-75-}
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hda-verb/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hda-verb/depcomp-128-
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-405-        sleep 1
alsa-tools-1.2.2/hda-verb/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hda-verb/depcomp-407-      done
alsa-tools-1.2.2/hda-verb/depcomp-408-    fi
alsa-tools-1.2.2/hda-verb/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hda-verb/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hda-verb/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hda-verb/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hda-verb/depcomp-659-  done
alsa-tools-1.2.2/hda-verb/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hda-verb/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hda-verb/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hda-verb/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hda-verb/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hda-verb/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hda-verb/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hda-verb/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hda-verb/configure-50-else
alsa-tools-1.2.2/hda-verb/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hda-verb/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hda-verb/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hda-verb/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hda-verb/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hda-verb/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hda-verb/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hda-verb/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hda-verb/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hda-verb/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hda-verb/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-397-  {
alsa-tools-1.2.2/hda-verb/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hda-verb/configure-399-  }
##############################################
alsa-tools-1.2.2/hda-verb/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hda-verb/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hda-verb/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hda-verb/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hda-verb/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hda-verb/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hda-verb/configure-754-  case $ac_option in
alsa-tools-1.2.2/hda-verb/configure:755:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hda-verb/configure-756-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-798-  -disable-* | --disable-*)
alsa-tools-1.2.2/hda-verb/configure:799:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hda-verb/configure-800-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hda-verb/configure-803-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hda-verb/configure:804:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hda-verb/configure-805-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hda-verb/configure-824-  -enable-* | --enable-*)
alsa-tools-1.2.2/hda-verb/configure:825:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hda-verb/configure-826-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hda-verb/configure-829-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hda-verb/configure:830:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hda-verb/configure-831-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hda-verb/configure-1028-  -with-* | --with-*)
alsa-tools-1.2.2/hda-verb/configure:1029:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hda-verb/configure-1030-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hda-verb/configure-1033-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hda-verb/configure:1034:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hda-verb/configure-1035-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hda-verb/configure-1044-  -without-* | --without-*)
alsa-tools-1.2.2/hda-verb/configure:1045:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hda-verb/configure-1046-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hda-verb/configure-1049-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hda-verb/configure:1050:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hda-verb/configure-1051-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hda-verb/configure-1082-  *=*)
alsa-tools-1.2.2/hda-verb/configure:1083:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hda-verb/configure-1084-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hda-verb/configure-1103-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hda-verb/configure:1104:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hda-verb/configure-1105-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hda-verb/configure-1125-    */ )
alsa-tools-1.2.2/hda-verb/configure:1126:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hda-verb/configure-1127-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-1160-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hda-verb/configure:1161:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hda-verb/configure-1162-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hda-verb/configure-1216-case $srcdir in
alsa-tools-1.2.2/hda-verb/configure:1217:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hda-verb/configure-1218-esac
##############################################
alsa-tools-1.2.2/hda-verb/configure-1259-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hda-verb/configure:1260:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hda-verb/configure:1261:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hda-verb/configure-1262-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hda-verb/configure-1345-*)
alsa-tools-1.2.2/hda-verb/configure:1346:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hda-verb/configure-1347-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hda-verb/configure:1348:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hda-verb/configure-1349-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hda-verb/configure-1598-    *\'*)
alsa-tools-1.2.2/hda-verb/configure:1599:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hda-verb/configure-1600-    esac
##############################################
alsa-tools-1.2.2/hda-verb/configure-1681-      case $ac_val in
alsa-tools-1.2.2/hda-verb/configure:1682:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hda-verb/configure-1683-      esac
##############################################
alsa-tools-1.2.2/hda-verb/configure-1696-	case $ac_val in
alsa-tools-1.2.2/hda-verb/configure:1697:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hda-verb/configure-1698-	esac
##############################################
alsa-tools-1.2.2/hda-verb/configure-1816-    set,)
alsa-tools-1.2.2/hda-verb/configure:1817:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hda-verb/configure:1818:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hda-verb/configure-1819-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-1827-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hda-verb/configure:1828:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hda-verb/configure:1829:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hda-verb/configure-1830-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hda-verb/configure-1847-    case $ac_new_val in
alsa-tools-1.2.2/hda-verb/configure:1848:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hda-verb/configure-1849-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-2022-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hda-verb/configure:2023:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hda-verb/configure-2024-     if test "$*" = "X"; then
alsa-tools-1.2.2/hda-verb/configure-2025-	# -L didn't work.
alsa-tools-1.2.2/hda-verb/configure:2026:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hda-verb/configure-2027-     fi
##############################################
alsa-tools-1.2.2/hda-verb/configure-2073-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hda-verb/configure:2074:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hda-verb/configure-2075-
alsa-tools-1.2.2/hda-verb/configure-2076-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hda-verb/configure:2077:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hda-verb/configure-2078-
##############################################
alsa-tools-1.2.2/hda-verb/configure-2218-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hda-verb/configure:2219:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hda-verb/configure-2220-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hda-verb/configure-2291-set x ${MAKE-make}
alsa-tools-1.2.2/hda-verb/configure:2292:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hda-verb/configure-2293-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hda-verb/configure-2301-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hda-verb/configure:2302:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hda-verb/configure-2303-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hda-verb/configure-2367-
alsa-tools-1.2.2/hda-verb/configure:2368:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hda-verb/configure-2369-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hda-verb/configure-2851-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/hda-verb/configure:2852:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hda-verb/configure-2853-
##############################################
alsa-tools-1.2.2/hda-verb/configure-2895-	then :; else
alsa-tools-1.2.2/hda-verb/configure:2896:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hda-verb/configure-2897-	fi
##############################################
alsa-tools-1.2.2/hda-verb/configure-2955-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hda-verb/configure:2956:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hda-verb/configure-2957-	  break;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-3064-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hda-verb/configure:3065:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hda-verb/configure-3066-       break;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-3445-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hda-verb/configure:3446:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hda-verb/configure-3447-  fi
##############################################
alsa-tools-1.2.2/hda-verb/configure-3703-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hda-verb/configure:3704:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hda-verb/configure-3705-*GNU*)
##############################################
alsa-tools-1.2.2/hda-verb/configure-3769-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hda-verb/configure:3770:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hda-verb/configure-3771-*GNU*)
##############################################
alsa-tools-1.2.2/hda-verb/configure-4053-'
alsa-tools-1.2.2/hda-verb/configure:4054:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hda-verb/configure-4055-
##############################################
alsa-tools-1.2.2/hda-verb/configure-4062-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hda-verb/configure:4063:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hda-verb/configure-4064-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hda-verb/configure-4157-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hda-verb/configure:4158:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hda-verb/configure-4159-  as_echo='print -r --'
alsa-tools-1.2.2/hda-verb/configure-4160-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hda-verb/configure:4161:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hda-verb/configure-4162-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hda-verb/configure-4164-else
alsa-tools-1.2.2/hda-verb/configure:4165:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hda-verb/configure-4166-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hda-verb/configure-4174-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hda-verb/configure:4175:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hda-verb/configure-4176-      esac;
##############################################
alsa-tools-1.2.2/hda-verb/configure-4251-# ----------------------------------------
alsa-tools-1.2.2/hda-verb/configure:4252:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hda-verb/configure-4253-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hda-verb/configure-4323-  {
alsa-tools-1.2.2/hda-verb/configure:4324:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hda-verb/configure-4325-  }
##############################################
alsa-tools-1.2.2/hda-verb/configure-4427-      case $as_dir in #(
alsa-tools-1.2.2/hda-verb/configure:4428:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hda-verb/configure-4429-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-4553-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hda-verb/configure:4554:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hda-verb/configure-4555-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hda-verb/configure-4578-  --*=?*)
alsa-tools-1.2.2/hda-verb/configure:4579:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hda-verb/configure:4580:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hda-verb/configure-4581-    ac_shift=:
##############################################
alsa-tools-1.2.2/hda-verb/configure-4583-  --*=)
alsa-tools-1.2.2/hda-verb/configure:4584:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hda-verb/configure-4585-    ac_optarg=
##############################################
alsa-tools-1.2.2/hda-verb/configure-4607-    case $ac_optarg in
alsa-tools-1.2.2/hda-verb/configure:4608:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hda-verb/configure-4609-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-4730-fi
alsa-tools-1.2.2/hda-verb/configure:4731:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hda-verb/configure-4732-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hda-verb/configure-4747-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hda-verb/configure:4748:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hda-verb/configure-4749-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hda-verb/configure-4753-
alsa-tools-1.2.2/hda-verb/configure:4754:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hda-verb/configure-4755-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hda-verb/configure-4915-      esac
alsa-tools-1.2.2/hda-verb/configure:4916:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hda-verb/configure-4917-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hda-verb/configure-4974-*)
alsa-tools-1.2.2/hda-verb/configure:4975:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hda-verb/configure-4976-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hda-verb/configure:4977:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hda-verb/configure-4978-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hda-verb/configure-5035-/@mandir@/p'
alsa-tools-1.2.2/hda-verb/configure:5036:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hda-verb/configure-5037-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hda-verb/configure-5052-
alsa-tools-1.2.2/hda-verb/configure:5053:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hda-verb/configure-5054-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hda-verb/configure-5080-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hda-verb/configure:5081:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hda-verb/configure-5082-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hda-verb/configure-5124-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hda-verb/configure:5125:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hda-verb/configure-5126-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-51-  { \
alsa-tools-1.2.2/hda-verb/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hda-verb/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-383-.c.obj:
alsa-tools-1.2.2/hda-verb/Makefile.in:384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hda-verb/Makefile.in-385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hda-verb/Makefile.in:388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hda-verb/Makefile.in-389-
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-419-GTAGS:
alsa-tools-1.2.2/hda-verb/Makefile.in:420:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hda-verb/Makefile.in-421-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-454-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hda-verb/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hda-verb/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hda-verb/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-468-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hda-verb/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hda-verb/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-554-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hda-verb/Makefile.in:555:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hda-verb/Makefile.in-556-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-598-	}; \
alsa-tools-1.2.2/hda-verb/Makefile.in:599:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hda-verb/Makefile.in-600-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hda-verb/Makefile.in-610-	fi
alsa-tools-1.2.2/hda-verb/Makefile.in:611:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hda-verb/Makefile.in-612-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-234-      fi
alsa-tools-1.2.2/hda-verb/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hda-verb/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hda-verb/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hda-verb/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-287-    else
alsa-tools-1.2.2/hda-verb/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hda-verb/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hda-verb/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hda-verb/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hda-verb/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hda-verb/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hda-verb/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hda-verb/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hda-verb/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hda-verb/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hda-verb/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hda-verb/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hda-verb/compile-67-	mingw/*)
alsa-tools-1.2.2/hda-verb/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hda-verb/compile-69-	  ;;
alsa-tools-1.2.2/hda-verb/compile-70-	cygwin/*)
alsa-tools-1.2.2/hda-verb/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hda-verb/compile-72-	  ;;
alsa-tools-1.2.2/hda-verb/compile-73-	wine/*)
alsa-tools-1.2.2/hda-verb/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hda-verb/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hda-verb/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hda-verb/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hda-verb/compile-312-
##############################################
alsa-tools-1.2.2/hda-verb/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hda-verb/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hda-verb/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hda-verb/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hda-verb/aclocal.m4-94-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hda-verb/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hda-verb/aclocal.m4-109-])
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hda-verb/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hda-verb/aclocal.m4-207-  fi
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hda-verb/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hda-verb/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-365-      || continue
alsa-tools-1.2.2/hda-verb/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hda-verb/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hda-verb/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hda-verb/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hda-verb/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-592-    * )
alsa-tools-1.2.2/hda-verb/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hda-verb/aclocal.m4-594-  esac
alsa-tools-1.2.2/hda-verb/aclocal.m4-595-done
alsa-tools-1.2.2/hda-verb/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hda-verb/aclocal.m4-597-
##############################################
alsa-tools-1.2.2/hda-verb/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hda-verb/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hda-verb/aclocal.m4-886-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hda-verb/aclocal.m4-887-	# -L didn't work.
alsa-tools-1.2.2/hda-verb/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hda-verb/aclocal.m4-889-     fi
##############################################
alsa-tools-1.2.2/envy24control/depcomp-64-  case $1 in
alsa-tools-1.2.2/envy24control/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/envy24control/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/envy24control/depcomp-73-{
alsa-tools-1.2.2/envy24control/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/envy24control/depcomp-75-}
##############################################
alsa-tools-1.2.2/envy24control/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/envy24control/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/envy24control/depcomp-128-
##############################################
alsa-tools-1.2.2/envy24control/depcomp-405-        sleep 1
alsa-tools-1.2.2/envy24control/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/envy24control/depcomp-407-      done
alsa-tools-1.2.2/envy24control/depcomp-408-    fi
alsa-tools-1.2.2/envy24control/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/envy24control/depcomp-410-  done
##############################################
alsa-tools-1.2.2/envy24control/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/envy24control/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/envy24control/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/envy24control/depcomp-659-  done
alsa-tools-1.2.2/envy24control/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/envy24control/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/envy24control/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/envy24control/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/envy24control/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/envy24control/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/envy24control/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/envy24control/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/envy24control/configure-50-else
alsa-tools-1.2.2/envy24control/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/envy24control/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/envy24control/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/envy24control/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/envy24control/configure-62-      esac;
##############################################
alsa-tools-1.2.2/envy24control/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/envy24control/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/envy24control/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/envy24control/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/envy24control/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/envy24control/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/envy24control/configure-397-  {
alsa-tools-1.2.2/envy24control/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/envy24control/configure-399-  }
##############################################
alsa-tools-1.2.2/envy24control/configure-404-# ----------------------------------------
alsa-tools-1.2.2/envy24control/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/envy24control/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/envy24control/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/envy24control/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/envy24control/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/envy24control/configure-764-  case $ac_option in
alsa-tools-1.2.2/envy24control/configure:765:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/envy24control/configure-766-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/envy24control/configure-808-  -disable-* | --disable-*)
alsa-tools-1.2.2/envy24control/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/envy24control/configure-810-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/envy24control/configure-813-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/envy24control/configure:814:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/envy24control/configure-815-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/envy24control/configure-834-  -enable-* | --enable-*)
alsa-tools-1.2.2/envy24control/configure:835:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/envy24control/configure-836-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/envy24control/configure-839-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/envy24control/configure:840:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/envy24control/configure-841-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/envy24control/configure-1038-  -with-* | --with-*)
alsa-tools-1.2.2/envy24control/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/envy24control/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/envy24control/configure-1043-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/envy24control/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/envy24control/configure-1045-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/envy24control/configure-1054-  -without-* | --without-*)
alsa-tools-1.2.2/envy24control/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/envy24control/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/envy24control/configure-1059-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/envy24control/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/envy24control/configure-1061-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/envy24control/configure-1092-  *=*)
alsa-tools-1.2.2/envy24control/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/envy24control/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/envy24control/configure-1113-if test -n "$ac_prev"; then
alsa-tools-1.2.2/envy24control/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/envy24control/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/envy24control/configure-1135-    */ )
alsa-tools-1.2.2/envy24control/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/envy24control/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/envy24control/configure-1170-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/envy24control/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/envy24control/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/envy24control/configure-1226-case $srcdir in
alsa-tools-1.2.2/envy24control/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/envy24control/configure-1228-esac
##############################################
alsa-tools-1.2.2/envy24control/configure-1269-By default, \`make install' will install all the files in
alsa-tools-1.2.2/envy24control/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/envy24control/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/envy24control/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/envy24control/configure-1364-*)
alsa-tools-1.2.2/envy24control/configure:1365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/envy24control/configure-1366-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/envy24control/configure:1367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/envy24control/configure-1368-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/envy24control/configure-1617-    *\'*)
alsa-tools-1.2.2/envy24control/configure:1618:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/envy24control/configure-1619-    esac
##############################################
alsa-tools-1.2.2/envy24control/configure-1700-      case $ac_val in
alsa-tools-1.2.2/envy24control/configure:1701:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/envy24control/configure-1702-      esac
##############################################
alsa-tools-1.2.2/envy24control/configure-1715-	case $ac_val in
alsa-tools-1.2.2/envy24control/configure:1716:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/envy24control/configure-1717-	esac
##############################################
alsa-tools-1.2.2/envy24control/configure-1835-    set,)
alsa-tools-1.2.2/envy24control/configure:1836:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/envy24control/configure:1837:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/envy24control/configure-1838-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/envy24control/configure-1846-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/envy24control/configure:1847:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/envy24control/configure:1848:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/envy24control/configure-1849-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/envy24control/configure-1866-    case $ac_new_val in
alsa-tools-1.2.2/envy24control/configure:1867:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/envy24control/configure-1868-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/envy24control/configure-2239-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/envy24control/configure:2240:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/envy24control/configure-2241-
##############################################
alsa-tools-1.2.2/envy24control/configure-2283-	then :; else
alsa-tools-1.2.2/envy24control/configure:2284:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/envy24control/configure-2285-	fi
##############################################
alsa-tools-1.2.2/envy24control/configure-2343-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/envy24control/configure:2344:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/envy24control/configure-2345-	  break;;
##############################################
alsa-tools-1.2.2/envy24control/configure-2452-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/envy24control/configure:2453:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/envy24control/configure-2454-       break;;
##############################################
alsa-tools-1.2.2/envy24control/configure-2712-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/envy24control/configure:2713:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/envy24control/configure-2714-
##############################################
alsa-tools-1.2.2/envy24control/configure-3024-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/envy24control/configure:3025:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/envy24control/configure-3026-*GNU*)
##############################################
alsa-tools-1.2.2/envy24control/configure-3090-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/envy24control/configure:3091:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/envy24control/configure-3092-*GNU*)
##############################################
alsa-tools-1.2.2/envy24control/configure-3273-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/envy24control/configure:3274:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/envy24control/configure-3275-     if test "$*" = "X"; then
alsa-tools-1.2.2/envy24control/configure-3276-	# -L didn't work.
alsa-tools-1.2.2/envy24control/configure:3277:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/envy24control/configure-3278-     fi
##############################################
alsa-tools-1.2.2/envy24control/configure-3324-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/envy24control/configure:3325:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/envy24control/configure-3326-
##############################################
alsa-tools-1.2.2/envy24control/configure-3466-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/envy24control/configure:3467:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/envy24control/configure-3468-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/envy24control/configure-3539-set x ${MAKE-make}
alsa-tools-1.2.2/envy24control/configure:3540:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/envy24control/configure-3541-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/envy24control/configure-3549-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/envy24control/configure:3550:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/envy24control/configure-3551-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/envy24control/configure-3678-
alsa-tools-1.2.2/envy24control/configure:3679:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/envy24control/configure-3680-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/envy24control/configure-3779-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/envy24control/configure:3780:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/envy24control/configure-3781-  fi
##############################################
alsa-tools-1.2.2/envy24control/configure-4079-  test $ac_status = 0; }; then
alsa-tools-1.2.2/envy24control/configure:4080:  pkg_cv_ENVY24CONTROL_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 alsa >= 0.9.0" 2>/dev/null`
alsa-tools-1.2.2/envy24control/configure-4081-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/envy24control/configure-4096-  test $ac_status = 0; }; then
alsa-tools-1.2.2/envy24control/configure:4097:  pkg_cv_ENVY24CONTROL_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 alsa >= 0.9.0" 2>/dev/null`
alsa-tools-1.2.2/envy24control/configure-4098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/envy24control/configure-4117-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/envy24control/configure:4118:	        ENVY24CONTROL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 alsa >= 0.9.0" 2>&1`
alsa-tools-1.2.2/envy24control/configure-4119-        else
alsa-tools-1.2.2/envy24control/configure:4120:	        ENVY24CONTROL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 alsa >= 0.9.0" 2>&1`
alsa-tools-1.2.2/envy24control/configure-4121-        fi
##############################################
alsa-tools-1.2.2/envy24control/configure-4284-'
alsa-tools-1.2.2/envy24control/configure:4285:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/envy24control/configure-4286-
##############################################
alsa-tools-1.2.2/envy24control/configure-4293-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/envy24control/configure:4294:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/envy24control/configure-4295-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/envy24control/configure-4388-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/envy24control/configure:4389:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/envy24control/configure-4390-  as_echo='print -r --'
alsa-tools-1.2.2/envy24control/configure-4391-  as_echo_n='print -rn --'
alsa-tools-1.2.2/envy24control/configure:4392:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/envy24control/configure-4393-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/envy24control/configure-4395-else
alsa-tools-1.2.2/envy24control/configure:4396:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/envy24control/configure-4397-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/envy24control/configure-4405-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/envy24control/configure:4406:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/envy24control/configure-4407-      esac;
##############################################
alsa-tools-1.2.2/envy24control/configure-4482-# ----------------------------------------
alsa-tools-1.2.2/envy24control/configure:4483:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/envy24control/configure-4484-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/envy24control/configure-4554-  {
alsa-tools-1.2.2/envy24control/configure:4555:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/envy24control/configure-4556-  }
##############################################
alsa-tools-1.2.2/envy24control/configure-4658-      case $as_dir in #(
alsa-tools-1.2.2/envy24control/configure:4659:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/envy24control/configure-4660-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/envy24control/configure-4784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/envy24control/configure:4785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/envy24control/configure-4786-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/envy24control/configure-4809-  --*=?*)
alsa-tools-1.2.2/envy24control/configure:4810:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/envy24control/configure:4811:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/envy24control/configure-4812-    ac_shift=:
##############################################
alsa-tools-1.2.2/envy24control/configure-4814-  --*=)
alsa-tools-1.2.2/envy24control/configure:4815:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/envy24control/configure-4816-    ac_optarg=
##############################################
alsa-tools-1.2.2/envy24control/configure-4838-    case $ac_optarg in
alsa-tools-1.2.2/envy24control/configure:4839:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/envy24control/configure-4840-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/envy24control/configure-4962-fi
alsa-tools-1.2.2/envy24control/configure:4963:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/envy24control/configure-4964-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/envy24control/configure-4979-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/envy24control/configure:4980:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/envy24control/configure-4981-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/envy24control/configure-4985-
alsa-tools-1.2.2/envy24control/configure:4986:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/envy24control/configure-4987-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/envy24control/configure-5147-      esac
alsa-tools-1.2.2/envy24control/configure:5148:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/envy24control/configure-5149-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/envy24control/configure-5206-*)
alsa-tools-1.2.2/envy24control/configure:5207:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/envy24control/configure-5208-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/envy24control/configure:5209:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/envy24control/configure-5210-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/envy24control/configure-5267-/@mandir@/p'
alsa-tools-1.2.2/envy24control/configure:5268:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/envy24control/configure-5269-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/envy24control/configure-5284-
alsa-tools-1.2.2/envy24control/configure:5285:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/envy24control/configure-5286-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/envy24control/configure-5312-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/envy24control/configure:5313:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/envy24control/configure-5314-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/envy24control/configure-5356-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/envy24control/configure:5357:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/envy24control/configure-5358-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-50-  { \
alsa-tools-1.2.2/envy24control/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-158-  esac
alsa-tools-1.2.2/envy24control/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/envy24control/Makefile.in-160-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/envy24control/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/envy24control/Makefile.in-162-    *) f=$$p;; \
alsa-tools-1.2.2/envy24control/Makefile.in-163-  esac;
alsa-tools-1.2.2/envy24control/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/envy24control/Makefile.in-165-am__install_max = 40
alsa-tools-1.2.2/envy24control/Makefile.in-166-am__nobase_strip_setup = \
alsa-tools-1.2.2/envy24control/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/envy24control/Makefile.in-168-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-236-  while test -n "$$dir1"; do \
alsa-tools-1.2.2/envy24control/Makefile.in:237:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-238-    if test "$$first" != "."; then \
alsa-tools-1.2.2/envy24control/Makefile.in-239-      if test "$$first" = ".."; then \
alsa-tools-1.2.2/envy24control/Makefile.in:240:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alsa-tools-1.2.2/envy24control/Makefile.in:241:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-242-      else \
alsa-tools-1.2.2/envy24control/Makefile.in:243:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-244-        if test "$$first2" = "$$first"; then \
alsa-tools-1.2.2/envy24control/Makefile.in:245:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-246-        else \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-251-    fi; \
alsa-tools-1.2.2/envy24control/Makefile.in:252:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alsa-tools-1.2.2/envy24control/Makefile.in-253-  done; \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-482-.c.obj:
alsa-tools-1.2.2/envy24control/Makefile.in:483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/envy24control/Makefile.in-484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/envy24control/Makefile.in:487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/envy24control/Makefile.in-488-install-man1: $(man_MANS)
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-492-	test -n "$(man1dir)" \
alsa-tools-1.2.2/envy24control/Makefile.in:493:	  && test -n "`echo $$list1$$list2`" \
alsa-tools-1.2.2/envy24control/Makefile.in-494-	  || exit 0; \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-545-	dot_seen=no; \
alsa-tools-1.2.2/envy24control/Makefile.in:546:	target=`echo $@ | sed s/-recursive//`; \
alsa-tools-1.2.2/envy24control/Makefile.in-547-	case "$@" in \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-608-GTAGS:
alsa-tools-1.2.2/envy24control/Makefile.in:609:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/envy24control/Makefile.in-610-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-643-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/envy24control/Makefile.in:644:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/envy24control/Makefile.in:645:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/envy24control/Makefile.in-646-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-657-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/envy24control/Makefile.in:658:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/envy24control/Makefile.in-659-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-768-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/envy24control/Makefile.in:769:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/envy24control/Makefile.in-770-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-812-	}; \
alsa-tools-1.2.2/envy24control/Makefile.in:813:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/envy24control/Makefile.in-814-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/envy24control/Makefile.in-824-	fi
alsa-tools-1.2.2/envy24control/Makefile.in:825:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/envy24control/Makefile.in-826-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/envy24control/install-sh-234-      fi
alsa-tools-1.2.2/envy24control/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/envy24control/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/envy24control/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/envy24control/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/envy24control/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/envy24control/install-sh-287-    else
alsa-tools-1.2.2/envy24control/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/envy24control/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/envy24control/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/envy24control/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/envy24control/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/envy24control/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/envy24control/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/envy24control/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/envy24control/install-sh-419-            case $prefix in
alsa-tools-1.2.2/envy24control/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/envy24control/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/envy24control/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/envy24control/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/envy24control/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/envy24control/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/envy24control/compile-67-	mingw/*)
alsa-tools-1.2.2/envy24control/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/envy24control/compile-69-	  ;;
alsa-tools-1.2.2/envy24control/compile-70-	cygwin/*)
alsa-tools-1.2.2/envy24control/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/envy24control/compile-72-	  ;;
alsa-tools-1.2.2/envy24control/compile-73-	wine/*)
alsa-tools-1.2.2/envy24control/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/envy24control/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/envy24control/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/envy24control/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/envy24control/compile-312-
##############################################
alsa-tools-1.2.2/envy24control/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/envy24control/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/envy24control/compile-318-while true; do
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-50-  { \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-116-  esac
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:117:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-118-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:119:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-120-    *) f=$$p;; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-121-  esac;
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:122:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-123-am__install_max = 40
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-124-am__nobase_strip_setup = \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:125:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-126-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-302-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:303:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-304-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-315-distdir-am: $(DISTFILES)
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:316:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:317:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-318-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-329-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:330:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-331-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-466-	for icon in $(public_icons); do \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:467:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:468:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:469:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:470:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-471-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-476-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:477:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:478:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:479:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in:480:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.in-481-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.am-14-	for icon in $(public_icons); do \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:15:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:16:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:17:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:18:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am-19-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
alsa-tools-1.2.2/envy24control/desktop/Makefile.am-24-	-for icon in $(public_icons); do \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:25:		THEME=`echo $$icon | cut -d_ -f1`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:26:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:27:		SIZE=`echo $$icon | cut -d_ -f3`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am:28:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
alsa-tools-1.2.2/envy24control/desktop/Makefile.am-29-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
alsa-tools-1.2.2/envy24control/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
alsa-tools-1.2.2/envy24control/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/envy24control/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/envy24control/aclocal.m4-181-        else 
alsa-tools-1.2.2/envy24control/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/envy24control/aclocal.m4-183-        fi
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/envy24control/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/envy24control/aclocal.m4-438-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/envy24control/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/envy24control/aclocal.m4-453-])
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/envy24control/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/envy24control/aclocal.m4-551-  fi
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/envy24control/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/envy24control/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-709-      || continue
alsa-tools-1.2.2/envy24control/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/envy24control/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/envy24control/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/envy24control/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/envy24control/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-936-    * )
alsa-tools-1.2.2/envy24control/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/envy24control/aclocal.m4-938-  esac
alsa-tools-1.2.2/envy24control/aclocal.m4-939-done
alsa-tools-1.2.2/envy24control/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/envy24control/aclocal.m4-941-
##############################################
alsa-tools-1.2.2/envy24control/aclocal.m4-1228-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/envy24control/aclocal.m4:1229:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/envy24control/aclocal.m4-1230-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/envy24control/aclocal.m4-1231-	# -L didn't work.
alsa-tools-1.2.2/envy24control/aclocal.m4:1232:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/envy24control/aclocal.m4-1233-     fi
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-64-  case $1 in
alsa-tools-1.2.2/mixartloader/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/mixartloader/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-73-{
alsa-tools-1.2.2/mixartloader/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/mixartloader/depcomp-75-}
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/mixartloader/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/mixartloader/depcomp-128-
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-405-        sleep 1
alsa-tools-1.2.2/mixartloader/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/mixartloader/depcomp-407-      done
alsa-tools-1.2.2/mixartloader/depcomp-408-    fi
alsa-tools-1.2.2/mixartloader/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/mixartloader/depcomp-410-  done
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/mixartloader/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/mixartloader/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/mixartloader/depcomp-659-  done
alsa-tools-1.2.2/mixartloader/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/mixartloader/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/mixartloader/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/mixartloader/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/mixartloader/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/mixartloader/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/mixartloader/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/mixartloader/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/mixartloader/configure-50-else
alsa-tools-1.2.2/mixartloader/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/mixartloader/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/mixartloader/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/mixartloader/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/mixartloader/configure-62-      esac;
##############################################
alsa-tools-1.2.2/mixartloader/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/mixartloader/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/mixartloader/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/mixartloader/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/mixartloader/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/mixartloader/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-397-  {
alsa-tools-1.2.2/mixartloader/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/mixartloader/configure-399-  }
##############################################
alsa-tools-1.2.2/mixartloader/configure-404-# ----------------------------------------
alsa-tools-1.2.2/mixartloader/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/mixartloader/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/mixartloader/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/mixartloader/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/mixartloader/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/mixartloader/configure-761-  case $ac_option in
alsa-tools-1.2.2/mixartloader/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/mixartloader/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/mixartloader/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/mixartloader/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/mixartloader/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/mixartloader/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/mixartloader/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/mixartloader/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/mixartloader/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/mixartloader/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/mixartloader/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/mixartloader/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/mixartloader/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/mixartloader/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/mixartloader/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/mixartloader/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/mixartloader/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/mixartloader/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/mixartloader/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/mixartloader/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/mixartloader/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/mixartloader/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/mixartloader/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/mixartloader/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/mixartloader/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/mixartloader/configure-1089-  *=*)
alsa-tools-1.2.2/mixartloader/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/mixartloader/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/mixartloader/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/mixartloader/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/mixartloader/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/mixartloader/configure-1132-    */ )
alsa-tools-1.2.2/mixartloader/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/mixartloader/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/mixartloader/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/mixartloader/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/mixartloader/configure-1223-case $srcdir in
alsa-tools-1.2.2/mixartloader/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/mixartloader/configure-1225-esac
##############################################
alsa-tools-1.2.2/mixartloader/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/mixartloader/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/mixartloader/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/mixartloader/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/mixartloader/configure-1361-*)
alsa-tools-1.2.2/mixartloader/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/mixartloader/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/mixartloader/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/mixartloader/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/mixartloader/configure-1660-    *\'*)
alsa-tools-1.2.2/mixartloader/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/mixartloader/configure-1662-    esac
##############################################
alsa-tools-1.2.2/mixartloader/configure-1743-      case $ac_val in
alsa-tools-1.2.2/mixartloader/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/mixartloader/configure-1745-      esac
##############################################
alsa-tools-1.2.2/mixartloader/configure-1758-	case $ac_val in
alsa-tools-1.2.2/mixartloader/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/mixartloader/configure-1760-	esac
##############################################
alsa-tools-1.2.2/mixartloader/configure-1878-    set,)
alsa-tools-1.2.2/mixartloader/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/mixartloader/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/mixartloader/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/mixartloader/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/mixartloader/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/mixartloader/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/mixartloader/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/mixartloader/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/mixartloader/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/mixartloader/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/mixartloader/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/mixartloader/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/mixartloader/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/mixartloader/configure-2089-     fi
##############################################
alsa-tools-1.2.2/mixartloader/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/mixartloader/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/mixartloader/configure-2137-
alsa-tools-1.2.2/mixartloader/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/mixartloader/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/mixartloader/configure-2140-
##############################################
alsa-tools-1.2.2/mixartloader/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/mixartloader/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/mixartloader/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/mixartloader/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/mixartloader/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/mixartloader/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/mixartloader/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/mixartloader/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/mixartloader/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/mixartloader/configure-2429-
alsa-tools-1.2.2/mixartloader/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/mixartloader/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/mixartloader/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/mixartloader/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/mixartloader/configure-2915-
##############################################
alsa-tools-1.2.2/mixartloader/configure-2957-	then :; else
alsa-tools-1.2.2/mixartloader/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/mixartloader/configure-2959-	fi
##############################################
alsa-tools-1.2.2/mixartloader/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/mixartloader/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/mixartloader/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/mixartloader/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/mixartloader/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/mixartloader/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/mixartloader/configure-3509-  fi
##############################################
alsa-tools-1.2.2/mixartloader/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/mixartloader/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/mixartloader/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/mixartloader/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/mixartloader/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/mixartloader/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/mixartloader/configure-4384-   :
alsa-tools-1.2.2/mixartloader/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/mixartloader/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/mixartloader/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/mixartloader/configure-4541-'
alsa-tools-1.2.2/mixartloader/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/mixartloader/configure-4543-
##############################################
alsa-tools-1.2.2/mixartloader/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/mixartloader/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/mixartloader/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/mixartloader/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/mixartloader/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/mixartloader/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/mixartloader/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/mixartloader/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/mixartloader/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/mixartloader/configure-4652-else
alsa-tools-1.2.2/mixartloader/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/mixartloader/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/mixartloader/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/mixartloader/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/mixartloader/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/mixartloader/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/mixartloader/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/mixartloader/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/mixartloader/configure-4811-  {
alsa-tools-1.2.2/mixartloader/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/mixartloader/configure-4813-  }
##############################################
alsa-tools-1.2.2/mixartloader/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/mixartloader/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/mixartloader/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/mixartloader/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/mixartloader/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/mixartloader/configure-5066-  --*=?*)
alsa-tools-1.2.2/mixartloader/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/mixartloader/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/mixartloader/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/mixartloader/configure-5071-  --*=)
alsa-tools-1.2.2/mixartloader/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/mixartloader/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/mixartloader/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/mixartloader/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/mixartloader/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-5218-fi
alsa-tools-1.2.2/mixartloader/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/mixartloader/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/mixartloader/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/mixartloader/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/mixartloader/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/mixartloader/configure-5241-
alsa-tools-1.2.2/mixartloader/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/mixartloader/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/mixartloader/configure-5403-      esac
alsa-tools-1.2.2/mixartloader/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/mixartloader/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/mixartloader/configure-5462-*)
alsa-tools-1.2.2/mixartloader/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/mixartloader/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/mixartloader/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/mixartloader/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/mixartloader/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/mixartloader/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/mixartloader/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/mixartloader/configure-5540-
alsa-tools-1.2.2/mixartloader/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/mixartloader/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/mixartloader/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/mixartloader/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/mixartloader/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/mixartloader/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/mixartloader/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/mixartloader/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-234-      fi
alsa-tools-1.2.2/mixartloader/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/mixartloader/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/mixartloader/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/mixartloader/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-287-    else
alsa-tools-1.2.2/mixartloader/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/mixartloader/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/mixartloader/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/mixartloader/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/mixartloader/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/mixartloader/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-419-            case $prefix in
alsa-tools-1.2.2/mixartloader/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/mixartloader/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/mixartloader/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/mixartloader/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/mixartloader/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/mixartloader/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/mixartloader/compile-67-	mingw/*)
alsa-tools-1.2.2/mixartloader/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/mixartloader/compile-69-	  ;;
alsa-tools-1.2.2/mixartloader/compile-70-	cygwin/*)
alsa-tools-1.2.2/mixartloader/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/mixartloader/compile-72-	  ;;
alsa-tools-1.2.2/mixartloader/compile-73-	wine/*)
alsa-tools-1.2.2/mixartloader/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/mixartloader/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/mixartloader/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/mixartloader/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/mixartloader/compile-312-
##############################################
alsa-tools-1.2.2/mixartloader/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/mixartloader/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/mixartloader/compile-318-while true; do
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/mixartloader/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/mixartloader/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/mixartloader/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/mixartloader/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/mixartloader/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/mixartloader/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/mixartloader/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/mixartloader/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/mixartloader/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/mixartloader/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/mixartloader/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-570-      || continue
alsa-tools-1.2.2/mixartloader/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/mixartloader/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/mixartloader/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/mixartloader/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/mixartloader/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-797-    * )
alsa-tools-1.2.2/mixartloader/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/mixartloader/aclocal.m4-799-  esac
alsa-tools-1.2.2/mixartloader/aclocal.m4-800-done
alsa-tools-1.2.2/mixartloader/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/mixartloader/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/mixartloader/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/mixartloader/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/mixartloader/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/mixartloader/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/mixartloader/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/mixartloader/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-50-  { \
alsa-tools-1.2.2/mixartloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/mixartloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/mixartloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/mixartloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/mixartloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/mixartloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/mixartloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/mixartloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/mixartloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/mixartloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/mixartloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/mixartloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/mixartloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/mixartloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/mixartloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/mixartloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/mixartloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/mixartloader/Makefile.in-613-	fi
alsa-tools-1.2.2/mixartloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/mixartloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-64-  case $1 in
alsa-tools-1.2.2/hdajacksensetest/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/hdajacksensetest/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-73-{
alsa-tools-1.2.2/hdajacksensetest/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/hdajacksensetest/depcomp-75-}
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/hdajacksensetest/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/hdajacksensetest/depcomp-128-
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-405-        sleep 1
alsa-tools-1.2.2/hdajacksensetest/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/hdajacksensetest/depcomp-407-      done
alsa-tools-1.2.2/hdajacksensetest/depcomp-408-    fi
alsa-tools-1.2.2/hdajacksensetest/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/hdajacksensetest/depcomp-410-  done
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/hdajacksensetest/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/hdajacksensetest/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/hdajacksensetest/depcomp-659-  done
alsa-tools-1.2.2/hdajacksensetest/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/hdajacksensetest/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdajacksensetest/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajacksensetest/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/hdajacksensetest/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdajacksensetest/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajacksensetest/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-50-else
alsa-tools-1.2.2/hdajacksensetest/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdajacksensetest/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdajacksensetest/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdajacksensetest/configure-62-      esac;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/hdajacksensetest/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/hdajacksensetest/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/hdajacksensetest/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdajacksensetest/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-397-  {
alsa-tools-1.2.2/hdajacksensetest/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdajacksensetest/configure-399-  }
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-404-# ----------------------------------------
alsa-tools-1.2.2/hdajacksensetest/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdajacksensetest/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/hdajacksensetest/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/hdajacksensetest/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-764-  case $ac_option in
alsa-tools-1.2.2/hdajacksensetest/configure:765:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/hdajacksensetest/configure-766-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-808-  -disable-* | --disable-*)
alsa-tools-1.2.2/hdajacksensetest/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-810-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-813-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajacksensetest/configure:814:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-815-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-834-  -enable-* | --enable-*)
alsa-tools-1.2.2/hdajacksensetest/configure:835:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-836-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-839-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajacksensetest/configure:840:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-841-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1038-  -with-* | --with-*)
alsa-tools-1.2.2/hdajacksensetest/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1043-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajacksensetest/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-1045-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1054-  -without-* | --without-*)
alsa-tools-1.2.2/hdajacksensetest/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1059-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/hdajacksensetest/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-1061-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1092-  *=*)
alsa-tools-1.2.2/hdajacksensetest/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/hdajacksensetest/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1113-if test -n "$ac_prev"; then
alsa-tools-1.2.2/hdajacksensetest/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1135-    */ )
alsa-tools-1.2.2/hdajacksensetest/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1170-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/hdajacksensetest/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/hdajacksensetest/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1226-case $srcdir in
alsa-tools-1.2.2/hdajacksensetest/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/hdajacksensetest/configure-1228-esac
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1269-By default, \`make install' will install all the files in
alsa-tools-1.2.2/hdajacksensetest/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/hdajacksensetest/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/hdajacksensetest/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1363-*)
alsa-tools-1.2.2/hdajacksensetest/configure:1364:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdajacksensetest/configure-1365-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdajacksensetest/configure:1366:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdajacksensetest/configure-1367-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1616-    *\'*)
alsa-tools-1.2.2/hdajacksensetest/configure:1617:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajacksensetest/configure-1618-    esac
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1699-      case $ac_val in
alsa-tools-1.2.2/hdajacksensetest/configure:1700:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdajacksensetest/configure-1701-      esac
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1714-	case $ac_val in
alsa-tools-1.2.2/hdajacksensetest/configure:1715:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/hdajacksensetest/configure-1716-	esac
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1834-    set,)
alsa-tools-1.2.2/hdajacksensetest/configure:1835:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/hdajacksensetest/configure:1836:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/hdajacksensetest/configure-1837-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1845-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/hdajacksensetest/configure:1846:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/hdajacksensetest/configure:1847:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/hdajacksensetest/configure-1848-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-1865-    case $ac_new_val in
alsa-tools-1.2.2/hdajacksensetest/configure:1866:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajacksensetest/configure-1867-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2040-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdajacksensetest/configure:2041:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdajacksensetest/configure-2042-     if test "$*" = "X"; then
alsa-tools-1.2.2/hdajacksensetest/configure-2043-	# -L didn't work.
alsa-tools-1.2.2/hdajacksensetest/configure:2044:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdajacksensetest/configure-2045-     fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2091-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/hdajacksensetest/configure:2092:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/hdajacksensetest/configure-2093-
alsa-tools-1.2.2/hdajacksensetest/configure-2094-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdajacksensetest/configure:2095:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdajacksensetest/configure-2096-
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2236-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/hdajacksensetest/configure:2237:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/hdajacksensetest/configure-2238-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2309-set x ${MAKE-make}
alsa-tools-1.2.2/hdajacksensetest/configure:2310:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/hdajacksensetest/configure-2311-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2319-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/hdajacksensetest/configure:2320:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/hdajacksensetest/configure-2321-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2385-
alsa-tools-1.2.2/hdajacksensetest/configure:2386:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdajacksensetest/configure-2387-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2869-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/hdajacksensetest/configure:2870:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/hdajacksensetest/configure-2871-
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2913-	then :; else
alsa-tools-1.2.2/hdajacksensetest/configure:2914:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-2915-	fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-2973-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/hdajacksensetest/configure:2974:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-2975-	  break;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-3082-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/hdajacksensetest/configure:3083:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-3084-       break;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-3463-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdajacksensetest/configure:3464:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/hdajacksensetest/configure-3465-  fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-3721-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/hdajacksensetest/configure:3722:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/hdajacksensetest/configure-3723-*GNU*)
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-3787-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/hdajacksensetest/configure:3788:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/hdajacksensetest/configure-3789-*GNU*)
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4079-  test $ac_status = 0; }; then
alsa-tools-1.2.2/hdajacksensetest/configure:4080:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
alsa-tools-1.2.2/hdajacksensetest/configure-4081-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4096-  test $ac_status = 0; }; then
alsa-tools-1.2.2/hdajacksensetest/configure:4097:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
alsa-tools-1.2.2/hdajacksensetest/configure-4098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4117-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/hdajacksensetest/configure:4118:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0" 2>&1`
alsa-tools-1.2.2/hdajacksensetest/configure-4119-        else
alsa-tools-1.2.2/hdajacksensetest/configure:4120:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0" 2>&1`
alsa-tools-1.2.2/hdajacksensetest/configure-4121-        fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4284-'
alsa-tools-1.2.2/hdajacksensetest/configure:4285:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/hdajacksensetest/configure-4286-
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4293-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/hdajacksensetest/configure:4294:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/hdajacksensetest/configure-4295-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4388-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/hdajacksensetest/configure:4389:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajacksensetest/configure-4390-  as_echo='print -r --'
alsa-tools-1.2.2/hdajacksensetest/configure-4391-  as_echo_n='print -rn --'
alsa-tools-1.2.2/hdajacksensetest/configure:4392:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/hdajacksensetest/configure-4393-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4395-else
alsa-tools-1.2.2/hdajacksensetest/configure:4396:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/hdajacksensetest/configure-4397-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4405-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/hdajacksensetest/configure:4406:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/hdajacksensetest/configure-4407-      esac;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4482-# ----------------------------------------
alsa-tools-1.2.2/hdajacksensetest/configure:4483:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/hdajacksensetest/configure-4484-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4554-  {
alsa-tools-1.2.2/hdajacksensetest/configure:4555:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/hdajacksensetest/configure-4556-  }
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4658-      case $as_dir in #(
alsa-tools-1.2.2/hdajacksensetest/configure:4659:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/hdajacksensetest/configure-4660-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/hdajacksensetest/configure:4785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/hdajacksensetest/configure-4786-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4809-  --*=?*)
alsa-tools-1.2.2/hdajacksensetest/configure:4810:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdajacksensetest/configure:4811:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/hdajacksensetest/configure-4812-    ac_shift=:
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4814-  --*=)
alsa-tools-1.2.2/hdajacksensetest/configure:4815:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/hdajacksensetest/configure-4816-    ac_optarg=
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4838-    case $ac_optarg in
alsa-tools-1.2.2/hdajacksensetest/configure:4839:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/hdajacksensetest/configure-4840-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4961-fi
alsa-tools-1.2.2/hdajacksensetest/configure:4962:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/hdajacksensetest/configure-4963-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4978-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/hdajacksensetest/configure:4979:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/hdajacksensetest/configure-4980-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-4984-
alsa-tools-1.2.2/hdajacksensetest/configure:4985:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/hdajacksensetest/configure-4986-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5146-      esac
alsa-tools-1.2.2/hdajacksensetest/configure:5147:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/hdajacksensetest/configure-5148-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5205-*)
alsa-tools-1.2.2/hdajacksensetest/configure:5206:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/hdajacksensetest/configure-5207-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/hdajacksensetest/configure:5208:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/hdajacksensetest/configure-5209-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5266-/@mandir@/p'
alsa-tools-1.2.2/hdajacksensetest/configure:5267:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/hdajacksensetest/configure-5268-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5283-
alsa-tools-1.2.2/hdajacksensetest/configure:5284:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/hdajacksensetest/configure-5285-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5311-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/hdajacksensetest/configure:5312:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/hdajacksensetest/configure-5313-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/hdajacksensetest/configure-5355-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdajacksensetest/configure:5356:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdajacksensetest/configure-5357-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-50-  { \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-394-.c.o:
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:395:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-396-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-402-.c.obj:
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:403:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:404:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-405-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-409-
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-439-GTAGS:
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:440:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-441-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-474-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:475:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:476:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-477-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-488-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:489:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-490-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-574-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:575:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-576-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-618-	}; \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:619:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-620-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-630-	fi
alsa-tools-1.2.2/hdajacksensetest/Makefile.in:631:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/hdajacksensetest/Makefile.in-632-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-234-      fi
alsa-tools-1.2.2/hdajacksensetest/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/hdajacksensetest/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/hdajacksensetest/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/hdajacksensetest/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-287-    else
alsa-tools-1.2.2/hdajacksensetest/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/hdajacksensetest/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/hdajacksensetest/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdajacksensetest/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/hdajacksensetest/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/hdajacksensetest/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-419-            case $prefix in
alsa-tools-1.2.2/hdajacksensetest/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/hdajacksensetest/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/hdajacksensetest/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/hdajacksensetest/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/hdajacksensetest/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/hdajacksensetest/compile-67-	mingw/*)
alsa-tools-1.2.2/hdajacksensetest/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/hdajacksensetest/compile-69-	  ;;
alsa-tools-1.2.2/hdajacksensetest/compile-70-	cygwin/*)
alsa-tools-1.2.2/hdajacksensetest/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/hdajacksensetest/compile-72-	  ;;
alsa-tools-1.2.2/hdajacksensetest/compile-73-	wine/*)
alsa-tools-1.2.2/hdajacksensetest/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/hdajacksensetest/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/hdajacksensetest/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/hdajacksensetest/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/hdajacksensetest/compile-312-
##############################################
alsa-tools-1.2.2/hdajacksensetest/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/hdajacksensetest/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/hdajacksensetest/compile-318-while true; do
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-181-        else 
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-183-        fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-438-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-453-])
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-551-  fi
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-702-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:703:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-704-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-709-      || continue
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:710:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:711:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-712-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-777-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:778:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-779-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-936-    * )
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:937:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-938-  esac
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-939-done
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:940:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-941-
##############################################
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-1228-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:1229:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-1230-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-1231-	# -L didn't work.
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4:1232:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/hdajacksensetest/aclocal.m4-1233-     fi
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-64-  case $1 in
alsa-tools-1.2.2/sscape_ctl/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/sscape_ctl/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-73-{
alsa-tools-1.2.2/sscape_ctl/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/sscape_ctl/depcomp-75-}
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/sscape_ctl/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/sscape_ctl/depcomp-128-
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-405-        sleep 1
alsa-tools-1.2.2/sscape_ctl/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/sscape_ctl/depcomp-407-      done
alsa-tools-1.2.2/sscape_ctl/depcomp-408-    fi
alsa-tools-1.2.2/sscape_ctl/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/sscape_ctl/depcomp-410-  done
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/sscape_ctl/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/sscape_ctl/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/sscape_ctl/depcomp-659-  done
alsa-tools-1.2.2/sscape_ctl/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/sscape_ctl/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/sscape_ctl/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sscape_ctl/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/sscape_ctl/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/sscape_ctl/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sscape_ctl/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-50-else
alsa-tools-1.2.2/sscape_ctl/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/sscape_ctl/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/sscape_ctl/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/sscape_ctl/configure-62-      esac;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/sscape_ctl/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/sscape_ctl/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/sscape_ctl/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/sscape_ctl/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-397-  {
alsa-tools-1.2.2/sscape_ctl/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/sscape_ctl/configure-399-  }
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-404-# ----------------------------------------
alsa-tools-1.2.2/sscape_ctl/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/sscape_ctl/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/sscape_ctl/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/sscape_ctl/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-761-  case $ac_option in
alsa-tools-1.2.2/sscape_ctl/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/sscape_ctl/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/sscape_ctl/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sscape_ctl/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sscape_ctl/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/sscape_ctl/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sscape_ctl/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sscape_ctl/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/sscape_ctl/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sscape_ctl/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sscape_ctl/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/sscape_ctl/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/sscape_ctl/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/sscape_ctl/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1089-  *=*)
alsa-tools-1.2.2/sscape_ctl/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/sscape_ctl/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/sscape_ctl/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/sscape_ctl/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1132-    */ )
alsa-tools-1.2.2/sscape_ctl/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/sscape_ctl/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/sscape_ctl/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1223-case $srcdir in
alsa-tools-1.2.2/sscape_ctl/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/sscape_ctl/configure-1225-esac
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/sscape_ctl/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/sscape_ctl/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/sscape_ctl/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1361-*)
alsa-tools-1.2.2/sscape_ctl/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/sscape_ctl/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/sscape_ctl/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/sscape_ctl/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1660-    *\'*)
alsa-tools-1.2.2/sscape_ctl/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sscape_ctl/configure-1662-    esac
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1743-      case $ac_val in
alsa-tools-1.2.2/sscape_ctl/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/sscape_ctl/configure-1745-      esac
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1758-	case $ac_val in
alsa-tools-1.2.2/sscape_ctl/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/sscape_ctl/configure-1760-	esac
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1878-    set,)
alsa-tools-1.2.2/sscape_ctl/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/sscape_ctl/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/sscape_ctl/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/sscape_ctl/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/sscape_ctl/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/sscape_ctl/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/sscape_ctl/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sscape_ctl/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/sscape_ctl/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/sscape_ctl/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/sscape_ctl/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/sscape_ctl/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/sscape_ctl/configure-2089-     fi
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/sscape_ctl/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/sscape_ctl/configure-2137-
alsa-tools-1.2.2/sscape_ctl/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/sscape_ctl/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/sscape_ctl/configure-2140-
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/sscape_ctl/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/sscape_ctl/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/sscape_ctl/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/sscape_ctl/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/sscape_ctl/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/sscape_ctl/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2429-
alsa-tools-1.2.2/sscape_ctl/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/sscape_ctl/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/sscape_ctl/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/sscape_ctl/configure-2915-
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-2957-	then :; else
alsa-tools-1.2.2/sscape_ctl/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-2959-	fi
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/sscape_ctl/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/sscape_ctl/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/sscape_ctl/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/sscape_ctl/configure-3509-  fi
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/sscape_ctl/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/sscape_ctl/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/sscape_ctl/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/sscape_ctl/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4384-   :
alsa-tools-1.2.2/sscape_ctl/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/sscape_ctl/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/sscape_ctl/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4541-'
alsa-tools-1.2.2/sscape_ctl/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/sscape_ctl/configure-4543-
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/sscape_ctl/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/sscape_ctl/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/sscape_ctl/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sscape_ctl/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/sscape_ctl/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/sscape_ctl/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/sscape_ctl/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4652-else
alsa-tools-1.2.2/sscape_ctl/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/sscape_ctl/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/sscape_ctl/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/sscape_ctl/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/sscape_ctl/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/sscape_ctl/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4811-  {
alsa-tools-1.2.2/sscape_ctl/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/sscape_ctl/configure-4813-  }
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/sscape_ctl/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/sscape_ctl/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/sscape_ctl/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/sscape_ctl/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5066-  --*=?*)
alsa-tools-1.2.2/sscape_ctl/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/sscape_ctl/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/sscape_ctl/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5071-  --*=)
alsa-tools-1.2.2/sscape_ctl/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/sscape_ctl/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/sscape_ctl/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/sscape_ctl/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5218-fi
alsa-tools-1.2.2/sscape_ctl/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/sscape_ctl/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/sscape_ctl/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/sscape_ctl/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5241-
alsa-tools-1.2.2/sscape_ctl/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/sscape_ctl/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5403-      esac
alsa-tools-1.2.2/sscape_ctl/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/sscape_ctl/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5462-*)
alsa-tools-1.2.2/sscape_ctl/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/sscape_ctl/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/sscape_ctl/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/sscape_ctl/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/sscape_ctl/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/sscape_ctl/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5540-
alsa-tools-1.2.2/sscape_ctl/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/sscape_ctl/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/sscape_ctl/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/sscape_ctl/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/sscape_ctl/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/sscape_ctl/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/sscape_ctl/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-50-  { \
alsa-tools-1.2.2/sscape_ctl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-384-.c.obj:
alsa-tools-1.2.2/sscape_ctl/Makefile.in:385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/sscape_ctl/Makefile.in-386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/sscape_ctl/Makefile.in:389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/sscape_ctl/Makefile.in-390-
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-420-GTAGS:
alsa-tools-1.2.2/sscape_ctl/Makefile.in:421:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-422-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-455-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/sscape_ctl/Makefile.in:456:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in:457:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-458-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-469-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/sscape_ctl/Makefile.in:470:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-471-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-555-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in:556:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-557-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-599-	}; \
alsa-tools-1.2.2/sscape_ctl/Makefile.in:600:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-601-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/sscape_ctl/Makefile.in-611-	fi
alsa-tools-1.2.2/sscape_ctl/Makefile.in:612:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/sscape_ctl/Makefile.in-613-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-234-      fi
alsa-tools-1.2.2/sscape_ctl/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/sscape_ctl/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/sscape_ctl/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/sscape_ctl/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-287-    else
alsa-tools-1.2.2/sscape_ctl/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/sscape_ctl/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/sscape_ctl/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/sscape_ctl/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/sscape_ctl/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/sscape_ctl/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-419-            case $prefix in
alsa-tools-1.2.2/sscape_ctl/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/sscape_ctl/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/sscape_ctl/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/sscape_ctl/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/sscape_ctl/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/sscape_ctl/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/sscape_ctl/compile-67-	mingw/*)
alsa-tools-1.2.2/sscape_ctl/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/sscape_ctl/compile-69-	  ;;
alsa-tools-1.2.2/sscape_ctl/compile-70-	cygwin/*)
alsa-tools-1.2.2/sscape_ctl/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/sscape_ctl/compile-72-	  ;;
alsa-tools-1.2.2/sscape_ctl/compile-73-	wine/*)
alsa-tools-1.2.2/sscape_ctl/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/sscape_ctl/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/sscape_ctl/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/sscape_ctl/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/sscape_ctl/compile-312-
##############################################
alsa-tools-1.2.2/sscape_ctl/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/sscape_ctl/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/sscape_ctl/compile-318-while true; do
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-570-      || continue
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-797-    * )
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-799-  esac
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-800-done
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/sscape_ctl/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/sscape_ctl/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/vxloader/depcomp-64-  case $1 in
alsa-tools-1.2.2/vxloader/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/vxloader/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/vxloader/depcomp-73-{
alsa-tools-1.2.2/vxloader/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/vxloader/depcomp-75-}
##############################################
alsa-tools-1.2.2/vxloader/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/vxloader/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/vxloader/depcomp-128-
##############################################
alsa-tools-1.2.2/vxloader/depcomp-405-        sleep 1
alsa-tools-1.2.2/vxloader/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/vxloader/depcomp-407-      done
alsa-tools-1.2.2/vxloader/depcomp-408-    fi
alsa-tools-1.2.2/vxloader/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/vxloader/depcomp-410-  done
##############################################
alsa-tools-1.2.2/vxloader/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/vxloader/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/vxloader/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/vxloader/depcomp-659-  done
alsa-tools-1.2.2/vxloader/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/vxloader/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/vxloader/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/vxloader/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/vxloader/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/vxloader/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/vxloader/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/vxloader/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/vxloader/configure-50-else
alsa-tools-1.2.2/vxloader/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/vxloader/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/vxloader/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/vxloader/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/vxloader/configure-62-      esac;
##############################################
alsa-tools-1.2.2/vxloader/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/vxloader/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/vxloader/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/vxloader/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/vxloader/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/vxloader/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/vxloader/configure-397-  {
alsa-tools-1.2.2/vxloader/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/vxloader/configure-399-  }
##############################################
alsa-tools-1.2.2/vxloader/configure-404-# ----------------------------------------
alsa-tools-1.2.2/vxloader/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/vxloader/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/vxloader/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/vxloader/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/vxloader/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/vxloader/configure-761-  case $ac_option in
alsa-tools-1.2.2/vxloader/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/vxloader/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/vxloader/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/vxloader/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/vxloader/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/vxloader/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/vxloader/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/vxloader/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/vxloader/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/vxloader/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/vxloader/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/vxloader/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/vxloader/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/vxloader/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/vxloader/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/vxloader/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/vxloader/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/vxloader/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/vxloader/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/vxloader/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/vxloader/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/vxloader/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/vxloader/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/vxloader/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/vxloader/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/vxloader/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/vxloader/configure-1089-  *=*)
alsa-tools-1.2.2/vxloader/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/vxloader/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/vxloader/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/vxloader/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/vxloader/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/vxloader/configure-1132-    */ )
alsa-tools-1.2.2/vxloader/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/vxloader/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/vxloader/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/vxloader/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/vxloader/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/vxloader/configure-1223-case $srcdir in
alsa-tools-1.2.2/vxloader/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/vxloader/configure-1225-esac
##############################################
alsa-tools-1.2.2/vxloader/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/vxloader/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/vxloader/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/vxloader/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/vxloader/configure-1361-*)
alsa-tools-1.2.2/vxloader/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/vxloader/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/vxloader/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/vxloader/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/vxloader/configure-1660-    *\'*)
alsa-tools-1.2.2/vxloader/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/vxloader/configure-1662-    esac
##############################################
alsa-tools-1.2.2/vxloader/configure-1743-      case $ac_val in
alsa-tools-1.2.2/vxloader/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/vxloader/configure-1745-      esac
##############################################
alsa-tools-1.2.2/vxloader/configure-1758-	case $ac_val in
alsa-tools-1.2.2/vxloader/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/vxloader/configure-1760-	esac
##############################################
alsa-tools-1.2.2/vxloader/configure-1878-    set,)
alsa-tools-1.2.2/vxloader/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/vxloader/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/vxloader/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/vxloader/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/vxloader/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/vxloader/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/vxloader/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/vxloader/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/vxloader/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/vxloader/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/vxloader/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/vxloader/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/vxloader/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/vxloader/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/vxloader/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/vxloader/configure-2089-     fi
##############################################
alsa-tools-1.2.2/vxloader/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/vxloader/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/vxloader/configure-2137-
alsa-tools-1.2.2/vxloader/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/vxloader/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/vxloader/configure-2140-
##############################################
alsa-tools-1.2.2/vxloader/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/vxloader/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/vxloader/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/vxloader/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/vxloader/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/vxloader/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/vxloader/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/vxloader/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/vxloader/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/vxloader/configure-2429-
alsa-tools-1.2.2/vxloader/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/vxloader/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/vxloader/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/vxloader/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/vxloader/configure-2915-
##############################################
alsa-tools-1.2.2/vxloader/configure-2957-	then :; else
alsa-tools-1.2.2/vxloader/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/vxloader/configure-2959-	fi
##############################################
alsa-tools-1.2.2/vxloader/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/vxloader/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/vxloader/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/vxloader/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/vxloader/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/vxloader/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/vxloader/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/vxloader/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/vxloader/configure-3509-  fi
##############################################
alsa-tools-1.2.2/vxloader/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/vxloader/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/vxloader/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/vxloader/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/vxloader/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/vxloader/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/vxloader/configure-4384-   :
alsa-tools-1.2.2/vxloader/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/vxloader/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/vxloader/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/vxloader/configure-4541-'
alsa-tools-1.2.2/vxloader/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/vxloader/configure-4543-
##############################################
alsa-tools-1.2.2/vxloader/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/vxloader/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/vxloader/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/vxloader/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/vxloader/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/vxloader/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/vxloader/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/vxloader/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/vxloader/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/vxloader/configure-4652-else
alsa-tools-1.2.2/vxloader/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/vxloader/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/vxloader/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/vxloader/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/vxloader/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/vxloader/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/vxloader/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/vxloader/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/vxloader/configure-4811-  {
alsa-tools-1.2.2/vxloader/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/vxloader/configure-4813-  }
##############################################
alsa-tools-1.2.2/vxloader/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/vxloader/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/vxloader/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/vxloader/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/vxloader/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/vxloader/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/vxloader/configure-5066-  --*=?*)
alsa-tools-1.2.2/vxloader/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/vxloader/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/vxloader/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/vxloader/configure-5071-  --*=)
alsa-tools-1.2.2/vxloader/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/vxloader/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/vxloader/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/vxloader/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/vxloader/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/vxloader/configure-5218-fi
alsa-tools-1.2.2/vxloader/configure:5219:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/vxloader/configure-5220-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/vxloader/configure-5235-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/vxloader/configure:5236:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/vxloader/configure-5237-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/vxloader/configure-5241-
alsa-tools-1.2.2/vxloader/configure:5242:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/vxloader/configure-5243-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/vxloader/configure-5403-      esac
alsa-tools-1.2.2/vxloader/configure:5404:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/vxloader/configure-5405-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/vxloader/configure-5462-*)
alsa-tools-1.2.2/vxloader/configure:5463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/vxloader/configure-5464-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/vxloader/configure:5465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/vxloader/configure-5466-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/vxloader/configure-5523-/@mandir@/p'
alsa-tools-1.2.2/vxloader/configure:5524:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/vxloader/configure-5525-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/vxloader/configure-5540-
alsa-tools-1.2.2/vxloader/configure:5541:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/vxloader/configure-5542-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/vxloader/configure-5568-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/vxloader/configure:5569:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/vxloader/configure-5570-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/vxloader/configure-5612-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/vxloader/configure:5613:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/vxloader/configure-5614-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/vxloader/install-sh-234-      fi
alsa-tools-1.2.2/vxloader/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/vxloader/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/vxloader/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/vxloader/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/vxloader/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/vxloader/install-sh-287-    else
alsa-tools-1.2.2/vxloader/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/vxloader/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/vxloader/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/vxloader/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/vxloader/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/vxloader/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/vxloader/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/vxloader/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/vxloader/install-sh-419-            case $prefix in
alsa-tools-1.2.2/vxloader/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/vxloader/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/vxloader/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/vxloader/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/vxloader/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/vxloader/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/vxloader/compile-67-	mingw/*)
alsa-tools-1.2.2/vxloader/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/vxloader/compile-69-	  ;;
alsa-tools-1.2.2/vxloader/compile-70-	cygwin/*)
alsa-tools-1.2.2/vxloader/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/vxloader/compile-72-	  ;;
alsa-tools-1.2.2/vxloader/compile-73-	wine/*)
alsa-tools-1.2.2/vxloader/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/vxloader/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/vxloader/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/vxloader/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/vxloader/compile-312-
##############################################
alsa-tools-1.2.2/vxloader/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/vxloader/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/vxloader/compile-318-while true; do
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/vxloader/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/vxloader/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/vxloader/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/vxloader/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/vxloader/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/vxloader/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/vxloader/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/vxloader/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/vxloader/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/vxloader/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/vxloader/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-570-      || continue
alsa-tools-1.2.2/vxloader/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/vxloader/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/vxloader/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/vxloader/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/vxloader/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-797-    * )
alsa-tools-1.2.2/vxloader/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/vxloader/aclocal.m4-799-  esac
alsa-tools-1.2.2/vxloader/aclocal.m4-800-done
alsa-tools-1.2.2/vxloader/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/vxloader/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/vxloader/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/vxloader/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/vxloader/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/vxloader/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/vxloader/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/vxloader/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-50-  { \
alsa-tools-1.2.2/vxloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/vxloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/vxloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/vxloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/vxloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/vxloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/vxloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/vxloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/vxloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/vxloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/vxloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/vxloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/vxloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/vxloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/vxloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/vxloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/vxloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/vxloader/Makefile.in-613-	fi
alsa-tools-1.2.2/vxloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/vxloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-64-  case $1 in
alsa-tools-1.2.2/usx2yloader/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alsa-tools-1.2.2/usx2yloader/depcomp-66-      *) dir=;;
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-73-{
alsa-tools-1.2.2/usx2yloader/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alsa-tools-1.2.2/usx2yloader/depcomp-75-}
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alsa-tools-1.2.2/usx2yloader/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alsa-tools-1.2.2/usx2yloader/depcomp-128-
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-405-        sleep 1
alsa-tools-1.2.2/usx2yloader/depcomp:406:        i=`expr $i - 1`
alsa-tools-1.2.2/usx2yloader/depcomp-407-      done
alsa-tools-1.2.2/usx2yloader/depcomp-408-    fi
alsa-tools-1.2.2/usx2yloader/depcomp:409:    i=`expr $i - 1`
alsa-tools-1.2.2/usx2yloader/depcomp-410-  done
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-425-  # Do two passes, one to just change these to
alsa-tools-1.2.2/usx2yloader/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alsa-tools-1.2.2/usx2yloader/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alsa-tools-1.2.2/usx2yloader/depcomp-659-  done
alsa-tools-1.2.2/usx2yloader/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alsa-tools-1.2.2/usx2yloader/depcomp-661-  touch "$tmpdepfile"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/usx2yloader/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/usx2yloader/configure-45-  as_echo='print -r --'
alsa-tools-1.2.2/usx2yloader/configure-46-  as_echo_n='print -rn --'
alsa-tools-1.2.2/usx2yloader/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/usx2yloader/configure-48-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/usx2yloader/configure-50-else
alsa-tools-1.2.2/usx2yloader/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/usx2yloader/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/usx2yloader/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/usx2yloader/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/usx2yloader/configure-62-      esac;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alsa-tools-1.2.2/usx2yloader/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alsa-tools-1.2.2/usx2yloader/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-324-      case $as_dir in #(
alsa-tools-1.2.2/usx2yloader/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/usx2yloader/configure-326-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-397-  {
alsa-tools-1.2.2/usx2yloader/configure:398:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/usx2yloader/configure-399-  }
##############################################
alsa-tools-1.2.2/usx2yloader/configure-404-# ----------------------------------------
alsa-tools-1.2.2/usx2yloader/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/usx2yloader/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/usx2yloader/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alsa-tools-1.2.2/usx2yloader/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alsa-tools-1.2.2/usx2yloader/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alsa-tools-1.2.2/usx2yloader/configure-761-  case $ac_option in
alsa-tools-1.2.2/usx2yloader/configure:762:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alsa-tools-1.2.2/usx2yloader/configure-763-  *=)   ac_optarg= ;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-805-  -disable-* | --disable-*)
alsa-tools-1.2.2/usx2yloader/configure:806:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alsa-tools-1.2.2/usx2yloader/configure-807-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-810-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/usx2yloader/configure:811:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/usx2yloader/configure-812-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-831-  -enable-* | --enable-*)
alsa-tools-1.2.2/usx2yloader/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alsa-tools-1.2.2/usx2yloader/configure-833-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-836-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/usx2yloader/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/usx2yloader/configure-838-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1035-  -with-* | --with-*)
alsa-tools-1.2.2/usx2yloader/configure:1036:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alsa-tools-1.2.2/usx2yloader/configure-1037-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1040-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/usx2yloader/configure:1041:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/usx2yloader/configure-1042-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1051-  -without-* | --without-*)
alsa-tools-1.2.2/usx2yloader/configure:1052:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alsa-tools-1.2.2/usx2yloader/configure-1053-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1056-    ac_useropt_orig=$ac_useropt
alsa-tools-1.2.2/usx2yloader/configure:1057:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alsa-tools-1.2.2/usx2yloader/configure-1058-    case $ac_user_opts in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1089-  *=*)
alsa-tools-1.2.2/usx2yloader/configure:1090:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alsa-tools-1.2.2/usx2yloader/configure-1091-    # Reject names that are not valid shell variable names.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1110-if test -n "$ac_prev"; then
alsa-tools-1.2.2/usx2yloader/configure:1111:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alsa-tools-1.2.2/usx2yloader/configure-1112-  as_fn_error $? "missing argument to $ac_option"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1132-    */ )
alsa-tools-1.2.2/usx2yloader/configure:1133:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alsa-tools-1.2.2/usx2yloader/configure-1134-      eval $ac_var=\$ac_val;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1167-ac_ls_di=`ls -di .` &&
alsa-tools-1.2.2/usx2yloader/configure:1168:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alsa-tools-1.2.2/usx2yloader/configure-1169-  as_fn_error $? "working directory cannot be determined"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1223-case $srcdir in
alsa-tools-1.2.2/usx2yloader/configure:1224:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alsa-tools-1.2.2/usx2yloader/configure-1225-esac
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1266-By default, \`make install' will install all the files in
alsa-tools-1.2.2/usx2yloader/configure:1267:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alsa-tools-1.2.2/usx2yloader/configure:1268:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alsa-tools-1.2.2/usx2yloader/configure-1269-for instance \`--prefix=\$HOME'.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1361-*)
alsa-tools-1.2.2/usx2yloader/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/usx2yloader/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/usx2yloader/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/usx2yloader/configure-1365-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1660-    *\'*)
alsa-tools-1.2.2/usx2yloader/configure:1661:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/usx2yloader/configure-1662-    esac
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1743-      case $ac_val in
alsa-tools-1.2.2/usx2yloader/configure:1744:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/usx2yloader/configure-1745-      esac
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1758-	case $ac_val in
alsa-tools-1.2.2/usx2yloader/configure:1759:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alsa-tools-1.2.2/usx2yloader/configure-1760-	esac
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1878-    set,)
alsa-tools-1.2.2/usx2yloader/configure:1879:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alsa-tools-1.2.2/usx2yloader/configure:1880:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alsa-tools-1.2.2/usx2yloader/configure-1881-      ac_cache_corrupted=: ;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1889-	# differences in whitespace do not lead to failure.
alsa-tools-1.2.2/usx2yloader/configure:1890:	ac_old_val_w=`echo x $ac_old_val`
alsa-tools-1.2.2/usx2yloader/configure:1891:	ac_new_val_w=`echo x $ac_new_val`
alsa-tools-1.2.2/usx2yloader/configure-1892-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alsa-tools-1.2.2/usx2yloader/configure-1909-    case $ac_new_val in
alsa-tools-1.2.2/usx2yloader/configure:1910:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/usx2yloader/configure-1911-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2084-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/usx2yloader/configure:2085:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/usx2yloader/configure-2086-     if test "$*" = "X"; then
alsa-tools-1.2.2/usx2yloader/configure-2087-	# -L didn't work.
alsa-tools-1.2.2/usx2yloader/configure:2088:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/usx2yloader/configure-2089-     fi
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2135-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alsa-tools-1.2.2/usx2yloader/configure:2136:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alsa-tools-1.2.2/usx2yloader/configure-2137-
alsa-tools-1.2.2/usx2yloader/configure-2138-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/usx2yloader/configure:2139:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/usx2yloader/configure-2140-
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2280-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alsa-tools-1.2.2/usx2yloader/configure:2281:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alsa-tools-1.2.2/usx2yloader/configure-2282-	     'mkdir (GNU coreutils) '* | \
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2353-set x ${MAKE-make}
alsa-tools-1.2.2/usx2yloader/configure:2354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alsa-tools-1.2.2/usx2yloader/configure-2355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alsa-tools-1.2.2/usx2yloader/configure:2364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alsa-tools-1.2.2/usx2yloader/configure-2365-  *@@@%%%=?*=@@@%%%*)
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2429-
alsa-tools-1.2.2/usx2yloader/configure:2430:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/usx2yloader/configure-2431-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2913-$as_echo_n "checking whether the C compiler works... " >&6; }
alsa-tools-1.2.2/usx2yloader/configure:2914:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alsa-tools-1.2.2/usx2yloader/configure-2915-
##############################################
alsa-tools-1.2.2/usx2yloader/configure-2957-	then :; else
alsa-tools-1.2.2/usx2yloader/configure:2958:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/usx2yloader/configure-2959-	fi
##############################################
alsa-tools-1.2.2/usx2yloader/configure-3017-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alsa-tools-1.2.2/usx2yloader/configure:3018:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alsa-tools-1.2.2/usx2yloader/configure-3019-	  break;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-3126-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alsa-tools-1.2.2/usx2yloader/configure:3127:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alsa-tools-1.2.2/usx2yloader/configure-3128-       break;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-3507-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/usx2yloader/configure:3508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alsa-tools-1.2.2/usx2yloader/configure-3509-  fi
##############################################
alsa-tools-1.2.2/usx2yloader/configure-3765-  # Check for GNU $ac_path_GREP
alsa-tools-1.2.2/usx2yloader/configure:3766:case `"$ac_path_GREP" --version 2>&1` in
alsa-tools-1.2.2/usx2yloader/configure-3767-*GNU*)
##############################################
alsa-tools-1.2.2/usx2yloader/configure-3831-  # Check for GNU $ac_path_EGREP
alsa-tools-1.2.2/usx2yloader/configure:3832:case `"$ac_path_EGREP" --version 2>&1` in
alsa-tools-1.2.2/usx2yloader/configure-3833-*GNU*)
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4384-   :
alsa-tools-1.2.2/usx2yloader/configure:4385:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/usx2yloader/configure:4386:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/usx2yloader/configure-4387-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4541-'
alsa-tools-1.2.2/usx2yloader/configure:4542:DEFS=`sed -n "$ac_script" confdefs.h`
alsa-tools-1.2.2/usx2yloader/configure-4543-
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4550-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alsa-tools-1.2.2/usx2yloader/configure:4551:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alsa-tools-1.2.2/usx2yloader/configure-4552-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4645-if test -z "$BASH_VERSION$ZSH_VERSION" \
alsa-tools-1.2.2/usx2yloader/configure:4646:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/usx2yloader/configure-4647-  as_echo='print -r --'
alsa-tools-1.2.2/usx2yloader/configure-4648-  as_echo_n='print -rn --'
alsa-tools-1.2.2/usx2yloader/configure:4649:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alsa-tools-1.2.2/usx2yloader/configure-4650-  as_echo='printf %s\n'
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4652-else
alsa-tools-1.2.2/usx2yloader/configure:4653:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alsa-tools-1.2.2/usx2yloader/configure-4654-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4662-	expr "X$arg" : "X\\(.*\\)$as_nl";
alsa-tools-1.2.2/usx2yloader/configure:4663:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alsa-tools-1.2.2/usx2yloader/configure-4664-      esac;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4739-# ----------------------------------------
alsa-tools-1.2.2/usx2yloader/configure:4740:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alsa-tools-1.2.2/usx2yloader/configure-4741-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4811-  {
alsa-tools-1.2.2/usx2yloader/configure:4812:    as_val=`expr "$@" || test $? -eq 1`
alsa-tools-1.2.2/usx2yloader/configure-4813-  }
##############################################
alsa-tools-1.2.2/usx2yloader/configure-4915-      case $as_dir in #(
alsa-tools-1.2.2/usx2yloader/configure:4916:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alsa-tools-1.2.2/usx2yloader/configure-4917-      *) as_qdir=$as_dir;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5041-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alsa-tools-1.2.2/usx2yloader/configure:5042:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alsa-tools-1.2.2/usx2yloader/configure-5043-ac_cs_version="\\
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5066-  --*=?*)
alsa-tools-1.2.2/usx2yloader/configure:5067:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/usx2yloader/configure:5068:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alsa-tools-1.2.2/usx2yloader/configure-5069-    ac_shift=:
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5071-  --*=)
alsa-tools-1.2.2/usx2yloader/configure:5072:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alsa-tools-1.2.2/usx2yloader/configure-5073-    ac_optarg=
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5095-    case $ac_optarg in
alsa-tools-1.2.2/usx2yloader/configure:5096:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alsa-tools-1.2.2/usx2yloader/configure-5097-    '') as_fn_error $? "missing file argument" ;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5220-fi
alsa-tools-1.2.2/usx2yloader/configure:5221:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alsa-tools-1.2.2/usx2yloader/configure-5222-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5237-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alsa-tools-1.2.2/usx2yloader/configure:5238:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alsa-tools-1.2.2/usx2yloader/configure-5239-ac_delim='%!_!# '
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5243-
alsa-tools-1.2.2/usx2yloader/configure:5244:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alsa-tools-1.2.2/usx2yloader/configure-5245-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5405-      esac
alsa-tools-1.2.2/usx2yloader/configure:5406:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alsa-tools-1.2.2/usx2yloader/configure-5407-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5464-*)
alsa-tools-1.2.2/usx2yloader/configure:5465:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alsa-tools-1.2.2/usx2yloader/configure-5466-  # A ".." for each directory in $ac_dir_suffix.
alsa-tools-1.2.2/usx2yloader/configure:5467:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alsa-tools-1.2.2/usx2yloader/configure-5468-  case $ac_top_builddir_sub in
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5525-/@mandir@/p'
alsa-tools-1.2.2/usx2yloader/configure:5526:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alsa-tools-1.2.2/usx2yloader/configure-5527-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5542-
alsa-tools-1.2.2/usx2yloader/configure:5543:# Neutralize VPATH when `$srcdir' = `.'.
alsa-tools-1.2.2/usx2yloader/configure-5544-# Shell code in configure.ac might set extrasub.
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5570-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alsa-tools-1.2.2/usx2yloader/configure:5571:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alsa-tools-1.2.2/usx2yloader/configure-5572-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alsa-tools-1.2.2/usx2yloader/configure-5614-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/usx2yloader/configure:5615:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
alsa-tools-1.2.2/usx2yloader/configure-5616-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-234-      fi
alsa-tools-1.2.2/usx2yloader/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alsa-tools-1.2.2/usx2yloader/install-sh-236-    *)
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-280-      dstdir=$dst
alsa-tools-1.2.2/usx2yloader/install-sh:281:      dstbase=`basename "$src"`
alsa-tools-1.2.2/usx2yloader/install-sh-282-      case $dst in
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-287-    else
alsa-tools-1.2.2/usx2yloader/install-sh:288:      dstdir=`dirname "$dst"`
alsa-tools-1.2.2/usx2yloader/install-sh-289-      test -d "$dstdir"
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-354-                   test_tmpdir="$tmpdir/a"
alsa-tools-1.2.2/usx2yloader/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/usx2yloader/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
alsa-tools-1.2.2/usx2yloader/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
alsa-tools-1.2.2/usx2yloader/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-419-            case $prefix in
alsa-tools-1.2.2/usx2yloader/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alsa-tools-1.2.2/usx2yloader/install-sh-421-              *) qprefix=$prefix;;
##############################################
alsa-tools-1.2.2/usx2yloader/install-sh-468-    if $copy_on_change &&
alsa-tools-1.2.2/usx2yloader/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alsa-tools-1.2.2/usx2yloader/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alsa-tools-1.2.2/usx2yloader/install-sh-471-       set -f &&
##############################################
alsa-tools-1.2.2/usx2yloader/compile-67-	mingw/*)
alsa-tools-1.2.2/usx2yloader/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
alsa-tools-1.2.2/usx2yloader/compile-69-	  ;;
alsa-tools-1.2.2/usx2yloader/compile-70-	cygwin/*)
alsa-tools-1.2.2/usx2yloader/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
alsa-tools-1.2.2/usx2yloader/compile-72-	  ;;
alsa-tools-1.2.2/usx2yloader/compile-73-	wine/*)
alsa-tools-1.2.2/usx2yloader/compile:74:	  file=`winepath -w "$file" || echo "$file"`
alsa-tools-1.2.2/usx2yloader/compile-75-	  ;;
##############################################
alsa-tools-1.2.2/usx2yloader/compile-310-# Name of file we expect compiler to create.
alsa-tools-1.2.2/usx2yloader/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
alsa-tools-1.2.2/usx2yloader/compile-312-
##############################################
alsa-tools-1.2.2/usx2yloader/compile-316-# object file name, since that is what matters with a parallel build.
alsa-tools-1.2.2/usx2yloader/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
alsa-tools-1.2.2/usx2yloader/compile-318-while true; do
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-200-   ifelse([$2], , :, [$2])
alsa-tools-1.2.2/usx2yloader/aclocal.m4:201:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
alsa-tools-1.2.2/usx2yloader/aclocal.m4:202:   LIBS=`echo $LIBS | sed 's/  //'`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-203-   LIBS="-lasound $LIBS"
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-297-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alsa-tools-1.2.2/usx2yloader/aclocal.m4:298:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-299-# and then we would define $MISSING as
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-312-# Expand $ac_aux_dir to an absolute path.
alsa-tools-1.2.2/usx2yloader/aclocal.m4:313:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-314-])
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-410-  if test "$am_compiler_list" = ""; then
alsa-tools-1.2.2/usx2yloader/aclocal.m4:411:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-412-  fi
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-563-    # Strip MF so we end up with the name of the file.
alsa-tools-1.2.2/usx2yloader/aclocal.m4:564:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-565-    # Check whether this is an Automake generated Makefile which includes
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-570-      || continue
alsa-tools-1.2.2/usx2yloader/aclocal.m4:571:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
alsa-tools-1.2.2/usx2yloader/aclocal.m4:572:    am_filepart=`AS_BASENAME(["$am_mf"])`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-573-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-638-AC_REQUIRE([AC_PROG_INSTALL])dnl
alsa-tools-1.2.2/usx2yloader/aclocal.m4:639:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alsa-tools-1.2.2/usx2yloader/aclocal.m4-640-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-797-    * )
alsa-tools-1.2.2/usx2yloader/aclocal.m4:798:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alsa-tools-1.2.2/usx2yloader/aclocal.m4-799-  esac
alsa-tools-1.2.2/usx2yloader/aclocal.m4-800-done
alsa-tools-1.2.2/usx2yloader/aclocal.m4:801:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alsa-tools-1.2.2/usx2yloader/aclocal.m4-802-
##############################################
alsa-tools-1.2.2/usx2yloader/aclocal.m4-1089-     echo "timestamp, slept: $am_has_slept" > conftest.file
alsa-tools-1.2.2/usx2yloader/aclocal.m4:1090:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-1091-     if test "$[*]" = "X"; then
alsa-tools-1.2.2/usx2yloader/aclocal.m4-1092-	# -L didn't work.
alsa-tools-1.2.2/usx2yloader/aclocal.m4:1093:	set X `ls -t "$srcdir/configure" conftest.file`
alsa-tools-1.2.2/usx2yloader/aclocal.m4-1094-     fi
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-51-  { \
alsa-tools-1.2.2/usx2yloader/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/usx2yloader/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-107-usx2yloader_LDADD = $(LDADD)
alsa-tools-1.2.2/usx2yloader/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/usx2yloader/Makefile.in-109-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/usx2yloader/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/usx2yloader/Makefile.in-111-    *) f=$$p;; \
alsa-tools-1.2.2/usx2yloader/Makefile.in-112-  esac;
alsa-tools-1.2.2/usx2yloader/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/usx2yloader/Makefile.in-114-am__install_max = 40
alsa-tools-1.2.2/usx2yloader/Makefile.in-115-am__nobase_strip_setup = \
alsa-tools-1.2.2/usx2yloader/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/usx2yloader/Makefile.in-117-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-458-.c.obj:
alsa-tools-1.2.2/usx2yloader/Makefile.in:459:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/usx2yloader/Makefile.in-460-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/usx2yloader/Makefile.in:463:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/usx2yloader/Makefile.in-464-
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-494-GTAGS:
alsa-tools-1.2.2/usx2yloader/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/usx2yloader/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-529-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/usx2yloader/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/usx2yloader/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/usx2yloader/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-543-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/usx2yloader/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/usx2yloader/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-629-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/usx2yloader/Makefile.in:630:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/usx2yloader/Makefile.in-631-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-673-	}; \
alsa-tools-1.2.2/usx2yloader/Makefile.in:674:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/usx2yloader/Makefile.in-675-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/usx2yloader/Makefile.in-685-	fi
alsa-tools-1.2.2/usx2yloader/Makefile.in:686:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/usx2yloader/Makefile.in-687-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/debian/as10k1.1-34-\fB\-o \fR\fB\fIemu10k1 file\fR\fR
alsa-tools-1.2.2/debian/as10k1.1:35:Specify an output file, default is based on input, Substituting .asm to .emu10k1
alsa-tools-1.2.2/debian/as10k1.1-36-.TP
##############################################
alsa-tools-1.2.2/debian/as10k1.xml-91-	  <para>Specify an output file, default is based on input,
alsa-tools-1.2.2/debian/as10k1.xml:92:	  Substituting .asm to .emu10k1
alsa-tools-1.2.2/debian/as10k1.xml-93-	  </para>
##############################################
alsa-tools-1.2.2/debian/rules-148-	dh_strip
alsa-tools-1.2.2/debian/rules:149:	# Exclude .asm files because only one is over 4k, and only slightly
alsa-tools-1.2.2/debian/rules-150-	dh_compress -X.asm
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-51-  { \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-107-usx2yloader_LDADD = $(LDADD)
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-109-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-111-    *) f=$$p;; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-112-  esac;
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-114-am__install_max = 40
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-115-am__nobase_strip_setup = \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-117-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-458-.c.obj:
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:459:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-460-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:463:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-464-
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-494-GTAGS:
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-529-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-543-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-629-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:630:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-631-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-673-	}; \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:674:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-675-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-685-	fi
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in:686:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/usx2yloader_udev.patch/usx2yloader/Makefile.in-687-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-50-  { \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-385-.c.obj:
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:386:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-387-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:390:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-391-
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-421-GTAGS:
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:422:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-423-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-456-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-470-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-556-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:557:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-558-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-600-	}; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:601:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-602-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-612-	fi
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in:613:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/hdsploader/Makefile.in-614-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-50-  { \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-613-	fi
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/mixartloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-50-  { \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-613-	fi
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/pcxhrloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-51-  { \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-53-  }; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-107-usx2yloader_LDADD = $(LDADD)
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-109-am__vpath_adj = case $$p in \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-111-    *) f=$$p;; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-112-  esac;
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-114-am__install_max = 40
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-115-am__nobase_strip_setup = \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-117-am__nobase_strip = \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-458-.c.obj:
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:459:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-460-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:463:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-464-
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-494-GTAGS:
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-529-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-543-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-629-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:630:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-631-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-673-	}; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:674:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-675-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-685-	fi
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in:686:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/usx2yloader/Makefile.in-687-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-50-  { \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-52-  }; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-386-.c.obj:
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:387:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:391:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-392-
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-422-GTAGS:
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-471-	  if test -d $$d/$$file; then \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-557-	test -d $(distdir)/_build || exit 0; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:558:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-559-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-601-	}; \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:602:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-603-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-613-	fi
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in:614:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alsa-tools-1.2.2/.pc/firmware_locations.patch/vxloader/Makefile.in-615-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c-56-"     -o [emu10k1 file]     Specify an output file, default is based input,\n"
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c:57:"                           Substituting .asm to .emu10k1\n"
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c-58-"     -d [dbg_options...]   Turn on debug messages.\n"
##############################################
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c-232-
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c:233:/*this function is called to open a asm file and parse it using the parse function.
alsa-tools-1.2.2/.pc/spellfix-occured-to-ocured.patch/as10k1/as10k1.c-234-this function is called by the main function and also by the parse function