===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
freedink-109.6/Makefile.in-49-  { \
freedink-109.6/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/Makefile.in-51-  }; \
##############################################
freedink-109.6/Makefile.in-242-  while test -n "$$dir1"; do \
freedink-109.6/Makefile.in:243:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freedink-109.6/Makefile.in-244-    if test "$$first" != "."; then \
freedink-109.6/Makefile.in-245-      if test "$$first" = ".."; then \
freedink-109.6/Makefile.in:246:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freedink-109.6/Makefile.in:247:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freedink-109.6/Makefile.in-248-      else \
freedink-109.6/Makefile.in:249:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freedink-109.6/Makefile.in-250-        if test "$$first2" = "$$first"; then \
freedink-109.6/Makefile.in:251:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freedink-109.6/Makefile.in-252-        else \
##############################################
freedink-109.6/Makefile.in-257-    fi; \
freedink-109.6/Makefile.in:258:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freedink-109.6/Makefile.in-259-  done; \
##############################################
freedink-109.6/Makefile.in-1032-	dot_seen=no; \
freedink-109.6/Makefile.in:1033:	target=`echo $@ | sed s/-recursive//`; \
freedink-109.6/Makefile.in-1034-	case "$@" in \
##############################################
freedink-109.6/Makefile.in-1095-GTAGS:
freedink-109.6/Makefile.in:1096:	here=`$(am__cd) $(top_builddir) && pwd` \
freedink-109.6/Makefile.in-1097-	  && $(am__cd) $(top_srcdir) \
##############################################
freedink-109.6/Makefile.in-1128-distdir-am: $(DISTFILES)
freedink-109.6/Makefile.in:1129:	@case `sed 15q $(srcdir)/NEWS` in \
freedink-109.6/Makefile.in-1130-	*"$(VERSION)"*) : ;; \
##############################################
freedink-109.6/Makefile.in-1136-	test -d "$(distdir)" || mkdir "$(distdir)"
freedink-109.6/Makefile.in:1137:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/Makefile.in:1138:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/Makefile.in-1139-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/Makefile.in-1150-	  if test -d $$d/$$file; then \
freedink-109.6/Makefile.in:1151:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/Makefile.in-1152-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/Makefile.in-1263-	test -d $(distdir)/_build || exit 0; \
freedink-109.6/Makefile.in:1264:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
freedink-109.6/Makefile.in-1265-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
freedink-109.6/Makefile.in-1307-	}; \
freedink-109.6/Makefile.in:1308:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
freedink-109.6/Makefile.in-1309-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
freedink-109.6/Makefile.in-1319-	fi
freedink-109.6/Makefile.in:1320:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
freedink-109.6/Makefile.in-1321-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
freedink-109.6/bootstrap-48-# Look for gnulib-tool. Use '|| true' because of 'set -e' above
freedink-109.6/bootstrap:49:GNULIB_TOOL=`PATH=gnulib-git:$PATH:/usr/src/gnulib which gnulib-tool || true`
freedink-109.6/bootstrap-50-if [ -z "$GNULIB_TOOL" ]; then
##############################################
freedink-109.6/autotools/config.guess-34-
freedink-109.6/autotools/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
freedink-109.6/autotools/config.guess-36-
##############################################
freedink-109.6/autotools/config.guess-102-: ${TMPDIR=/tmp} ;
freedink-109.6/autotools/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
freedink-109.6/autotools/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
freedink-109.6/autotools/config.guess-151-	EOF
freedink-109.6/autotools/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
freedink-109.6/autotools/config.guess-153-	;;
##############################################
freedink-109.6/autotools/config.guess-181-	    earmv*)
freedink-109.6/autotools/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
freedink-109.6/autotools/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
freedink-109.6/autotools/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
freedink-109.6/autotools/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
freedink-109.6/autotools/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
freedink-109.6/autotools/config.guess-215-		;;
##############################################
freedink-109.6/autotools/config.guess-226-	    *)
freedink-109.6/autotools/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
freedink-109.6/autotools/config.guess-228-		;;
##############################################
freedink-109.6/autotools/config.guess-267-	*4.0)
freedink-109.6/autotools/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
freedink-109.6/autotools/config.guess-269-		;;
freedink-109.6/autotools/config.guess-270-	*5.*)
freedink-109.6/autotools/config.guess:271:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
freedink-109.6/autotools/config.guess-272-		;;
##############################################
freedink-109.6/autotools/config.guess-277-	# types through head -n 1, so we only detect the type of CPU 0.
freedink-109.6/autotools/config.guess:278:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
freedink-109.6/autotools/config.guess-279-	case "$ALPHA_CPU_TYPE" in
##############################################
freedink-109.6/autotools/config.guess-315-	# 1.2 uses "1.2" for uname -r.
freedink-109.6/autotools/config.guess:316:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
freedink-109.6/autotools/config.guess-317-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
freedink-109.6/autotools/config.guess-375-    s390x:SunOS:*:*)
freedink-109.6/autotools/config.guess:376:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-377-	exit ;;
freedink-109.6/autotools/config.guess-378-    sun4H:SunOS:5.*:*)
freedink-109.6/autotools/config.guess:379:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-380-	exit ;;
freedink-109.6/autotools/config.guess-381-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
freedink-109.6/autotools/config.guess:382:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-383-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-400-	fi
freedink-109.6/autotools/config.guess:401:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-402-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-406-	# it's likely to be more like Solaris than SunOS4.
freedink-109.6/autotools/config.guess:407:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-408-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-415-	# Japanese Language versions have a version number like `4.1.3-JL'.
freedink-109.6/autotools/config.guess:416:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
freedink-109.6/autotools/config.guess-417-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-421-    sun*:*:4.2BSD:*)
freedink-109.6/autotools/config.guess:422:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
freedink-109.6/autotools/config.guess-423-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
freedink-109.6/autotools/config.guess-503-	$CC_FOR_BUILD -o $dummy $dummy.c &&
freedink-109.6/autotools/config.guess:504:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
freedink-109.6/autotools/config.guess:505:	  SYSTEM_NAME=`$dummy $dummyarg` &&
freedink-109.6/autotools/config.guess-506-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
freedink-109.6/autotools/config.guess-559-    *:IRIX*:*:*)
freedink-109.6/autotools/config.guess:560:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
freedink-109.6/autotools/config.guess-561-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-589-EOF
freedink-109.6/autotools/config.guess:590:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
freedink-109.6/autotools/config.guess-591-		then
##############################################
freedink-109.6/autotools/config.guess-602-    *:AIX:*:[4567])
freedink-109.6/autotools/config.guess:603:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
freedink-109.6/autotools/config.guess-604-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
freedink-109.6/autotools/config.guess-638-    9000/[34678]??:HP-UX:*:*)
freedink-109.6/autotools/config.guess:639:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freedink-109.6/autotools/config.guess-640-	case "${UNAME_MACHINE}" in
##############################################
freedink-109.6/autotools/config.guess-692-EOF
freedink-109.6/autotools/config.guess:693:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
freedink-109.6/autotools/config.guess-694-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
freedink-109.6/autotools/config.guess-720-    ia64:HP-UX:*:*)
freedink-109.6/autotools/config.guess:721:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freedink-109.6/autotools/config.guess-722-	echo ia64-hp-hpux${HPUX_REV}
##############################################
freedink-109.6/autotools/config.guess-750-EOF
freedink-109.6/autotools/config.guess:751:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
freedink-109.6/autotools/config.guess-752-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
freedink-109.6/autotools/config.guess-821-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
freedink-109.6/autotools/config.guess:822:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
freedink-109.6/autotools/config.guess-823-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freedink-109.6/autotools/config.guess-826-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
freedink-109.6/autotools/config.guess:827:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
freedink-109.6/autotools/config.guess-828-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freedink-109.6/autotools/config.guess-846-	esac
freedink-109.6/autotools/config.guess:847:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
freedink-109.6/autotools/config.guess-848-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-901-    prep*:SunOS:5.*:*)
freedink-109.6/autotools/config.guess:902:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freedink-109.6/autotools/config.guess-903-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-905-	# the GNU system
freedink-109.6/autotools/config.guess:906:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
freedink-109.6/autotools/config.guess-907-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-909-	# other systems with GNU libc and userland
freedink-109.6/autotools/config.guess:910:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
freedink-109.6/autotools/config.guess-911-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-1003-EOF
freedink-109.6/autotools/config.guess:1004:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
freedink-109.6/autotools/config.guess-1005-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
freedink-109.6/autotools/config.guess-1103-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
freedink-109.6/autotools/config.guess:1104:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
freedink-109.6/autotools/config.guess-1105-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
freedink-109.6/autotools/config.guess-1306-	fi
freedink-109.6/autotools/config.guess:1307:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
freedink-109.6/autotools/config.guess-1308-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
freedink-109.6/autotools/config.guess-1401-    *:DragonFly:*:*)
freedink-109.6/autotools/config.guess:1402:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
freedink-109.6/autotools/config.guess-1403-	exit ;;
##############################################
freedink-109.6/autotools/config.guess-1414-    i*86:skyos:*:*)
freedink-109.6/autotools/config.guess:1415:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
freedink-109.6/autotools/config.guess-1416-	exit ;;
##############################################
freedink-109.6/autotools/depcomp-64-  case $1 in
freedink-109.6/autotools/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
freedink-109.6/autotools/depcomp-66-      *) dir=;;
##############################################
freedink-109.6/autotools/depcomp-73-{
freedink-109.6/autotools/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
freedink-109.6/autotools/depcomp-75-}
##############################################
freedink-109.6/autotools/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
freedink-109.6/autotools/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
freedink-109.6/autotools/depcomp-128-
##############################################
freedink-109.6/autotools/depcomp-405-        sleep 1
freedink-109.6/autotools/depcomp:406:        i=`expr $i - 1`
freedink-109.6/autotools/depcomp-407-      done
freedink-109.6/autotools/depcomp-408-    fi
freedink-109.6/autotools/depcomp:409:    i=`expr $i - 1`
freedink-109.6/autotools/depcomp-410-  done
##############################################
freedink-109.6/autotools/depcomp-425-  # Do two passes, one to just change these to
freedink-109.6/autotools/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
freedink-109.6/autotools/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freedink-109.6/autotools/depcomp-659-  done
freedink-109.6/autotools/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
freedink-109.6/autotools/depcomp-661-  touch "$tmpdepfile"
##############################################
freedink-109.6/autotools/compile-67-	mingw/*)
freedink-109.6/autotools/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
freedink-109.6/autotools/compile-69-	  ;;
freedink-109.6/autotools/compile-70-	cygwin/*)
freedink-109.6/autotools/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
freedink-109.6/autotools/compile-72-	  ;;
freedink-109.6/autotools/compile-73-	wine/*)
freedink-109.6/autotools/compile:74:	  file=`winepath -w "$file" || echo "$file"`
freedink-109.6/autotools/compile-75-	  ;;
##############################################
freedink-109.6/autotools/compile-310-# Name of file we expect compiler to create.
freedink-109.6/autotools/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
freedink-109.6/autotools/compile-312-
##############################################
freedink-109.6/autotools/compile-316-# object file name, since that is what matters with a parallel build.
freedink-109.6/autotools/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
freedink-109.6/autotools/compile-318-while true; do
##############################################
freedink-109.6/autotools/install-sh-234-      fi
freedink-109.6/autotools/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
freedink-109.6/autotools/install-sh-236-    *)
##############################################
freedink-109.6/autotools/install-sh-280-      dstdir=$dst
freedink-109.6/autotools/install-sh:281:      dstbase=`basename "$src"`
freedink-109.6/autotools/install-sh-282-      case $dst in
##############################################
freedink-109.6/autotools/install-sh-287-    else
freedink-109.6/autotools/install-sh:288:      dstdir=`dirname "$dst"`
freedink-109.6/autotools/install-sh-289-      test -d "$dstdir"
##############################################
freedink-109.6/autotools/install-sh-354-                   test_tmpdir="$tmpdir/a"
freedink-109.6/autotools/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
freedink-109.6/autotools/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
freedink-109.6/autotools/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
freedink-109.6/autotools/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
freedink-109.6/autotools/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
freedink-109.6/autotools/install-sh-419-            case $prefix in
freedink-109.6/autotools/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
freedink-109.6/autotools/install-sh-421-              *) qprefix=$prefix;;
##############################################
freedink-109.6/autotools/install-sh-468-    if $copy_on_change &&
freedink-109.6/autotools/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
freedink-109.6/autotools/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
freedink-109.6/autotools/install-sh-471-       set -f &&
##############################################
freedink-109.6/autotools/m4/lib-prefix.m4-201-    *)
freedink-109.6/autotools/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
freedink-109.6/autotools/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
freedink-109.6/autotools/m4/lib-prefix.m4-211-                ;;
freedink-109.6/autotools/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
freedink-109.6/autotools/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
freedink-109.6/autotools/m4/po.m4-47-changequote(,)dnl
freedink-109.6/autotools/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/autotools/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
freedink-109.6/autotools/m4/po.m4-54-changequote(,)dnl
freedink-109.6/autotools/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/autotools/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
freedink-109.6/autotools/m4/po.m4-73-changequote(,)dnl
freedink-109.6/autotools/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/autotools/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
freedink-109.6/autotools/m4/po.m4-98-      case "$ac_file" in
freedink-109.6/autotools/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
freedink-109.6/autotools/m4/po.m4-100-      esac
##############################################
freedink-109.6/autotools/m4/po.m4-103-        # Adjust a relative srcdir.
freedink-109.6/autotools/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
freedink-109.6/autotools/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
freedink-109.6/autotools/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
freedink-109.6/autotools/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
freedink-109.6/autotools/m4/po.m4-110-        case "$ac_given_srcdir" in
freedink-109.6/autotools/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
freedink-109.6/autotools/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
freedink-109.6/autotools/m4/po.m4-130-            fi
freedink-109.6/autotools/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
freedink-109.6/autotools/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
freedink-109.6/autotools/m4/po.m4-227-  # Adjust a relative srcdir.
freedink-109.6/autotools/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
freedink-109.6/autotools/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
freedink-109.6/autotools/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
freedink-109.6/autotools/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
freedink-109.6/autotools/m4/po.m4-234-  case "$ac_given_srcdir" in
freedink-109.6/autotools/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
freedink-109.6/autotools/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
freedink-109.6/autotools/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
freedink-109.6/autotools/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
freedink-109.6/autotools/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
freedink-109.6/autotools/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
freedink-109.6/autotools/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
freedink-109.6/autotools/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
freedink-109.6/autotools/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
freedink-109.6/autotools/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
freedink-109.6/autotools/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
freedink-109.6/autotools/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
freedink-109.6/autotools/m4/po.m4-317-  fi
##############################################
freedink-109.6/autotools/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
freedink-109.6/autotools/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
freedink-109.6/autotools/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
freedink-109.6/autotools/m4/po.m4:361:    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/'`
freedink-109.6/autotools/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
freedink-109.6/autotools/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
freedink-109.6/autotools/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
freedink-109.6/autotools/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
freedink-109.6/autotools/m4/po.m4:402:      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/'`
freedink-109.6/autotools/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
freedink-109.6/autotools/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
freedink-109.6/autotools/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
freedink-109.6/autotools/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
freedink-109.6/autotools/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
freedink-109.6/autotools/m4/po.m4:422:      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/'`
freedink-109.6/autotools/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
freedink-109.6/autotools/m4/lib-link.m4-244-        dnl or AC_LIB_HAVE_LINKFLAGS call.
freedink-109.6/autotools/m4/lib-link.m4:245:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
freedink-109.6/autotools/m4/lib-link.m4-246-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
freedink-109.6/autotools/m4/lib-link.m4-319-                -L*)
freedink-109.6/autotools/m4/lib-link.m4:320:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
freedink-109.6/autotools/m4/lib-link.m4-321-                  dnl First look for a shared library.
##############################################
freedink-109.6/autotools/m4/lib-link.m4-463-              */$acl_libdirstem | */$acl_libdirstem/)
freedink-109.6/autotools/m4/lib-link.m4:464:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
freedink-109.6/autotools/m4/lib-link.m4-465-                if test "$name" = '$1'; then
##############################################
freedink-109.6/autotools/m4/lib-link.m4-470-              */$acl_libdirstem2 | */$acl_libdirstem2/)
freedink-109.6/autotools/m4/lib-link.m4:471:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
freedink-109.6/autotools/m4/lib-link.m4-472-                if test "$name" = '$1'; then
##############################################
freedink-109.6/autotools/m4/lib-link.m4-526-                  -L*)
freedink-109.6/autotools/m4/lib-link.m4:527:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
freedink-109.6/autotools/m4/lib-link.m4-528-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
freedink-109.6/autotools/m4/lib-link.m4-578-                  -R*)
freedink-109.6/autotools/m4/lib-link.m4:579:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
freedink-109.6/autotools/m4/lib-link.m4-580-                    if test "$enable_rpath" != no; then
##############################################
freedink-109.6/autotools/m4/lib-link.m4-608-                    dnl Handle this in the next round.
freedink-109.6/autotools/m4/lib-link.m4:609:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
freedink-109.6/autotools/m4/lib-link.m4-610-                    ;;
##############################################
freedink-109.6/autotools/m4/lib-link.m4-614-                    dnl option.
freedink-109.6/autotools/m4/lib-link.m4:615:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
freedink-109.6/autotools/m4/lib-link.m4-616-                    ;;
##############################################
freedink-109.6/autotools/m4/lib-link.m4-727-            -L) next=yes ;;
freedink-109.6/autotools/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
freedink-109.6/autotools/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
freedink-109.6/autotools/m4/gettext.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
freedink-109.6/autotools/m4/gettext.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
freedink-109.6/autotools/m4/gettext.m4-251-      fi
##############################################
freedink-109.6/autotools/m4/iconv.m4-207-      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);"])
freedink-109.6/autotools/m4/iconv.m4:208:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
freedink-109.6/autotools/m4/iconv.m4-209-    AC_MSG_RESULT([
##############################################
freedink-109.6/autotools/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
freedink-109.6/autotools/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
freedink-109.6/autotools/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
freedink-109.6/autotools/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
freedink-109.6/autotools/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freedink-109.6/autotools/m4/lib-ld.m4-52-  *)
freedink-109.6/autotools/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freedink-109.6/autotools/m4/lib-ld.m4-54-  esac
##############################################
freedink-109.6/autotools/m4/lib-ld.m4-59-      # Canonicalize the path of ld
freedink-109.6/autotools/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
freedink-109.6/autotools/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freedink-109.6/autotools/m4/lib-ld.m4:62:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
freedink-109.6/autotools/m4/lib-ld.m4-63-      done
##############################################
freedink-109.6/autotools/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
freedink-109.6/autotools/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
freedink-109.6/autotools/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
freedink-109.6/autotools/config.rpath-33-host="$1"
freedink-109.6/autotools/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
freedink-109.6/autotools/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
freedink-109.6/autotools/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
freedink-109.6/autotools/config.rpath-37-
##############################################
freedink-109.6/autotools/config.rpath-47-done
freedink-109.6/autotools/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
freedink-109.6/autotools/config.rpath-49-
##############################################
freedink-109.6/autotools/config.rpath-97-        *)
freedink-109.6/autotools/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
freedink-109.6/autotools/config.rpath-99-            *Sun\ C*)
##############################################
freedink-109.6/autotools/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
freedink-109.6/autotools/config.rpath:224:      case `$LD -v 2>&1` in
freedink-109.6/autotools/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
freedink-109.6/autotools/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
freedink-109.6/autotools/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
freedink-109.6/autotools/config.rpath-231-          else
##############################################
freedink-109.6/autotools/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
freedink-109.6/autotools/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
freedink-109.6/autotools/config.rpath-288-          if test -f "$collect2name" && \
##############################################
freedink-109.6/autotools/config.rpath-425-        hardcode_direct=yes
freedink-109.6/autotools/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
freedink-109.6/autotools/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
freedink-109.6/autotools/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
freedink-109.6/autotools/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
freedink-109.6/autotools/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
freedink-109.6/autotools/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
freedink-109.6/autotools/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
freedink-109.6/autotools/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
freedink-109.6/autotools/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
freedink-109.6/autotools/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
freedink-109.6/autotools/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
freedink-109.6/autotools/config.rpath-639-
##############################################
freedink-109.6/autotools/config.sub-52-
freedink-109.6/autotools/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
freedink-109.6/autotools/config.sub-54-
##############################################
freedink-109.6/autotools/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
freedink-109.6/autotools/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
freedink-109.6/autotools/config.sub-116-case $maybe_os in
##############################################
freedink-109.6/autotools/config.sub-122-    os=-$maybe_os
freedink-109.6/autotools/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
freedink-109.6/autotools/config.sub-124-    ;;
##############################################
freedink-109.6/autotools/config.sub-126-    os=-linux-android
freedink-109.6/autotools/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
freedink-109.6/autotools/config.sub-128-    ;;
freedink-109.6/autotools/config.sub-129-  *)
freedink-109.6/autotools/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
freedink-109.6/autotools/config.sub-131-    if [ $basic_machine != $1 ]
freedink-109.6/autotools/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
freedink-109.6/autotools/config.sub-133-    else os=; fi
##############################################
freedink-109.6/autotools/config.sub-180-		os=-sco5v6
freedink-109.6/autotools/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-182-		;;
##############################################
freedink-109.6/autotools/config.sub-184-		os=-sco3.2v5
freedink-109.6/autotools/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-186-		;;
##############################################
freedink-109.6/autotools/config.sub-188-		os=-sco3.2v4
freedink-109.6/autotools/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-190-		;;
freedink-109.6/autotools/config.sub-191-	-sco3.2.[4-9]*)
freedink-109.6/autotools/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
freedink-109.6/autotools/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-194-		;;
##############################################
freedink-109.6/autotools/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
freedink-109.6/autotools/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-198-		;;
##############################################
freedink-109.6/autotools/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
freedink-109.6/autotools/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-202-		;;
##############################################
freedink-109.6/autotools/config.sub-204-		os=-sco3.2v2
freedink-109.6/autotools/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-206-		;;
freedink-109.6/autotools/config.sub-207-	-udk*)
freedink-109.6/autotools/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-209-		;;
##############################################
freedink-109.6/autotools/config.sub-211-		os=-isc2.2
freedink-109.6/autotools/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-213-		;;
##############################################
freedink-109.6/autotools/config.sub-217-	-isc*)
freedink-109.6/autotools/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freedink-109.6/autotools/config.sub-219-		;;
##############################################
freedink-109.6/autotools/config.sub-229-	-ptx*)
freedink-109.6/autotools/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
freedink-109.6/autotools/config.sub-231-		;;
freedink-109.6/autotools/config.sub-232-	-windowsnt*)
freedink-109.6/autotools/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
freedink-109.6/autotools/config.sub-234-		;;
##############################################
freedink-109.6/autotools/config.sub-381-	*-*-*)
freedink-109.6/autotools/config.sub:382:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freedink-109.6/autotools/config.sub-383-		exit 1
##############################################
freedink-109.6/autotools/config.sub-510-	amd64-*)
freedink-109.6/autotools/config.sub:511:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-512-		;;
##############################################
freedink-109.6/autotools/config.sub-555-	blackfin-*)
freedink-109.6/autotools/config.sub:556:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-557-		os=-linux
##############################################
freedink-109.6/autotools/config.sub-563-	c54x-*)
freedink-109.6/autotools/config.sub:564:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-565-		;;
freedink-109.6/autotools/config.sub-566-	c55x-*)
freedink-109.6/autotools/config.sub:567:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-568-		;;
freedink-109.6/autotools/config.sub-569-	c6x-*)
freedink-109.6/autotools/config.sub:570:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-571-		;;
##############################################
freedink-109.6/autotools/config.sub-667-	e500v[12]-*)
freedink-109.6/autotools/config.sub:668:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-669-		os=$os"spe"
##############################################
freedink-109.6/autotools/config.sub-774-	i*86v32)
freedink-109.6/autotools/config.sub:775:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freedink-109.6/autotools/config.sub-776-		os=-sysv32
##############################################
freedink-109.6/autotools/config.sub-778-	i*86v4*)
freedink-109.6/autotools/config.sub:779:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freedink-109.6/autotools/config.sub-780-		os=-sysv4
##############################################
freedink-109.6/autotools/config.sub-782-	i*86v)
freedink-109.6/autotools/config.sub:783:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freedink-109.6/autotools/config.sub-784-		os=-sysv
##############################################
freedink-109.6/autotools/config.sub-786-	i*86sol2)
freedink-109.6/autotools/config.sub:787:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freedink-109.6/autotools/config.sub-788-		os=-solaris2
##############################################
freedink-109.6/autotools/config.sub-812-	leon-*|leon[3-9]-*)
freedink-109.6/autotools/config.sub:813:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
freedink-109.6/autotools/config.sub-814-		;;
##############################################
freedink-109.6/autotools/config.sub-819-	m68knommu-*)
freedink-109.6/autotools/config.sub:820:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-821-		os=-linux
##############################################
freedink-109.6/autotools/config.sub-856-	mips3*-*)
freedink-109.6/autotools/config.sub:857:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
freedink-109.6/autotools/config.sub-858-		;;
freedink-109.6/autotools/config.sub-859-	mips3*)
freedink-109.6/autotools/config.sub:860:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
freedink-109.6/autotools/config.sub-861-		;;
##############################################
freedink-109.6/autotools/config.sub-878-	ms1-*)
freedink-109.6/autotools/config.sub:879:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
freedink-109.6/autotools/config.sub-880-		;;
##############################################
freedink-109.6/autotools/config.sub-1004-	parisc-*)
freedink-109.6/autotools/config.sub:1005:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1006-		os=-linux
##############################################
freedink-109.6/autotools/config.sub-1020-	pc98-*)
freedink-109.6/autotools/config.sub:1021:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1022-		;;
##############################################
freedink-109.6/autotools/config.sub-1035-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
freedink-109.6/autotools/config.sub:1036:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1037-		;;
freedink-109.6/autotools/config.sub-1038-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
freedink-109.6/autotools/config.sub:1039:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1040-		;;
freedink-109.6/autotools/config.sub-1041-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
freedink-109.6/autotools/config.sub:1042:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1043-		;;
freedink-109.6/autotools/config.sub-1044-	pentium4-*)
freedink-109.6/autotools/config.sub:1045:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1046-		;;
##############################################
freedink-109.6/autotools/config.sub-1054-	ppc-* | ppcbe-*)
freedink-109.6/autotools/config.sub:1055:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1056-		;;
##############################################
freedink-109.6/autotools/config.sub-1060-	ppcle-* | powerpclittle-*)
freedink-109.6/autotools/config.sub:1061:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1062-		;;
##############################################
freedink-109.6/autotools/config.sub-1064-		;;
freedink-109.6/autotools/config.sub:1065:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1066-		;;
##############################################
freedink-109.6/autotools/config.sub-1070-	ppc64le-* | powerpc64little-*)
freedink-109.6/autotools/config.sub:1071:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1072-		;;
##############################################
freedink-109.6/autotools/config.sub-1153-	strongarm-* | thumb-*)
freedink-109.6/autotools/config.sub:1154:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
freedink-109.6/autotools/config.sub-1155-		;;
##############################################
freedink-109.6/autotools/config.sub-1286-	xscale-* | xscalee[bl]-*)
freedink-109.6/autotools/config.sub:1287:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
freedink-109.6/autotools/config.sub-1288-		;;
##############################################
freedink-109.6/autotools/config.sub-1363-	*)
freedink-109.6/autotools/config.sub:1364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freedink-109.6/autotools/config.sub-1365-		exit 1
##############################################
freedink-109.6/autotools/config.sub-1371-	*-digital*)
freedink-109.6/autotools/config.sub:1372:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
freedink-109.6/autotools/config.sub-1373-		;;
freedink-109.6/autotools/config.sub-1374-	*-commodore*)
freedink-109.6/autotools/config.sub:1375:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
freedink-109.6/autotools/config.sub-1376-		;;
##############################################
freedink-109.6/autotools/config.sub-1392-	-solaris1 | -solaris1.*)
freedink-109.6/autotools/config.sub:1393:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
freedink-109.6/autotools/config.sub-1394-		;;
##############################################
freedink-109.6/autotools/config.sub-1404-	-gnu/linux*)
freedink-109.6/autotools/config.sub:1405:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
freedink-109.6/autotools/config.sub-1406-		;;
##############################################
freedink-109.6/autotools/config.sub-1457-	-nto*)
freedink-109.6/autotools/config.sub:1458:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
freedink-109.6/autotools/config.sub-1459-		;;
##############################################
freedink-109.6/autotools/config.sub-1464-	-mac*)
freedink-109.6/autotools/config.sub:1465:		os=`echo $os | sed -e 's|mac|macos|'`
freedink-109.6/autotools/config.sub-1466-		;;
##############################################
freedink-109.6/autotools/config.sub-1470-	-linux*)
freedink-109.6/autotools/config.sub:1471:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
freedink-109.6/autotools/config.sub-1472-		;;
freedink-109.6/autotools/config.sub-1473-	-sunos5*)
freedink-109.6/autotools/config.sub:1474:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
freedink-109.6/autotools/config.sub-1475-		;;
freedink-109.6/autotools/config.sub-1476-	-sunos6*)
freedink-109.6/autotools/config.sub:1477:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
freedink-109.6/autotools/config.sub-1478-		;;
##############################################
freedink-109.6/autotools/config.sub-1528-	-sinix5.*)
freedink-109.6/autotools/config.sub:1529:		os=`echo $os | sed -e 's|sinix|sysv|'`
freedink-109.6/autotools/config.sub-1530-		;;
##############################################
freedink-109.6/autotools/config.sub-1589-		# Get rid of the `-' at the beginning of $os.
freedink-109.6/autotools/config.sub:1590:		os=`echo $os | sed 's/[^-]*-//'`
freedink-109.6/autotools/config.sub:1591:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
freedink-109.6/autotools/config.sub-1592-		exit 1
##############################################
freedink-109.6/autotools/config.sub-1855-		esac
freedink-109.6/autotools/config.sub:1856:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
freedink-109.6/autotools/config.sub-1857-		;;
##############################################
freedink-109.6/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
freedink-109.6/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freedink-109.6/configure-47-  as_echo='print -r --'
freedink-109.6/configure-48-  as_echo_n='print -rn --'
freedink-109.6/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freedink-109.6/configure-50-  as_echo='printf %s\n'
##############################################
freedink-109.6/configure-52-else
freedink-109.6/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freedink-109.6/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freedink-109.6/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
freedink-109.6/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freedink-109.6/configure-64-      esac;
##############################################
freedink-109.6/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
freedink-109.6/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
freedink-109.6/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
freedink-109.6/configure-327-      case $as_dir in #(
freedink-109.6/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freedink-109.6/configure-329-      *) as_qdir=$as_dir;;
##############################################
freedink-109.6/configure-400-  {
freedink-109.6/configure:401:    as_val=`expr "$@" || test $? -eq 1`
freedink-109.6/configure-402-  }
##############################################
freedink-109.6/configure-407-# ----------------------------------------
freedink-109.6/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freedink-109.6/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freedink-109.6/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
freedink-109.6/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
freedink-109.6/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
freedink-109.6/configure-1439-  case $ac_option in
freedink-109.6/configure:1440:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
freedink-109.6/configure-1441-  *=)   ac_optarg= ;;
##############################################
freedink-109.6/configure-1483-  -disable-* | --disable-*)
freedink-109.6/configure:1484:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
freedink-109.6/configure-1485-    # Reject names that are not valid shell variable names.
##############################################
freedink-109.6/configure-1488-    ac_useropt_orig=$ac_useropt
freedink-109.6/configure:1489:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freedink-109.6/configure-1490-    case $ac_user_opts in
##############################################
freedink-109.6/configure-1509-  -enable-* | --enable-*)
freedink-109.6/configure:1510:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
freedink-109.6/configure-1511-    # Reject names that are not valid shell variable names.
##############################################
freedink-109.6/configure-1514-    ac_useropt_orig=$ac_useropt
freedink-109.6/configure:1515:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freedink-109.6/configure-1516-    case $ac_user_opts in
##############################################
freedink-109.6/configure-1722-  -with-* | --with-*)
freedink-109.6/configure:1723:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
freedink-109.6/configure-1724-    # Reject names that are not valid shell variable names.
##############################################
freedink-109.6/configure-1727-    ac_useropt_orig=$ac_useropt
freedink-109.6/configure:1728:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freedink-109.6/configure-1729-    case $ac_user_opts in
##############################################
freedink-109.6/configure-1738-  -without-* | --without-*)
freedink-109.6/configure:1739:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
freedink-109.6/configure-1740-    # Reject names that are not valid shell variable names.
##############################################
freedink-109.6/configure-1743-    ac_useropt_orig=$ac_useropt
freedink-109.6/configure:1744:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freedink-109.6/configure-1745-    case $ac_user_opts in
##############################################
freedink-109.6/configure-1776-  *=*)
freedink-109.6/configure:1777:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
freedink-109.6/configure-1778-    # Reject names that are not valid shell variable names.
##############################################
freedink-109.6/configure-1797-if test -n "$ac_prev"; then
freedink-109.6/configure:1798:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
freedink-109.6/configure-1799-  as_fn_error $? "missing argument to $ac_option"
##############################################
freedink-109.6/configure-1819-    */ )
freedink-109.6/configure:1820:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
freedink-109.6/configure-1821-      eval $ac_var=\$ac_val;;
##############################################
freedink-109.6/configure-1854-ac_ls_di=`ls -di .` &&
freedink-109.6/configure:1855:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
freedink-109.6/configure-1856-  as_fn_error $? "working directory cannot be determined"
##############################################
freedink-109.6/configure-1910-case $srcdir in
freedink-109.6/configure:1911:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
freedink-109.6/configure-1912-esac
##############################################
freedink-109.6/configure-1953-By default, \`make install' will install all the files in
freedink-109.6/configure:1954:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
freedink-109.6/configure:1955:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
freedink-109.6/configure-1956-for instance \`--prefix=\$HOME'.
##############################################
freedink-109.6/configure-2075-*)
freedink-109.6/configure:2076:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freedink-109.6/configure-2077-  # A ".." for each directory in $ac_dir_suffix.
freedink-109.6/configure:2078:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freedink-109.6/configure-2079-  case $ac_top_builddir_sub in
##############################################
freedink-109.6/configure-2770-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
freedink-109.6/configure:2771:  as_decl_name=`echo $2|sed 's/ *(.*//'`
freedink-109.6/configure:2772:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
freedink-109.6/configure-2773-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
freedink-109.6/configure-2884-    *\'*)
freedink-109.6/configure:2885:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
freedink-109.6/configure-2886-    esac
##############################################
freedink-109.6/configure-2967-      case $ac_val in
freedink-109.6/configure:2968:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freedink-109.6/configure-2969-      esac
##############################################
freedink-109.6/configure-2982-	case $ac_val in
freedink-109.6/configure:2983:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freedink-109.6/configure-2984-	esac
##############################################
freedink-109.6/configure-3116-    set,)
freedink-109.6/configure:3117:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
freedink-109.6/configure:3118:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
freedink-109.6/configure-3119-      ac_cache_corrupted=: ;;
##############################################
freedink-109.6/configure-3127-	# differences in whitespace do not lead to failure.
freedink-109.6/configure:3128:	ac_old_val_w=`echo x $ac_old_val`
freedink-109.6/configure:3129:	ac_new_val_w=`echo x $ac_new_val`
freedink-109.6/configure-3130-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
freedink-109.6/configure-3147-    case $ac_new_val in
freedink-109.6/configure:3148:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
freedink-109.6/configure-3149-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
freedink-109.6/configure-3323-     echo "timestamp, slept: $am_has_slept" > conftest.file
freedink-109.6/configure:3324:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freedink-109.6/configure-3325-     if test "$*" = "X"; then
freedink-109.6/configure-3326-	# -L didn't work.
freedink-109.6/configure:3327:	set X `ls -t "$srcdir/configure" conftest.file`
freedink-109.6/configure-3328-     fi
##############################################
freedink-109.6/configure-3374-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
freedink-109.6/configure:3375:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
freedink-109.6/configure-3376-
freedink-109.6/configure-3377-# Expand $ac_aux_dir to an absolute path.
freedink-109.6/configure:3378:am_aux_dir=`cd "$ac_aux_dir" && pwd`
freedink-109.6/configure-3379-
##############################################
freedink-109.6/configure-3519-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
freedink-109.6/configure:3520:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
freedink-109.6/configure-3521-	     'mkdir (GNU coreutils) '* | \
##############################################
freedink-109.6/configure-3592-set x ${MAKE-make}
freedink-109.6/configure:3593:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
freedink-109.6/configure-3594-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
freedink-109.6/configure-3602-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
freedink-109.6/configure:3603:case `${MAKE-make} -f conftest.make 2>/dev/null` in
freedink-109.6/configure-3604-  *@@@%%%=?*=@@@%%%*)
##############################################
freedink-109.6/configure-3668-
freedink-109.6/configure:3669:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freedink-109.6/configure-3670-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freedink-109.6/configure-3838-test "x$ac_build_alias" = x &&
freedink-109.6/configure:3839:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
freedink-109.6/configure-3840-test "x$ac_build_alias" = x &&
freedink-109.6/configure-3841-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
freedink-109.6/configure:3842:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
freedink-109.6/configure-3843-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
freedink-109.6/configure-3862-IFS=$ac_save_IFS
freedink-109.6/configure:3863:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
freedink-109.6/configure-3864-
##############################################
freedink-109.6/configure-3873-else
freedink-109.6/configure:3874:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
freedink-109.6/configure-3875-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
freedink-109.6/configure-3895-IFS=$ac_save_IFS
freedink-109.6/configure:3896:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
freedink-109.6/configure-3897-
##############################################
freedink-109.6/configure-4245-$as_echo_n "checking whether the C compiler works... " >&6; }
freedink-109.6/configure:4246:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
freedink-109.6/configure-4247-
##############################################
freedink-109.6/configure-4289-	then :; else
freedink-109.6/configure:4290:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freedink-109.6/configure-4291-	fi
##############################################
freedink-109.6/configure-4349-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
freedink-109.6/configure:4350:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freedink-109.6/configure-4351-	  break;;
##############################################
freedink-109.6/configure-4458-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
freedink-109.6/configure:4459:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
freedink-109.6/configure-4460-       break;;
##############################################
freedink-109.6/configure-4839-  if test "$am_compiler_list" = ""; then
freedink-109.6/configure:4840:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freedink-109.6/configure-4841-  fi
##############################################
freedink-109.6/configure-5224-  if test "$am_compiler_list" = ""; then
freedink-109.6/configure:5225:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freedink-109.6/configure-5226-  fi
##############################################
freedink-109.6/configure-5497-  # Check for GNU $ac_path_GREP
freedink-109.6/configure:5498:case `"$ac_path_GREP" --version 2>&1` in
freedink-109.6/configure-5499-*GNU*)
##############################################
freedink-109.6/configure-5563-  # Check for GNU $ac_path_EGREP
freedink-109.6/configure:5564:case `"$ac_path_EGREP" --version 2>&1` in
freedink-109.6/configure-5565-*GNU*)
##############################################
freedink-109.6/configure-5962-do :
freedink-109.6/configure:5963:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freedink-109.6/configure-5964-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
freedink-109.6/configure-5967-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:5968:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freedink-109.6/configure-5969-_ACEOF
##############################################
freedink-109.6/configure-6330-
freedink-109.6/configure:6331:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/configure-6332-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
freedink-109.6/configure-6335-
freedink-109.6/configure:6336:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/configure-6337-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
freedink-109.6/configure-6413-
freedink-109.6/configure:6414:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
freedink-109.6/configure-6415-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
freedink-109.6/configure-6543-    # gcc leaves a trailing carriage return which upsets mingw
freedink-109.6/configure:6544:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
freedink-109.6/configure-6545-  *)
freedink-109.6/configure:6546:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
freedink-109.6/configure-6547-  esac
##############################################
freedink-109.6/configure-6552-      # Canonicalize the path of ld
freedink-109.6/configure:6553:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
freedink-109.6/configure-6554-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
freedink-109.6/configure:6555:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
freedink-109.6/configure-6556-      done
##############################################
freedink-109.6/configure-6586-      # Break only if it was the GNU/non-GNU ld that we prefer.
freedink-109.6/configure:6587:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
freedink-109.6/configure-6588-      *GNU* | *'with BFD'*)
##############################################
freedink-109.6/configure-6615-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
freedink-109.6/configure:6616:case `$LD -v 2>&1 </dev/null` in
freedink-109.6/configure-6617-*GNU* | *'with BFD'*)
##############################################
freedink-109.6/configure-6701-    *)
freedink-109.6/configure:6702:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
freedink-109.6/configure-6703-      if test -n "$searchpath"; then
##############################################
freedink-109.6/configure-6711-                ;;
freedink-109.6/configure:6712:              *) searchdir=`cd "$searchdir" && pwd`
freedink-109.6/configure-6713-                 case "$searchdir" in
##############################################
freedink-109.6/configure-6802-        names_already_handled="$names_already_handled $name"
freedink-109.6/configure:6803:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
freedink-109.6/configure-6804-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
freedink-109.6/configure-6878-                -L*)
freedink-109.6/configure:6879:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
freedink-109.6/configure-6880-                                    if test -n "$acl_shlibext"; then
##############################################
freedink-109.6/configure-6995-              */$acl_libdirstem | */$acl_libdirstem/)
freedink-109.6/configure:6996:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
freedink-109.6/configure-6997-                if test "$name" = 'iconv'; then
##############################################
freedink-109.6/configure-7002-              */$acl_libdirstem2 | */$acl_libdirstem2/)
freedink-109.6/configure:7003:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
freedink-109.6/configure-7004-                if test "$name" = 'iconv'; then
##############################################
freedink-109.6/configure-7053-                  -L*)
freedink-109.6/configure:7054:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
freedink-109.6/configure-7055-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
freedink-109.6/configure-7112-                  -R*)
freedink-109.6/configure:7113:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
freedink-109.6/configure-7114-                    if test "$enable_rpath" != no; then
##############################################
freedink-109.6/configure-7137-                  -l*)
freedink-109.6/configure:7138:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
freedink-109.6/configure-7139-                    ;;
freedink-109.6/configure-7140-                  *.la)
freedink-109.6/configure:7141:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
freedink-109.6/configure-7142-                    ;;
##############################################
freedink-109.6/configure-7653-        names_already_handled="$names_already_handled $name"
freedink-109.6/configure:7654:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
freedink-109.6/configure-7655-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
freedink-109.6/configure-7729-                -L*)
freedink-109.6/configure:7730:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
freedink-109.6/configure-7731-                                    if test -n "$acl_shlibext"; then
##############################################
freedink-109.6/configure-7846-              */$acl_libdirstem | */$acl_libdirstem/)
freedink-109.6/configure:7847:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
freedink-109.6/configure-7848-                if test "$name" = 'intl'; then
##############################################
freedink-109.6/configure-7853-              */$acl_libdirstem2 | */$acl_libdirstem2/)
freedink-109.6/configure:7854:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
freedink-109.6/configure-7855-                if test "$name" = 'intl'; then
##############################################
freedink-109.6/configure-7904-                  -L*)
freedink-109.6/configure:7905:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
freedink-109.6/configure-7906-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
freedink-109.6/configure-7963-                  -R*)
freedink-109.6/configure:7964:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
freedink-109.6/configure-7965-                    if test "$enable_rpath" != no; then
##############################################
freedink-109.6/configure-7988-                  -l*)
freedink-109.6/configure:7989:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
freedink-109.6/configure-7990-                    ;;
freedink-109.6/configure-7991-                  *.la)
freedink-109.6/configure:7992:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
freedink-109.6/configure-7993-                    ;;
##############################################
freedink-109.6/configure-8673-  test $ac_status = 0; }; then
freedink-109.6/configure:8674:  pkg_cv_SDL2_CFLAGS=`$PKG_CONFIG --cflags "sdl2 > 2.0.3  SDL2_image > 2.0.0 SDL2_mixer > 2.0.0 SDL2_ttf > 2.0.12 SDL2_gfx >= 1.0.1" 2>/dev/null`
freedink-109.6/configure-8675-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
freedink-109.6/configure-8690-  test $ac_status = 0; }; then
freedink-109.6/configure:8691:  pkg_cv_SDL2_LIBS=`$PKG_CONFIG --libs "sdl2 > 2.0.3  SDL2_image > 2.0.0 SDL2_mixer > 2.0.0 SDL2_ttf > 2.0.12 SDL2_gfx >= 1.0.1" 2>/dev/null`
freedink-109.6/configure-8692-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
freedink-109.6/configure-8711-        if test $_pkg_short_errors_supported = yes; then
freedink-109.6/configure:8712:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2 > 2.0.3  SDL2_image > 2.0.0 SDL2_mixer > 2.0.0 SDL2_ttf > 2.0.12 SDL2_gfx >= 1.0.1" 2>&1`
freedink-109.6/configure-8713-        else
freedink-109.6/configure:8714:	        SDL2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2 > 2.0.3  SDL2_image > 2.0.0 SDL2_mixer > 2.0.0 SDL2_ttf > 2.0.12 SDL2_gfx >= 1.0.1" 2>&1`
freedink-109.6/configure-8715-        fi
##############################################
freedink-109.6/configure-8764-  test $ac_status = 0; }; then
freedink-109.6/configure:8765:  pkg_cv_FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags "fontconfig >= 2.3" 2>/dev/null`
freedink-109.6/configure-8766-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
freedink-109.6/configure-8781-  test $ac_status = 0; }; then
freedink-109.6/configure:8782:  pkg_cv_FONTCONFIG_LIBS=`$PKG_CONFIG --libs "fontconfig >= 2.3" 2>/dev/null`
freedink-109.6/configure-8783-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
freedink-109.6/configure-8802-        if test $_pkg_short_errors_supported = yes; then
freedink-109.6/configure:8803:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontconfig >= 2.3" 2>&1`
freedink-109.6/configure-8804-        else
freedink-109.6/configure:8805:	        FONTCONFIG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontconfig >= 2.3" 2>&1`
freedink-109.6/configure-8806-        fi
##############################################
freedink-109.6/configure-8979-  for ac_func in _getb67 GETB67 getb67; do
freedink-109.6/configure:8980:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
freedink-109.6/configure-8981-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
freedink-109.6/configure-9757-do :
freedink-109.6/configure:9758:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freedink-109.6/configure-9759-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
freedink-109.6/configure-9762-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:9763:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freedink-109.6/configure-9764-_ACEOF
##############################################
freedink-109.6/configure-10077-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
freedink-109.6/configure:10078:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
freedink-109.6/configure-10079-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
freedink-109.6/configure-10410-do :
freedink-109.6/configure:10411:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
freedink-109.6/configure-10412-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
freedink-109.6/configure-10414-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:10415:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
freedink-109.6/configure-10416-_ACEOF
##############################################
freedink-109.6/configure-11337-do :
freedink-109.6/configure:11338:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freedink-109.6/configure-11339-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
freedink-109.6/configure-11341-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:11342:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freedink-109.6/configure-11343-_ACEOF
##############################################
freedink-109.6/configure-11399-    fi
freedink-109.6/configure:11400:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/configure-11401-    cat >>confdefs.h <<_ACEOF
##############################################
freedink-109.6/configure-11444-    fi
freedink-109.6/configure:11445:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/configure-11446-    cat >>confdefs.h <<_ACEOF
##############################################
freedink-109.6/configure-11496-    eval result=\$gl_cv_type_${gltype}_signed
freedink-109.6/configure:11497:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/configure-11498-    if test "$result" = yes; then
##############################################
freedink-109.6/configure-11572-$as_echo "$ac_res" >&6; }
freedink-109.6/configure:11573:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/configure-11574-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
freedink-109.6/configure-11644-$as_echo "$ac_res" >&6; }
freedink-109.6/configure:11645:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/configure-11646-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
freedink-109.6/configure-12044-    for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul      strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r      strerror_r strsignal strverscmp; do
freedink-109.6/configure:12045:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-12046-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-12075-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:12076:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-12077-_ACEOF
##############################################
freedink-109.6/configure-12175-    for gl_func in ffs strcasecmp strncasecmp; do
freedink-109.6/configure:12176:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-12177-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-12210-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:12211:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-12212-_ACEOF
##############################################
freedink-109.6/configure-12840-    word*bit*)
freedink-109.6/configure:12841:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
freedink-109.6/configure:12842:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
freedink-109.6/configure-12843-
##############################################
freedink-109.6/configure-12954-do :
freedink-109.6/configure:12955:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
freedink-109.6/configure-12956-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
freedink-109.6/configure-12958-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:12959:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
freedink-109.6/configure-12960-_ACEOF
##############################################
freedink-109.6/configure-14063-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
freedink-109.6/configure:14064:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-14065-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-14094-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:14095:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-14096-_ACEOF
##############################################
freedink-109.6/configure-14178-    for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt     initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps     posix_openpt ptsname ptsname_r random random_r realpath rpmatch     secure_getenv setenv setstate setstate_r srandom srandom_r     strtod strtoll strtoull unlockpt unsetenv; do
freedink-109.6/configure:14179:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-14180-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-14215-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:14216:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-14217-_ACEOF
##############################################
freedink-109.6/configure-14538-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r     unlink unlinkat usleep; do
freedink-109.6/configure:14539:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-14540-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-14581-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:14582:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-14583-_ACEOF
##############################################
freedink-109.6/configure-14841-    for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb      wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset      wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp      wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr      wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth     ; do
freedink-109.6/configure:14842:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
freedink-109.6/configure-14843-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
freedink-109.6/configure-14882-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:14883:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
freedink-109.6/configure-14884-_ACEOF
##############################################
freedink-109.6/configure-14928-  gl_source_base='tests'
freedink-109.6/configure:14929:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
freedink-109.6/configure-14930-
##############################################
freedink-109.6/configure-14959-do :
freedink-109.6/configure:14960:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freedink-109.6/configure-14961-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
freedink-109.6/configure-14963-  cat >>confdefs.h <<_ACEOF
freedink-109.6/configure:14964:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freedink-109.6/configure-14965-_ACEOF
##############################################
freedink-109.6/configure-15135-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
freedink-109.6/configure:15136:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
freedink-109.6/configure-15137-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
freedink-109.6/configure-15229-      sed_drop_objext='s/\.o$//;s/\.obj$//'
freedink-109.6/configure:15230:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
freedink-109.6/configure-15231-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
freedink-109.6/configure-15245-      sed_drop_objext='s/\.o$//;s/\.obj$//'
freedink-109.6/configure:15246:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
freedink-109.6/configure-15247-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
freedink-109.6/configure-15311-if test -z "$BASH_VERSION$ZSH_VERSION" \
freedink-109.6/configure:15312:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freedink-109.6/configure-15313-  as_echo='print -r --'
freedink-109.6/configure-15314-  as_echo_n='print -rn --'
freedink-109.6/configure:15315:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freedink-109.6/configure-15316-  as_echo='printf %s\n'
##############################################
freedink-109.6/configure-15318-else
freedink-109.6/configure:15319:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freedink-109.6/configure-15320-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freedink-109.6/configure-15328-	expr "X$arg" : "X\\(.*\\)$as_nl";
freedink-109.6/configure:15329:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freedink-109.6/configure-15330-      esac;
##############################################
freedink-109.6/configure-15405-# ----------------------------------------
freedink-109.6/configure:15406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freedink-109.6/configure-15407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freedink-109.6/configure-15477-  {
freedink-109.6/configure:15478:    as_val=`expr "$@" || test $? -eq 1`
freedink-109.6/configure-15479-  }
##############################################
freedink-109.6/configure-15581-      case $as_dir in #(
freedink-109.6/configure:15582:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freedink-109.6/configure-15583-      *) as_qdir=$as_dir;;
##############################################
freedink-109.6/configure-15718-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
freedink-109.6/configure:15719:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
freedink-109.6/configure-15720-ac_cs_version="\\
##############################################
freedink-109.6/configure-15743-  --*=?*)
freedink-109.6/configure:15744:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freedink-109.6/configure:15745:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
freedink-109.6/configure-15746-    ac_shift=:
##############################################
freedink-109.6/configure-15748-  --*=)
freedink-109.6/configure:15749:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freedink-109.6/configure-15750-    ac_optarg=
##############################################
freedink-109.6/configure-15772-    case $ac_optarg in
freedink-109.6/configure:15773:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freedink-109.6/configure-15774-    '') as_fn_error $? "missing file argument" ;;
##############################################
freedink-109.6/configure-15780-    case $ac_optarg in
freedink-109.6/configure:15781:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freedink-109.6/configure-15782-    esac
##############################################
freedink-109.6/configure-15924-fi
freedink-109.6/configure:15925:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
freedink-109.6/configure-15926-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
freedink-109.6/configure-15941-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
freedink-109.6/configure:15942:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
freedink-109.6/configure-15943-ac_delim='%!_!# '
##############################################
freedink-109.6/configure-15947-
freedink-109.6/configure:15948:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
freedink-109.6/configure-15949-  if test $ac_delim_n = $ac_delim_num; then
##############################################
freedink-109.6/configure-16085-for ac_last_try in false false :; do
freedink-109.6/configure:16086:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
freedink-109.6/configure-16087-  if test -z "$ac_tt"; then
##############################################
freedink-109.6/configure-16217-      esac
freedink-109.6/configure:16218:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
freedink-109.6/configure-16219-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
freedink-109.6/configure-16276-*)
freedink-109.6/configure:16277:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freedink-109.6/configure-16278-  # A ".." for each directory in $ac_dir_suffix.
freedink-109.6/configure:16279:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freedink-109.6/configure-16280-  case $ac_top_builddir_sub in
##############################################
freedink-109.6/configure-16337-/@mandir@/p'
freedink-109.6/configure:16338:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
freedink-109.6/configure-16339-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
freedink-109.6/configure-16354-
freedink-109.6/configure:16355:# Neutralize VPATH when `$srcdir' = `.'.
freedink-109.6/configure-16356-# Shell code in configure.ac might set extrasub.
##############################################
freedink-109.6/configure-16382-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
freedink-109.6/configure:16383:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
freedink-109.6/configure-16384-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
freedink-109.6/configure-16428-    * )
freedink-109.6/configure:16429:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freedink-109.6/configure-16430-  esac
##############################################
freedink-109.6/configure-16483-    # Strip MF so we end up with the name of the file.
freedink-109.6/configure:16484:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
freedink-109.6/configure-16485-    # Check whether this is an Automake generated Makefile which includes
##############################################
freedink-109.6/configure-16561-      case "$ac_file" in
freedink-109.6/configure:16562:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
freedink-109.6/configure-16563-      esac
##############################################
freedink-109.6/configure-16566-        # Adjust a relative srcdir.
freedink-109.6/configure:16567:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
freedink-109.6/configure:16568:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
freedink-109.6/configure:16569:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
freedink-109.6/configure-16570-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
freedink-109.6/configure-16573-        case "$ac_given_srcdir" in
freedink-109.6/configure:16574:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
freedink-109.6/configure-16575-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
freedink-109.6/configure-16593-            fi
freedink-109.6/configure:16594:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
freedink-109.6/configure-16595-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
freedink-109.6/contrib/xpot.sh-26-# Tag strings
freedink-109.6/contrib/xpot.sh:27:find -name "*.[cC]" -print0 | xargs -0 `dirname $0`/xpot-tag.pl
freedink-109.6/contrib/xpot.sh-28-
##############################################
freedink-109.6/share/Makefile.in-49-  { \
freedink-109.6/share/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/share/Makefile.in-51-  }; \
##############################################
freedink-109.6/share/Makefile.in-218-  while test -n "$$dir1"; do \
freedink-109.6/share/Makefile.in:219:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freedink-109.6/share/Makefile.in-220-    if test "$$first" != "."; then \
freedink-109.6/share/Makefile.in-221-      if test "$$first" = ".."; then \
freedink-109.6/share/Makefile.in:222:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freedink-109.6/share/Makefile.in:223:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freedink-109.6/share/Makefile.in-224-      else \
freedink-109.6/share/Makefile.in:225:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freedink-109.6/share/Makefile.in-226-        if test "$$first2" = "$$first"; then \
freedink-109.6/share/Makefile.in:227:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freedink-109.6/share/Makefile.in-228-        else \
##############################################
freedink-109.6/share/Makefile.in-233-    fi; \
freedink-109.6/share/Makefile.in:234:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freedink-109.6/share/Makefile.in-235-  done; \
##############################################
freedink-109.6/share/Makefile.in-973-	dot_seen=no; \
freedink-109.6/share/Makefile.in:974:	target=`echo $@ | sed s/-recursive//`; \
freedink-109.6/share/Makefile.in-975-	case "$@" in \
##############################################
freedink-109.6/share/Makefile.in-1036-GTAGS:
freedink-109.6/share/Makefile.in:1037:	here=`$(am__cd) $(top_builddir) && pwd` \
freedink-109.6/share/Makefile.in-1038-	  && $(am__cd) $(top_srcdir) \
##############################################
freedink-109.6/share/Makefile.in-1062-distdir-am: $(DISTFILES)
freedink-109.6/share/Makefile.in:1063:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/share/Makefile.in:1064:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/share/Makefile.in-1065-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/share/Makefile.in-1076-	  if test -d $$d/$$file; then \
freedink-109.6/share/Makefile.in:1077:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/share/Makefile.in-1078-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/share/freedink/Makefile.in-50-  { \
freedink-109.6/share/freedink/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/share/freedink/Makefile.in-52-  }; \
##############################################
freedink-109.6/share/freedink/Makefile.in-175-  esac
freedink-109.6/share/freedink/Makefile.in:176:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freedink-109.6/share/freedink/Makefile.in-177-am__vpath_adj = case $$p in \
freedink-109.6/share/freedink/Makefile.in:178:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freedink-109.6/share/freedink/Makefile.in-179-    *) f=$$p;; \
freedink-109.6/share/freedink/Makefile.in-180-  esac;
freedink-109.6/share/freedink/Makefile.in:181:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freedink-109.6/share/freedink/Makefile.in-182-am__install_max = 40
freedink-109.6/share/freedink/Makefile.in-183-am__nobase_strip_setup = \
freedink-109.6/share/freedink/Makefile.in:184:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freedink-109.6/share/freedink/Makefile.in-185-am__nobase_strip = \
##############################################
freedink-109.6/share/freedink/Makefile.in-943-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
freedink-109.6/share/freedink/Makefile.in:944:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
freedink-109.6/share/freedink/Makefile.in-945-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
freedink-109.6/share/freedink/Makefile.in-956-distdir-am: $(DISTFILES)
freedink-109.6/share/freedink/Makefile.in:957:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/share/freedink/Makefile.in:958:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/share/freedink/Makefile.in-959-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/share/freedink/Makefile.in-970-	  if test -d $$d/$$file; then \
freedink-109.6/share/freedink/Makefile.in:971:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/share/freedink/Makefile.in-972-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
freedink-109.6/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
freedink-109.6/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
freedink-109.6/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
freedink-109.6/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
freedink-109.6/aclocal.m4-181-        else 
freedink-109.6/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
freedink-109.6/aclocal.m4-183-        fi
##############################################
freedink-109.6/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
freedink-109.6/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
freedink-109.6/aclocal.m4-370-# and then we would define $MISSING as
##############################################
freedink-109.6/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
freedink-109.6/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
freedink-109.6/aclocal.m4-385-])
##############################################
freedink-109.6/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
freedink-109.6/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
freedink-109.6/aclocal.m4-483-  fi
##############################################
freedink-109.6/aclocal.m4-634-    # Strip MF so we end up with the name of the file.
freedink-109.6/aclocal.m4:635:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
freedink-109.6/aclocal.m4-636-    # Check whether this is an Automake generated Makefile which includes
##############################################
freedink-109.6/aclocal.m4-641-      || continue
freedink-109.6/aclocal.m4:642:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
freedink-109.6/aclocal.m4:643:    am_filepart=`AS_BASENAME(["$am_mf"])`
freedink-109.6/aclocal.m4-644-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
freedink-109.6/aclocal.m4-709-AC_REQUIRE([AC_PROG_INSTALL])dnl
freedink-109.6/aclocal.m4:710:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freedink-109.6/aclocal.m4-711-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freedink-109.6/aclocal.m4-868-    * )
freedink-109.6/aclocal.m4:869:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freedink-109.6/aclocal.m4-870-  esac
freedink-109.6/aclocal.m4-871-done
freedink-109.6/aclocal.m4:872:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
freedink-109.6/aclocal.m4-873-
##############################################
freedink-109.6/aclocal.m4-1156-     echo "timestamp, slept: $am_has_slept" > conftest.file
freedink-109.6/aclocal.m4:1157:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freedink-109.6/aclocal.m4-1158-     if test "$[*]" = "X"; then
freedink-109.6/aclocal.m4-1159-	# -L didn't work.
freedink-109.6/aclocal.m4:1160:	set X `ls -t "$srcdir/configure" conftest.file`
freedink-109.6/aclocal.m4-1161-     fi
##############################################
freedink-109.6/nsis/Makefile.in-49-  { \
freedink-109.6/nsis/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/nsis/Makefile.in-51-  }; \
##############################################
freedink-109.6/nsis/Makefile.in-903-distdir-am: $(DISTFILES)
freedink-109.6/nsis/Makefile.in:904:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/nsis/Makefile.in:905:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/nsis/Makefile.in-906-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/nsis/Makefile.in-917-	  if test -d $$d/$$file; then \
freedink-109.6/nsis/Makefile.in:918:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/nsis/Makefile.in-919-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-75-  { \
freedink-109.6/gnulib/lib/Makefile.in:76:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/gnulib/lib/Makefile.in-77-  }; \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-288-  while test -n "$$dir1"; do \
freedink-109.6/gnulib/lib/Makefile.in:289:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freedink-109.6/gnulib/lib/Makefile.in-290-    if test "$$first" != "."; then \
freedink-109.6/gnulib/lib/Makefile.in-291-      if test "$$first" = ".."; then \
freedink-109.6/gnulib/lib/Makefile.in:292:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freedink-109.6/gnulib/lib/Makefile.in:293:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freedink-109.6/gnulib/lib/Makefile.in-294-      else \
freedink-109.6/gnulib/lib/Makefile.in:295:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freedink-109.6/gnulib/lib/Makefile.in-296-        if test "$$first2" = "$$first"; then \
freedink-109.6/gnulib/lib/Makefile.in:297:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freedink-109.6/gnulib/lib/Makefile.in-298-        else \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-303-    fi; \
freedink-109.6/gnulib/lib/Makefile.in:304:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freedink-109.6/gnulib/lib/Makefile.in-305-  done; \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1160-.c.obj:
freedink-109.6/gnulib/lib/Makefile.in:1161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/gnulib/lib/Makefile.in-1162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freedink-109.6/gnulib/lib/Makefile.in:1165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/gnulib/lib/Makefile.in-1166-
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1180-	dot_seen=no; \
freedink-109.6/gnulib/lib/Makefile.in:1181:	target=`echo $@ | sed s/-recursive//`; \
freedink-109.6/gnulib/lib/Makefile.in-1182-	case "$@" in \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1243-GTAGS:
freedink-109.6/gnulib/lib/Makefile.in:1244:	here=`$(am__cd) $(top_builddir) && pwd` \
freedink-109.6/gnulib/lib/Makefile.in-1245-	  && $(am__cd) $(top_srcdir) \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1269-distdir-am: $(DISTFILES)
freedink-109.6/gnulib/lib/Makefile.in:1270:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/gnulib/lib/Makefile.in:1271:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/gnulib/lib/Makefile.in-1272-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/gnulib/lib/Makefile.in-1283-	  if test -d $$d/$$file; then \
freedink-109.6/gnulib/lib/Makefile.in:1284:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/gnulib/lib/Makefile.in-1285-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/gnulib/po/Rules-quot-15-.insert-header.po-update-en:
freedink-109.6/gnulib/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
freedink-109.6/gnulib/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
freedink-109.6/gnulib/po/Rules-quot-18-	tmpdir=`pwd`; \
freedink-109.6/gnulib/po/Rules-quot-19-	echo "$$lang:"; \
freedink-109.6/gnulib/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
freedink-109.6/gnulib/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
freedink-109.6/gnulib/po/Rules-quot-22-	cd $(srcdir); \
freedink-109.6/gnulib/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -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 \
freedink-109.6/gnulib/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-88-.po.gmo:
freedink-109.6/gnulib/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
freedink-109.6/gnulib/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-150-	fi; \
freedink-109.6/gnulib/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/gnulib/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]*) \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
freedink-109.6/gnulib/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-197-	  cd $(srcdir) \
freedink-109.6/gnulib/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/gnulib/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-228-	for cat in $$catalogs; do \
freedink-109.6/gnulib/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
freedink-109.6/gnulib/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
freedink-109.6/gnulib/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
freedink-109.6/gnulib/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-279-	for cat in $$catalogs; do \
freedink-109.6/gnulib/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
freedink-109.6/gnulib/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
freedink-109.6/gnulib/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
freedink-109.6/gnulib/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-325-	for cat in $$catalogs; do \
freedink-109.6/gnulib/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
freedink-109.6/gnulib/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-390-.nop.po-create:
freedink-109.6/gnulib/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-397-.nop.po-update:
freedink-109.6/gnulib/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
freedink-109.6/gnulib/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
freedink-109.6/gnulib/po/Makefile.in.in-404-	cd $(srcdir); \
freedink-109.6/gnulib/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/gnulib/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
freedink-109.6/gnulib/m4/gnulib-comp.m4-225-      sed_drop_objext='s/\.o$//;s/\.obj$//'
freedink-109.6/gnulib/m4/gnulib-comp.m4:226:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
freedink-109.6/gnulib/m4/gnulib-comp.m4-227-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
freedink-109.6/gnulib/m4/gnulib-comp.m4-243-changequote(,)dnl
freedink-109.6/gnulib/m4/gnulib-comp.m4:244:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
freedink-109.6/gnulib/m4/gnulib-comp.m4-245-changequote([, ])dnl
##############################################
freedink-109.6/gnulib/m4/gnulib-comp.m4-271-      sed_drop_objext='s/\.o$//;s/\.obj$//'
freedink-109.6/gnulib/m4/gnulib-comp.m4:272:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
freedink-109.6/gnulib/m4/gnulib-comp.m4-273-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
freedink-109.6/gnulib/m4/gnulib-common.m4-401-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
freedink-109.6/gnulib/m4/gnulib-common.m4:402:             case `"$ac_path_SED" --version 2>&1` in
freedink-109.6/gnulib/m4/gnulib-common.m4-403-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
freedink-109.6/gnulib/m4/gnulib-common.m4-414-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
freedink-109.6/gnulib/m4/gnulib-common.m4:415:                   ac_count=`expr $ac_count + 1`
freedink-109.6/gnulib/m4/gnulib-common.m4-416-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
freedink-109.6/gnulib/m4/getopt.m4-211-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
freedink-109.6/gnulib/m4/getopt.m4:212:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
freedink-109.6/gnulib/m4/getopt.m4-213-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
freedink-109.6/gnulib/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
freedink-109.6/gnulib/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
freedink-109.6/gnulib/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
freedink-109.6/gnulib/m4/exponentd.m4-107-    word*bit*)
freedink-109.6/gnulib/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
freedink-109.6/gnulib/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
freedink-109.6/gnulib/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
freedink-109.6/gnulib/m4/stdint.m4-335-    fi
freedink-109.6/gnulib/m4/stdint.m4:336:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/gnulib/m4/stdint.m4-337-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
freedink-109.6/gnulib/m4/stdint.m4-364-    eval result=\$gl_cv_type_${gltype}_signed
freedink-109.6/gnulib/m4/stdint.m4:365:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/gnulib/m4/stdint.m4-366-    if test "$result" = yes; then
##############################################
freedink-109.6/gnulib/m4/stdint.m4-418-       done])
freedink-109.6/gnulib/m4/stdint.m4:419:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
freedink-109.6/gnulib/m4/stdint.m4-420-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
freedink-109.6/po/Rules-quot-15-.insert-header.po-update-en:
freedink-109.6/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
freedink-109.6/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
freedink-109.6/po/Rules-quot-18-	tmpdir=`pwd`; \
freedink-109.6/po/Rules-quot-19-	echo "$$lang:"; \
freedink-109.6/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
freedink-109.6/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
freedink-109.6/po/Rules-quot-22-	cd $(srcdir); \
freedink-109.6/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -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 \
freedink-109.6/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
freedink-109.6/po/Makefile.in.in-88-.po.gmo:
freedink-109.6/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
freedink-109.6/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
freedink-109.6/po/Makefile.in.in-150-	fi; \
freedink-109.6/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/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]*) \
##############################################
freedink-109.6/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
freedink-109.6/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
freedink-109.6/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
freedink-109.6/po/Makefile.in.in-197-	  cd $(srcdir) \
freedink-109.6/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
freedink-109.6/po/Makefile.in.in-228-	for cat in $$catalogs; do \
freedink-109.6/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
freedink-109.6/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
freedink-109.6/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
freedink-109.6/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
freedink-109.6/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
freedink-109.6/po/Makefile.in.in-279-	for cat in $$catalogs; do \
freedink-109.6/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
freedink-109.6/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
freedink-109.6/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
freedink-109.6/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
freedink-109.6/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
freedink-109.6/po/Makefile.in.in-325-	for cat in $$catalogs; do \
freedink-109.6/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
freedink-109.6/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
freedink-109.6/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
freedink-109.6/po/Makefile.in.in-390-.nop.po-create:
freedink-109.6/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
freedink-109.6/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
freedink-109.6/po/Makefile.in.in-397-.nop.po-update:
freedink-109.6/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
freedink-109.6/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
freedink-109.6/po/Makefile.in.in-404-	cd $(srcdir); \
freedink-109.6/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
freedink-109.6/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
freedink-109.6/doc/emscripten.txt-504-
freedink-109.6/doc/emscripten.txt:505:#AddType application/wasm .wasm
freedink-109.6/doc/emscripten.txt-506-#AddOutputFilterByType DEFLATE application/wasm
##############################################
freedink-109.6/doc/emscripten.txt-517-AddType application/octet-stream .em
freedink-109.6/doc/emscripten.txt:518:AddType application/wasm .wasm
freedink-109.6/doc/emscripten.txt-519-EOF
##############################################
freedink-109.6/doc/emscripten.txt-524-# index.js.gz -> not supported, no content-encoding, just 'Content-Type: application/gzip' resulting in SyntaxError: illegal character / index.js.gz:1
freedink-109.6/doc/emscripten.txt:525:# index.wasm.gz -> id., "failed to asynchronously prepare wasm: CompileError: wasm validation error: at offset 4: failed to match magic number"
freedink-109.6/doc/emscripten.txt-526-# index.data.gz -> id., corrupted FS
##############################################
freedink-109.6/src/Makefile.in-50-  { \
freedink-109.6/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freedink-109.6/src/Makefile.in-52-  }; \
##############################################
freedink-109.6/src/Makefile.in-718-  esac
freedink-109.6/src/Makefile.in:719:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freedink-109.6/src/Makefile.in-720-am__vpath_adj = case $$p in \
freedink-109.6/src/Makefile.in:721:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freedink-109.6/src/Makefile.in-722-    *) f=$$p;; \
freedink-109.6/src/Makefile.in-723-  esac;
freedink-109.6/src/Makefile.in:724:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freedink-109.6/src/Makefile.in-725-am__install_max = 40
freedink-109.6/src/Makefile.in-726-am__nobase_strip_setup = \
freedink-109.6/src/Makefile.in:727:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freedink-109.6/src/Makefile.in-728-am__nobase_strip = \
##############################################
freedink-109.6/src/Makefile.in-890-case "$@" in						\
freedink-109.6/src/Makefile.in:891:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freedink-109.6/src/Makefile.in-892-    *) am__odir=.;; 					\
##############################################
freedink-109.6/src/Makefile.in-920-  bases='$(TEST_LOGS)'; \
freedink-109.6/src/Makefile.in:921:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freedink-109.6/src/Makefile.in:922:  bases=`echo $$bases`
freedink-109.6/src/Makefile.in-923-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freedink-109.6/src/Makefile.in-932-        */*) b='$*';; \
freedink-109.6/src/Makefile.in:933:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freedink-109.6/src/Makefile.in-934-       esac;; \
##############################################
freedink-109.6/src/Makefile.in-1899-	         2>c$${pid}_.err </dev/null \
freedink-109.6/src/Makefile.in:1900:		 && test -n "`cat c$${pid}_.out`" \
freedink-109.6/src/Makefile.in:1901:		 && test -z "`cat c$${pid}_.err`"; then :; \
freedink-109.6/src/Makefile.in-1902-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
freedink-109.6/src/Makefile.in-2089-.c.obj:
freedink-109.6/src/Makefile.in:2090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/src/Makefile.in-2091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freedink-109.6/src/Makefile.in-2093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freedink-109.6/src/Makefile.in:2094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/src/Makefile.in-2095-
##############################################
freedink-109.6/src/Makefile.in-2103-.cpp.obj:
freedink-109.6/src/Makefile.in:2104:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/src/Makefile.in-2105-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freedink-109.6/src/Makefile.in-2107-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freedink-109.6/src/Makefile.in:2108:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freedink-109.6/src/Makefile.in-2109-install-man6: $(dist_man_MANS)
##############################################
freedink-109.6/src/Makefile.in-2113-	test -n "$(man6dir)" \
freedink-109.6/src/Makefile.in:2114:	  && test -n "`echo $$list1$$list2`" \
freedink-109.6/src/Makefile.in-2115-	  || exit 0; \
##############################################
freedink-109.6/src/Makefile.in-2182-GTAGS:
freedink-109.6/src/Makefile.in:2183:	here=`$(am__cd) $(top_builddir) && pwd` \
freedink-109.6/src/Makefile.in-2184-	  && $(am__cd) $(top_srcdir) \
##############################################
freedink-109.6/src/Makefile.in-2225-	if test -n "$$redo_bases"; then \
freedink-109.6/src/Makefile.in:2226:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freedink-109.6/src/Makefile.in:2227:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freedink-109.6/src/Makefile.in-2228-	  if $(am__make_dryrun); then :; else \
##############################################
freedink-109.6/src/Makefile.in-2250-	ws='[ 	]'; \
freedink-109.6/src/Makefile.in:2251:	results=`for b in $$bases; do echo $$b.trs; done`; \
freedink-109.6/src/Makefile.in-2252-	test -n "$$results" || results=/dev/null; \
freedink-109.6/src/Makefile.in:2253:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2254:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2255:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2256:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2257:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2258:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2259:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freedink-109.6/src/Makefile.in:2260:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freedink-109.6/src/Makefile.in-2261-	  success=true; \
##############################################
freedink-109.6/src/Makefile.in-2329-	@set +e; $(am__set_TESTS_bases); \
freedink-109.6/src/Makefile.in:2330:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freedink-109.6/src/Makefile.in:2331:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freedink-109.6/src/Makefile.in:2332:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freedink-109.6/src/Makefile.in-2333-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freedink-109.6/src/Makefile.in-2339-	         | $(am__list_recheck_tests)` || exit 1; \
freedink-109.6/src/Makefile.in:2340:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freedink-109.6/src/Makefile.in:2341:	log_list=`echo $$log_list`; \
freedink-109.6/src/Makefile.in-2342-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freedink-109.6/src/Makefile.in-2469-distdir-am: $(DISTFILES)
freedink-109.6/src/Makefile.in:2470:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/src/Makefile.in:2471:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freedink-109.6/src/Makefile.in-2472-	list='$(DISTFILES)'; \
##############################################
freedink-109.6/src/Makefile.in-2483-	  if test -d $$d/$$file; then \
freedink-109.6/src/Makefile.in:2484:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freedink-109.6/src/Makefile.in-2485-	    if test -d "$(distdir)/$$file"; then \
##############################################
freedink-109.6/src/media/system.sfd-3193-BDFChar: 285 1062 10 1 8 -2 9
freedink-109.6/src/media/system.sfd:3194:`l?$<`l?$<`r?,C
freedink-109.6/src/media/system.sfd-3195-BDFChar: 286 1063 8 0 6 0 9
freedink-109.6/src/media/system.sfd:3196:`l?$<`dS*r"pP&-
freedink-109.6/src/media/system.sfd-3197-BDFChar: 287 1064 12 1 10 0 9