===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
kanyremote-8.0/compile-67-	mingw/*)
kanyremote-8.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
kanyremote-8.0/compile-69-	  ;;
kanyremote-8.0/compile-70-	cygwin/*)
kanyremote-8.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
kanyremote-8.0/compile-72-	  ;;
kanyremote-8.0/compile-73-	wine/*)
kanyremote-8.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
kanyremote-8.0/compile-75-	  ;;
##############################################
kanyremote-8.0/compile-310-# Name of file we expect compiler to create.
kanyremote-8.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
kanyremote-8.0/compile-312-
##############################################
kanyremote-8.0/compile-316-# object file name, since that is what matters with a parallel build.
kanyremote-8.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
kanyremote-8.0/compile-318-while true; do
##############################################
kanyremote-8.0/config.guess-34-
kanyremote-8.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
kanyremote-8.0/config.guess-36-
##############################################
kanyremote-8.0/config.guess-102-: ${TMPDIR=/tmp} ;
kanyremote-8.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
kanyremote-8.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
kanyremote-8.0/config.guess-151-	EOF
kanyremote-8.0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
kanyremote-8.0/config.guess-153-
##############################################
kanyremote-8.0/config.guess-188-	    earmv*)
kanyremote-8.0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
kanyremote-8.0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
kanyremote-8.0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
kanyremote-8.0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
kanyremote-8.0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
kanyremote-8.0/config.guess-222-		;;
##############################################
kanyremote-8.0/config.guess-233-	    *)
kanyremote-8.0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
kanyremote-8.0/config.guess-235-		;;
##############################################
kanyremote-8.0/config.guess-280-	*4.0)
kanyremote-8.0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
kanyremote-8.0/config.guess-282-		;;
kanyremote-8.0/config.guess-283-	*5.*)
kanyremote-8.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
kanyremote-8.0/config.guess-285-		;;
##############################################
kanyremote-8.0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
kanyremote-8.0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
kanyremote-8.0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
kanyremote-8.0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
kanyremote-8.0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
kanyremote-8.0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
kanyremote-8.0/config.guess-379-    s390x:SunOS:*:*)
kanyremote-8.0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-381-	exit ;;
kanyremote-8.0/config.guess-382-    sun4H:SunOS:5.*:*)
kanyremote-8.0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-384-	exit ;;
kanyremote-8.0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
kanyremote-8.0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-387-	exit ;;
##############################################
kanyremote-8.0/config.guess-404-	fi
kanyremote-8.0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-406-	exit ;;
##############################################
kanyremote-8.0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
kanyremote-8.0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-412-	exit ;;
##############################################
kanyremote-8.0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
kanyremote-8.0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
kanyremote-8.0/config.guess-421-	exit ;;
##############################################
kanyremote-8.0/config.guess-425-    sun*:*:4.2BSD:*)
kanyremote-8.0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
kanyremote-8.0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
kanyremote-8.0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
kanyremote-8.0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
kanyremote-8.0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
kanyremote-8.0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
kanyremote-8.0/config.guess-563-    *:IRIX*:*:*)
kanyremote-8.0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
kanyremote-8.0/config.guess-565-	exit ;;
##############################################
kanyremote-8.0/config.guess-593-EOF
kanyremote-8.0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
kanyremote-8.0/config.guess-595-		then
##############################################
kanyremote-8.0/config.guess-606-    *:AIX:*:[4567])
kanyremote-8.0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
kanyremote-8.0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
kanyremote-8.0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
kanyremote-8.0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
kanyremote-8.0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
kanyremote-8.0/config.guess-696-EOF
kanyremote-8.0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
kanyremote-8.0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
kanyremote-8.0/config.guess-724-    ia64:HP-UX:*:*)
kanyremote-8.0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
kanyremote-8.0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
kanyremote-8.0/config.guess-754-EOF
kanyremote-8.0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
kanyremote-8.0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
kanyremote-8.0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
kanyremote-8.0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
kanyremote-8.0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
kanyremote-8.0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
kanyremote-8.0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
kanyremote-8.0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
kanyremote-8.0/config.guess-850-	esac
kanyremote-8.0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
kanyremote-8.0/config.guess-852-	exit ;;
##############################################
kanyremote-8.0/config.guess-886-    prep*:SunOS:5.*:*)
kanyremote-8.0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
kanyremote-8.0/config.guess-888-	exit ;;
##############################################
kanyremote-8.0/config.guess-890-	# the GNU system
kanyremote-8.0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
kanyremote-8.0/config.guess-892-	exit ;;
##############################################
kanyremote-8.0/config.guess-894-	# other systems with GNU libc and userland
kanyremote-8.0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
kanyremote-8.0/config.guess-896-	exit ;;
##############################################
kanyremote-8.0/config.guess-988-EOF
kanyremote-8.0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
kanyremote-8.0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
kanyremote-8.0/config.guess-1088-    i*86:*:4.*:*)
kanyremote-8.0/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
kanyremote-8.0/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
kanyremote-8.0/config.guess-1291-	fi
kanyremote-8.0/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
kanyremote-8.0/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
kanyremote-8.0/config.guess-1389-    *:DragonFly:*:*)
kanyremote-8.0/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
kanyremote-8.0/config.guess-1391-	exit ;;
##############################################
kanyremote-8.0/config.guess-1402-    i*86:skyos:*:*)
kanyremote-8.0/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
kanyremote-8.0/config.guess-1404-	exit ;;
##############################################
kanyremote-8.0/config.rpath-33-host="$1"
kanyremote-8.0/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
kanyremote-8.0/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
kanyremote-8.0/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
kanyremote-8.0/config.rpath-37-
##############################################
kanyremote-8.0/config.rpath-47-done
kanyremote-8.0/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
kanyremote-8.0/config.rpath-49-
##############################################
kanyremote-8.0/config.rpath-91-        *)
kanyremote-8.0/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
kanyremote-8.0/config.rpath-93-            *Sun\ C*)
##############################################
kanyremote-8.0/config.rpath-217-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
kanyremote-8.0/config.rpath:218:      case `$LD -v 2>&1` in
kanyremote-8.0/config.rpath-219-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
kanyremote-8.0/config.rpath-223-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
kanyremote-8.0/config.rpath:224:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
kanyremote-8.0/config.rpath-225-          else
##############################################
kanyremote-8.0/config.rpath-280-        case $host_os in aix4.[012]|aix4.[012].*)
kanyremote-8.0/config.rpath:281:          collect2name=`${CC} -print-prog-name=collect2`
kanyremote-8.0/config.rpath-282-          if test -f "$collect2name" && \
##############################################
kanyremote-8.0/config.rpath-419-        hardcode_direct=yes
kanyremote-8.0/config.rpath:420:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kanyremote-8.0/config.rpath-421-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
kanyremote-8.0/config.rpath-483-    sysv5* | sco3.2v5* | sco5v6*)
kanyremote-8.0/config.rpath:484:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
kanyremote-8.0/config.rpath-485-      hardcode_libdir_separator=':'
##############################################
kanyremote-8.0/config.rpath-627-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
kanyremote-8.0/config.rpath:628:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
kanyremote-8.0/config.rpath:629:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
kanyremote-8.0/config.rpath:630:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kanyremote-8.0/config.rpath:631:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kanyremote-8.0/config.rpath:632:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kanyremote-8.0/config.rpath-633-
##############################################
kanyremote-8.0/kanyremote-245-
kanyremote-8.0/kanyremote:246:        os.system('echo \"'+curdate+'\" > $HOME/.anyRemote/j2me-client.checked')
kanyremote-8.0/kanyremote-247-        newver = checkJ2MEClientUpdate();
##############################################
kanyremote-8.0/config.sub-52-
kanyremote-8.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
kanyremote-8.0/config.sub-54-
##############################################
kanyremote-8.0/config.sub-200-		os=-sco5v6
kanyremote-8.0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-202-		;;
##############################################
kanyremote-8.0/config.sub-204-		os=-sco3.2v5
kanyremote-8.0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-206-		;;
##############################################
kanyremote-8.0/config.sub-208-		os=-sco3.2v4
kanyremote-8.0/config.sub:209:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-210-		;;
kanyremote-8.0/config.sub-211-	-sco3.2.[4-9]*)
kanyremote-8.0/config.sub:212:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
kanyremote-8.0/config.sub:213:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-214-		;;
##############################################
kanyremote-8.0/config.sub-216-		# Don't forget version if it is 3.2v4 or newer.
kanyremote-8.0/config.sub:217:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-218-		;;
##############################################
kanyremote-8.0/config.sub-220-		# Don't forget version if it is 3.2v4 or newer.
kanyremote-8.0/config.sub:221:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-222-		;;
##############################################
kanyremote-8.0/config.sub-224-		os=-sco3.2v2
kanyremote-8.0/config.sub:225:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-226-		;;
kanyremote-8.0/config.sub-227-	-udk*)
kanyremote-8.0/config.sub:228:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-229-		;;
##############################################
kanyremote-8.0/config.sub-231-		os=-isc2.2
kanyremote-8.0/config.sub:232:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-233-		;;
##############################################
kanyremote-8.0/config.sub-237-	-isc*)
kanyremote-8.0/config.sub:238:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
kanyremote-8.0/config.sub-239-		;;
##############################################
kanyremote-8.0/config.sub-249-	-ptx*)
kanyremote-8.0/config.sub:250:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
kanyremote-8.0/config.sub-251-		;;
##############################################
kanyremote-8.0/config.sub-389-	*-*-*)
kanyremote-8.0/config.sub:390:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
kanyremote-8.0/config.sub-391-		exit 1
##############################################
kanyremote-8.0/config.sub-519-	amd64-*)
kanyremote-8.0/config.sub:520:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-521-		;;
##############################################
kanyremote-8.0/config.sub-564-	blackfin-*)
kanyremote-8.0/config.sub:565:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-566-		os=-linux
##############################################
kanyremote-8.0/config.sub-572-	c54x-*)
kanyremote-8.0/config.sub:573:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-574-		;;
kanyremote-8.0/config.sub-575-	c55x-*)
kanyremote-8.0/config.sub:576:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-577-		;;
kanyremote-8.0/config.sub-578-	c6x-*)
kanyremote-8.0/config.sub:579:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-580-		;;
##############################################
kanyremote-8.0/config.sub-676-	e500v[12]-*)
kanyremote-8.0/config.sub:677:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-678-		os=$os"spe"
##############################################
kanyremote-8.0/config.sub-780-	i*86v32)
kanyremote-8.0/config.sub:781:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
kanyremote-8.0/config.sub-782-		os=-sysv32
##############################################
kanyremote-8.0/config.sub-784-	i*86v4*)
kanyremote-8.0/config.sub:785:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
kanyremote-8.0/config.sub-786-		os=-sysv4
##############################################
kanyremote-8.0/config.sub-788-	i*86v)
kanyremote-8.0/config.sub:789:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
kanyremote-8.0/config.sub-790-		os=-sysv
##############################################
kanyremote-8.0/config.sub-792-	i*86sol2)
kanyremote-8.0/config.sub:793:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
kanyremote-8.0/config.sub-794-		os=-solaris2
##############################################
kanyremote-8.0/config.sub-818-	leon-*|leon[3-9]-*)
kanyremote-8.0/config.sub:819:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
kanyremote-8.0/config.sub-820-		;;
##############################################
kanyremote-8.0/config.sub-825-	m68knommu-*)
kanyremote-8.0/config.sub:826:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-827-		os=-linux
##############################################
kanyremote-8.0/config.sub-859-	mips3*-*)
kanyremote-8.0/config.sub:860:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
kanyremote-8.0/config.sub-861-		;;
kanyremote-8.0/config.sub-862-	mips3*)
kanyremote-8.0/config.sub:863:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
kanyremote-8.0/config.sub-864-		;;
##############################################
kanyremote-8.0/config.sub-881-	ms1-*)
kanyremote-8.0/config.sub:882:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
kanyremote-8.0/config.sub-883-		;;
##############################################
kanyremote-8.0/config.sub-1006-	parisc-*)
kanyremote-8.0/config.sub:1007:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1008-		os=-linux
##############################################
kanyremote-8.0/config.sub-1022-	pc98-*)
kanyremote-8.0/config.sub:1023:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1024-		;;
##############################################
kanyremote-8.0/config.sub-1037-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
kanyremote-8.0/config.sub:1038:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1039-		;;
kanyremote-8.0/config.sub-1040-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
kanyremote-8.0/config.sub:1041:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1042-		;;
kanyremote-8.0/config.sub-1043-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
kanyremote-8.0/config.sub:1044:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1045-		;;
kanyremote-8.0/config.sub-1046-	pentium4-*)
kanyremote-8.0/config.sub:1047:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1048-		;;
##############################################
kanyremote-8.0/config.sub-1056-	ppc-* | ppcbe-*)
kanyremote-8.0/config.sub:1057:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1058-		;;
##############################################
kanyremote-8.0/config.sub-1062-	ppcle-* | powerpclittle-*)
kanyremote-8.0/config.sub:1063:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1064-		;;
##############################################
kanyremote-8.0/config.sub-1066-		;;
kanyremote-8.0/config.sub:1067:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1068-		;;
##############################################
kanyremote-8.0/config.sub-1072-	ppc64le-* | powerpc64little-*)
kanyremote-8.0/config.sub:1073:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1074-		;;
##############################################
kanyremote-8.0/config.sub-1148-	strongarm-* | thumb-*)
kanyremote-8.0/config.sub:1149:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
kanyremote-8.0/config.sub-1150-		;;
##############################################
kanyremote-8.0/config.sub-1281-	xscale-* | xscalee[bl]-*)
kanyremote-8.0/config.sub:1282:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
kanyremote-8.0/config.sub-1283-		;;
##############################################
kanyremote-8.0/config.sub-1343-	*)
kanyremote-8.0/config.sub:1344:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
kanyremote-8.0/config.sub-1345-		exit 1
##############################################
kanyremote-8.0/config.sub-1351-	*-digital*)
kanyremote-8.0/config.sub:1352:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
kanyremote-8.0/config.sub-1353-		;;
kanyremote-8.0/config.sub-1354-	*-commodore*)
kanyremote-8.0/config.sub:1355:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
kanyremote-8.0/config.sub-1356-		;;
##############################################
kanyremote-8.0/config.sub-1372-	-solaris1 | -solaris1.*)
kanyremote-8.0/config.sub:1373:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
kanyremote-8.0/config.sub-1374-		;;
##############################################
kanyremote-8.0/config.sub-1381-	-gnu/linux*)
kanyremote-8.0/config.sub:1382:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
kanyremote-8.0/config.sub-1383-		;;
##############################################
kanyremote-8.0/config.sub-1433-	-nto*)
kanyremote-8.0/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
kanyremote-8.0/config.sub-1435-		;;
##############################################
kanyremote-8.0/config.sub-1440-	-mac*)
kanyremote-8.0/config.sub:1441:		os=`echo "$os" | sed -e 's|mac|macos|'`
kanyremote-8.0/config.sub-1442-		;;
##############################################
kanyremote-8.0/config.sub-1446-	-linux*)
kanyremote-8.0/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
kanyremote-8.0/config.sub-1448-		;;
kanyremote-8.0/config.sub-1449-	-sunos5*)
kanyremote-8.0/config.sub:1450:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
kanyremote-8.0/config.sub-1451-		;;
kanyremote-8.0/config.sub-1452-	-sunos6*)
kanyremote-8.0/config.sub:1453:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
kanyremote-8.0/config.sub-1454-		;;
##############################################
kanyremote-8.0/config.sub-1495-	-sinix5.*)
kanyremote-8.0/config.sub:1496:		os=`echo $os | sed -e 's|sinix|sysv|'`
kanyremote-8.0/config.sub-1497-		;;
##############################################
kanyremote-8.0/config.sub-1560-		# Get rid of the `-' at the beginning of $os.
kanyremote-8.0/config.sub:1561:		os=`echo $os | sed 's/[^-]*-//'`
kanyremote-8.0/config.sub:1562:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
kanyremote-8.0/config.sub-1563-		exit 1
##############################################
kanyremote-8.0/config.sub-1820-		esac
kanyremote-8.0/config.sub:1821:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
kanyremote-8.0/config.sub-1822-		;;
##############################################
kanyremote-8.0/aclocal.m4-304-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
kanyremote-8.0/aclocal.m4:305:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
kanyremote-8.0/aclocal.m4-306-      fi
##############################################
kanyremote-8.0/aclocal.m4-700-      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);"])
kanyremote-8.0/aclocal.m4:701:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
kanyremote-8.0/aclocal.m4-702-    AC_MSG_RESULT([
##############################################
kanyremote-8.0/aclocal.m4-786-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
kanyremote-8.0/aclocal.m4:787:case `$LD -v 2>&1 </dev/null` in
kanyremote-8.0/aclocal.m4-788-*GNU* | *'with BFD'*)
##############################################
kanyremote-8.0/aclocal.m4-828-    # gcc leaves a trailing carriage return which upsets mingw
kanyremote-8.0/aclocal.m4:829:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
kanyremote-8.0/aclocal.m4-830-  *)
kanyremote-8.0/aclocal.m4:831:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
kanyremote-8.0/aclocal.m4-832-  esac
##############################################
kanyremote-8.0/aclocal.m4-837-      # Canonicalize the pathname of ld
kanyremote-8.0/aclocal.m4:838:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
kanyremote-8.0/aclocal.m4-839-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
kanyremote-8.0/aclocal.m4:840:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
kanyremote-8.0/aclocal.m4-841-      done
##############################################
kanyremote-8.0/aclocal.m4-868-      # Break only if it was the GNU/non-GNU ld that we prefer.
kanyremote-8.0/aclocal.m4:869:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
kanyremote-8.0/aclocal.m4-870-      *GNU* | *'with BFD'*)
##############################################
kanyremote-8.0/aclocal.m4-1139-        dnl or AC_LIB_HAVE_LINKFLAGS call.
kanyremote-8.0/aclocal.m4:1140:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
kanyremote-8.0/aclocal.m4-1141-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
kanyremote-8.0/aclocal.m4-1214-                -L*)
kanyremote-8.0/aclocal.m4:1215:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
kanyremote-8.0/aclocal.m4-1216-                  dnl First look for a shared library.
##############################################
kanyremote-8.0/aclocal.m4-1358-              */$acl_libdirstem | */$acl_libdirstem/)
kanyremote-8.0/aclocal.m4:1359:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
kanyremote-8.0/aclocal.m4-1360-                if test "$name" = '$1'; then
##############################################
kanyremote-8.0/aclocal.m4-1365-              */$acl_libdirstem2 | */$acl_libdirstem2/)
kanyremote-8.0/aclocal.m4:1366:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
kanyremote-8.0/aclocal.m4-1367-                if test "$name" = '$1'; then
##############################################
kanyremote-8.0/aclocal.m4-1421-                  -L*)
kanyremote-8.0/aclocal.m4:1422:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
kanyremote-8.0/aclocal.m4-1423-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
kanyremote-8.0/aclocal.m4-1473-                  -R*)
kanyremote-8.0/aclocal.m4:1474:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
kanyremote-8.0/aclocal.m4-1475-                    if test "$enable_rpath" != no; then
##############################################
kanyremote-8.0/aclocal.m4-1503-                    dnl Handle this in the next round.
kanyremote-8.0/aclocal.m4:1504:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
kanyremote-8.0/aclocal.m4-1505-                    ;;
##############################################
kanyremote-8.0/aclocal.m4-1509-                    dnl option.
kanyremote-8.0/aclocal.m4:1510:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
kanyremote-8.0/aclocal.m4-1511-                    ;;
##############################################
kanyremote-8.0/aclocal.m4-1622-            -L) next=yes ;;
kanyremote-8.0/aclocal.m4:1623:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
kanyremote-8.0/aclocal.m4-1624-                 dnl No need to hardcode the standard /usr/lib.
##############################################
kanyremote-8.0/aclocal.m4-1871-    *)
kanyremote-8.0/aclocal.m4:1872:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
kanyremote-8.0/aclocal.m4-1873-      if test -n "$searchpath"; then
##############################################
kanyremote-8.0/aclocal.m4-1881-                ;;
kanyremote-8.0/aclocal.m4:1882:              *) searchdir=`cd "$searchdir" && pwd`
kanyremote-8.0/aclocal.m4-1883-                 case "$searchdir" in
##############################################
kanyremote-8.0/aclocal.m4-1976-changequote(,)dnl
kanyremote-8.0/aclocal.m4:1977:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/aclocal.m4-1978-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
kanyremote-8.0/aclocal.m4-1983-changequote(,)dnl
kanyremote-8.0/aclocal.m4:1984:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/aclocal.m4-1985-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
kanyremote-8.0/aclocal.m4-2002-changequote(,)dnl
kanyremote-8.0/aclocal.m4:2003:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/aclocal.m4-2004-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
kanyremote-8.0/aclocal.m4-2027-      case "$ac_file" in
kanyremote-8.0/aclocal.m4:2028:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
kanyremote-8.0/aclocal.m4-2029-      esac
##############################################
kanyremote-8.0/aclocal.m4-2032-        # Adjust a relative srcdir.
kanyremote-8.0/aclocal.m4:2033:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
kanyremote-8.0/aclocal.m4:2034:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
kanyremote-8.0/aclocal.m4:2035:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
kanyremote-8.0/aclocal.m4-2036-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
kanyremote-8.0/aclocal.m4-2039-        case "$ac_given_srcdir" in
kanyremote-8.0/aclocal.m4:2040:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
kanyremote-8.0/aclocal.m4-2041-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
kanyremote-8.0/aclocal.m4-2060-            fi
kanyremote-8.0/aclocal.m4:2061:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
kanyremote-8.0/aclocal.m4-2062-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
kanyremote-8.0/aclocal.m4-2157-  # Adjust a relative srcdir.
kanyremote-8.0/aclocal.m4:2158:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
kanyremote-8.0/aclocal.m4:2159:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
kanyremote-8.0/aclocal.m4:2160:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
kanyremote-8.0/aclocal.m4-2161-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
kanyremote-8.0/aclocal.m4-2164-  case "$ac_given_srcdir" in
kanyremote-8.0/aclocal.m4:2165:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
kanyremote-8.0/aclocal.m4-2166-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
kanyremote-8.0/aclocal.m4-2226-  # Set POTFILES to the value of the Makefile variable POTFILES.
kanyremote-8.0/aclocal.m4:2227:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
kanyremote-8.0/aclocal.m4:2228:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
kanyremote-8.0/aclocal.m4-2229-  # Compute POTFILES_DEPS as
##############################################
kanyremote-8.0/aclocal.m4-2241-    # The LINGUAS file contains the set of available languages.
kanyremote-8.0/aclocal.m4:2242:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
kanyremote-8.0/aclocal.m4-2243-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
kanyremote-8.0/aclocal.m4-2245-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
kanyremote-8.0/aclocal.m4:2246:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
kanyremote-8.0/aclocal.m4:2247:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
kanyremote-8.0/aclocal.m4-2248-  fi
##############################################
kanyremote-8.0/aclocal.m4-2289-    QMFILES="$QMFILES $srcdirpre$lang.qm"
kanyremote-8.0/aclocal.m4:2290:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
kanyremote-8.0/aclocal.m4-2291-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
kanyremote-8.0/aclocal.m4:2292:    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/'`
kanyremote-8.0/aclocal.m4-2293-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
kanyremote-8.0/aclocal.m4-2330-      QTCATALOGS="$QTCATALOGS $lang.qm"
kanyremote-8.0/aclocal.m4:2331:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
kanyremote-8.0/aclocal.m4-2332-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
kanyremote-8.0/aclocal.m4:2333:      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/'`
kanyremote-8.0/aclocal.m4-2334-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
kanyremote-8.0/aclocal.m4-2342-    for lang in $ALL_LINGUAS; do
kanyremote-8.0/aclocal.m4:2343:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
kanyremote-8.0/aclocal.m4-2344-      cat >> "$ac_file.tmp" <<EOF
##############################################
kanyremote-8.0/aclocal.m4-2353-    for lang in $ALL_LINGUAS; do
kanyremote-8.0/aclocal.m4:2354:      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/'`
kanyremote-8.0/aclocal.m4-2355-      cat >> "$ac_file.tmp" <<EOF
##############################################
kanyremote-8.0/aclocal.m4-2544-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
kanyremote-8.0/aclocal.m4:2545:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
kanyremote-8.0/aclocal.m4-2546-# and then we would define $MISSING as
##############################################
kanyremote-8.0/aclocal.m4-2559-# Expand $ac_aux_dir to an absolute path.
kanyremote-8.0/aclocal.m4:2560:am_aux_dir=`cd "$ac_aux_dir" && pwd`
kanyremote-8.0/aclocal.m4-2561-])
##############################################
kanyremote-8.0/aclocal.m4-2657-  if test "$am_compiler_list" = ""; then
kanyremote-8.0/aclocal.m4:2658:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
kanyremote-8.0/aclocal.m4-2659-  fi
##############################################
kanyremote-8.0/aclocal.m4-2810-    # Strip MF so we end up with the name of the file.
kanyremote-8.0/aclocal.m4:2811:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
kanyremote-8.0/aclocal.m4-2812-    # Check whether this is an Automake generated Makefile which includes
##############################################
kanyremote-8.0/aclocal.m4-2817-      || continue
kanyremote-8.0/aclocal.m4:2818:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
kanyremote-8.0/aclocal.m4:2819:    am_filepart=`AS_BASENAME(["$am_mf"])`
kanyremote-8.0/aclocal.m4-2820-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
kanyremote-8.0/aclocal.m4-2885-AC_REQUIRE([AC_PROG_INSTALL])dnl
kanyremote-8.0/aclocal.m4:2886:if test "`cd $srcdir && pwd`" != "`pwd`"; then
kanyremote-8.0/aclocal.m4-2887-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
kanyremote-8.0/aclocal.m4-3044-    * )
kanyremote-8.0/aclocal.m4:3045:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
kanyremote-8.0/aclocal.m4-3046-  esac
kanyremote-8.0/aclocal.m4-3047-done
kanyremote-8.0/aclocal.m4:3048:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
kanyremote-8.0/aclocal.m4-3049-
##############################################
kanyremote-8.0/aclocal.m4-3300-     echo "timestamp, slept: $am_has_slept" > conftest.file
kanyremote-8.0/aclocal.m4:3301:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
kanyremote-8.0/aclocal.m4-3302-     if test "$[*]" = "X"; then
kanyremote-8.0/aclocal.m4-3303-	# -L didn't work.
kanyremote-8.0/aclocal.m4:3304:	set X `ls -t "$srcdir/configure" conftest.file`
kanyremote-8.0/aclocal.m4-3305-     fi
##############################################
kanyremote-8.0/install-sh-234-      fi
kanyremote-8.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
kanyremote-8.0/install-sh-236-    *)
##############################################
kanyremote-8.0/install-sh-280-      dstdir=$dst
kanyremote-8.0/install-sh:281:      dstbase=`basename "$src"`
kanyremote-8.0/install-sh-282-      case $dst in
##############################################
kanyremote-8.0/install-sh-287-    else
kanyremote-8.0/install-sh:288:      dstdir=`dirname "$dst"`
kanyremote-8.0/install-sh-289-      test -d "$dstdir"
##############################################
kanyremote-8.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
kanyremote-8.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
kanyremote-8.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
kanyremote-8.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
kanyremote-8.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
kanyremote-8.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
kanyremote-8.0/install-sh-419-            case $prefix in
kanyremote-8.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
kanyremote-8.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
kanyremote-8.0/install-sh-468-    if $copy_on_change &&
kanyremote-8.0/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
kanyremote-8.0/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
kanyremote-8.0/install-sh-471-       set -f &&
##############################################
kanyremote-8.0/Makefile.in-71-  { \
kanyremote-8.0/Makefile.in:72:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
kanyremote-8.0/Makefile.in-73-  }; \
##############################################
kanyremote-8.0/Makefile.in-124-CONFIG_CLEAN_VPATH_FILES =
kanyremote-8.0/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kanyremote-8.0/Makefile.in-126-am__vpath_adj = case $$p in \
kanyremote-8.0/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kanyremote-8.0/Makefile.in-128-    *) f=$$p;; \
kanyremote-8.0/Makefile.in-129-  esac;
kanyremote-8.0/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kanyremote-8.0/Makefile.in-131-am__install_max = 40
kanyremote-8.0/Makefile.in-132-am__nobase_strip_setup = \
kanyremote-8.0/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kanyremote-8.0/Makefile.in-134-am__nobase_strip = \
##############################################
kanyremote-8.0/Makefile.in-230-  while test -n "$$dir1"; do \
kanyremote-8.0/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
kanyremote-8.0/Makefile.in-232-    if test "$$first" != "."; then \
kanyremote-8.0/Makefile.in-233-      if test "$$first" = ".."; then \
kanyremote-8.0/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
kanyremote-8.0/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
kanyremote-8.0/Makefile.in-236-      else \
kanyremote-8.0/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
kanyremote-8.0/Makefile.in-238-        if test "$$first2" = "$$first"; then \
kanyremote-8.0/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
kanyremote-8.0/Makefile.in-240-        else \
##############################################
kanyremote-8.0/Makefile.in-245-    fi; \
kanyremote-8.0/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
kanyremote-8.0/Makefile.in-247-  done; \
##############################################
kanyremote-8.0/Makefile.in-467-	@list='$(dist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
kanyremote-8.0/Makefile.in:468:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kanyremote-8.0/Makefile.in-469-	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
##############################################
kanyremote-8.0/Makefile.in-484-	dot_seen=no; \
kanyremote-8.0/Makefile.in:485:	target=`echo $@ | sed s/-recursive//`; \
kanyremote-8.0/Makefile.in-486-	case "$@" in \
##############################################
kanyremote-8.0/Makefile.in-547-GTAGS:
kanyremote-8.0/Makefile.in:548:	here=`$(am__cd) $(top_builddir) && pwd` \
kanyremote-8.0/Makefile.in-549-	  && $(am__cd) $(top_srcdir) \
##############################################
kanyremote-8.0/Makefile.in-582-	test -d "$(distdir)" || mkdir "$(distdir)"
kanyremote-8.0/Makefile.in:583:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kanyremote-8.0/Makefile.in:584:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kanyremote-8.0/Makefile.in-585-	list='$(DISTFILES)'; \
##############################################
kanyremote-8.0/Makefile.in-596-	  if test -d $$d/$$file; then \
kanyremote-8.0/Makefile.in:597:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kanyremote-8.0/Makefile.in-598-	    if test -d "$(distdir)/$$file"; then \
##############################################
kanyremote-8.0/Makefile.in-707-	test -d $(distdir)/_build || exit 0; \
kanyremote-8.0/Makefile.in:708:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
kanyremote-8.0/Makefile.in-709-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
kanyremote-8.0/Makefile.in-751-	}; \
kanyremote-8.0/Makefile.in:752:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
kanyremote-8.0/Makefile.in-753-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
kanyremote-8.0/Makefile.in-763-	fi
kanyremote-8.0/Makefile.in:764:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
kanyremote-8.0/Makefile.in-765-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
kanyremote-8.0/po/Makefile.in.in-88-.po.gmo:
kanyremote-8.0/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
kanyremote-8.0/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
kanyremote-8.0/po/Makefile.in.in-150-	fi; \
kanyremote-8.0/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
kanyremote-8.0/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
kanyremote-8.0/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
kanyremote-8.0/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
kanyremote-8.0/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
kanyremote-8.0/po/Makefile.in.in-222-	for cat in $$catalogs; do \
kanyremote-8.0/po/Makefile.in.in:223:	  cat=`basename $$cat`; \
kanyremote-8.0/po/Makefile.in.in:224:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
kanyremote-8.0/po/Makefile.in.in-225-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
kanyremote-8.0/po/Makefile.in.in-232-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
kanyremote-8.0/po/Makefile.in.in:233:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
kanyremote-8.0/po/Makefile.in.in-234-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
kanyremote-8.0/po/Makefile.in.in-274-	for cat in $$catalogs; do \
kanyremote-8.0/po/Makefile.in.in:275:	  cat=`basename $$cat`; \
kanyremote-8.0/po/Makefile.in.in:276:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
kanyremote-8.0/po/Makefile.in.in-277-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
kanyremote-8.0/po/Makefile.in.in-281-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
kanyremote-8.0/po/Makefile.in.in:282:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
kanyremote-8.0/po/Makefile.in.in-283-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
kanyremote-8.0/po/Makefile.in.in-320-	for cat in $$catalogs; do \
kanyremote-8.0/po/Makefile.in.in:321:	  cat=`basename $$cat`; \
kanyremote-8.0/po/Makefile.in.in:322:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
kanyremote-8.0/po/Makefile.in.in-323-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
kanyremote-8.0/po/Makefile.in.in-385-.nop.po-create:
kanyremote-8.0/po/Makefile.in.in:386:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
kanyremote-8.0/po/Makefile.in.in-387-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
kanyremote-8.0/po/Makefile.in.in-392-.nop.po-update:
kanyremote-8.0/po/Makefile.in.in:393:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
kanyremote-8.0/po/Makefile.in.in-394-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
kanyremote-8.0/po/Rules-quot-15-.insert-header.po-update-en:
kanyremote-8.0/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
kanyremote-8.0/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
kanyremote-8.0/po/Rules-quot-18-	tmpdir=`pwd`; \
kanyremote-8.0/po/Rules-quot-19-	echo "$$lang:"; \
kanyremote-8.0/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
kanyremote-8.0/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
kanyremote-8.0/po/Rules-quot-22-	cd $(srcdir); \
kanyremote-8.0/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
kanyremote-8.0/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
kanyremote-8.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
kanyremote-8.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
kanyremote-8.0/configure-45-  as_echo='print -r --'
kanyremote-8.0/configure-46-  as_echo_n='print -rn --'
kanyremote-8.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
kanyremote-8.0/configure-48-  as_echo='printf %s\n'
##############################################
kanyremote-8.0/configure-50-else
kanyremote-8.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
kanyremote-8.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
kanyremote-8.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
kanyremote-8.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
kanyremote-8.0/configure-62-      esac;
##############################################
kanyremote-8.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
kanyremote-8.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
kanyremote-8.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
kanyremote-8.0/configure-324-      case $as_dir in #(
kanyremote-8.0/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
kanyremote-8.0/configure-326-      *) as_qdir=$as_dir;;
##############################################
kanyremote-8.0/configure-397-  {
kanyremote-8.0/configure:398:    as_val=`expr "$@" || test $? -eq 1`
kanyremote-8.0/configure-399-  }
##############################################
kanyremote-8.0/configure-404-# ----------------------------------------
kanyremote-8.0/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
kanyremote-8.0/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
kanyremote-8.0/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
kanyremote-8.0/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
kanyremote-8.0/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
kanyremote-8.0/configure-782-  case $ac_option in
kanyremote-8.0/configure:783:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
kanyremote-8.0/configure-784-  *=)   ac_optarg= ;;
##############################################
kanyremote-8.0/configure-826-  -disable-* | --disable-*)
kanyremote-8.0/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
kanyremote-8.0/configure-828-    # Reject names that are not valid shell variable names.
##############################################
kanyremote-8.0/configure-831-    ac_useropt_orig=$ac_useropt
kanyremote-8.0/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kanyremote-8.0/configure-833-    case $ac_user_opts in
##############################################
kanyremote-8.0/configure-852-  -enable-* | --enable-*)
kanyremote-8.0/configure:853:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
kanyremote-8.0/configure-854-    # Reject names that are not valid shell variable names.
##############################################
kanyremote-8.0/configure-857-    ac_useropt_orig=$ac_useropt
kanyremote-8.0/configure:858:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kanyremote-8.0/configure-859-    case $ac_user_opts in
##############################################
kanyremote-8.0/configure-1056-  -with-* | --with-*)
kanyremote-8.0/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
kanyremote-8.0/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
kanyremote-8.0/configure-1061-    ac_useropt_orig=$ac_useropt
kanyremote-8.0/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kanyremote-8.0/configure-1063-    case $ac_user_opts in
##############################################
kanyremote-8.0/configure-1072-  -without-* | --without-*)
kanyremote-8.0/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
kanyremote-8.0/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
kanyremote-8.0/configure-1077-    ac_useropt_orig=$ac_useropt
kanyremote-8.0/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kanyremote-8.0/configure-1079-    case $ac_user_opts in
##############################################
kanyremote-8.0/configure-1110-  *=*)
kanyremote-8.0/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
kanyremote-8.0/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
kanyremote-8.0/configure-1131-if test -n "$ac_prev"; then
kanyremote-8.0/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
kanyremote-8.0/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
kanyremote-8.0/configure-1153-    */ )
kanyremote-8.0/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
kanyremote-8.0/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
kanyremote-8.0/configure-1188-ac_ls_di=`ls -di .` &&
kanyremote-8.0/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
kanyremote-8.0/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
kanyremote-8.0/configure-1244-case $srcdir in
kanyremote-8.0/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
kanyremote-8.0/configure-1246-esac
##############################################
kanyremote-8.0/configure-1287-By default, \`make install' will install all the files in
kanyremote-8.0/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
kanyremote-8.0/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
kanyremote-8.0/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
kanyremote-8.0/configure-1385-*)
kanyremote-8.0/configure:1386:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
kanyremote-8.0/configure-1387-  # A ".." for each directory in $ac_dir_suffix.
kanyremote-8.0/configure:1388:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
kanyremote-8.0/configure-1389-  case $ac_top_builddir_sub in
##############################################
kanyremote-8.0/configure-1684-    *\'*)
kanyremote-8.0/configure:1685:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
kanyremote-8.0/configure-1686-    esac
##############################################
kanyremote-8.0/configure-1767-      case $ac_val in
kanyremote-8.0/configure:1768:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
kanyremote-8.0/configure-1769-      esac
##############################################
kanyremote-8.0/configure-1782-	case $ac_val in
kanyremote-8.0/configure:1783:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
kanyremote-8.0/configure-1784-	esac
##############################################
kanyremote-8.0/configure-1903-    set,)
kanyremote-8.0/configure:1904:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
kanyremote-8.0/configure:1905:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
kanyremote-8.0/configure-1906-      ac_cache_corrupted=: ;;
##############################################
kanyremote-8.0/configure-1914-	# differences in whitespace do not lead to failure.
kanyremote-8.0/configure:1915:	ac_old_val_w=`echo x $ac_old_val`
kanyremote-8.0/configure:1916:	ac_new_val_w=`echo x $ac_new_val`
kanyremote-8.0/configure-1917-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
kanyremote-8.0/configure-1934-    case $ac_new_val in
kanyremote-8.0/configure:1935:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
kanyremote-8.0/configure-1936-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
kanyremote-8.0/configure-2109-     echo "timestamp, slept: $am_has_slept" > conftest.file
kanyremote-8.0/configure:2110:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
kanyremote-8.0/configure-2111-     if test "$*" = "X"; then
kanyremote-8.0/configure-2112-	# -L didn't work.
kanyremote-8.0/configure:2113:	set X `ls -t "$srcdir/configure" conftest.file`
kanyremote-8.0/configure-2114-     fi
##############################################
kanyremote-8.0/configure-2160-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
kanyremote-8.0/configure:2161:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
kanyremote-8.0/configure-2162-
kanyremote-8.0/configure-2163-# Expand $ac_aux_dir to an absolute path.
kanyremote-8.0/configure:2164:am_aux_dir=`cd "$ac_aux_dir" && pwd`
kanyremote-8.0/configure-2165-
##############################################
kanyremote-8.0/configure-2305-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
kanyremote-8.0/configure:2306:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
kanyremote-8.0/configure-2307-	     'mkdir (GNU coreutils) '* | \
##############################################
kanyremote-8.0/configure-2378-set x ${MAKE-make}
kanyremote-8.0/configure:2379:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
kanyremote-8.0/configure-2380-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
kanyremote-8.0/configure-2388-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
kanyremote-8.0/configure:2389:case `${MAKE-make} -f conftest.make 2>/dev/null` in
kanyremote-8.0/configure-2390-  *@@@%%%=?*=@@@%%%*)
##############################################
kanyremote-8.0/configure-2454-
kanyremote-8.0/configure:2455:if test "`cd $srcdir && pwd`" != "`pwd`"; then
kanyremote-8.0/configure-2456-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
kanyremote-8.0/configure-2594-  # Check for GNU $ac_path_SED
kanyremote-8.0/configure:2595:case `"$ac_path_SED" --version 2>&1` in
kanyremote-8.0/configure-2596-*GNU*)
##############################################
kanyremote-8.0/configure-2769-
kanyremote-8.0/configure:2770:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/configure-2771-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
kanyremote-8.0/configure-2774-
kanyremote-8.0/configure:2775:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/configure-2776-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
kanyremote-8.0/configure-2851-
kanyremote-8.0/configure:2852:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
kanyremote-8.0/configure-2853-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
kanyremote-8.0/configure-3360-$as_echo_n "checking whether the C compiler works... " >&6; }
kanyremote-8.0/configure:3361:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
kanyremote-8.0/configure-3362-
##############################################
kanyremote-8.0/configure-3404-	then :; else
kanyremote-8.0/configure:3405:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
kanyremote-8.0/configure-3406-	fi
##############################################
kanyremote-8.0/configure-3464-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
kanyremote-8.0/configure:3465:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
kanyremote-8.0/configure-3466-	  break;;
##############################################
kanyremote-8.0/configure-3573-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
kanyremote-8.0/configure:3574:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
kanyremote-8.0/configure-3575-       break;;
##############################################
kanyremote-8.0/configure-3891-  if test "$am_compiler_list" = ""; then
kanyremote-8.0/configure:3892:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
kanyremote-8.0/configure-3893-  fi
##############################################
kanyremote-8.0/configure-4001-test "x$ac_build_alias" = x &&
kanyremote-8.0/configure:4002:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
kanyremote-8.0/configure-4003-test "x$ac_build_alias" = x &&
kanyremote-8.0/configure-4004-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
kanyremote-8.0/configure:4005:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
kanyremote-8.0/configure-4006-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
kanyremote-8.0/configure-4025-IFS=$ac_save_IFS
kanyremote-8.0/configure:4026:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
kanyremote-8.0/configure-4027-
##############################################
kanyremote-8.0/configure-4036-else
kanyremote-8.0/configure:4037:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
kanyremote-8.0/configure-4038-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
kanyremote-8.0/configure-4058-IFS=$ac_save_IFS
kanyremote-8.0/configure:4059:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
kanyremote-8.0/configure-4060-
##############################################
kanyremote-8.0/configure-4091-    # gcc leaves a trailing carriage return which upsets mingw
kanyremote-8.0/configure:4092:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
kanyremote-8.0/configure-4093-  *)
kanyremote-8.0/configure:4094:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
kanyremote-8.0/configure-4095-  esac
##############################################
kanyremote-8.0/configure-4100-      # Canonicalize the pathname of ld
kanyremote-8.0/configure:4101:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
kanyremote-8.0/configure-4102-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
kanyremote-8.0/configure:4103:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
kanyremote-8.0/configure-4104-      done
##############################################
kanyremote-8.0/configure-4135-      # Break only if it was the GNU/non-GNU ld that we prefer.
kanyremote-8.0/configure:4136:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
kanyremote-8.0/configure-4137-      *GNU* | *'with BFD'*)
##############################################
kanyremote-8.0/configure-4166-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
kanyremote-8.0/configure:4167:case `$LD -v 2>&1 </dev/null` in
kanyremote-8.0/configure-4168-*GNU* | *'with BFD'*)
##############################################
kanyremote-8.0/configure-4372-  # Check for GNU $ac_path_GREP
kanyremote-8.0/configure:4373:case `"$ac_path_GREP" --version 2>&1` in
kanyremote-8.0/configure-4374-*GNU*)
##############################################
kanyremote-8.0/configure-4438-  # Check for GNU $ac_path_EGREP
kanyremote-8.0/configure:4439:case `"$ac_path_EGREP" --version 2>&1` in
kanyremote-8.0/configure-4440-*GNU*)
##############################################
kanyremote-8.0/configure-4523-    *)
kanyremote-8.0/configure:4524:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
kanyremote-8.0/configure-4525-      if test -n "$searchpath"; then
##############################################
kanyremote-8.0/configure-4533-                ;;
kanyremote-8.0/configure:4534:              *) searchdir=`cd "$searchdir" && pwd`
kanyremote-8.0/configure-4535-                 case "$searchdir" in
##############################################
kanyremote-8.0/configure-4624-        names_already_handled="$names_already_handled $name"
kanyremote-8.0/configure:4625:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
kanyremote-8.0/configure-4626-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
kanyremote-8.0/configure-4700-                -L*)
kanyremote-8.0/configure:4701:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
kanyremote-8.0/configure-4702-                                    if test -n "$acl_shlibext"; then
##############################################
kanyremote-8.0/configure-4817-              */$acl_libdirstem | */$acl_libdirstem/)
kanyremote-8.0/configure:4818:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
kanyremote-8.0/configure-4819-                if test "$name" = 'iconv'; then
##############################################
kanyremote-8.0/configure-4824-              */$acl_libdirstem2 | */$acl_libdirstem2/)
kanyremote-8.0/configure:4825:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
kanyremote-8.0/configure-4826-                if test "$name" = 'iconv'; then
##############################################
kanyremote-8.0/configure-4875-                  -L*)
kanyremote-8.0/configure:4876:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
kanyremote-8.0/configure-4877-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
kanyremote-8.0/configure-4934-                  -R*)
kanyremote-8.0/configure:4935:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
kanyremote-8.0/configure-4936-                    if test "$enable_rpath" != no; then
##############################################
kanyremote-8.0/configure-4959-                  -l*)
kanyremote-8.0/configure:4960:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
kanyremote-8.0/configure-4961-                    ;;
kanyremote-8.0/configure-4962-                  *.la)
kanyremote-8.0/configure:4963:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
kanyremote-8.0/configure-4964-                    ;;
##############################################
kanyremote-8.0/configure-5522-        names_already_handled="$names_already_handled $name"
kanyremote-8.0/configure:5523:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
kanyremote-8.0/configure-5524-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
kanyremote-8.0/configure-5598-                -L*)
kanyremote-8.0/configure:5599:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
kanyremote-8.0/configure-5600-                                    if test -n "$acl_shlibext"; then
##############################################
kanyremote-8.0/configure-5715-              */$acl_libdirstem | */$acl_libdirstem/)
kanyremote-8.0/configure:5716:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
kanyremote-8.0/configure-5717-                if test "$name" = 'intl'; then
##############################################
kanyremote-8.0/configure-5722-              */$acl_libdirstem2 | */$acl_libdirstem2/)
kanyremote-8.0/configure:5723:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
kanyremote-8.0/configure-5724-                if test "$name" = 'intl'; then
##############################################
kanyremote-8.0/configure-5773-                  -L*)
kanyremote-8.0/configure:5774:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
kanyremote-8.0/configure-5775-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
kanyremote-8.0/configure-5832-                  -R*)
kanyremote-8.0/configure:5833:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
kanyremote-8.0/configure-5834-                    if test "$enable_rpath" != no; then
##############################################
kanyremote-8.0/configure-5857-                  -l*)
kanyremote-8.0/configure:5858:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
kanyremote-8.0/configure-5859-                    ;;
kanyremote-8.0/configure-5860-                  *.la)
kanyremote-8.0/configure:5861:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
kanyremote-8.0/configure-5862-                    ;;
##############################################
kanyremote-8.0/configure-6239-'
kanyremote-8.0/configure:6240:DEFS=`sed -n "$ac_script" confdefs.h`
kanyremote-8.0/configure-6241-
##############################################
kanyremote-8.0/configure-6248-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
kanyremote-8.0/configure:6249:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
kanyremote-8.0/configure-6250-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
kanyremote-8.0/configure-6339-if test -z "$BASH_VERSION$ZSH_VERSION" \
kanyremote-8.0/configure:6340:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
kanyremote-8.0/configure-6341-  as_echo='print -r --'
kanyremote-8.0/configure-6342-  as_echo_n='print -rn --'
kanyremote-8.0/configure:6343:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
kanyremote-8.0/configure-6344-  as_echo='printf %s\n'
##############################################
kanyremote-8.0/configure-6346-else
kanyremote-8.0/configure:6347:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
kanyremote-8.0/configure-6348-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
kanyremote-8.0/configure-6356-	expr "X$arg" : "X\\(.*\\)$as_nl";
kanyremote-8.0/configure:6357:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
kanyremote-8.0/configure-6358-      esac;
##############################################
kanyremote-8.0/configure-6433-# ----------------------------------------
kanyremote-8.0/configure:6434:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
kanyremote-8.0/configure-6435-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
kanyremote-8.0/configure-6505-  {
kanyremote-8.0/configure:6506:    as_val=`expr "$@" || test $? -eq 1`
kanyremote-8.0/configure-6507-  }
##############################################
kanyremote-8.0/configure-6609-      case $as_dir in #(
kanyremote-8.0/configure:6610:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
kanyremote-8.0/configure-6611-      *) as_qdir=$as_dir;;
##############################################
kanyremote-8.0/configure-6735-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
kanyremote-8.0/configure:6736:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
kanyremote-8.0/configure-6737-ac_cs_version="\\
##############################################
kanyremote-8.0/configure-6760-  --*=?*)
kanyremote-8.0/configure:6761:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
kanyremote-8.0/configure:6762:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
kanyremote-8.0/configure-6763-    ac_shift=:
##############################################
kanyremote-8.0/configure-6765-  --*=)
kanyremote-8.0/configure:6766:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
kanyremote-8.0/configure-6767-    ac_optarg=
##############################################
kanyremote-8.0/configure-6789-    case $ac_optarg in
kanyremote-8.0/configure:6790:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
kanyremote-8.0/configure-6791-    '') as_fn_error $? "missing file argument" ;;
##############################################
kanyremote-8.0/configure-6921-fi
kanyremote-8.0/configure:6922:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
kanyremote-8.0/configure-6923-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
kanyremote-8.0/configure-6938-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
kanyremote-8.0/configure:6939:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
kanyremote-8.0/configure-6940-ac_delim='%!_!# '
##############################################
kanyremote-8.0/configure-6944-
kanyremote-8.0/configure:6945:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
kanyremote-8.0/configure-6946-  if test $ac_delim_n = $ac_delim_num; then
##############################################
kanyremote-8.0/configure-7106-      esac
kanyremote-8.0/configure:7107:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
kanyremote-8.0/configure-7108-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
kanyremote-8.0/configure-7165-*)
kanyremote-8.0/configure:7166:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
kanyremote-8.0/configure-7167-  # A ".." for each directory in $ac_dir_suffix.
kanyremote-8.0/configure:7168:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
kanyremote-8.0/configure-7169-  case $ac_top_builddir_sub in
##############################################
kanyremote-8.0/configure-7226-/@mandir@/p'
kanyremote-8.0/configure:7227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
kanyremote-8.0/configure-7228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
kanyremote-8.0/configure-7243-
kanyremote-8.0/configure:7244:# Neutralize VPATH when `$srcdir' = `.'.
kanyremote-8.0/configure-7245-# Shell code in configure.ac might set extrasub.
##############################################
kanyremote-8.0/configure-7271-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
kanyremote-8.0/configure:7272:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
kanyremote-8.0/configure-7273-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
kanyremote-8.0/configure-7299-      case "$ac_file" in
kanyremote-8.0/configure:7300:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
kanyremote-8.0/configure-7301-      esac
##############################################
kanyremote-8.0/configure-7304-        # Adjust a relative srcdir.
kanyremote-8.0/configure:7305:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
kanyremote-8.0/configure:7306:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
kanyremote-8.0/configure:7307:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
kanyremote-8.0/configure-7308-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
kanyremote-8.0/configure-7311-        case "$ac_given_srcdir" in
kanyremote-8.0/configure:7312:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
kanyremote-8.0/configure-7313-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
kanyremote-8.0/configure-7332-            fi
kanyremote-8.0/configure:7333:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
kanyremote-8.0/configure-7334-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
kanyremote-8.0/configure-7429-    # Strip MF so we end up with the name of the file.
kanyremote-8.0/configure:7430:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
kanyremote-8.0/configure-7431-    # Check whether this is an Automake generated Makefile which includes