===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aegisub-3.2.2+dfsg/config.guess-34-
aegisub-3.2.2+dfsg/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aegisub-3.2.2+dfsg/config.guess-36-
##############################################
aegisub-3.2.2+dfsg/config.guess-102-: ${TMPDIR=/tmp} ;
aegisub-3.2.2+dfsg/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aegisub-3.2.2+dfsg/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aegisub-3.2.2+dfsg/config.guess-151-	EOF
aegisub-3.2.2+dfsg/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
aegisub-3.2.2+dfsg/config.guess-153-	;;
##############################################
aegisub-3.2.2+dfsg/config.guess-209-	    *)
aegisub-3.2.2+dfsg/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
aegisub-3.2.2+dfsg/config.guess-211-		;;
##############################################
aegisub-3.2.2+dfsg/config.guess-240-	*4.0)
aegisub-3.2.2+dfsg/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aegisub-3.2.2+dfsg/config.guess-242-		;;
aegisub-3.2.2+dfsg/config.guess-243-	*5.*)
aegisub-3.2.2+dfsg/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aegisub-3.2.2+dfsg/config.guess-245-		;;
##############################################
aegisub-3.2.2+dfsg/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
aegisub-3.2.2+dfsg/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aegisub-3.2.2+dfsg/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
aegisub-3.2.2+dfsg/config.guess-288-	# 1.2 uses "1.2" for uname -r.
aegisub-3.2.2+dfsg/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
aegisub-3.2.2+dfsg/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aegisub-3.2.2+dfsg/config.guess-348-    s390x:SunOS:*:*)
aegisub-3.2.2+dfsg/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-350-	exit ;;
aegisub-3.2.2+dfsg/config.guess-351-    sun4H:SunOS:5.*:*)
aegisub-3.2.2+dfsg/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-353-	exit ;;
aegisub-3.2.2+dfsg/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aegisub-3.2.2+dfsg/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-356-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-373-	fi
aegisub-3.2.2+dfsg/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-375-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
aegisub-3.2.2+dfsg/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-381-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
aegisub-3.2.2+dfsg/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
aegisub-3.2.2+dfsg/config.guess-390-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-394-    sun*:*:4.2BSD:*)
aegisub-3.2.2+dfsg/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aegisub-3.2.2+dfsg/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
aegisub-3.2.2+dfsg/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
aegisub-3.2.2+dfsg/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aegisub-3.2.2+dfsg/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
aegisub-3.2.2+dfsg/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aegisub-3.2.2+dfsg/config.guess-532-    *:IRIX*:*:*)
aegisub-3.2.2+dfsg/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
aegisub-3.2.2+dfsg/config.guess-534-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-562-EOF
aegisub-3.2.2+dfsg/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
aegisub-3.2.2+dfsg/config.guess-564-		then
##############################################
aegisub-3.2.2+dfsg/config.guess-575-    *:AIX:*:[4567])
aegisub-3.2.2+dfsg/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aegisub-3.2.2+dfsg/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
aegisub-3.2.2+dfsg/config.guess-610-    9000/[34678]??:HP-UX:*:*)
aegisub-3.2.2+dfsg/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aegisub-3.2.2+dfsg/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
aegisub-3.2.2+dfsg/config.guess-664-EOF
aegisub-3.2.2+dfsg/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
aegisub-3.2.2+dfsg/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aegisub-3.2.2+dfsg/config.guess-692-    ia64:HP-UX:*:*)
aegisub-3.2.2+dfsg/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
aegisub-3.2.2+dfsg/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
aegisub-3.2.2+dfsg/config.guess-722-EOF
aegisub-3.2.2+dfsg/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
aegisub-3.2.2+dfsg/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aegisub-3.2.2+dfsg/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
aegisub-3.2.2+dfsg/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
aegisub-3.2.2+dfsg/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aegisub-3.2.2+dfsg/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
aegisub-3.2.2+dfsg/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
aegisub-3.2.2+dfsg/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aegisub-3.2.2+dfsg/config.guess-814-	    amd64)
aegisub-3.2.2+dfsg/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aegisub-3.2.2+dfsg/config.guess-816-	    *)
aegisub-3.2.2+dfsg/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
aegisub-3.2.2+dfsg/config.guess-818-	esac
##############################################
aegisub-3.2.2+dfsg/config.guess-872-    prep*:SunOS:5.*:*)
aegisub-3.2.2+dfsg/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
aegisub-3.2.2+dfsg/config.guess-874-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-876-	# the GNU system
aegisub-3.2.2+dfsg/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
aegisub-3.2.2+dfsg/config.guess-878-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-880-	# other systems with GNU libc and userland
aegisub-3.2.2+dfsg/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
aegisub-3.2.2+dfsg/config.guess-882-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-968-EOF
aegisub-3.2.2+dfsg/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
aegisub-3.2.2+dfsg/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
aegisub-3.2.2+dfsg/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
aegisub-3.2.2+dfsg/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
aegisub-3.2.2+dfsg/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aegisub-3.2.2+dfsg/config.guess-1262-	fi
aegisub-3.2.2+dfsg/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
aegisub-3.2.2+dfsg/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
aegisub-3.2.2+dfsg/config.guess-1347-    *:DragonFly:*:*)
aegisub-3.2.2+dfsg/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
aegisub-3.2.2+dfsg/config.guess-1349-	exit ;;
##############################################
aegisub-3.2.2+dfsg/config.guess-1360-    i*86:skyos:*:*)
aegisub-3.2.2+dfsg/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
aegisub-3.2.2+dfsg/config.guess-1362-	exit ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-89-    PKG_CHECK_EXISTS([$3],
aegisub-3.2.2+dfsg/aclocal.m4:90:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
aegisub-3.2.2+dfsg/aclocal.m4-91-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-138-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/aclocal.m4:139:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
aegisub-3.2.2+dfsg/aclocal.m4-140-        else 
aegisub-3.2.2+dfsg/aclocal.m4:141:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
aegisub-3.2.2+dfsg/aclocal.m4-142-        fi
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-543-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
aegisub-3.2.2+dfsg/aclocal.m4:544:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
aegisub-3.2.2+dfsg/aclocal.m4-545-      fi
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-932-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
aegisub-3.2.2+dfsg/aclocal.m4:933:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
aegisub-3.2.2+dfsg/aclocal.m4-934-    AC_MSG_RESULT([
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1018-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aegisub-3.2.2+dfsg/aclocal.m4:1019:case `$LD -v 2>&1 </dev/null` in
aegisub-3.2.2+dfsg/aclocal.m4-1020-*GNU* | *'with BFD'*)
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1060-    # gcc leaves a trailing carriage return which upsets mingw
aegisub-3.2.2+dfsg/aclocal.m4:1061:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aegisub-3.2.2+dfsg/aclocal.m4-1062-  *)
aegisub-3.2.2+dfsg/aclocal.m4:1063:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aegisub-3.2.2+dfsg/aclocal.m4-1064-  esac
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1069-      # Canonicalize the pathname of ld
aegisub-3.2.2+dfsg/aclocal.m4:1070:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aegisub-3.2.2+dfsg/aclocal.m4-1071-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aegisub-3.2.2+dfsg/aclocal.m4:1072:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aegisub-3.2.2+dfsg/aclocal.m4-1073-      done
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1100-      # Break only if it was the GNU/non-GNU ld that we prefer.
aegisub-3.2.2+dfsg/aclocal.m4:1101:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aegisub-3.2.2+dfsg/aclocal.m4-1102-      *GNU* | *'with BFD'*)
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1371-        dnl or AC_LIB_HAVE_LINKFLAGS call.
aegisub-3.2.2+dfsg/aclocal.m4:1372:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aegisub-3.2.2+dfsg/aclocal.m4-1373-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1446-                -L*)
aegisub-3.2.2+dfsg/aclocal.m4:1447:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/aclocal.m4-1448-                  dnl First look for a shared library.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1590-              */$acl_libdirstem | */$acl_libdirstem/)
aegisub-3.2.2+dfsg/aclocal.m4:1591:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aegisub-3.2.2+dfsg/aclocal.m4-1592-                if test "$name" = '$1'; then
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1597-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aegisub-3.2.2+dfsg/aclocal.m4:1598:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aegisub-3.2.2+dfsg/aclocal.m4-1599-                if test "$name" = '$1'; then
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1653-                  -L*)
aegisub-3.2.2+dfsg/aclocal.m4:1654:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/aclocal.m4-1655-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1705-                  -R*)
aegisub-3.2.2+dfsg/aclocal.m4:1706:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aegisub-3.2.2+dfsg/aclocal.m4-1707-                    if test "$enable_rpath" != no; then
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1735-                    dnl Handle this in the next round.
aegisub-3.2.2+dfsg/aclocal.m4:1736:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aegisub-3.2.2+dfsg/aclocal.m4-1737-                    ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1741-                    dnl option.
aegisub-3.2.2+dfsg/aclocal.m4:1742:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aegisub-3.2.2+dfsg/aclocal.m4-1743-                    ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-1854-            -L) next=yes ;;
aegisub-3.2.2+dfsg/aclocal.m4:1855:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aegisub-3.2.2+dfsg/aclocal.m4-1856-                 dnl No need to hardcode the standard /usr/lib.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2103-    *)
aegisub-3.2.2+dfsg/aclocal.m4:2104:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aegisub-3.2.2+dfsg/aclocal.m4-2105-      if test -n "$searchpath"; then
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2113-                ;;
aegisub-3.2.2+dfsg/aclocal.m4:2114:              *) searchdir=`cd "$searchdir" && pwd`
aegisub-3.2.2+dfsg/aclocal.m4-2115-                 case "$searchdir" in
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2208-changequote(,)dnl
aegisub-3.2.2+dfsg/aclocal.m4:2209:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/aclocal.m4-2210-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2215-changequote(,)dnl
aegisub-3.2.2+dfsg/aclocal.m4:2216:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/aclocal.m4-2217-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2234-changequote(,)dnl
aegisub-3.2.2+dfsg/aclocal.m4:2235:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/aclocal.m4-2236-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2259-      case "$ac_file" in
aegisub-3.2.2+dfsg/aclocal.m4:2260:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aegisub-3.2.2+dfsg/aclocal.m4-2261-      esac
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2264-        # Adjust a relative srcdir.
aegisub-3.2.2+dfsg/aclocal.m4:2265:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aegisub-3.2.2+dfsg/aclocal.m4:2266:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aegisub-3.2.2+dfsg/aclocal.m4:2267:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aegisub-3.2.2+dfsg/aclocal.m4-2268-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2271-        case "$ac_given_srcdir" in
aegisub-3.2.2+dfsg/aclocal.m4:2272:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aegisub-3.2.2+dfsg/aclocal.m4-2273-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2292-            fi
aegisub-3.2.2+dfsg/aclocal.m4:2293:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aegisub-3.2.2+dfsg/aclocal.m4-2294-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2389-  # Adjust a relative srcdir.
aegisub-3.2.2+dfsg/aclocal.m4:2390:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aegisub-3.2.2+dfsg/aclocal.m4:2391:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aegisub-3.2.2+dfsg/aclocal.m4:2392:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aegisub-3.2.2+dfsg/aclocal.m4-2393-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2396-  case "$ac_given_srcdir" in
aegisub-3.2.2+dfsg/aclocal.m4:2397:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aegisub-3.2.2+dfsg/aclocal.m4-2398-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2458-  # Set POTFILES to the value of the Makefile variable POTFILES.
aegisub-3.2.2+dfsg/aclocal.m4:2459:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
aegisub-3.2.2+dfsg/aclocal.m4:2460:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
aegisub-3.2.2+dfsg/aclocal.m4-2461-  # Compute POTFILES_DEPS as
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2473-    # The LINGUAS file contains the set of available languages.
aegisub-3.2.2+dfsg/aclocal.m4:2474:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aegisub-3.2.2+dfsg/aclocal.m4-2475-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2477-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
aegisub-3.2.2+dfsg/aclocal.m4:2478:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
aegisub-3.2.2+dfsg/aclocal.m4:2479:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
aegisub-3.2.2+dfsg/aclocal.m4-2480-  fi
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2521-    QMFILES="$QMFILES $srcdirpre$lang.qm"
aegisub-3.2.2+dfsg/aclocal.m4:2522:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aegisub-3.2.2+dfsg/aclocal.m4-2523-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
aegisub-3.2.2+dfsg/aclocal.m4:2524:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aegisub-3.2.2+dfsg/aclocal.m4-2525-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2562-      QTCATALOGS="$QTCATALOGS $lang.qm"
aegisub-3.2.2+dfsg/aclocal.m4:2563:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aegisub-3.2.2+dfsg/aclocal.m4-2564-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
aegisub-3.2.2+dfsg/aclocal.m4:2565:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aegisub-3.2.2+dfsg/aclocal.m4-2566-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2574-    for lang in $ALL_LINGUAS; do
aegisub-3.2.2+dfsg/aclocal.m4:2575:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aegisub-3.2.2+dfsg/aclocal.m4-2576-      cat >> "$ac_file.tmp" <<EOF
##############################################
aegisub-3.2.2+dfsg/aclocal.m4-2585-    for lang in $ALL_LINGUAS; do
aegisub-3.2.2+dfsg/aclocal.m4:2586:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aegisub-3.2.2+dfsg/aclocal.m4-2587-      cat >> "$ac_file.tmp" <<EOF
##############################################
aegisub-3.2.2+dfsg/tools/osx-bundle.sh-9-HOME_DIR=`echo ~`
aegisub-3.2.2+dfsg/tools/osx-bundle.sh:10:WX_PREFIX=`${2} --prefix`
aegisub-3.2.2+dfsg/tools/osx-bundle.sh-11-FONTCONFIG_CONF_DIR="${3}"
##############################################
aegisub-3.2.2+dfsg/tools/osx-dmg.sh-47-echo "---- Mounting image ----"
aegisub-3.2.2+dfsg/tools/osx-dmg.sh:48:DEV_NAME=`/usr/bin/hdiutil attach -readwrite -noverify -noautoopen "${PKG_NAME_RW}" |awk '/GUID_partition_scheme/ {print $1}'`
aegisub-3.2.2+dfsg/tools/osx-dmg.sh-49-echo "Device name: ${DEV_NAME}"
##############################################
aegisub-3.2.2+dfsg/tools/osx-dmg.sh-81-
aegisub-3.2.2+dfsg/tools/osx-dmg.sh:82:  DEV_NAME=`/usr/bin/hdiutil attach -readwrite -noverify -noautoopen "${PKG_NAME_RW}" |awk '/GUID_partition_scheme/ {print $1}'`
aegisub-3.2.2+dfsg/tools/osx-dmg.sh-83-  echo "Device name: ${DEV_NAME}"
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/configure.sh-39-mv config.h ../../build/ffmpeg/config-$suffix.h
aegisub-3.2.2+dfsg/build/ffmpeg/configure.sh:40:mv config.asm ../../build/ffmpeg/config-$suffix.asm
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-148-%define HAVE_SYNC_VAL_COMPARE_AND_SWAP 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm:149:%define HAVE_INLINE_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-150-%define HAVE_SYMVER 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm:151:%define HAVE_YASM 1
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-152-%define HAVE_BIGENDIAN 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-284-%define HAVE_GNU_WINDRES 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm:285:%define HAVE_IBM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-286-%define HAVE_INLINE_ASM_LABELS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-291-%define HAVE_SYMVER_ASM_LABEL 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm:292:%define HAVE_SYMVER_GNU_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-293-%define HAVE_VFP_ARGS 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm:294:%define HAVE_XFORM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.asm-295-%define HAVE_XMM_CLOBBERS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-11-#define EXTERN_PREFIX "_"
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:12:#define EXTERN_ASM _
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-13-#define BUILDSUF ""
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-164-#define HAVE_SYNC_VAL_COMPARE_AND_SWAP 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:165:#define HAVE_INLINE_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-166-#define HAVE_SYMVER 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:167:#define HAVE_YASM 1
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-168-#define HAVE_BIGENDIAN 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-300-#define HAVE_GNU_WINDRES 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:301:#define HAVE_IBM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-302-#define HAVE_INLINE_ASM_LABELS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-307-#define HAVE_SYMVER_ASM_LABEL 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:308:#define HAVE_SYMVER_GNU_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-309-#define HAVE_VFP_ARGS 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h:310:#define HAVE_XFORM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x86.h-311-#define HAVE_XMM_CLOBBERS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-148-%define HAVE_SYNC_VAL_COMPARE_AND_SWAP 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm:149:%define HAVE_INLINE_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-150-%define HAVE_SYMVER 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm:151:%define HAVE_YASM 1
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-152-%define HAVE_BIGENDIAN 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-284-%define HAVE_GNU_WINDRES 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm:285:%define HAVE_IBM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-286-%define HAVE_INLINE_ASM_LABELS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-291-%define HAVE_SYMVER_ASM_LABEL 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm:292:%define HAVE_SYMVER_GNU_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-293-%define HAVE_VFP_ARGS 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm:294:%define HAVE_XFORM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.asm-295-%define HAVE_XMM_CLOBBERS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-65-      <YasmInclude>-I. -I$(MSBuildThisFileDirectory) -I$(FfmpegSrcDir) -I%(Yasm.RootDir)%(Yasm.Directory)</YasmInclude>
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:66:      <YasmOutName>@(Yasm -> '%(Directory)%(Filename)').obj</YasmOutName>
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-67-      <YasmConfig Condition="'$(Platform)'=='Win32'">-m x86 -DPREFIX -Pconfig-x86.asm</YasmConfig>
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-70-    <Exec
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:71:      Command="yasm -f win32 $(YasmConfig) $(YasmInclude) -o $(YasmOutName) %(Yasm.FullPath)"
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-72-      WorkingDirectory="$(AegisubObjectDir)"
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-1153-  <ItemGroup>
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1154:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\ac3dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1155:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\audiodsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1156:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\blockdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1157:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\bswapdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1158:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\dcadsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1159:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\dct32.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1160:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\deinterlace.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1161:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\diracdsp_yasm.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1162:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\dwt_yasm.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1163:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\fft.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1164:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\flac_dsp_gpl.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1165:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\flacdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1166:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\fmtconvert.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1167:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\fpel.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1168:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h263_loopfilter.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1169:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_chromamc.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1170:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_chromamc_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1171:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_deblock.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1172:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_deblock_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1173:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_idct.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1174:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_idct_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1175:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_intrapred.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1176:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_intrapred_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1177:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_qpel_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1178:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_qpel_8bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1179:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_weight.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1180:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\h264_weight_10bit.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1181:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\hevc_deblock.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1182:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\hevc_idct.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1183:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\hevc_mc.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1184:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\hevc_res_add.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1185:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\hpeldsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1186:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\huffyuvdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1187:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\idctdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1188:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\imdct36.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1189:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\lossless_audiodsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1190:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\lossless_videodsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1191:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\me_cmp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1192:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\mlpdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1193:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\mpegvideoencdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1194:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\pixblockdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1195:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\pngdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1196:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\proresdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1197:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\qpel.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1198:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\qpeldsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1199:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\rv34dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1200:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\rv40dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1201:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\sbrdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1202:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\ttadsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1203:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\v210.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1204:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vc1dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1205:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\videodsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1206:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vorbisdsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1207:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp3dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1208:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp6dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1209:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp8dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1210:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp8dsp_loopfilter.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1211:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp9intrapred.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1212:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp9itxfm.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1213:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp9lpf.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1214:    <Yasm Include="$(FfmpegSrcDir)\libavcodec\x86\vp9mc.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1215:    <Yasm Include="$(FfmpegSrcDir)\libavfilter\x86\vf_idet.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1216:    <Yasm Include="$(FfmpegSrcDir)\libavfilter\x86\vf_interlace.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1217:    <Yasm Include="$(FfmpegSrcDir)\libavresample\x86\audio_convert.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1218:    <Yasm Include="$(FfmpegSrcDir)\libavresample\x86\audio_mix.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1219:    <Yasm Include="$(FfmpegSrcDir)\libavresample\x86\dither.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1220:    <Yasm Include="$(FfmpegSrcDir)\libavutil\x86\cpuid.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1221:    <Yasm Include="$(FfmpegSrcDir)\libavutil\x86\emms.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1222:    <Yasm Include="$(FfmpegSrcDir)\libavutil\x86\float_dsp.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1223:    <Yasm Include="$(FfmpegSrcDir)\libavutil\x86\lls.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1224:    <Yasm Include="$(FfmpegSrcDir)\libavutil\x86\pixelutils.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1225:    <Yasm Include="$(FfmpegSrcDir)\libswresample\x86\resample.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1226:    <Yasm Include="$(FfmpegSrcDir)\libswresample\x86\audio_convert.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1227:    <Yasm Include="$(FfmpegSrcDir)\libswresample\x86\rematrix.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1228:    <Yasm Include="$(FfmpegSrcDir)\libswscale\x86\input.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1229:    <Yasm Include="$(FfmpegSrcDir)\libswscale\x86\output.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj:1230:    <Yasm Include="$(FfmpegSrcDir)\libswscale\x86\scale.asm" />
aegisub-3.2.2+dfsg/build/ffmpeg/ffmpeg.vcxproj-1231-  </ItemGroup>
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-11-#define EXTERN_PREFIX ""
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:12:#define EXTERN_ASM 
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-13-#define BUILDSUF ""
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-164-#define HAVE_SYNC_VAL_COMPARE_AND_SWAP 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:165:#define HAVE_INLINE_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-166-#define HAVE_SYMVER 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:167:#define HAVE_YASM 1
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-168-#define HAVE_BIGENDIAN 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-300-#define HAVE_GNU_WINDRES 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:301:#define HAVE_IBM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-302-#define HAVE_INLINE_ASM_LABELS 0
##############################################
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-307-#define HAVE_SYMVER_ASM_LABEL 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:308:#define HAVE_SYMVER_GNU_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-309-#define HAVE_VFP_ARGS 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h:310:#define HAVE_XFORM_ASM 0
aegisub-3.2.2+dfsg/build/ffmpeg/config-x64.h-311-#define HAVE_XMM_CLOBBERS 0
##############################################
aegisub-3.2.2+dfsg/install-sh-217-      fi
aegisub-3.2.2+dfsg/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aegisub-3.2.2+dfsg/install-sh-219-    *)
##############################################
aegisub-3.2.2+dfsg/install-sh-269-      dstdir=$dst
aegisub-3.2.2+dfsg/install-sh:270:      dst=$dstdir/`basename "$src"`
aegisub-3.2.2+dfsg/install-sh-271-      dstdir_status=0
##############################################
aegisub-3.2.2+dfsg/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
aegisub-3.2.2+dfsg/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
aegisub-3.2.2+dfsg/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
aegisub-3.2.2+dfsg/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
aegisub-3.2.2+dfsg/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
aegisub-3.2.2+dfsg/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aegisub-3.2.2+dfsg/install-sh-418-	    case $prefix in
aegisub-3.2.2+dfsg/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aegisub-3.2.2+dfsg/install-sh-420-	      *) qprefix=$prefix;;
##############################################
aegisub-3.2.2+dfsg/install-sh-467-    if $copy_on_change &&
aegisub-3.2.2+dfsg/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
aegisub-3.2.2+dfsg/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
aegisub-3.2.2+dfsg/install-sh-470-
##############################################
aegisub-3.2.2+dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
aegisub-3.2.2+dfsg/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aegisub-3.2.2+dfsg/configure-45-  as_echo='print -r --'
aegisub-3.2.2+dfsg/configure-46-  as_echo_n='print -rn --'
aegisub-3.2.2+dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aegisub-3.2.2+dfsg/configure-48-  as_echo='printf %s\n'
##############################################
aegisub-3.2.2+dfsg/configure-50-else
aegisub-3.2.2+dfsg/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aegisub-3.2.2+dfsg/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aegisub-3.2.2+dfsg/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
aegisub-3.2.2+dfsg/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aegisub-3.2.2+dfsg/configure-62-      esac;
##############################################
aegisub-3.2.2+dfsg/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aegisub-3.2.2+dfsg/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aegisub-3.2.2+dfsg/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aegisub-3.2.2+dfsg/configure-324-      case $as_dir in #(
aegisub-3.2.2+dfsg/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aegisub-3.2.2+dfsg/configure-326-      *) as_qdir=$as_dir;;
##############################################
aegisub-3.2.2+dfsg/configure-397-  {
aegisub-3.2.2+dfsg/configure:398:    as_val=`expr "$@" || test $? -eq 1`
aegisub-3.2.2+dfsg/configure-399-  }
##############################################
aegisub-3.2.2+dfsg/configure-404-# ----------------------------------------
aegisub-3.2.2+dfsg/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aegisub-3.2.2+dfsg/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aegisub-3.2.2+dfsg/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aegisub-3.2.2+dfsg/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aegisub-3.2.2+dfsg/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aegisub-3.2.2+dfsg/configure-938-  case $ac_option in
aegisub-3.2.2+dfsg/configure:939:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aegisub-3.2.2+dfsg/configure-940-  *=)   ac_optarg= ;;
##############################################
aegisub-3.2.2+dfsg/configure-982-  -disable-* | --disable-*)
aegisub-3.2.2+dfsg/configure:983:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aegisub-3.2.2+dfsg/configure-984-    # Reject names that are not valid shell variable names.
##############################################
aegisub-3.2.2+dfsg/configure-987-    ac_useropt_orig=$ac_useropt
aegisub-3.2.2+dfsg/configure:988:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aegisub-3.2.2+dfsg/configure-989-    case $ac_user_opts in
##############################################
aegisub-3.2.2+dfsg/configure-1008-  -enable-* | --enable-*)
aegisub-3.2.2+dfsg/configure:1009:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aegisub-3.2.2+dfsg/configure-1010-    # Reject names that are not valid shell variable names.
##############################################
aegisub-3.2.2+dfsg/configure-1013-    ac_useropt_orig=$ac_useropt
aegisub-3.2.2+dfsg/configure:1014:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aegisub-3.2.2+dfsg/configure-1015-    case $ac_user_opts in
##############################################
aegisub-3.2.2+dfsg/configure-1212-  -with-* | --with-*)
aegisub-3.2.2+dfsg/configure:1213:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aegisub-3.2.2+dfsg/configure-1214-    # Reject names that are not valid shell variable names.
##############################################
aegisub-3.2.2+dfsg/configure-1217-    ac_useropt_orig=$ac_useropt
aegisub-3.2.2+dfsg/configure:1218:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aegisub-3.2.2+dfsg/configure-1219-    case $ac_user_opts in
##############################################
aegisub-3.2.2+dfsg/configure-1228-  -without-* | --without-*)
aegisub-3.2.2+dfsg/configure:1229:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aegisub-3.2.2+dfsg/configure-1230-    # Reject names that are not valid shell variable names.
##############################################
aegisub-3.2.2+dfsg/configure-1233-    ac_useropt_orig=$ac_useropt
aegisub-3.2.2+dfsg/configure:1234:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aegisub-3.2.2+dfsg/configure-1235-    case $ac_user_opts in
##############################################
aegisub-3.2.2+dfsg/configure-1266-  *=*)
aegisub-3.2.2+dfsg/configure:1267:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aegisub-3.2.2+dfsg/configure-1268-    # Reject names that are not valid shell variable names.
##############################################
aegisub-3.2.2+dfsg/configure-1287-if test -n "$ac_prev"; then
aegisub-3.2.2+dfsg/configure:1288:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aegisub-3.2.2+dfsg/configure-1289-  as_fn_error $? "missing argument to $ac_option"
##############################################
aegisub-3.2.2+dfsg/configure-1309-    */ )
aegisub-3.2.2+dfsg/configure:1310:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aegisub-3.2.2+dfsg/configure-1311-      eval $ac_var=\$ac_val;;
##############################################
aegisub-3.2.2+dfsg/configure-1344-ac_ls_di=`ls -di .` &&
aegisub-3.2.2+dfsg/configure:1345:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aegisub-3.2.2+dfsg/configure-1346-  as_fn_error $? "working directory cannot be determined"
##############################################
aegisub-3.2.2+dfsg/configure-1400-case $srcdir in
aegisub-3.2.2+dfsg/configure:1401:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aegisub-3.2.2+dfsg/configure-1402-esac
##############################################
aegisub-3.2.2+dfsg/configure-1443-By default, \`make install' will install all the files in
aegisub-3.2.2+dfsg/configure:1444:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aegisub-3.2.2+dfsg/configure:1445:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aegisub-3.2.2+dfsg/configure-1446-for instance \`--prefix=\$HOME'.
##############################################
aegisub-3.2.2+dfsg/configure-1651-*)
aegisub-3.2.2+dfsg/configure:1652:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aegisub-3.2.2+dfsg/configure-1653-  # A ".." for each directory in $ac_dir_suffix.
aegisub-3.2.2+dfsg/configure:1654:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aegisub-3.2.2+dfsg/configure-1655-  case $ac_top_builddir_sub in
##############################################
aegisub-3.2.2+dfsg/configure-2385-    *\'*)
aegisub-3.2.2+dfsg/configure:2386:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aegisub-3.2.2+dfsg/configure-2387-    esac
##############################################
aegisub-3.2.2+dfsg/configure-2468-      case $ac_val in
aegisub-3.2.2+dfsg/configure:2469:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aegisub-3.2.2+dfsg/configure-2470-      esac
##############################################
aegisub-3.2.2+dfsg/configure-2483-	case $ac_val in
aegisub-3.2.2+dfsg/configure:2484:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aegisub-3.2.2+dfsg/configure-2485-	esac
##############################################
aegisub-3.2.2+dfsg/configure-2604-    set,)
aegisub-3.2.2+dfsg/configure:2605:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aegisub-3.2.2+dfsg/configure:2606:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aegisub-3.2.2+dfsg/configure-2607-      ac_cache_corrupted=: ;;
##############################################
aegisub-3.2.2+dfsg/configure-2615-	# differences in whitespace do not lead to failure.
aegisub-3.2.2+dfsg/configure:2616:	ac_old_val_w=`echo x $ac_old_val`
aegisub-3.2.2+dfsg/configure:2617:	ac_new_val_w=`echo x $ac_new_val`
aegisub-3.2.2+dfsg/configure-2618-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aegisub-3.2.2+dfsg/configure-2635-    case $ac_new_val in
aegisub-3.2.2+dfsg/configure:2636:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aegisub-3.2.2+dfsg/configure-2637-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aegisub-3.2.2+dfsg/configure-3013-$as_echo_n "checking whether the C compiler works... " >&6; }
aegisub-3.2.2+dfsg/configure:3014:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aegisub-3.2.2+dfsg/configure-3015-
##############################################
aegisub-3.2.2+dfsg/configure-3057-	then :; else
aegisub-3.2.2+dfsg/configure:3058:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aegisub-3.2.2+dfsg/configure-3059-	fi
##############################################
aegisub-3.2.2+dfsg/configure-3117-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aegisub-3.2.2+dfsg/configure:3118:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aegisub-3.2.2+dfsg/configure-3119-	  break;;
##############################################
aegisub-3.2.2+dfsg/configure-3226-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aegisub-3.2.2+dfsg/configure:3227:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aegisub-3.2.2+dfsg/configure-3228-       break;;
##############################################
aegisub-3.2.2+dfsg/configure-3614-  # Check for GNU $ac_path_GREP
aegisub-3.2.2+dfsg/configure:3615:case `"$ac_path_GREP" --version 2>&1` in
aegisub-3.2.2+dfsg/configure-3616-*GNU*)
##############################################
aegisub-3.2.2+dfsg/configure-3680-  # Check for GNU $ac_path_EGREP
aegisub-3.2.2+dfsg/configure:3681:case `"$ac_path_EGREP" --version 2>&1` in
aegisub-3.2.2+dfsg/configure-3682-*GNU*)
##############################################
aegisub-3.2.2+dfsg/configure-3841-do :
aegisub-3.2.2+dfsg/configure:3842:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-3843-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aegisub-3.2.2+dfsg/configure-3846-  cat >>confdefs.h <<_ACEOF
aegisub-3.2.2+dfsg/configure:3847:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aegisub-3.2.2+dfsg/configure-3848-_ACEOF
##############################################
aegisub-3.2.2+dfsg/configure-3956-test "x$ac_build_alias" = x &&
aegisub-3.2.2+dfsg/configure:3957:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aegisub-3.2.2+dfsg/configure-3958-test "x$ac_build_alias" = x &&
aegisub-3.2.2+dfsg/configure-3959-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aegisub-3.2.2+dfsg/configure:3960:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aegisub-3.2.2+dfsg/configure-3961-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aegisub-3.2.2+dfsg/configure-3980-IFS=$ac_save_IFS
aegisub-3.2.2+dfsg/configure:3981:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aegisub-3.2.2+dfsg/configure-3982-
##############################################
aegisub-3.2.2+dfsg/configure-3991-else
aegisub-3.2.2+dfsg/configure:3992:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aegisub-3.2.2+dfsg/configure-3993-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aegisub-3.2.2+dfsg/configure-4013-IFS=$ac_save_IFS
aegisub-3.2.2+dfsg/configure:4014:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aegisub-3.2.2+dfsg/configure-4015-
##############################################
aegisub-3.2.2+dfsg/configure-6304-    for ac_var in incroot usrlibdir libdir; do
aegisub-3.2.2+dfsg/configure:6305:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
aegisub-3.2.2+dfsg/configure-6306-    done
##############################################
aegisub-3.2.2+dfsg/configure-6414-  LIBS=$ac_save_LIBS
aegisub-3.2.2+dfsg/configure:6415:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
aegisub-3.2.2+dfsg/configure-6416-do
##############################################
aegisub-3.2.2+dfsg/configure-6984-  # Check for GNU $ac_path_SED
aegisub-3.2.2+dfsg/configure:6985:case `"$ac_path_SED" --version 2>&1` in
aegisub-3.2.2+dfsg/configure-6986-*GNU*)
##############################################
aegisub-3.2.2+dfsg/configure-7091-do :
aegisub-3.2.2+dfsg/configure:7092:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-7093-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
aegisub-3.2.2+dfsg/configure-7100-  cat >>confdefs.h <<_ACEOF
aegisub-3.2.2+dfsg/configure:7101:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aegisub-3.2.2+dfsg/configure-7102-_ACEOF
##############################################
aegisub-3.2.2+dfsg/configure-7133-  if test X$ax_compiler_ms = Xyes; then :
aegisub-3.2.2+dfsg/configure:7134:  ax_try_lib=`echo $ax_lib | $SED -e 's/^-l//' -e 's/$/.lib/'`
aegisub-3.2.2+dfsg/configure-7135-else
##############################################
aegisub-3.2.2+dfsg/configure-7311-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7312:  pkg_cv_FREETYPE_CFLAGS=`$PKG_CONFIG --cflags "freetype2 >= 9.7.0" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7313-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7328-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7329:  pkg_cv_FREETYPE_LIBS=`$PKG_CONFIG --libs "freetype2 >= 9.7.0" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7330-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7349-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:7350:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "freetype2 >= 9.7.0" 2>&1`
aegisub-3.2.2+dfsg/configure-7351-        else
aegisub-3.2.2+dfsg/configure:7352:	        FREETYPE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "freetype2 >= 9.7.0" 2>&1`
aegisub-3.2.2+dfsg/configure-7353-        fi
##############################################
aegisub-3.2.2+dfsg/configure-7402-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7403:  pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.4" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7404-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7419-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7420:  pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.4" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7421-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7440-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:7441:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.4" 2>&1`
aegisub-3.2.2+dfsg/configure-7442-        else
aegisub-3.2.2+dfsg/configure:7443:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.4" 2>&1`
aegisub-3.2.2+dfsg/configure-7444-        fi
##############################################
aegisub-3.2.2+dfsg/configure-7493-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7494:  pkg_cv_LIBASS_CFLAGS=`$PKG_CONFIG --cflags "libass >= 0.9.7" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7495-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7510-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:7511:  pkg_cv_LIBASS_LIBS=`$PKG_CONFIG --libs "libass >= 0.9.7" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-7512-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-7531-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:7532:	        LIBASS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libass >= 0.9.7" 2>&1`
aegisub-3.2.2+dfsg/configure-7533-        else
aegisub-3.2.2+dfsg/configure:7534:	        LIBASS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libass >= 0.9.7" 2>&1`
aegisub-3.2.2+dfsg/configure-7535-        fi
##############################################
aegisub-3.2.2+dfsg/configure-7594-boost_lib_version_req=1.50.0
aegisub-3.2.2+dfsg/configure:7595:boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
aegisub-3.2.2+dfsg/configure:7596:boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
aegisub-3.2.2+dfsg/configure:7597:boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
aegisub-3.2.2+dfsg/configure:7598:boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
aegisub-3.2.2+dfsg/configure-7599-if test "x$boost_lib_version_req_sub_minor" = "x"; then
##############################################
aegisub-3.2.2+dfsg/configure-7601-fi
aegisub-3.2.2+dfsg/configure:7602:WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
aegisub-3.2.2+dfsg/configure-7603-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
aegisub-3.2.2+dfsg/configure-7691-        if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
aegisub-3.2.2+dfsg/configure:7692:            for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
aegisub-3.2.2+dfsg/configure:7693:                _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aegisub-3.2.2+dfsg/configure:7694:                V_CHECK=`expr $_version_tmp \> $_version`
aegisub-3.2.2+dfsg/configure-7695-                if test "$V_CHECK" = "1" ; then
##############################################
aegisub-3.2.2+dfsg/configure-7697-                fi
aegisub-3.2.2+dfsg/configure:7698:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aegisub-3.2.2+dfsg/configure-7699-                BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aegisub-3.2.2+dfsg/configure-7705-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
aegisub-3.2.2+dfsg/configure:7706:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
aegisub-3.2.2+dfsg/configure:7707:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aegisub-3.2.2+dfsg/configure:7708:                        V_CHECK=`expr $_version_tmp \> $_version`
aegisub-3.2.2+dfsg/configure-7709-                        if test "$V_CHECK" = "1" ; then
##############################################
aegisub-3.2.2+dfsg/configure-7716-
aegisub-3.2.2+dfsg/configure:7717:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aegisub-3.2.2+dfsg/configure-7718-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aegisub-3.2.2+dfsg/configure-7731-            if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
aegisub-3.2.2+dfsg/configure:7732:                version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
aegisub-3.2.2+dfsg/configure:7733:                stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
aegisub-3.2.2+dfsg/configure:7734:                    stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
aegisub-3.2.2+dfsg/configure:7735:                V_CHECK=`expr $stage_version_shorten \>\= $_version`
aegisub-3.2.2+dfsg/configure-7736-                if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
aegisub-3.2.2+dfsg/configure-7801-else
aegisub-3.2.2+dfsg/configure:7802:    BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
aegisub-3.2.2+dfsg/configure-7803-
##############################################
aegisub-3.2.2+dfsg/configure-7830-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:7831:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-7832-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-7877-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:7878:    for lib in `ls -r $BOOSTLIBDIR/libboost_chrono* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-7879-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:7880:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-7881-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-7925-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:7926:    for lib in `ls -r $BOOSTLIBDIR/boost_chrono* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-7927-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:7928:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-7929-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8000-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:8001:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8002-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8047-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8048:    for lib in `ls -r $BOOSTLIBDIR/libboost_filesystem* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-8049-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8050:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8051-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8095-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8096:    for lib in `ls -r $BOOSTLIBDIR/boost_filesystem* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-8097-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8098:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8099-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8170-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:8171:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8172-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8217-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8218:    for lib in `ls -r $BOOSTLIBDIR/libboost_locale* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-8219-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8220:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8221-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8265-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8266:    for lib in `ls -r $BOOSTLIBDIR/boost_locale* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-8267-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8268:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8269-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8340-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:8341:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8342-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8387-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8388:    for lib in `ls -r $BOOSTLIBDIR/libboost_regex* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-8389-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8390:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8391-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8435-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8436:    for lib in `ls -r $BOOSTLIBDIR/boost_regex* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-8437-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8438:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8439-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8510-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:8511:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8512-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8557-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8558:    for lib in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-8559-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8560:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8561-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8605-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8606:    for lib in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-8607-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8608:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8609-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8680-if test x$enable_sanity_checks != xno; then :
aegisub-3.2.2+dfsg/configure:8681:  as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8682-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8727-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8728:    for lib in `ls -r $BOOSTLIBDIR/libboost_thread* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/configure-8729-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8730:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8731-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8775-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/configure:8776:    for lib in `ls -r $BOOSTLIBDIR/boost_thread* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/configure-8777-        ax_boost_lib=${lib}
aegisub-3.2.2+dfsg/configure:8778:        as_ac_Lib=`$as_echo "ac_cv_lib_$ax_boost_lib''_exit" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-8779-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_boost_lib" >&5
##############################################
aegisub-3.2.2+dfsg/configure-8862-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:8863:  pkg_cv_ICU_UC_CFLAGS=`$PKG_CONFIG --cflags "icu-uc >= 4.8.1.1" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-8864-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-8879-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:8880:  pkg_cv_ICU_UC_LIBS=`$PKG_CONFIG --libs "icu-uc >= 4.8.1.1" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-8881-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-8900-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:8901:	        ICU_UC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-uc >= 4.8.1.1" 2>&1`
aegisub-3.2.2+dfsg/configure-8902-        else
aegisub-3.2.2+dfsg/configure:8903:	        ICU_UC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-uc >= 4.8.1.1" 2>&1`
aegisub-3.2.2+dfsg/configure-8904-        fi
##############################################
aegisub-3.2.2+dfsg/configure-8953-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:8954:  pkg_cv_ICU_I18N_CFLAGS=`$PKG_CONFIG --cflags "icu-i18n >= 4.8.1.1" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-8955-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-8970-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:8971:  pkg_cv_ICU_I18N_LIBS=`$PKG_CONFIG --libs "icu-i18n >= 4.8.1.1" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-8972-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-8991-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:8992:	        ICU_I18N_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n >= 4.8.1.1" 2>&1`
aegisub-3.2.2+dfsg/configure-8993-        else
aegisub-3.2.2+dfsg/configure:8994:	        ICU_I18N_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n >= 4.8.1.1" 2>&1`
aegisub-3.2.2+dfsg/configure-8995-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9366-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9367:  pkg_cv_OPENAL_CFLAGS=`$PKG_CONFIG --cflags "openal >= 0.0.8" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9368-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9383-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9384:  pkg_cv_OPENAL_LIBS=`$PKG_CONFIG --libs "openal >= 0.0.8" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9385-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9404-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:9405:	        OPENAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openal >= 0.0.8" 2>&1`
aegisub-3.2.2+dfsg/configure-9406-        else
aegisub-3.2.2+dfsg/configure:9407:	        OPENAL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openal >= 0.0.8" 2>&1`
aegisub-3.2.2+dfsg/configure-9408-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9519-do :
aegisub-3.2.2+dfsg/configure:9520:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aegisub-3.2.2+dfsg/configure-9521-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aegisub-3.2.2+dfsg/configure-9523-  cat >>confdefs.h <<_ACEOF
aegisub-3.2.2+dfsg/configure:9524:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aegisub-3.2.2+dfsg/configure-9525-_ACEOF
##############################################
aegisub-3.2.2+dfsg/configure-9571-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9572:  pkg_cv_LIBPULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse >= 0.5" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9573-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9588-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9589:  pkg_cv_LIBPULSE_LIBS=`$PKG_CONFIG --libs "libpulse >= 0.5" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9590-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9609-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:9610:	        LIBPULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpulse >= 0.5" 2>&1`
aegisub-3.2.2+dfsg/configure-9611-        else
aegisub-3.2.2+dfsg/configure:9612:	        LIBPULSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpulse >= 0.5" 2>&1`
aegisub-3.2.2+dfsg/configure-9613-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9677-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9678:  pkg_cv_PORTAUDIO_CFLAGS=`$PKG_CONFIG --cflags "portaudio-2.0 >= 19" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9679-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9694-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9695:  pkg_cv_PORTAUDIO_LIBS=`$PKG_CONFIG --libs "portaudio-2.0 >= 19" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9696-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9715-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:9716:	        PORTAUDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "portaudio-2.0 >= 19" 2>&1`
aegisub-3.2.2+dfsg/configure-9717-        else
aegisub-3.2.2+dfsg/configure:9718:	        PORTAUDIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "portaudio-2.0 >= 19" 2>&1`
aegisub-3.2.2+dfsg/configure-9719-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9784-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9785:  pkg_cv_FFMS2_CFLAGS=`$PKG_CONFIG --cflags "ffms2 >= 2.16" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9786-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9801-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9802:  pkg_cv_FFMS2_LIBS=`$PKG_CONFIG --libs "ffms2 >= 2.16" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9803-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9822-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:9823:	        FFMS2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ffms2 >= 2.16" 2>&1`
aegisub-3.2.2+dfsg/configure-9824-        else
aegisub-3.2.2+dfsg/configure:9825:	        FFMS2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ffms2 >= 2.16" 2>&1`
aegisub-3.2.2+dfsg/configure-9826-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9891-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9892:  pkg_cv_FFTW3_CFLAGS=`$PKG_CONFIG --cflags "fftw3 >= 3.3" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9893-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9908-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9909:  pkg_cv_FFTW3_LIBS=`$PKG_CONFIG --libs "fftw3 >= 3.3" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9910-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-9929-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:9930:	        FFTW3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fftw3 >= 3.3" 2>&1`
aegisub-3.2.2+dfsg/configure-9931-        else
aegisub-3.2.2+dfsg/configure:9932:	        FFTW3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fftw3 >= 3.3" 2>&1`
aegisub-3.2.2+dfsg/configure-9933-        fi
##############################################
aegisub-3.2.2+dfsg/configure-9997-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:9998:  pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell >= 1.2.0" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-9999-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-10014-  test $ac_status = 0; }; then
aegisub-3.2.2+dfsg/configure:10015:  pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell >= 1.2.0" 2>/dev/null`
aegisub-3.2.2+dfsg/configure-10016-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aegisub-3.2.2+dfsg/configure-10035-        if test $_pkg_short_errors_supported = yes; then
aegisub-3.2.2+dfsg/configure:10036:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell >= 1.2.0" 2>&1`
aegisub-3.2.2+dfsg/configure-10037-        else
aegisub-3.2.2+dfsg/configure:10038:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell >= 1.2.0" 2>&1`
aegisub-3.2.2+dfsg/configure-10039-        fi
##############################################
aegisub-3.2.2+dfsg/configure-10284-
aegisub-3.2.2+dfsg/configure:10285:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
aegisub-3.2.2+dfsg/configure-10286-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
aegisub-3.2.2+dfsg/configure-10323-$as_echo "yes (version $WX_VERSION)" >&6; }
aegisub-3.2.2+dfsg/configure:10324:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs std,gl,stc`
aegisub-3.2.2+dfsg/configure-10325-
##############################################
aegisub-3.2.2+dfsg/configure-10327-$as_echo_n "checking for wxWidgets static library... " >&6; }
aegisub-3.2.2+dfsg/configure:10328:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs std,gl,stc 2>/dev/null`
aegisub-3.2.2+dfsg/configure-10329-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
aegisub-3.2.2+dfsg/configure-10366-      else
aegisub-3.2.2+dfsg/configure:10367:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
aegisub-3.2.2+dfsg/configure-10368-      fi
##############################################
aegisub-3.2.2+dfsg/configure-10370-      if test "x$wx_has_cppflags" = x ; then
aegisub-3.2.2+dfsg/configure:10371:                  WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags std,gl,stc`
aegisub-3.2.2+dfsg/configure-10372-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
aegisub-3.2.2+dfsg/configure-10377-      else
aegisub-3.2.2+dfsg/configure:10378:                  WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags std,gl,stc`
aegisub-3.2.2+dfsg/configure:10379:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags std,gl,stc`
aegisub-3.2.2+dfsg/configure:10380:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags std,gl,stc`
aegisub-3.2.2+dfsg/configure-10381-
aegisub-3.2.2+dfsg/configure:10382:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
aegisub-3.2.2+dfsg/configure:10383:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
aegisub-3.2.2+dfsg/configure-10384-      fi
##############################################
aegisub-3.2.2+dfsg/configure-10788-set x ${MAKE-make}
aegisub-3.2.2+dfsg/configure:10789:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aegisub-3.2.2+dfsg/configure-10790-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aegisub-3.2.2+dfsg/configure-10798-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aegisub-3.2.2+dfsg/configure:10799:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aegisub-3.2.2+dfsg/configure-10800-  *@@@%%%=?*=@@@%%%*)
##############################################
aegisub-3.2.2+dfsg/configure-10830-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aegisub-3.2.2+dfsg/configure:10831:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aegisub-3.2.2+dfsg/configure-10832-	     'mkdir (GNU coreutils) '* | \
##############################################
aegisub-3.2.2+dfsg/configure-10989-
aegisub-3.2.2+dfsg/configure:10990:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/configure-10991-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/configure-10994-
aegisub-3.2.2+dfsg/configure:10995:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/configure-10996-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/configure-11071-
aegisub-3.2.2+dfsg/configure:11072:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aegisub-3.2.2+dfsg/configure-11073-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aegisub-3.2.2+dfsg/configure-11201-    # gcc leaves a trailing carriage return which upsets mingw
aegisub-3.2.2+dfsg/configure:11202:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aegisub-3.2.2+dfsg/configure-11203-  *)
aegisub-3.2.2+dfsg/configure:11204:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aegisub-3.2.2+dfsg/configure-11205-  esac
##############################################
aegisub-3.2.2+dfsg/configure-11210-      # Canonicalize the pathname of ld
aegisub-3.2.2+dfsg/configure:11211:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
aegisub-3.2.2+dfsg/configure-11212-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
aegisub-3.2.2+dfsg/configure:11213:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aegisub-3.2.2+dfsg/configure-11214-      done
##############################################
aegisub-3.2.2+dfsg/configure-11245-      # Break only if it was the GNU/non-GNU ld that we prefer.
aegisub-3.2.2+dfsg/configure:11246:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
aegisub-3.2.2+dfsg/configure-11247-      *GNU* | *'with BFD'*)
##############################################
aegisub-3.2.2+dfsg/configure-11276-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aegisub-3.2.2+dfsg/configure:11277:case `$LD -v 2>&1 </dev/null` in
aegisub-3.2.2+dfsg/configure-11278-*GNU* | *'with BFD'*)
##############################################
aegisub-3.2.2+dfsg/configure-11364-    *)
aegisub-3.2.2+dfsg/configure:11365:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aegisub-3.2.2+dfsg/configure-11366-      if test -n "$searchpath"; then
##############################################
aegisub-3.2.2+dfsg/configure-11374-                ;;
aegisub-3.2.2+dfsg/configure:11375:              *) searchdir=`cd "$searchdir" && pwd`
aegisub-3.2.2+dfsg/configure-11376-                 case "$searchdir" in
##############################################
aegisub-3.2.2+dfsg/configure-11465-        names_already_handled="$names_already_handled $name"
aegisub-3.2.2+dfsg/configure:11466:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aegisub-3.2.2+dfsg/configure-11467-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aegisub-3.2.2+dfsg/configure-11541-                -L*)
aegisub-3.2.2+dfsg/configure:11542:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/configure-11543-                                    if test -n "$acl_shlibext"; then
##############################################
aegisub-3.2.2+dfsg/configure-11658-              */$acl_libdirstem | */$acl_libdirstem/)
aegisub-3.2.2+dfsg/configure:11659:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aegisub-3.2.2+dfsg/configure-11660-                if test "$name" = 'iconv'; then
##############################################
aegisub-3.2.2+dfsg/configure-11665-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aegisub-3.2.2+dfsg/configure:11666:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aegisub-3.2.2+dfsg/configure-11667-                if test "$name" = 'iconv'; then
##############################################
aegisub-3.2.2+dfsg/configure-11716-                  -L*)
aegisub-3.2.2+dfsg/configure:11717:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/configure-11718-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aegisub-3.2.2+dfsg/configure-11775-                  -R*)
aegisub-3.2.2+dfsg/configure:11776:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aegisub-3.2.2+dfsg/configure-11777-                    if test "$enable_rpath" != no; then
##############################################
aegisub-3.2.2+dfsg/configure-11800-                  -l*)
aegisub-3.2.2+dfsg/configure:11801:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aegisub-3.2.2+dfsg/configure-11802-                    ;;
aegisub-3.2.2+dfsg/configure-11803-                  *.la)
aegisub-3.2.2+dfsg/configure:11804:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aegisub-3.2.2+dfsg/configure-11805-                    ;;
##############################################
aegisub-3.2.2+dfsg/configure-12349-        names_already_handled="$names_already_handled $name"
aegisub-3.2.2+dfsg/configure:12350:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
aegisub-3.2.2+dfsg/configure-12351-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aegisub-3.2.2+dfsg/configure-12425-                -L*)
aegisub-3.2.2+dfsg/configure:12426:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/configure-12427-                                    if test -n "$acl_shlibext"; then
##############################################
aegisub-3.2.2+dfsg/configure-12542-              */$acl_libdirstem | */$acl_libdirstem/)
aegisub-3.2.2+dfsg/configure:12543:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aegisub-3.2.2+dfsg/configure-12544-                if test "$name" = 'intl'; then
##############################################
aegisub-3.2.2+dfsg/configure-12549-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aegisub-3.2.2+dfsg/configure:12550:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aegisub-3.2.2+dfsg/configure-12551-                if test "$name" = 'intl'; then
##############################################
aegisub-3.2.2+dfsg/configure-12600-                  -L*)
aegisub-3.2.2+dfsg/configure:12601:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aegisub-3.2.2+dfsg/configure-12602-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aegisub-3.2.2+dfsg/configure-12659-                  -R*)
aegisub-3.2.2+dfsg/configure:12660:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aegisub-3.2.2+dfsg/configure-12661-                    if test "$enable_rpath" != no; then
##############################################
aegisub-3.2.2+dfsg/configure-12684-                  -l*)
aegisub-3.2.2+dfsg/configure:12685:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aegisub-3.2.2+dfsg/configure-12686-                    ;;
aegisub-3.2.2+dfsg/configure-12687-                  *.la)
aegisub-3.2.2+dfsg/configure:12688:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aegisub-3.2.2+dfsg/configure-12689-                    ;;
##############################################
aegisub-3.2.2+dfsg/configure-13115-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aegisub-3.2.2+dfsg/configure:13116:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aegisub-3.2.2+dfsg/configure-13117-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aegisub-3.2.2+dfsg/configure-13182-if test -z "$BASH_VERSION$ZSH_VERSION" \
aegisub-3.2.2+dfsg/configure:13183:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aegisub-3.2.2+dfsg/configure-13184-  as_echo='print -r --'
aegisub-3.2.2+dfsg/configure-13185-  as_echo_n='print -rn --'
aegisub-3.2.2+dfsg/configure:13186:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aegisub-3.2.2+dfsg/configure-13187-  as_echo='printf %s\n'
##############################################
aegisub-3.2.2+dfsg/configure-13189-else
aegisub-3.2.2+dfsg/configure:13190:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aegisub-3.2.2+dfsg/configure-13191-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aegisub-3.2.2+dfsg/configure-13199-	expr "X$arg" : "X\\(.*\\)$as_nl";
aegisub-3.2.2+dfsg/configure:13200:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aegisub-3.2.2+dfsg/configure-13201-      esac;
##############################################
aegisub-3.2.2+dfsg/configure-13276-# ----------------------------------------
aegisub-3.2.2+dfsg/configure:13277:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aegisub-3.2.2+dfsg/configure-13278-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aegisub-3.2.2+dfsg/configure-13348-  {
aegisub-3.2.2+dfsg/configure:13349:    as_val=`expr "$@" || test $? -eq 1`
aegisub-3.2.2+dfsg/configure-13350-  }
##############################################
aegisub-3.2.2+dfsg/configure-13452-      case $as_dir in #(
aegisub-3.2.2+dfsg/configure:13453:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aegisub-3.2.2+dfsg/configure-13454-      *) as_qdir=$as_dir;;
##############################################
aegisub-3.2.2+dfsg/configure-13587-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aegisub-3.2.2+dfsg/configure:13588:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aegisub-3.2.2+dfsg/configure-13589-ac_cs_version="\\
##############################################
aegisub-3.2.2+dfsg/configure-13611-  --*=?*)
aegisub-3.2.2+dfsg/configure:13612:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aegisub-3.2.2+dfsg/configure:13613:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aegisub-3.2.2+dfsg/configure-13614-    ac_shift=:
##############################################
aegisub-3.2.2+dfsg/configure-13616-  --*=)
aegisub-3.2.2+dfsg/configure:13617:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aegisub-3.2.2+dfsg/configure-13618-    ac_optarg=
##############################################
aegisub-3.2.2+dfsg/configure-13640-    case $ac_optarg in
aegisub-3.2.2+dfsg/configure:13641:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aegisub-3.2.2+dfsg/configure-13642-    '') as_fn_error $? "missing file argument" ;;
##############################################
aegisub-3.2.2+dfsg/configure-13648-    case $ac_optarg in
aegisub-3.2.2+dfsg/configure:13649:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aegisub-3.2.2+dfsg/configure-13650-    esac
##############################################
aegisub-3.2.2+dfsg/configure-13785-fi
aegisub-3.2.2+dfsg/configure:13786:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aegisub-3.2.2+dfsg/configure-13787-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aegisub-3.2.2+dfsg/configure-13802-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aegisub-3.2.2+dfsg/configure:13803:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aegisub-3.2.2+dfsg/configure-13804-ac_delim='%!_!# '
##############################################
aegisub-3.2.2+dfsg/configure-13808-
aegisub-3.2.2+dfsg/configure:13809:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aegisub-3.2.2+dfsg/configure-13810-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aegisub-3.2.2+dfsg/configure-13946-for ac_last_try in false false :; do
aegisub-3.2.2+dfsg/configure:13947:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aegisub-3.2.2+dfsg/configure-13948-  if test -z "$ac_tt"; then
##############################################
aegisub-3.2.2+dfsg/configure-14078-      esac
aegisub-3.2.2+dfsg/configure:14079:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aegisub-3.2.2+dfsg/configure-14080-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aegisub-3.2.2+dfsg/configure-14137-*)
aegisub-3.2.2+dfsg/configure:14138:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aegisub-3.2.2+dfsg/configure-14139-  # A ".." for each directory in $ac_dir_suffix.
aegisub-3.2.2+dfsg/configure:14140:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aegisub-3.2.2+dfsg/configure-14141-  case $ac_top_builddir_sub in
##############################################
aegisub-3.2.2+dfsg/configure-14198-/@mandir@/p'
aegisub-3.2.2+dfsg/configure:14199:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aegisub-3.2.2+dfsg/configure-14200-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aegisub-3.2.2+dfsg/configure-14215-
aegisub-3.2.2+dfsg/configure:14216:# Neutralize VPATH when `$srcdir' = `.'.
aegisub-3.2.2+dfsg/configure-14217-# Shell code in configure.ac might set extrasub.
##############################################
aegisub-3.2.2+dfsg/configure-14243-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aegisub-3.2.2+dfsg/configure:14244:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aegisub-3.2.2+dfsg/configure-14245-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aegisub-3.2.2+dfsg/configure-14294-      case "$ac_file" in
aegisub-3.2.2+dfsg/configure:14295:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aegisub-3.2.2+dfsg/configure-14296-      esac
##############################################
aegisub-3.2.2+dfsg/configure-14299-        # Adjust a relative srcdir.
aegisub-3.2.2+dfsg/configure:14300:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aegisub-3.2.2+dfsg/configure:14301:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
aegisub-3.2.2+dfsg/configure:14302:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aegisub-3.2.2+dfsg/configure-14303-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aegisub-3.2.2+dfsg/configure-14306-        case "$ac_given_srcdir" in
aegisub-3.2.2+dfsg/configure:14307:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aegisub-3.2.2+dfsg/configure-14308-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aegisub-3.2.2+dfsg/configure-14327-            fi
aegisub-3.2.2+dfsg/configure:14328:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aegisub-3.2.2+dfsg/configure-14329-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-1831-
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c:1832:#define closeaddr(c)	((c)->s + (c)->siz - 1)
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-1833-
##############################################
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-2065-  }
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c:2066:  cps[k].u.s.e = closeaddr(cs->cap - 1);
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-2067-  return n;
##############################################
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-2117-      else
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c:2118:        curr = closeaddr(cs->cap - 1);  /* continue after match */
aegisub-3.2.2+dfsg/libaegisub/lua/modules/lpeg.c-2119-    }
##############################################
aegisub-3.2.2+dfsg/config.sub-52-
aegisub-3.2.2+dfsg/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aegisub-3.2.2+dfsg/config.sub-54-
##############################################
aegisub-3.2.2+dfsg/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
aegisub-3.2.2+dfsg/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aegisub-3.2.2+dfsg/config.sub-117-case $maybe_os in
##############################################
aegisub-3.2.2+dfsg/config.sub-123-    os=-$maybe_os
aegisub-3.2.2+dfsg/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aegisub-3.2.2+dfsg/config.sub-125-    ;;
##############################################
aegisub-3.2.2+dfsg/config.sub-127-    os=-linux-android
aegisub-3.2.2+dfsg/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aegisub-3.2.2+dfsg/config.sub-129-    ;;
aegisub-3.2.2+dfsg/config.sub-130-  *)
aegisub-3.2.2+dfsg/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
aegisub-3.2.2+dfsg/config.sub-132-    if [ $basic_machine != $1 ]
aegisub-3.2.2+dfsg/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
aegisub-3.2.2+dfsg/config.sub-134-    else os=; fi
##############################################
aegisub-3.2.2+dfsg/config.sub-181-		os=-sco5v6
aegisub-3.2.2+dfsg/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-183-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-185-		os=-sco3.2v5
aegisub-3.2.2+dfsg/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-187-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-189-		os=-sco3.2v4
aegisub-3.2.2+dfsg/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-191-		;;
aegisub-3.2.2+dfsg/config.sub-192-	-sco3.2.[4-9]*)
aegisub-3.2.2+dfsg/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aegisub-3.2.2+dfsg/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-195-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
aegisub-3.2.2+dfsg/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-199-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
aegisub-3.2.2+dfsg/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-203-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-205-		os=-sco3.2v2
aegisub-3.2.2+dfsg/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-207-		;;
aegisub-3.2.2+dfsg/config.sub-208-	-udk*)
aegisub-3.2.2+dfsg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-210-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-212-		os=-isc2.2
aegisub-3.2.2+dfsg/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-214-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-218-	-isc*)
aegisub-3.2.2+dfsg/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-220-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-230-	-ptx*)
aegisub-3.2.2+dfsg/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
aegisub-3.2.2+dfsg/config.sub-232-		;;
aegisub-3.2.2+dfsg/config.sub-233-	-windowsnt*)
aegisub-3.2.2+dfsg/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
aegisub-3.2.2+dfsg/config.sub-235-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-361-	*-*-*)
aegisub-3.2.2+dfsg/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aegisub-3.2.2+dfsg/config.sub-363-		exit 1
##############################################
aegisub-3.2.2+dfsg/config.sub-485-	amd64-*)
aegisub-3.2.2+dfsg/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-487-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-527-	blackfin-*)
aegisub-3.2.2+dfsg/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-529-		os=-linux
##############################################
aegisub-3.2.2+dfsg/config.sub-535-	c54x-*)
aegisub-3.2.2+dfsg/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-537-		;;
aegisub-3.2.2+dfsg/config.sub-538-	c55x-*)
aegisub-3.2.2+dfsg/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-540-		;;
aegisub-3.2.2+dfsg/config.sub-541-	c6x-*)
aegisub-3.2.2+dfsg/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-543-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-738-	i*86v32)
aegisub-3.2.2+dfsg/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-740-		os=-sysv32
##############################################
aegisub-3.2.2+dfsg/config.sub-742-	i*86v4*)
aegisub-3.2.2+dfsg/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-744-		os=-sysv4
##############################################
aegisub-3.2.2+dfsg/config.sub-746-	i*86v)
aegisub-3.2.2+dfsg/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-748-		os=-sysv
##############################################
aegisub-3.2.2+dfsg/config.sub-750-	i*86sol2)
aegisub-3.2.2+dfsg/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
aegisub-3.2.2+dfsg/config.sub-752-		os=-solaris2
##############################################
aegisub-3.2.2+dfsg/config.sub-780-	m68knommu-*)
aegisub-3.2.2+dfsg/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-782-		os=-linux
##############################################
aegisub-3.2.2+dfsg/config.sub-817-	mips3*-*)
aegisub-3.2.2+dfsg/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
aegisub-3.2.2+dfsg/config.sub-819-		;;
aegisub-3.2.2+dfsg/config.sub-820-	mips3*)
aegisub-3.2.2+dfsg/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
aegisub-3.2.2+dfsg/config.sub-822-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-835-	ms1-*)
aegisub-3.2.2+dfsg/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
aegisub-3.2.2+dfsg/config.sub-837-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-954-	parisc-*)
aegisub-3.2.2+dfsg/config.sub:955:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-956-		os=-linux
##############################################
aegisub-3.2.2+dfsg/config.sub-970-	pc98-*)
aegisub-3.2.2+dfsg/config.sub:971:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-972-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-985-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aegisub-3.2.2+dfsg/config.sub:986:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-987-		;;
aegisub-3.2.2+dfsg/config.sub-988-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aegisub-3.2.2+dfsg/config.sub:989:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-990-		;;
aegisub-3.2.2+dfsg/config.sub-991-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aegisub-3.2.2+dfsg/config.sub:992:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-993-		;;
aegisub-3.2.2+dfsg/config.sub-994-	pentium4-*)
aegisub-3.2.2+dfsg/config.sub:995:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-996-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1004-	ppc-* | ppcbe-*)
aegisub-3.2.2+dfsg/config.sub:1005:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-1006-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1010-	ppcle-* | powerpclittle-*)
aegisub-3.2.2+dfsg/config.sub:1011:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-1012-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1014-		;;
aegisub-3.2.2+dfsg/config.sub:1015:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-1016-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1020-	ppc64le-* | powerpc64little-*)
aegisub-3.2.2+dfsg/config.sub:1021:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-1022-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1103-	strongarm-* | thumb-*)
aegisub-3.2.2+dfsg/config.sub:1104:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub-1105-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1233-	xscale-* | xscalee[bl]-*)
aegisub-3.2.2+dfsg/config.sub:1234:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
aegisub-3.2.2+dfsg/config.sub-1235-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1310-	*)
aegisub-3.2.2+dfsg/config.sub:1311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
aegisub-3.2.2+dfsg/config.sub-1312-		exit 1
##############################################
aegisub-3.2.2+dfsg/config.sub-1318-	*-digital*)
aegisub-3.2.2+dfsg/config.sub:1319:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
aegisub-3.2.2+dfsg/config.sub-1320-		;;
aegisub-3.2.2+dfsg/config.sub-1321-	*-commodore*)
aegisub-3.2.2+dfsg/config.sub:1322:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
aegisub-3.2.2+dfsg/config.sub-1323-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1339-	-solaris1 | -solaris1.*)
aegisub-3.2.2+dfsg/config.sub:1340:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aegisub-3.2.2+dfsg/config.sub-1341-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1351-	-gnu/linux*)
aegisub-3.2.2+dfsg/config.sub:1352:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aegisub-3.2.2+dfsg/config.sub-1353-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1397-	-nto*)
aegisub-3.2.2+dfsg/config.sub:1398:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aegisub-3.2.2+dfsg/config.sub-1399-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1404-	-mac*)
aegisub-3.2.2+dfsg/config.sub:1405:		os=`echo $os | sed -e 's|mac|macos|'`
aegisub-3.2.2+dfsg/config.sub-1406-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1410-	-linux*)
aegisub-3.2.2+dfsg/config.sub:1411:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aegisub-3.2.2+dfsg/config.sub-1412-		;;
aegisub-3.2.2+dfsg/config.sub-1413-	-sunos5*)
aegisub-3.2.2+dfsg/config.sub:1414:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
aegisub-3.2.2+dfsg/config.sub-1415-		;;
aegisub-3.2.2+dfsg/config.sub-1416-	-sunos6*)
aegisub-3.2.2+dfsg/config.sub:1417:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
aegisub-3.2.2+dfsg/config.sub-1418-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1465-	-sinix5.*)
aegisub-3.2.2+dfsg/config.sub:1466:		os=`echo $os | sed -e 's|sinix|sysv|'`
aegisub-3.2.2+dfsg/config.sub-1467-		;;
##############################################
aegisub-3.2.2+dfsg/config.sub-1518-		# Get rid of the `-' at the beginning of $os.
aegisub-3.2.2+dfsg/config.sub:1519:		os=`echo $os | sed 's/[^-]*-//'`
aegisub-3.2.2+dfsg/config.sub:1520:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
aegisub-3.2.2+dfsg/config.sub-1521-		exit 1
##############################################
aegisub-3.2.2+dfsg/config.sub-1781-		esac
aegisub-3.2.2+dfsg/config.sub:1782:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
aegisub-3.2.2+dfsg/config.sub-1783-		;;
##############################################
aegisub-3.2.2+dfsg/.travis.yml-11-install:
aegisub-3.2.2+dfsg/.travis.yml:12:  - sudo apt-get install -y -qq libasound2-dev libfftw3-dev libhunspell-dev yasm libfribidi-dev libass-dev libffms2-dev libwxgtk3.0-dev libicu-dev luarocks
aegisub-3.2.2+dfsg/.travis.yml-13-  - sudo luarocks install busted 1.10.0 > /dev/null
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-54-boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:55:boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:56:boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:57:boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:58:boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-59-if test "x$boost_lib_version_req_sub_minor" = "x"; then
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-61-fi
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:62:WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-63-AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-138-        if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:139:            for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:140:                _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:141:                V_CHECK=`expr $_version_tmp \> $_version`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-142-                if test "$V_CHECK" = "1" ; then
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-144-                fi
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:145:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-146-                BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-152-                if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:153:                    for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:154:                        _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:155:                        V_CHECK=`expr $_version_tmp \> $_version`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-156-                        if test "$V_CHECK" = "1" ; then
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-163-
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:164:            VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-165-            BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-178-            if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:179:                version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:180:                stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:181:                    stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:182:                V_CHECK=`expr $stage_version_shorten \>\= $_version`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-183-                if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-223-else
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:224:    BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-225-    AC_SUBST(BOOST_CPPFLAGS)
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-255-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:256:    for lib in `ls -r $BOOSTLIBDIR/libboost_$1* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'`; do
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-257-        ax_boost_lib=${lib}
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-262-if test "x$ax_boost_actual_lib" = "x"; then
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4:263:    for lib in `ls -r $BOOSTLIBDIR/boost_$1* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4-264-        ax_boost_lib=${lib}
##############################################
aegisub-3.2.2+dfsg/m4macros/ax_check_gl.m4-105-  AS_IF([test X$ax_compiler_ms = Xyes],
aegisub-3.2.2+dfsg/m4macros/ax_check_gl.m4:106:        [ax_try_lib=`echo $ax_lib | $SED -e 's/^-l//' -e 's/$/.lib/'`],
aegisub-3.2.2+dfsg/m4macros/ax_check_gl.m4-107-        [ax_try_lib=$ax_lib])
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-217-
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:218:    WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-219-    wx_config_major_version=`echo $WX_VERSION | \
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-238-      AC_MSG_RESULT(yes (version $WX_VERSION))
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:239:      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-240-
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-245-      AC_MSG_CHECKING([for wxWidgets static library])
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:246:      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-247-      if test "x$WX_LIBS_STATIC" = "x"; then
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-285-      else
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:286:         WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-287-      fi
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-290-         dnl no choice but to define all flags like CFLAGS
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:291:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-292-         WX_CPPFLAGS=$WX_CFLAGS
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-298-         dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:299:         WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:300:         WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:301:         WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-302-
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:303:         WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:304:         WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-305-      fi
##############################################
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-450-      if test -n "$wx_ver_ok"; then
aegisub-3.2.2+dfsg/m4macros/wxwin.m4:451:        WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc`
aegisub-3.2.2+dfsg/m4macros/wxwin.m4-452-      fi
##############################################
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-1-AC_DEFUN([AGI_FIND_HEADER],[
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4:2:  file=`echo $2 | $as_tr_sh`
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-3-
##############################################
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-6-  for dir in $3; do
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4:7:    vdir=`echo $dir | $as_tr_sh`
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-8-    CPPFLAGS="-I$dir"
##############################################
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-37-  for lib in $2; do
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4:38:    vlib=`echo $lib | $as_tr_sh`
aegisub-3.2.2+dfsg/m4macros/agi_find_libheader.m4-39-    LIBS="$LDDIR -l$lib"
##############################################
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-1831-
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c:1832:#define closeaddr(c)	((c)->s + (c)->siz - 1)
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-1833-
##############################################
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-2065-  }
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c:2066:  cps[k].u.s.e = closeaddr(cs->cap - 1);
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-2067-  return n;
##############################################
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-2117-      else
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c:2118:        curr = closeaddr(cs->cap - 1);  /* continue after match */
aegisub-3.2.2+dfsg/.pc/luajit_21.patch/libaegisub/lua/modules/lpeg.c-2119-    }