===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-mastermind-0.3.1/config.guess-40-
gnome-mastermind-0.3.1/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
gnome-mastermind-0.3.1/config.guess-42-
##############################################
gnome-mastermind-0.3.1/config.guess-109-: ${TMPDIR=/tmp} ;
gnome-mastermind-0.3.1/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gnome-mastermind-0.3.1/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gnome-mastermind-0.3.1/config.guess-195-	    *)
gnome-mastermind-0.3.1/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gnome-mastermind-0.3.1/config.guess-197-		;;
##############################################
gnome-mastermind-0.3.1/config.guess-222-	*4.0)
gnome-mastermind-0.3.1/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gnome-mastermind-0.3.1/config.guess-224-		;;
gnome-mastermind-0.3.1/config.guess-225-	*5.*)
gnome-mastermind-0.3.1/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gnome-mastermind-0.3.1/config.guess-227-		;;
##############################################
gnome-mastermind-0.3.1/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
gnome-mastermind-0.3.1/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gnome-mastermind-0.3.1/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
gnome-mastermind-0.3.1/config.guess-270-	# 1.2 uses "1.2" for uname -r.
gnome-mastermind-0.3.1/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gnome-mastermind-0.3.1/config.guess-272-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-327-    sun4H:SunOS:5.*:*)
gnome-mastermind-0.3.1/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnome-mastermind-0.3.1/config.guess-329-	exit ;;
gnome-mastermind-0.3.1/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gnome-mastermind-0.3.1/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnome-mastermind-0.3.1/config.guess-332-	exit ;;
gnome-mastermind-0.3.1/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
gnome-mastermind-0.3.1/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnome-mastermind-0.3.1/config.guess-335-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
gnome-mastermind-0.3.1/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnome-mastermind-0.3.1/config.guess-341-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
gnome-mastermind-0.3.1/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gnome-mastermind-0.3.1/config.guess-350-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-354-    sun*:*:4.2BSD:*)
gnome-mastermind-0.3.1/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gnome-mastermind-0.3.1/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gnome-mastermind-0.3.1/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gnome-mastermind-0.3.1/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gnome-mastermind-0.3.1/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gnome-mastermind-0.3.1/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gnome-mastermind-0.3.1/config.guess-492-    *:IRIX*:*:*)
gnome-mastermind-0.3.1/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gnome-mastermind-0.3.1/config.guess-494-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-522-EOF
gnome-mastermind-0.3.1/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gnome-mastermind-0.3.1/config.guess-524-		then
##############################################
gnome-mastermind-0.3.1/config.guess-535-    *:AIX:*:[45])
gnome-mastermind-0.3.1/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gnome-mastermind-0.3.1/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gnome-mastermind-0.3.1/config.guess-570-    9000/[34678]??:HP-UX:*:*)
gnome-mastermind-0.3.1/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gnome-mastermind-0.3.1/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
gnome-mastermind-0.3.1/config.guess-624-EOF
gnome-mastermind-0.3.1/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gnome-mastermind-0.3.1/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gnome-mastermind-0.3.1/config.guess-652-    ia64:HP-UX:*:*)
gnome-mastermind-0.3.1/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gnome-mastermind-0.3.1/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gnome-mastermind-0.3.1/config.guess-682-EOF
gnome-mastermind-0.3.1/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gnome-mastermind-0.3.1/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gnome-mastermind-0.3.1/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gnome-mastermind-0.3.1/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gnome-mastermind-0.3.1/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnome-mastermind-0.3.1/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gnome-mastermind-0.3.1/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gnome-mastermind-0.3.1/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnome-mastermind-0.3.1/config.guess-773-	    pc98)
gnome-mastermind-0.3.1/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gnome-mastermind-0.3.1/config.guess-775-	    amd64)
gnome-mastermind-0.3.1/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gnome-mastermind-0.3.1/config.guess-777-	    *)
gnome-mastermind-0.3.1/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gnome-mastermind-0.3.1/config.guess-779-	esac
##############################################
gnome-mastermind-0.3.1/config.guess-821-    prep*:SunOS:5.*:*)
gnome-mastermind-0.3.1/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gnome-mastermind-0.3.1/config.guess-823-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-825-	# the GNU system
gnome-mastermind-0.3.1/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gnome-mastermind-0.3.1/config.guess-827-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-829-	# other systems with GNU libc and userland
gnome-mastermind-0.3.1/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gnome-mastermind-0.3.1/config.guess-831-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gnome-mastermind-0.3.1/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gnome-mastermind-0.3.1/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gnome-mastermind-0.3.1/config.guess-1298-    *:DragonFly:*:*)
gnome-mastermind-0.3.1/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gnome-mastermind-0.3.1/config.guess-1300-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-1311-    i*86:skyos:*:*)
gnome-mastermind-0.3.1/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gnome-mastermind-0.3.1/config.guess-1313-	exit ;;
##############################################
gnome-mastermind-0.3.1/config.guess-1436-
gnome-mastermind-0.3.1/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gnome-mastermind-0.3.1/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gnome-mastermind-0.3.1/po/Makefile.in.in-58-
gnome-mastermind-0.3.1/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
gnome-mastermind-0.3.1/po/Makefile.in.in-60-
##############################################
gnome-mastermind-0.3.1/po/Makefile.in.in-83-.po.gmo:
gnome-mastermind-0.3.1/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
gnome-mastermind-0.3.1/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gnome-mastermind-0.3.1/po/Makefile.in.in-185-	  echo "$$lang:"; \
gnome-mastermind-0.3.1/po/Makefile.in.in:186:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gnome-mastermind-0.3.1/po/Makefile.in.in-187-	  if $$result; then \
##############################################
gnome-mastermind-0.3.1/icons/Makefile.in-46-DIST_SOURCES =
gnome-mastermind-0.3.1/icons/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnome-mastermind-0.3.1/icons/Makefile.in-48-am__vpath_adj = case $$p in \
gnome-mastermind-0.3.1/icons/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnome-mastermind-0.3.1/icons/Makefile.in-50-    *) f=$$p;; \
gnome-mastermind-0.3.1/icons/Makefile.in-51-  esac;
gnome-mastermind-0.3.1/icons/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gnome-mastermind-0.3.1/icons/Makefile.in-53-am__installdirs = "$(DESTDIR)$(gm16icondir)" \
##############################################
gnome-mastermind-0.3.1/icons/Makefile.in-402-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/icons/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/icons/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/icons/Makefile.in-405-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/icons/Makefile.in-416-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/icons/Makefile.in:417:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/icons/Makefile.in-418-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/compile-105-# Name of file we expect compiler to create.
gnome-mastermind-0.3.1/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
gnome-mastermind-0.3.1/compile-107-
##############################################
gnome-mastermind-0.3.1/compile-111-# object file name, since that is what matters with a parallel build.
gnome-mastermind-0.3.1/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
gnome-mastermind-0.3.1/compile-113-while true; do
##############################################
gnome-mastermind-0.3.1/autogen.sh-3-
gnome-mastermind-0.3.1/autogen.sh:4:srcdir=`dirname $0`
gnome-mastermind-0.3.1/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
gnome-mastermind-0.3.1/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gnome-mastermind-0.3.1/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gnome-mastermind-0.3.1/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gnome-mastermind-0.3.1/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gnome-mastermind-0.3.1/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-392-   if test "x$srcdir" != "x."; then
gnome-mastermind-0.3.1/aclocal.m4:393:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnome-mastermind-0.3.1/aclocal.m4-394-       posrcprefix="$srcdir/"
##############################################
gnome-mastermind-0.3.1/aclocal.m4-416-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gnome-mastermind-0.3.1/aclocal.m4:417:datarootdir=`eval echo "${datarootdir}"`
gnome-mastermind-0.3.1/aclocal.m4-418-if test "x$CATOBJEXT" = "x.mo" ; then
gnome-mastermind-0.3.1/aclocal.m4:419:  localedir=`eval echo "${libdir}/locale"`
gnome-mastermind-0.3.1/aclocal.m4-420-else
gnome-mastermind-0.3.1/aclocal.m4:421:  localedir=`eval echo "${datadir}/locale"`
gnome-mastermind-0.3.1/aclocal.m4-422-fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-524-
gnome-mastermind-0.3.1/aclocal.m4:525:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnome-mastermind-0.3.1/aclocal.m4:526:    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
gnome-mastermind-0.3.1/aclocal.m4:527:    [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
gnome-mastermind-0.3.1/aclocal.m4-528-    ]
##############################################
gnome-mastermind-0.3.1/aclocal.m4-580-fi
gnome-mastermind-0.3.1/aclocal.m4:581:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/aclocal.m4:582:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/aclocal.m4:583:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/aclocal.m4-584-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-596-fi
gnome-mastermind-0.3.1/aclocal.m4:597:if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
gnome-mastermind-0.3.1/aclocal.m4-598-   AC_MSG_ERROR([perl 5.x required for intltool])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-601-   AC_MSG_CHECKING([for XML::Parser])
gnome-mastermind-0.3.1/aclocal.m4:602:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gnome-mastermind-0.3.1/aclocal.m4-603-       AC_MSG_RESULT([ok])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-963-done
gnome-mastermind-0.3.1/aclocal.m4:964:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/aclocal.m4-965-])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1084-    }'
gnome-mastermind-0.3.1/aclocal.m4:1085:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/aclocal.m4-1086-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/aclocal.m4-1087-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/aclocal.m4:1088:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/aclocal.m4-1089-fi],[])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1116-  # Remove one level of quotation (which was required for Make).
gnome-mastermind-0.3.1/aclocal.m4:1117:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
gnome-mastermind-0.3.1/aclocal.m4-1118-  ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1127-  :
gnome-mastermind-0.3.1/aclocal.m4:1128:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
gnome-mastermind-0.3.1/aclocal.m4-1129-  # Yippee, $echo works!
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1153-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gnome-mastermind-0.3.1/aclocal.m4:1154:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
gnome-mastermind-0.3.1/aclocal.m4:1155:       echo_test_string=`eval $cmd` &&
gnome-mastermind-0.3.1/aclocal.m4-1156-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1162-
gnome-mastermind-0.3.1/aclocal.m4:1163:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1164:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1165-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1177-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gnome-mastermind-0.3.1/aclocal.m4:1178:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1179:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1180-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1189-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1190:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1191-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1204-      echo='printf %s\n'
gnome-mastermind-0.3.1/aclocal.m4:1205:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1206:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1207-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1209-	:
gnome-mastermind-0.3.1/aclocal.m4:1210:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1211-	   test "X$echo_testing_string" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1212:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1213-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1218-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
gnome-mastermind-0.3.1/aclocal.m4:1219:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1220-	   test "X$echo_testing_string" = 'X\t' &&
gnome-mastermind-0.3.1/aclocal.m4:1221:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/aclocal.m4-1222-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1228-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
gnome-mastermind-0.3.1/aclocal.m4:1229:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
gnome-mastermind-0.3.1/aclocal.m4-1230-	  then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1236-	if test "$prev" != 'sed 50q "[$]0"'; then
gnome-mastermind-0.3.1/aclocal.m4:1237:	  echo_test_string=`eval $prev`
gnome-mastermind-0.3.1/aclocal.m4-1238-	  export echo_test_string
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1275-  if AC_TRY_EVAL(ac_compile); then
gnome-mastermind-0.3.1/aclocal.m4:1276:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/aclocal.m4-1277-    *ELF-32*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1291-   if test "$lt_cv_prog_gnu_ld" = yes; then
gnome-mastermind-0.3.1/aclocal.m4:1292:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/aclocal.m4-1293-    *32-bit*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1303-   else
gnome-mastermind-0.3.1/aclocal.m4:1304:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/aclocal.m4-1305-    *32-bit*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1550-    # And add a safety zone
gnome-mastermind-0.3.1/aclocal.m4:1551:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnome-mastermind-0.3.1/aclocal.m4:1552:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnome-mastermind-0.3.1/aclocal.m4-1553-    ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1578-    if test -n "$kargmax"; then
gnome-mastermind-0.3.1/aclocal.m4:1579:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
gnome-mastermind-0.3.1/aclocal.m4-1580-    else
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1586-    if test -n "$lt_cv_sys_max_cmd_len"; then
gnome-mastermind-0.3.1/aclocal.m4:1587:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnome-mastermind-0.3.1/aclocal.m4:1588:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnome-mastermind-0.3.1/aclocal.m4-1589-    else
gnome-mastermind-0.3.1/aclocal.m4-1590-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
gnome-mastermind-0.3.1/aclocal.m4:1591:      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
gnome-mastermind-0.3.1/aclocal.m4-1592-	       = "XX$teststring") >/dev/null 2>&1 &&
gnome-mastermind-0.3.1/aclocal.m4:1593:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
gnome-mastermind-0.3.1/aclocal.m4-1594-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1596-      do
gnome-mastermind-0.3.1/aclocal.m4:1597:        i=`expr $i + 1`
gnome-mastermind-0.3.1/aclocal.m4-1598-        teststring=$teststring$teststring
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1603-      # It appears as though 1/2 is a usable value.
gnome-mastermind-0.3.1/aclocal.m4:1604:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gnome-mastermind-0.3.1/aclocal.m4-1605-    fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-1897-  if test "$hard_links" = no; then
gnome-mastermind-0.3.1/aclocal.m4:1898:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gnome-mastermind-0.3.1/aclocal.m4-1899-    need_locks=warn
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2019-  esac
gnome-mastermind-0.3.1/aclocal.m4:2020:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/aclocal.m4-2021-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2025-    # okay in the real world where ";" in dirpaths is itself problematic.
gnome-mastermind-0.3.1/aclocal.m4:2026:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/aclocal.m4-2027-  else
gnome-mastermind-0.3.1/aclocal.m4:2028:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/aclocal.m4-2029-  fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2032-  lt_tmp_lt_search_path_spec=
gnome-mastermind-0.3.1/aclocal.m4:2033:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gnome-mastermind-0.3.1/aclocal.m4-2034-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2061-}'`
gnome-mastermind-0.3.1/aclocal.m4:2062:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
gnome-mastermind-0.3.1/aclocal.m4-2063-else
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2129-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnome-mastermind-0.3.1/aclocal.m4:2130:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnome-mastermind-0.3.1/aclocal.m4-2131-  ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2162-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnome-mastermind-0.3.1/aclocal.m4:2163:    postinstall_cmds='base_file=`basename \${file}`~
gnome-mastermind-0.3.1/aclocal.m4:2164:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
gnome-mastermind-0.3.1/aclocal.m4:2165:      dldir=$destdir/`dirname \$dlpath`~
gnome-mastermind-0.3.1/aclocal.m4-2166-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2168-      chmod a+x \$dldir/$dlname'
gnome-mastermind-0.3.1/aclocal.m4:2169:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnome-mastermind-0.3.1/aclocal.m4-2170-      dlpath=$dir/\$dldll~
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2176-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnome-mastermind-0.3.1/aclocal.m4:2177:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/aclocal.m4-2178-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2181-      # MinGW DLLs use traditional 'lib' prefix
gnome-mastermind-0.3.1/aclocal.m4:2182:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/aclocal.m4:2183:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/aclocal.m4-2184-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2190-        # which wouldn't understand a cygwinified path. Ahh.
gnome-mastermind-0.3.1/aclocal.m4:2191:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/aclocal.m4-2192-      else
gnome-mastermind-0.3.1/aclocal.m4:2193:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/aclocal.m4-2194-      fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2197-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnome-mastermind-0.3.1/aclocal.m4:2198:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/aclocal.m4-2199-      ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2203-  *)
gnome-mastermind-0.3.1/aclocal.m4:2204:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gnome-mastermind-0.3.1/aclocal.m4-2205-    ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2220-  shlibpath_var=DYLD_LIBRARY_PATH
gnome-mastermind-0.3.1/aclocal.m4:2221:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnome-mastermind-0.3.1/aclocal.m4-2222-  m4_if([$1], [],[
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2410-  if test -f /etc/ld.so.conf; then
gnome-mastermind-0.3.1/aclocal.m4:2411:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gnome-mastermind-0.3.1/aclocal.m4-2412-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2482-  shlibpath_var=LD_LIBRARY_PATH
gnome-mastermind-0.3.1/aclocal.m4:2483:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/aclocal.m4-2484-    case $host_os in
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2644-  if test -z "$LTCC"; then
gnome-mastermind-0.3.1/aclocal.m4:2645:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
gnome-mastermind-0.3.1/aclocal.m4-2646-    if test -z "$LTCC"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2648-    else
gnome-mastermind-0.3.1/aclocal.m4:2649:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
gnome-mastermind-0.3.1/aclocal.m4-2650-    fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2652-  if test -z "$LTCFLAGS"; then
gnome-mastermind-0.3.1/aclocal.m4:2653:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
gnome-mastermind-0.3.1/aclocal.m4-2654-  fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2657-  # Note that this assumes the entire list is on one line.
gnome-mastermind-0.3.1/aclocal.m4:2658:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
gnome-mastermind-0.3.1/aclocal.m4-2659-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2663-    # Check whether tagname contains only valid characters
gnome-mastermind-0.3.1/aclocal.m4:2664:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
gnome-mastermind-0.3.1/aclocal.m4-2665-    "") ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2918-	"file_magic "*)
gnome-mastermind-0.3.1/aclocal.m4:2919:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnome-mastermind-0.3.1/aclocal.m4-2920-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2990-    # gcc leaves a trailing carriage return which upsets mingw
gnome-mastermind-0.3.1/aclocal.m4:2991:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnome-mastermind-0.3.1/aclocal.m4-2992-  *)
gnome-mastermind-0.3.1/aclocal.m4:2993:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnome-mastermind-0.3.1/aclocal.m4-2994-  esac
##############################################
gnome-mastermind-0.3.1/aclocal.m4-2999-      # Canonicalize the pathname of ld
gnome-mastermind-0.3.1/aclocal.m4:3000:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
gnome-mastermind-0.3.1/aclocal.m4-3001-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
gnome-mastermind-0.3.1/aclocal.m4:3002:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
gnome-mastermind-0.3.1/aclocal.m4-3003-      done
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3030-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnome-mastermind-0.3.1/aclocal.m4:3031:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/aclocal.m4-3032-      *GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3061-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gnome-mastermind-0.3.1/aclocal.m4:3062:case `$LD -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/aclocal.m4-3063-*GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3235-openbsd*)
gnome-mastermind-0.3.1/aclocal.m4:3236:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/aclocal.m4-3237-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3316-	# Tru64's nm complains that /dev/null is an invalid object file
gnome-mastermind-0.3.1/aclocal.m4:3317:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gnome-mastermind-0.3.1/aclocal.m4-3318-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3322-	*)
gnome-mastermind-0.3.1/aclocal.m4:3323:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gnome-mastermind-0.3.1/aclocal.m4-3324-	  */dev/null*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3687-    # ancient GNU ld didn't support --whole-archive et. al.
gnome-mastermind-0.3.1/aclocal.m4:3688:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
gnome-mastermind-0.3.1/aclocal.m4-3689-	grep 'no-whole-archive' > /dev/null; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3768-      # below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/aclocal.m4:3769:	collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/aclocal.m4-3770-	if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3816-
gnome-mastermind-0.3.1/aclocal.m4:3817:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/aclocal.m4-3818-     else
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3871-      # is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/aclocal.m4:3872:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/aclocal.m4-3873-	cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3904-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/aclocal.m4:3905:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/aclocal.m4-3906-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-3972-      # dependencies.
gnome-mastermind-0.3.1/aclocal.m4:3973:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-3974-      ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4034-	# dependencies.
gnome-mastermind-0.3.1/aclocal.m4:4035:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-4036-	;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4069-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/aclocal.m4:4070:    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/aclocal.m4:4071:    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4072-    ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4076-	# SGI C++
gnome-mastermind-0.3.1/aclocal.m4:4077:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4078-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4087-	  if test "$with_gnu_ld" = no; then
gnome-mastermind-0.3.1/aclocal.m4:4088:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4089-	  else
gnome-mastermind-0.3.1/aclocal.m4:4090:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4091-	  fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4106-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/aclocal.m4:4107:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/aclocal.m4:4108:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gnome-mastermind-0.3.1/aclocal.m4-4109-	# Commands to make compiler produce verbose output that lists
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4116-	# dependencies.
gnome-mastermind-0.3.1/aclocal.m4:4117:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-4118-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4131-	# earlier do not add the objects themselves.
gnome-mastermind-0.3.1/aclocal.m4:4132:	case `$CC -V 2>&1` in
gnome-mastermind-0.3.1/aclocal.m4-4133-	*"Version 7."*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4157-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gnome-mastermind-0.3.1/aclocal.m4:4158:	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/aclocal.m4-4159-        ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4176-	# dependencies.
gnome-mastermind-0.3.1/aclocal.m4:4177:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-4178-	;;
gnome-mastermind-0.3.1/aclocal.m4-4179-      *)
gnome-mastermind-0.3.1/aclocal.m4:4180:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/aclocal.m4-4181-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4186-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gnome-mastermind-0.3.1/aclocal.m4:4187:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/aclocal.m4-4188-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4244-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gnome-mastermind-0.3.1/aclocal.m4:4245:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/aclocal.m4-4246-	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4262-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/aclocal.m4:4263:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/aclocal.m4-4264-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4279-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/aclocal.m4:4280:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4281-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4292-	# dependencies.
gnome-mastermind-0.3.1/aclocal.m4:4293:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-4294-	;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4297-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/aclocal.m4:4298:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4299-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4322-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/aclocal.m4:4323:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/aclocal.m4-4324-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4338-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnome-mastermind-0.3.1/aclocal.m4:4339:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4:4340:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gnome-mastermind-0.3.1/aclocal.m4-4341-	  echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/aclocal.m4:4342:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
gnome-mastermind-0.3.1/aclocal.m4-4343-	  $rm $lib.exp'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4355-	# dependencies.
gnome-mastermind-0.3.1/aclocal.m4:4356:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/aclocal.m4-4357-	;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4360-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/aclocal.m4:4361:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-4362-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4511-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
gnome-mastermind-0.3.1/aclocal.m4:4512:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/aclocal.m4-4513-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4635-  # eval without this substitution.
gnome-mastermind-0.3.1/aclocal.m4:4636:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
gnome-mastermind-0.3.1/aclocal.m4-4637-
gnome-mastermind-0.3.1/aclocal.m4:4638:  for p in `eval $output_verbose_link_cmd`; do
gnome-mastermind-0.3.1/aclocal.m4-4639-    case $p in
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4713-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
gnome-mastermind-0.3.1/aclocal.m4:4714:  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gnome-mastermind-0.3.1/aclocal.m4-4715-fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-4728-linux*)
gnome-mastermind-0.3.1/aclocal.m4:4729:  case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/aclocal.m4-4730-  *Sun\ C*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5067-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/aclocal.m4:5068:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/aclocal.m4-5069-      ;;
gnome-mastermind-0.3.1/aclocal.m4-5070-    *)
gnome-mastermind-0.3.1/aclocal.m4:5071:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/aclocal.m4-5072-      ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5077-  *'\[$]0 --fallback-echo"')
gnome-mastermind-0.3.1/aclocal.m4:5078:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
gnome-mastermind-0.3.1/aclocal.m4-5079-    ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5092-
gnome-mastermind-0.3.1/aclocal.m4:5093:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gnome-mastermind-0.3.1/aclocal.m4-5094-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5478-  # libtool script then.
gnome-mastermind-0.3.1/aclocal.m4:5479:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/aclocal.m4-5480-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5584-# If we're using GNU nm, then use its standard symbol codes.
gnome-mastermind-0.3.1/aclocal.m4:5585:case `$NM -V 2>&1` in
gnome-mastermind-0.3.1/aclocal.m4-5586-*GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5617-    nlist=conftest.nm
gnome-mastermind-0.3.1/aclocal.m4:5618:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
gnome-mastermind-0.3.1/aclocal.m4-5619-      # Try sorting and uniquifying the output.
##############################################
gnome-mastermind-0.3.1/aclocal.m4-5891-	  *)
gnome-mastermind-0.3.1/aclocal.m4:5892:	    case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/aclocal.m4-5893-	    *Sun\ C*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6150-      *)
gnome-mastermind-0.3.1/aclocal.m4:6151:        case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/aclocal.m4-6152-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6377-    supports_anon_versioning=no
gnome-mastermind-0.3.1/aclocal.m4:6378:    case `$LD -v 2>/dev/null` in
gnome-mastermind-0.3.1/aclocal.m4-6379-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6441-	# is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/aclocal.m4:6442:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/aclocal.m4-6443-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6464-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/aclocal.m4:6465:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/aclocal.m4:6466:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-6467-      ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6473-	pgcc*)				# Portland Group C compiler
gnome-mastermind-0.3.1/aclocal.m4:6474:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/aclocal.m4-6475-	  tmp_addflag=' $pic_flag'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6477-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gnome-mastermind-0.3.1/aclocal.m4:6478:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/aclocal.m4-6479-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6486-	esac
gnome-mastermind-0.3.1/aclocal.m4:6487:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/aclocal.m4-6488-	*Sun\ C*)			# Sun C 5.9
gnome-mastermind-0.3.1/aclocal.m4:6489:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/aclocal.m4-6490-	  tmp_sharedflag='-G' ;;
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6541-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnome-mastermind-0.3.1/aclocal.m4:6542:      case `$LD -v 2>&1` in
gnome-mastermind-0.3.1/aclocal.m4-6543-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6557-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gnome-mastermind-0.3.1/aclocal.m4:6558:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gnome-mastermind-0.3.1/aclocal.m4-6559-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6656-	# below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/aclocal.m4:6657:	  collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/aclocal.m4-6658-	  if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6703-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gnome-mastermind-0.3.1/aclocal.m4:6704:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/aclocal.m4-6705-       else
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6750-      # FIXME: Setting linknames here is a bad hack.
gnome-mastermind-0.3.1/aclocal.m4:6751:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
gnome-mastermind-0.3.1/aclocal.m4-6752-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6755-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
gnome-mastermind-0.3.1/aclocal.m4:6756:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
gnome-mastermind-0.3.1/aclocal.m4-6757-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6795-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/aclocal.m4:6796:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/aclocal.m4-6797-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6930-      if test "$GCC" = yes; then
gnome-mastermind-0.3.1/aclocal.m4:6931:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-6932-      else
gnome-mastermind-0.3.1/aclocal.m4:6933:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-6934-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6963-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
gnome-mastermind-0.3.1/aclocal.m4:6964:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/aclocal.m4-6965-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-6996-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/aclocal.m4:6997:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-6998-      else
gnome-mastermind-0.3.1/aclocal.m4-6999-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnome-mastermind-0.3.1/aclocal.m4:7000:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-7001-      fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7008-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/aclocal.m4:7009:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4-7010-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7012-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnome-mastermind-0.3.1/aclocal.m4:7013:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/aclocal.m4:7014:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/aclocal.m4:7015:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
gnome-mastermind-0.3.1/aclocal.m4-7016-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7132-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
gnome-mastermind-0.3.1/aclocal.m4:7133:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/aclocal.m4-7134-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7197-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
gnome-mastermind-0.3.1/aclocal.m4:7198:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
gnome-mastermind-0.3.1/aclocal.m4-7199-        then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7358-    test $lt_ac_count -gt 10 && break
gnome-mastermind-0.3.1/aclocal.m4:7359:    lt_ac_count=`expr $lt_ac_count + 1`
gnome-mastermind-0.3.1/aclocal.m4-7360-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7444-        PKG_CHECK_EXISTS([$3],
gnome-mastermind-0.3.1/aclocal.m4:7445:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
gnome-mastermind-0.3.1/aclocal.m4-7446-			 [pkg_failed=yes])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7492-        if test $_pkg_short_errors_supported = yes; then
gnome-mastermind-0.3.1/aclocal.m4:7493:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
gnome-mastermind-0.3.1/aclocal.m4-7494-        else 
gnome-mastermind-0.3.1/aclocal.m4:7495:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
gnome-mastermind-0.3.1/aclocal.m4-7496-        fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7575-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gnome-mastermind-0.3.1/aclocal.m4:7576:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gnome-mastermind-0.3.1/aclocal.m4-7577-#
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7599-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gnome-mastermind-0.3.1/aclocal.m4:7600:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gnome-mastermind-0.3.1/aclocal.m4-7601-# and then we would define $MISSING as
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7615-# expand $ac_aux_dir to an absolute path
gnome-mastermind-0.3.1/aclocal.m4:7616:am_aux_dir=`cd $ac_aux_dir && pwd`
gnome-mastermind-0.3.1/aclocal.m4-7617-])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7715-  if test "$am_compiler_list" = ""; then
gnome-mastermind-0.3.1/aclocal.m4:7716:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gnome-mastermind-0.3.1/aclocal.m4-7717-  fi
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7827-  # Strip MF so we end up with the name of the file.
gnome-mastermind-0.3.1/aclocal.m4:7828:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gnome-mastermind-0.3.1/aclocal.m4-7829-  # Check whether this is an Automake generated Makefile or not.
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7836-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gnome-mastermind-0.3.1/aclocal.m4:7837:    dirpart=`AS_DIRNAME("$mf")`
gnome-mastermind-0.3.1/aclocal.m4-7838-  else
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7842-  # from the Makefile without running `make'.
gnome-mastermind-0.3.1/aclocal.m4:7843:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gnome-mastermind-0.3.1/aclocal.m4-7844-  test -z "$DEPDIR" && continue
gnome-mastermind-0.3.1/aclocal.m4:7845:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gnome-mastermind-0.3.1/aclocal.m4-7846-  test -z "am__include" && continue
gnome-mastermind-0.3.1/aclocal.m4:7847:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gnome-mastermind-0.3.1/aclocal.m4-7848-  # When using ansi2knr, U may be empty or an underscore; expand it
gnome-mastermind-0.3.1/aclocal.m4:7849:  U=`sed -n 's/^U = //p' < "$mf"`
gnome-mastermind-0.3.1/aclocal.m4-7850-  # Find all dependency output files, they are included files with
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7858-    test -f "$dirpart/$file" && continue
gnome-mastermind-0.3.1/aclocal.m4:7859:    fdir=`AS_DIRNAME(["$file"])`
gnome-mastermind-0.3.1/aclocal.m4-7860-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
gnome-mastermind-0.3.1/aclocal.m4-7912-AC_REQUIRE([AC_PROG_INSTALL])dnl
gnome-mastermind-0.3.1/aclocal.m4:7913:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gnome-mastermind-0.3.1/aclocal.m4-7914-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gnome-mastermind-0.3.1/aclocal.m4-8001-    * )
gnome-mastermind-0.3.1/aclocal.m4:8002:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnome-mastermind-0.3.1/aclocal.m4-8003-  esac
gnome-mastermind-0.3.1/aclocal.m4-8004-done
gnome-mastermind-0.3.1/aclocal.m4:8005:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gnome-mastermind-0.3.1/aclocal.m4-8006-
##############################################
gnome-mastermind-0.3.1/aclocal.m4-8073-# case it prints its new name instead of `make'.
gnome-mastermind-0.3.1/aclocal.m4:8074:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gnome-mastermind-0.3.1/aclocal.m4-8075-   am__include=include
##############################################
gnome-mastermind-0.3.1/aclocal.m4-8081-   echo '.include "confinc"' > confmf
gnome-mastermind-0.3.1/aclocal.m4:8082:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gnome-mastermind-0.3.1/aclocal.m4-8083-      am__include=.include
##############################################
gnome-mastermind-0.3.1/aclocal.m4-8212-if (
gnome-mastermind-0.3.1/aclocal.m4:8213:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gnome-mastermind-0.3.1/aclocal.m4-8214-   if test "$[*]" = "X"; then
gnome-mastermind-0.3.1/aclocal.m4-8215-      # -L didn't work.
gnome-mastermind-0.3.1/aclocal.m4:8216:      set X `ls -t $srcdir/configure conftest.file`
gnome-mastermind-0.3.1/aclocal.m4-8217-   fi
##############################################
gnome-mastermind-0.3.1/config.sub-56-
gnome-mastermind-0.3.1/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
gnome-mastermind-0.3.1/config.sub-58-
##############################################
gnome-mastermind-0.3.1/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
gnome-mastermind-0.3.1/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gnome-mastermind-0.3.1/config.sub-122-case $maybe_os in
##############################################
gnome-mastermind-0.3.1/config.sub-126-    os=-$maybe_os
gnome-mastermind-0.3.1/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gnome-mastermind-0.3.1/config.sub-128-    ;;
gnome-mastermind-0.3.1/config.sub-129-  *)
gnome-mastermind-0.3.1/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gnome-mastermind-0.3.1/config.sub-131-    if [ $basic_machine != $1 ]
gnome-mastermind-0.3.1/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
gnome-mastermind-0.3.1/config.sub-133-    else os=; fi
##############################################
gnome-mastermind-0.3.1/config.sub-177-		os=-sco5v6
gnome-mastermind-0.3.1/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-179-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-181-		os=-sco3.2v5
gnome-mastermind-0.3.1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-183-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-185-		os=-sco3.2v4
gnome-mastermind-0.3.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-187-		;;
gnome-mastermind-0.3.1/config.sub-188-	-sco3.2.[4-9]*)
gnome-mastermind-0.3.1/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gnome-mastermind-0.3.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-191-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
gnome-mastermind-0.3.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-195-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gnome-mastermind-0.3.1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-199-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-201-		os=-sco3.2v2
gnome-mastermind-0.3.1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-203-		;;
gnome-mastermind-0.3.1/config.sub-204-	-udk*)
gnome-mastermind-0.3.1/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-206-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-208-		os=-isc2.2
gnome-mastermind-0.3.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-210-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-214-	-isc*)
gnome-mastermind-0.3.1/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-216-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-220-	-ptx*)
gnome-mastermind-0.3.1/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gnome-mastermind-0.3.1/config.sub-222-		;;
gnome-mastermind-0.3.1/config.sub-223-	-windowsnt*)
gnome-mastermind-0.3.1/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gnome-mastermind-0.3.1/config.sub-225-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-310-	*-*-*)
gnome-mastermind-0.3.1/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gnome-mastermind-0.3.1/config.sub-312-		exit 1
##############################################
gnome-mastermind-0.3.1/config.sub-412-	amd64-*)
gnome-mastermind-0.3.1/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-414-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-633-	i*86v32)
gnome-mastermind-0.3.1/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-635-		os=-sysv32
##############################################
gnome-mastermind-0.3.1/config.sub-637-	i*86v4*)
gnome-mastermind-0.3.1/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-639-		os=-sysv4
##############################################
gnome-mastermind-0.3.1/config.sub-641-	i*86v)
gnome-mastermind-0.3.1/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-643-		os=-sysv
##############################################
gnome-mastermind-0.3.1/config.sub-645-	i*86sol2)
gnome-mastermind-0.3.1/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gnome-mastermind-0.3.1/config.sub-647-		os=-solaris2
##############################################
gnome-mastermind-0.3.1/config.sub-697-	mips3*-*)
gnome-mastermind-0.3.1/config.sub:698:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gnome-mastermind-0.3.1/config.sub-699-		;;
gnome-mastermind-0.3.1/config.sub-700-	mips3*)
gnome-mastermind-0.3.1/config.sub:701:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gnome-mastermind-0.3.1/config.sub-702-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-715-	ms1-*)
gnome-mastermind-0.3.1/config.sub:716:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gnome-mastermind-0.3.1/config.sub-717-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-828-	pc98-*)
gnome-mastermind-0.3.1/config.sub:829:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-830-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-843-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gnome-mastermind-0.3.1/config.sub:844:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-845-		;;
gnome-mastermind-0.3.1/config.sub-846-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gnome-mastermind-0.3.1/config.sub:847:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-848-		;;
gnome-mastermind-0.3.1/config.sub-849-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gnome-mastermind-0.3.1/config.sub:850:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-851-		;;
gnome-mastermind-0.3.1/config.sub-852-	pentium4-*)
gnome-mastermind-0.3.1/config.sub:853:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-854-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-861-		;;
gnome-mastermind-0.3.1/config.sub:862:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-863-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-867-	ppcle-* | powerpclittle-*)
gnome-mastermind-0.3.1/config.sub:868:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-869-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-871-		;;
gnome-mastermind-0.3.1/config.sub:872:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-873-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-877-	ppc64le-* | powerpc64little-*)
gnome-mastermind-0.3.1/config.sub:878:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gnome-mastermind-0.3.1/config.sub-879-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1161-	*)
gnome-mastermind-0.3.1/config.sub:1162:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gnome-mastermind-0.3.1/config.sub-1163-		exit 1
##############################################
gnome-mastermind-0.3.1/config.sub-1169-	*-digital*)
gnome-mastermind-0.3.1/config.sub:1170:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gnome-mastermind-0.3.1/config.sub-1171-		;;
gnome-mastermind-0.3.1/config.sub-1172-	*-commodore*)
gnome-mastermind-0.3.1/config.sub:1173:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gnome-mastermind-0.3.1/config.sub-1174-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1187-	-solaris1 | -solaris1.*)
gnome-mastermind-0.3.1/config.sub:1188:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gnome-mastermind-0.3.1/config.sub-1189-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1199-	-gnu/linux*)
gnome-mastermind-0.3.1/config.sub:1200:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gnome-mastermind-0.3.1/config.sub-1201-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1243-	-nto*)
gnome-mastermind-0.3.1/config.sub:1244:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gnome-mastermind-0.3.1/config.sub-1245-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1250-	-mac*)
gnome-mastermind-0.3.1/config.sub:1251:		os=`echo $os | sed -e 's|mac|macos|'`
gnome-mastermind-0.3.1/config.sub-1252-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1256-	-linux*)
gnome-mastermind-0.3.1/config.sub:1257:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gnome-mastermind-0.3.1/config.sub-1258-		;;
gnome-mastermind-0.3.1/config.sub-1259-	-sunos5*)
gnome-mastermind-0.3.1/config.sub:1260:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gnome-mastermind-0.3.1/config.sub-1261-		;;
gnome-mastermind-0.3.1/config.sub-1262-	-sunos6*)
gnome-mastermind-0.3.1/config.sub:1263:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gnome-mastermind-0.3.1/config.sub-1264-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1311-	-sinix5.*)
gnome-mastermind-0.3.1/config.sub:1312:		os=`echo $os | sed -e 's|sinix|sysv|'`
gnome-mastermind-0.3.1/config.sub-1313-		;;
##############################################
gnome-mastermind-0.3.1/config.sub-1362-		# Get rid of the `-' at the beginning of $os.
gnome-mastermind-0.3.1/config.sub:1363:		os=`echo $os | sed 's/[^-]*-//'`
gnome-mastermind-0.3.1/config.sub:1364:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gnome-mastermind-0.3.1/config.sub-1365-		exit 1
##############################################
gnome-mastermind-0.3.1/config.sub-1613-		esac
gnome-mastermind-0.3.1/config.sub:1614:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gnome-mastermind-0.3.1/config.sub-1615-		;;
##############################################
gnome-mastermind-0.3.1/intltool-merge.in-104-    # If either a file exists, or when run it returns 0 exit status
gnome-mastermind-0.3.1/intltool-merge.in:105:    return 1 if ((-x $file) or (system("$file -l >$devnull") == 0));
gnome-mastermind-0.3.1/intltool-merge.in-106-    return 0;
##############################################
gnome-mastermind-0.3.1/intltool-merge.in-364-
gnome-mastermind-0.3.1/intltool-merge.in:365:    system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull");
gnome-mastermind-0.3.1/intltool-merge.in-366-    if ($?) {
##############################################
gnome-mastermind-0.3.1/Makefile.in-59-	ps-recursive uninstall-recursive
gnome-mastermind-0.3.1/Makefile.in:60:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnome-mastermind-0.3.1/Makefile.in-61-am__vpath_adj = case $$p in \
gnome-mastermind-0.3.1/Makefile.in:62:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnome-mastermind-0.3.1/Makefile.in-63-    *) f=$$p;; \
gnome-mastermind-0.3.1/Makefile.in-64-  esac;
gnome-mastermind-0.3.1/Makefile.in:65:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gnome-mastermind-0.3.1/Makefile.in-66-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
##############################################
gnome-mastermind-0.3.1/Makefile.in-376-	dot_seen=no; \
gnome-mastermind-0.3.1/Makefile.in:377:	target=`echo $@ | sed s/-recursive//`; \
gnome-mastermind-0.3.1/Makefile.in-378-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gnome-mastermind-0.3.1/Makefile.in-411-	rev="$$rev ."; \
gnome-mastermind-0.3.1/Makefile.in:412:	target=`echo $@ | sed s/-recursive//`; \
gnome-mastermind-0.3.1/Makefile.in-413-	for subdir in $$rev; do \
##############################################
gnome-mastermind-0.3.1/Makefile.in-484-GTAGS:
gnome-mastermind-0.3.1/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
gnome-mastermind-0.3.1/Makefile.in-486-	  && cd $(top_srcdir) \
##############################################
gnome-mastermind-0.3.1/Makefile.in-494-	test -d $(distdir) || mkdir $(distdir)
gnome-mastermind-0.3.1/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/Makefile.in-508-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/Makefile.in-510-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/Makefile.in-524-	    || exit 1; \
gnome-mastermind-0.3.1/Makefile.in:525:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gnome-mastermind-0.3.1/Makefile.in:526:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gnome-mastermind-0.3.1/Makefile.in-527-	    (cd $$subdir && \
##############################################
gnome-mastermind-0.3.1/Makefile.in-592-	chmod a-w $(distdir)
gnome-mastermind-0.3.1/Makefile.in:593:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gnome-mastermind-0.3.1/Makefile.in-594-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gnome-mastermind-0.3.1/Makefile.in-623-	@cd $(distuninstallcheck_dir) \
gnome-mastermind-0.3.1/Makefile.in:624:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gnome-mastermind-0.3.1/Makefile.in-625-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gnome-mastermind-0.3.1/Makefile.in-635-	fi
gnome-mastermind-0.3.1/Makefile.in:636:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gnome-mastermind-0.3.1/Makefile.in-637-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gnome-mastermind-0.3.1/themes/Makefile.in-46-DIST_SOURCES =
gnome-mastermind-0.3.1/themes/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnome-mastermind-0.3.1/themes/Makefile.in-48-am__vpath_adj = case $$p in \
gnome-mastermind-0.3.1/themes/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnome-mastermind-0.3.1/themes/Makefile.in-50-    *) f=$$p;; \
gnome-mastermind-0.3.1/themes/Makefile.in-51-  esac;
gnome-mastermind-0.3.1/themes/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gnome-mastermind-0.3.1/themes/Makefile.in-53-am__installdirs = "$(DESTDIR)$(themedir)"
##############################################
gnome-mastermind-0.3.1/themes/Makefile.in-292-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/themes/Makefile.in:293:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/themes/Makefile.in:294:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/themes/Makefile.in-295-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/themes/Makefile.in-306-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/themes/Makefile.in:307:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/themes/Makefile.in-308-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-400-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/help/Makefile.in:401:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/help/Makefile.in:402:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/help/Makefile.in-403-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-414-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/help/Makefile.in:415:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/help/Makefile.in-416-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-536-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gnome-mastermind-0.3.1/help/Makefile.in:537:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gnome-mastermind-0.3.1/help/Makefile.in-538-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-546-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gnome-mastermind-0.3.1/help/Makefile.in:547:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gnome-mastermind-0.3.1/help/Makefile.in-548-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-551-	  echo $$xmlpath; \
gnome-mastermind-0.3.1/help/Makefile.in:552:	  ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
gnome-mastermind-0.3.1/help/Makefile.in-553-	  for id in $$ids; do \
gnome-mastermind-0.3.1/help/Makefile.in:554:	    echo '#define HELP_'`echo $$docid`'_'`echo $$id \
gnome-mastermind-0.3.1/help/Makefile.in-555-	      | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-600-
gnome-mastermind-0.3.1/help/Makefile.in:601:_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
gnome-mastermind-0.3.1/help/Makefile.in:602:_db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
gnome-mastermind-0.3.1/help/Makefile.in:603:_chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
gnome-mastermind-0.3.1/help/Makefile.in:604:_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
gnome-mastermind-0.3.1/help/Makefile.in:605:_ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl
gnome-mastermind-0.3.1/help/Makefile.in-606-@ENABLE_SK_TRUE@_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir`
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-704-	@for lc in C $(_DOC_REAL_LINGUAS); do \
gnome-mastermind-0.3.1/help/Makefile.in:705:	  for dir in `find $$lc -depth -type d`; do \
gnome-mastermind-0.3.1/help/Makefile.in-706-	    if ! test $$dir -ef $(srcdir)/$$dir; then \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-740-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gnome-mastermind-0.3.1/help/Makefile.in:741:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/help/Makefile.in-742-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-754-	  if test -f "$$d$$fig"; then \
gnome-mastermind-0.3.1/help/Makefile.in:755:	    figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/help/Makefile.in-756-	    if ! test -d "$(distdir)/$$figdir"; then \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-813-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gnome-mastermind-0.3.1/help/Makefile.in:814:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/help/Makefile.in-815-	  docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-835-	    fi; \
gnome-mastermind-0.3.1/help/Makefile.in:836:	    figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/help/Makefile.in-837-	    figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
##############################################
gnome-mastermind-0.3.1/help/Makefile.in-841-	    fi; \
gnome-mastermind-0.3.1/help/Makefile.in:842:	    figbase=`echo $$fig | sed -e 's/^.*\///'`; \
gnome-mastermind-0.3.1/help/Makefile.in-843-	    echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
##############################################
gnome-mastermind-0.3.1/intltool-update.in-223-    my $str = shift;
gnome-mastermind-0.3.1/intltool-update.in:224:    my $ret = `echo "$str"`;
gnome-mastermind-0.3.1/intltool-update.in-225-
##############################################
gnome-mastermind-0.3.1/intltool-update.in-285-    my $gettext_code="ASCII"; # All files are ASCII by default
gnome-mastermind-0.3.1/intltool-update.in:286:    my $filetype=`file $_ | cut -d ' ' -f 2`;
gnome-mastermind-0.3.1/intltool-update.in-287-
##############################################
gnome-mastermind-0.3.1/intltool-update.in-586-    # If either a file exists, or when run it returns 0 exit status
gnome-mastermind-0.3.1/intltool-update.in:587:    return 1 if ((-x $file) or (system("$file --version >$devnull") == 0));
gnome-mastermind-0.3.1/intltool-update.in-588-    return 0;
##############################################
gnome-mastermind-0.3.1/intltool-update.in-596-    {
gnome-mastermind-0.3.1/intltool-update.in:597:        my $version = `$file --version`;
gnome-mastermind-0.3.1/intltool-update.in-598-        return 1 if ($version =~ m/.*\(GNU .*\).*/);
##############################################
gnome-mastermind-0.3.1/intltool-update.in-675-    # checks for GNU gettext >= 0.12
gnome-mastermind-0.3.1/intltool-update.in:676:    my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`;
gnome-mastermind-0.3.1/intltool-update.in-677-    if ($? == 0)
##############################################
gnome-mastermind-0.3.1/intltool-update.in-786-    print "Running $xgettext_command\n" if $VERBOSE;
gnome-mastermind-0.3.1/intltool-update.in:787:    my $xgettext_error_msg = `$xgettext_command 2>\&1`;
gnome-mastermind-0.3.1/intltool-update.in-788-    my $command_failed = $?;
##############################################
gnome-mastermind-0.3.1/intltool-update.in-856-    # I think msgmerge won't overwrite old file if merge is not successful
gnome-mastermind-0.3.1/intltool-update.in:857:    system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot");
gnome-mastermind-0.3.1/intltool-update.in-858-}
##############################################
gnome-mastermind-0.3.1/intltool-update.in-901-
gnome-mastermind-0.3.1/intltool-update.in:902:    system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file);
gnome-mastermind-0.3.1/intltool-update.in-903-}
##############################################
gnome-mastermind-0.3.1/intltool-update.in-928-	print STDERR "$lang: ";
gnome-mastermind-0.3.1/intltool-update.in:929:	system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po");
gnome-mastermind-0.3.1/intltool-update.in-930-    }
##############################################
gnome-mastermind-0.3.1/missing-131-       # Could not run --version or --help.  This is probably someone
gnome-mastermind-0.3.1/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
gnome-mastermind-0.3.1/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gnome-mastermind-0.3.1/missing-165-         from any GNU archive site."
gnome-mastermind-0.3.1/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gnome-mastermind-0.3.1/missing-167-    test -z "$files" && files="config.h"
##############################################
gnome-mastermind-0.3.1/missing-194-         proper tools for further handling them.
gnome-mastermind-0.3.1/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
gnome-mastermind-0.3.1/missing-196-         archive site."
gnome-mastermind-0.3.1/missing-197-
gnome-mastermind-0.3.1/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
gnome-mastermind-0.3.1/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gnome-mastermind-0.3.1/missing-200-    if test -f "$file"; then
##############################################
gnome-mastermind-0.3.1/missing-223-	*.y)
gnome-mastermind-0.3.1/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gnome-mastermind-0.3.1/missing-225-	    if test -f "$SRCFILE"; then
##############################################
gnome-mastermind-0.3.1/missing-227-	    fi
gnome-mastermind-0.3.1/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gnome-mastermind-0.3.1/missing-229-	    if test -f "$SRCFILE"; then
##############################################
gnome-mastermind-0.3.1/missing-253-	*.l)
gnome-mastermind-0.3.1/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gnome-mastermind-0.3.1/missing-255-	    if test -f "$SRCFILE"; then
##############################################
gnome-mastermind-0.3.1/missing-272-
gnome-mastermind-0.3.1/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
gnome-mastermind-0.3.1/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gnome-mastermind-0.3.1/missing-275-    if test -f "$file"; then
##############################################
gnome-mastermind-0.3.1/missing-292-    # The file to touch is that specified with -o ...
gnome-mastermind-0.3.1/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
gnome-mastermind-0.3.1/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gnome-mastermind-0.3.1/missing-295-    if test -z "$file"; then
gnome-mastermind-0.3.1/missing-296-      # ... or it is the one specified with @setfilename ...
gnome-mastermind-0.3.1/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gnome-mastermind-0.3.1/missing-298-      file=`sed -n '
##############################################
gnome-mastermind-0.3.1/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gnome-mastermind-0.3.1/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gnome-mastermind-0.3.1/missing-306-    fi
##############################################
gnome-mastermind-0.3.1/missing-328-	*o*)
gnome-mastermind-0.3.1/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
gnome-mastermind-0.3.1/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
gnome-mastermind-0.3.1/missing-334-	*h*)
gnome-mastermind-0.3.1/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
gnome-mastermind-0.3.1/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
gnome-mastermind-0.3.1/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gnome-mastermind-0.3.1/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gnome-mastermind-0.3.1/depcomp-71-
##############################################
gnome-mastermind-0.3.1/depcomp-217-  # Version 6 uses the directory in both cases.
gnome-mastermind-0.3.1/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gnome-mastermind-0.3.1/depcomp-219-  test "x$dir" = "x$object" && dir=
gnome-mastermind-0.3.1/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gnome-mastermind-0.3.1/depcomp-221-  if test "$libtool" = yes; then
##############################################
gnome-mastermind-0.3.1/depcomp-246-    # Do two passes, one to just change these to
gnome-mastermind-0.3.1/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
gnome-mastermind-0.3.1/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
gnome-mastermind-0.3.1/depcomp-288-  # Do two passes, one to just change these to
gnome-mastermind-0.3.1/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
gnome-mastermind-0.3.1/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gnome-mastermind-0.3.1/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
gnome-mastermind-0.3.1/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gnome-mastermind-0.3.1/depcomp-306-  test "x$dir" = "x$object" && dir=
gnome-mastermind-0.3.1/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gnome-mastermind-0.3.1/depcomp-308-  if test "$libtool" = yes; then
##############################################
gnome-mastermind-0.3.1/depcomp-343-   # Subdirectories are respected.
gnome-mastermind-0.3.1/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gnome-mastermind-0.3.1/depcomp-345-   test "x$dir" = "x$object" && dir=
gnome-mastermind-0.3.1/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gnome-mastermind-0.3.1/depcomp-347-
##############################################
gnome-mastermind-0.3.1/depcomp-482-  done
gnome-mastermind-0.3.1/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gnome-mastermind-0.3.1/depcomp-484-  touch "$tmpdepfile"
##############################################
gnome-mastermind-0.3.1/ui/Makefile.in-46-DIST_SOURCES =
gnome-mastermind-0.3.1/ui/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnome-mastermind-0.3.1/ui/Makefile.in-48-am__vpath_adj = case $$p in \
gnome-mastermind-0.3.1/ui/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnome-mastermind-0.3.1/ui/Makefile.in-50-    *) f=$$p;; \
gnome-mastermind-0.3.1/ui/Makefile.in-51-  esac;
gnome-mastermind-0.3.1/ui/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gnome-mastermind-0.3.1/ui/Makefile.in-53-am__installdirs = "$(DESTDIR)$(uidir)"
##############################################
gnome-mastermind-0.3.1/ui/Makefile.in-284-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/ui/Makefile.in:285:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/ui/Makefile.in:286:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/ui/Makefile.in-287-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/ui/Makefile.in-298-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/ui/Makefile.in:299:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/ui/Makefile.in-300-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-37-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gnome-mastermind-0.3.1/gnome-doc-utils.make:38:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-39-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-47-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gnome-mastermind-0.3.1/gnome-doc-utils.make:48:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-49-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-52-	  echo $$xmlpath; \
gnome-mastermind-0.3.1/gnome-doc-utils.make:53:	  ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-54-	  for id in $$ids; do \
gnome-mastermind-0.3.1/gnome-doc-utils.make:55:	    echo '#define HELP_'`echo $$docid`'_'`echo $$id \
gnome-mastermind-0.3.1/gnome-doc-utils.make-56-	      | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-126-
gnome-mastermind-0.3.1/gnome-doc-utils.make:127:_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
gnome-mastermind-0.3.1/gnome-doc-utils.make:128:_db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
gnome-mastermind-0.3.1/gnome-doc-utils.make:129:_chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
gnome-mastermind-0.3.1/gnome-doc-utils.make:130:_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
gnome-mastermind-0.3.1/gnome-doc-utils.make:131:_ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl
gnome-mastermind-0.3.1/gnome-doc-utils.make-132-
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-376-	@for lc in C $(_DOC_REAL_LINGUAS); do \
gnome-mastermind-0.3.1/gnome-doc-utils.make:377:	  for dir in `find $$lc -depth -type d`; do \
gnome-mastermind-0.3.1/gnome-doc-utils.make-378-	    if ! test $$dir -ef $(srcdir)/$$dir; then \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-418-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gnome-mastermind-0.3.1/gnome-doc-utils.make:419:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-420-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-432-	  if test -f "$$d$$fig"; then \
gnome-mastermind-0.3.1/gnome-doc-utils.make:433:	    figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-434-	    if ! test -d "$(distdir)/$$figdir"; then \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-493-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gnome-mastermind-0.3.1/gnome-doc-utils.make:494:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-495-	  docdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$docdir"; \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-515-	    fi; \
gnome-mastermind-0.3.1/gnome-doc-utils.make:516:	    figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-517-	    figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
##############################################
gnome-mastermind-0.3.1/gnome-doc-utils.make-521-	    fi; \
gnome-mastermind-0.3.1/gnome-doc-utils.make:522:	    figbase=`echo $$fig | sed -e 's/^.*\///'`; \
gnome-mastermind-0.3.1/gnome-doc-utils.make-523-	    echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
##############################################
gnome-mastermind-0.3.1/ltmain.sh-36-# The name of this program:
gnome-mastermind-0.3.1/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
gnome-mastermind-0.3.1/ltmain.sh-38-modename="$progname"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-69-  :
gnome-mastermind-0.3.1/ltmain.sh:70:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
gnome-mastermind-0.3.1/ltmain.sh-71-  # Yippee, $echo works!
##############################################
gnome-mastermind-0.3.1/ltmain.sh-175-      # If mktemp works, use that first and foremost
gnome-mastermind-0.3.1/ltmain.sh:176:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-177-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-207-  win32_libid_type="unknown"
gnome-mastermind-0.3.1/ltmain.sh:208:  win32_fileres=`file -L $1 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-209-  case $win32_fileres in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-265-      # but not from the CC environment variable when configure was run.
gnome-mastermind-0.3.1/ltmain.sh:266:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
gnome-mastermind-0.3.1/ltmain.sh-267-      # Blanks at the start of $base_compile will cause this to fail
##############################################
gnome-mastermind-0.3.1/ltmain.sh-272-	    # Evaluate the configuration.
gnome-mastermind-0.3.1/ltmain.sh:273:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gnome-mastermind-0.3.1/ltmain.sh-274-	    CC_quoted=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-284-	    case "$@ " in
gnome-mastermind-0.3.1/ltmain.sh:285:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
gnome-mastermind-0.3.1/ltmain.sh-286-	      # The compiler in the base compile command matches
##############################################
gnome-mastermind-0.3.1/ltmain.sh-352-      esac
gnome-mastermind-0.3.1/ltmain.sh:353:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-354-      my_xlib_u=$my_xlib
##############################################
gnome-mastermind-0.3.1/ltmain.sh-357-	*" $my_xlib_u "*)
gnome-mastermind-0.3.1/ltmain.sh:358:	  extracted_serial=`expr $extracted_serial + 1`
gnome-mastermind-0.3.1/ltmain.sh-359-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-382-	  darwin_curdir=`pwd`
gnome-mastermind-0.3.1/ltmain.sh:383:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh:384:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-385-	  if test -n "$darwin_arches"; then 
gnome-mastermind-0.3.1/ltmain.sh:386:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
gnome-mastermind-0.3.1/ltmain.sh-387-	    darwin_arch=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-397-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
gnome-mastermind-0.3.1/ltmain.sh:398:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-399-	    darwin_file=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-401-	    for darwin_file in $darwin_filelist; do
gnome-mastermind-0.3.1/ltmain.sh:402:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-403-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
gnome-mastermind-0.3.1/ltmain.sh-416-      esac
gnome-mastermind-0.3.1/ltmain.sh:417:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-418-    done
##############################################
gnome-mastermind-0.3.1/ltmain.sh-435-  case $arg in
gnome-mastermind-0.3.1/ltmain.sh:436:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
gnome-mastermind-0.3.1/ltmain.sh-437-  *) optarg= ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-466-	  # Evaluate the configuration.
gnome-mastermind-0.3.1/ltmain.sh:467:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
gnome-mastermind-0.3.1/ltmain.sh-468-	else
##############################################
gnome-mastermind-0.3.1/ltmain.sh-589-static)
gnome-mastermind-0.3.1/ltmain.sh:590:  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gnome-mastermind-0.3.1/ltmain.sh-591-  ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-710-	-Wc,*)
gnome-mastermind-0.3.1/ltmain.sh:711:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
gnome-mastermind-0.3.1/ltmain.sh-712-	  lastarg=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-727-	  IFS="$save_ifs"
gnome-mastermind-0.3.1/ltmain.sh:728:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
gnome-mastermind-0.3.1/ltmain.sh-729-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-746-      # Aesthetically quote the previous argument.
gnome-mastermind-0.3.1/ltmain.sh:747:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-748-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-774-      # Get the name of the library object.
gnome-mastermind-0.3.1/ltmain.sh:775:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-776-      ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-785-    *.ads) xform=ads ;;
gnome-mastermind-0.3.1/ltmain.sh:786:    *.asm) xform=asm ;;
gnome-mastermind-0.3.1/ltmain.sh-787-    *.c++) xform=c++ ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-799-
gnome-mastermind-0.3.1/ltmain.sh:800:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
gnome-mastermind-0.3.1/ltmain.sh-801-
gnome-mastermind-0.3.1/ltmain.sh-802-    case $libobj in
gnome-mastermind-0.3.1/ltmain.sh:803:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
gnome-mastermind-0.3.1/ltmain.sh-804-    *)
##############################################
gnome-mastermind-0.3.1/ltmain.sh-830-
gnome-mastermind-0.3.1/ltmain.sh:831:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-832-    case $qlibobj in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-838-	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
gnome-mastermind-0.3.1/ltmain.sh:839:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh:840:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-841-    if test "X$xdir" = "X$obj"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-877-    if test "$compiler_c_o" = no; then
gnome-mastermind-0.3.1/ltmain.sh:878:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
gnome-mastermind-0.3.1/ltmain.sh-879-      lockfile="$output_obj.lock"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-898-*** ERROR, $lockfile exists and contains:
gnome-mastermind-0.3.1/ltmain.sh:899:`cat $lockfile 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-900-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-916-    fi
gnome-mastermind-0.3.1/ltmain.sh:917:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-918-    case $qsrcfile in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-972-      if test "$need_locks" = warn &&
gnome-mastermind-0.3.1/ltmain.sh:973:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gnome-mastermind-0.3.1/ltmain.sh-974-	$echo "\
gnome-mastermind-0.3.1/ltmain.sh-975-*** ERROR, $lockfile contains:
gnome-mastermind-0.3.1/ltmain.sh:976:`cat $lockfile 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-977-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1044-      if test "$need_locks" = warn &&
gnome-mastermind-0.3.1/ltmain.sh:1045:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gnome-mastermind-0.3.1/ltmain.sh-1046-	$echo "\
gnome-mastermind-0.3.1/ltmain.sh-1047-*** ERROR, $lockfile contains:
gnome-mastermind-0.3.1/ltmain.sh:1048:`cat $lockfile 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-1049-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1218-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
gnome-mastermind-0.3.1/ltmain.sh:1219:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
gnome-mastermind-0.3.1/ltmain.sh-1220-	;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1307-	    moreargs=
gnome-mastermind-0.3.1/ltmain.sh:1308:	    for fil in `cat $save_arg`
gnome-mastermind-0.3.1/ltmain.sh-1309-	    do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1334-		# Extract subdirectory from the argument.
gnome-mastermind-0.3.1/ltmain.sh:1335:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-1336-		if test "X$xdir" = "X$arg"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1393-		  # Extract subdirectory from the argument.
gnome-mastermind-0.3.1/ltmain.sh:1394:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-1395-		  if test "X$xdir" = "X$arg"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1400-
gnome-mastermind-0.3.1/ltmain.sh:1401:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh:1402:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh-1403-		  libobjs="$libobjs $pic_object"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1561-      -L*)
gnome-mastermind-0.3.1/ltmain.sh:1562:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
gnome-mastermind-0.3.1/ltmain.sh-1563-	# We need an absolute path.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1566-	*)
gnome-mastermind-0.3.1/ltmain.sh:1567:	  absdir=`cd "$dir" && pwd`
gnome-mastermind-0.3.1/ltmain.sh-1568-	  if test -z "$absdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
gnome-mastermind-0.3.1/ltmain.sh:1585:	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
gnome-mastermind-0.3.1/ltmain.sh-1586-	  case :$dllsearchpath: in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1682-	# to be aesthetically quoted because they are evaled later.
gnome-mastermind-0.3.1/ltmain.sh:1683:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-1684-	case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1751-      -R*)
gnome-mastermind-0.3.1/ltmain.sh:1752:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
gnome-mastermind-0.3.1/ltmain.sh-1753-	# We need an absolute path.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1792-      -Wc,*)
gnome-mastermind-0.3.1/ltmain.sh:1793:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
gnome-mastermind-0.3.1/ltmain.sh-1794-	arg=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1806-	IFS="$save_ifs"
gnome-mastermind-0.3.1/ltmain.sh:1807:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
gnome-mastermind-0.3.1/ltmain.sh-1808-	;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1810-      -Wl,*)
gnome-mastermind-0.3.1/ltmain.sh:1811:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
gnome-mastermind-0.3.1/ltmain.sh-1812-	arg=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1825-	IFS="$save_ifs"
gnome-mastermind-0.3.1/ltmain.sh:1826:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
gnome-mastermind-0.3.1/ltmain.sh-1827-	;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1847-	# to be aesthetically quoted because they are evaled later.
gnome-mastermind-0.3.1/ltmain.sh:1848:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-1849-	case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1884-	  # Extract subdirectory from the argument.
gnome-mastermind-0.3.1/ltmain.sh:1885:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-1886-	  if test "X$xdir" = "X$arg"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1943-	    # Extract subdirectory from the argument.
gnome-mastermind-0.3.1/ltmain.sh:1944:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-1945-	    if test "X$xdir" = "X$arg"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1950-
gnome-mastermind-0.3.1/ltmain.sh:1951:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh:1952:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh-1953-	    libobjs="$libobjs $pic_object"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-1986-	# to be aesthetically quoted because they are evaled later.
gnome-mastermind-0.3.1/ltmain.sh:1987:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-1988-	case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2016-    # calculate the name of the file, without its directory
gnome-mastermind-0.3.1/ltmain.sh:2017:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-2018-    libobjs_save="$libobjs"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2021-      # get the directories listed in $shlibpath_var
gnome-mastermind-0.3.1/ltmain.sh:2022:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
gnome-mastermind-0.3.1/ltmain.sh-2023-    else
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2028-
gnome-mastermind-0.3.1/ltmain.sh:2029:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-2030-    if test "X$output_objdir" = "X$output"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2166-	  fi
gnome-mastermind-0.3.1/ltmain.sh:2167:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
gnome-mastermind-0.3.1/ltmain.sh-2168-	  if test "$linkmode" = lib; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2215-		    found=no
gnome-mastermind-0.3.1/ltmain.sh:2216:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-2217-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2240-	    newdependency_libs="$deplib $newdependency_libs"
gnome-mastermind-0.3.1/ltmain.sh:2241:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
gnome-mastermind-0.3.1/ltmain.sh-2242-	    ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2253-	    fi
gnome-mastermind-0.3.1/ltmain.sh:2254:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
gnome-mastermind-0.3.1/ltmain.sh-2255-	    ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2263-	  if test "$pass" = link; then
gnome-mastermind-0.3.1/ltmain.sh:2264:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
gnome-mastermind-0.3.1/ltmain.sh-2265-	    # Make sure the xrpath contains only unique directories.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2285-		set dummy $deplibs_check_method
gnome-mastermind-0.3.1/ltmain.sh:2286:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
gnome-mastermind-0.3.1/ltmain.sh-2287-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2346-	else
gnome-mastermind-0.3.1/ltmain.sh:2347:	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
gnome-mastermind-0.3.1/ltmain.sh-2348-	  exit $EXIT_FAILURE
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2357-
gnome-mastermind-0.3.1/ltmain.sh:2358:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-2359-	test "X$ladir" = "X$lib" && ladir="."
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2449-	*)
gnome-mastermind-0.3.1/ltmain.sh:2450:	  abs_ladir=`cd "$ladir" && pwd`
gnome-mastermind-0.3.1/ltmain.sh-2451-	  if test -z "$abs_ladir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2457-	esac
gnome-mastermind-0.3.1/ltmain.sh:2458:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-2459-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2484-	fi # $installed = yes
gnome-mastermind-0.3.1/ltmain.sh:2485:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
gnome-mastermind-0.3.1/ltmain.sh-2486-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2531-	    case $deplib in
gnome-mastermind-0.3.1/ltmain.sh:2532:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
gnome-mastermind-0.3.1/ltmain.sh-2533-	    esac
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2652-	    shift; shift
gnome-mastermind-0.3.1/ltmain.sh:2653:	    libname=`eval \\$echo \"$libname_spec\"`
gnome-mastermind-0.3.1/ltmain.sh-2654-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2660-	      *cygwin* | mingw*)
gnome-mastermind-0.3.1/ltmain.sh:2661:		major=`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-2662-		versuffix="-$major"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2671-	    soroot="$soname"
gnome-mastermind-0.3.1/ltmain.sh:2672:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
gnome-mastermind-0.3.1/ltmain.sh:2673:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
gnome-mastermind-0.3.1/ltmain.sh-2674-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2904-	      case $libdir in
gnome-mastermind-0.3.1/ltmain.sh:2905:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
gnome-mastermind-0.3.1/ltmain.sh-2906-		   case " $xrpath " in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2936-	      *.la)
gnome-mastermind-0.3.1/ltmain.sh:2937:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-2938-		test "X$dir" = "X$deplib" && dir="."
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2942-		*)
gnome-mastermind-0.3.1/ltmain.sh:2943:		  absdir=`cd "$dir" && pwd`
gnome-mastermind-0.3.1/ltmain.sh-2944-		  if test -z "$absdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2952-		else
gnome-mastermind-0.3.1/ltmain.sh:2953:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gnome-mastermind-0.3.1/ltmain.sh-2954-		  if test -z "$libdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2967-		  # but need to link against shared
gnome-mastermind-0.3.1/ltmain.sh:2968:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gnome-mastermind-0.3.1/ltmain.sh:2969:		  eval deplibdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gnome-mastermind-0.3.1/ltmain.sh-2970-		  if test -n "$deplibrary_names" ; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-2998-		  # Again, we only want to link against shared libraries
gnome-mastermind-0.3.1/ltmain.sh:2999:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
gnome-mastermind-0.3.1/ltmain.sh-3000-		  for tmp in $newlib_search_path ; do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3166-      lib*)
gnome-mastermind-0.3.1/ltmain.sh:3167:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
gnome-mastermind-0.3.1/ltmain.sh-3168-	eval shared_ext=\"$shrext_cmds\"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3172-	if test "$module" = no; then
gnome-mastermind-0.3.1/ltmain.sh:3173:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
gnome-mastermind-0.3.1/ltmain.sh-3174-	  $echo "$help" 1>&2
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3178-	  # Add the "lib" prefix for modules if required
gnome-mastermind-0.3.1/ltmain.sh:3179:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
gnome-mastermind-0.3.1/ltmain.sh-3180-	  eval shared_ext=\"$shrext_cmds\"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3182-	else
gnome-mastermind-0.3.1/ltmain.sh:3183:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
gnome-mastermind-0.3.1/ltmain.sh-3184-	fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3259-	  darwin|linux|osf|windows|none)
gnome-mastermind-0.3.1/ltmain.sh:3260:	    current=`expr $number_major + $number_minor`
gnome-mastermind-0.3.1/ltmain.sh-3261-	    age="$number_minor"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3269-	  irix|nonstopux)
gnome-mastermind-0.3.1/ltmain.sh:3270:	    current=`expr $number_major + $number_minor`
gnome-mastermind-0.3.1/ltmain.sh-3271-	    age="$number_minor"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3317-	if test "$age" -gt "$current"; then
gnome-mastermind-0.3.1/ltmain.sh:3318:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
gnome-mastermind-0.3.1/ltmain.sh-3319-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3332-	  # verstring for coding it into the library header
gnome-mastermind-0.3.1/ltmain.sh:3333:	  major=.`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-3334-	  versuffix="$major.$age.$revision"
gnome-mastermind-0.3.1/ltmain.sh-3335-	  # Darwin ld doesn't like 0 for these options...
gnome-mastermind-0.3.1/ltmain.sh:3336:	  minor_current=`expr $current + 1`
gnome-mastermind-0.3.1/ltmain.sh-3337-	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3352-	  if test "X$lt_irix_increment" = "Xno"; then
gnome-mastermind-0.3.1/ltmain.sh:3353:	    major=`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-3354-	  else
gnome-mastermind-0.3.1/ltmain.sh:3355:	    major=`expr $current - $age + 1`
gnome-mastermind-0.3.1/ltmain.sh-3356-	  fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3365-	  while test "$loop" -ne 0; do
gnome-mastermind-0.3.1/ltmain.sh:3366:	    iface=`expr $revision - $loop`
gnome-mastermind-0.3.1/ltmain.sh:3367:	    loop=`expr $loop - 1`
gnome-mastermind-0.3.1/ltmain.sh-3368-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3376-	linux)
gnome-mastermind-0.3.1/ltmain.sh:3377:	  major=.`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-3378-	  versuffix="$major.$age.$revision"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3381-	osf)
gnome-mastermind-0.3.1/ltmain.sh:3382:	  major=.`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-3383-	  versuffix=".$current.$age.$revision"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3388-	  while test "$loop" -ne 0; do
gnome-mastermind-0.3.1/ltmain.sh:3389:	    iface=`expr $current - $loop`
gnome-mastermind-0.3.1/ltmain.sh:3390:	    loop=`expr $loop - 1`
gnome-mastermind-0.3.1/ltmain.sh-3391-	    verstring="$verstring:${iface}.0"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3405-	  # extension on DOS 8.3 filesystems.
gnome-mastermind-0.3.1/ltmain.sh:3406:	  major=`expr $current - $age`
gnome-mastermind-0.3.1/ltmain.sh-3407-	  versuffix="-$major"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3460-	removelist=
gnome-mastermind-0.3.1/ltmain.sh:3461:	tempremovelist=`$echo "$output_objdir/*"`
gnome-mastermind-0.3.1/ltmain.sh-3462-	for p in $tempremovelist; do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3488-	# Transform .lo files to .o files.
gnome-mastermind-0.3.1/ltmain.sh:3489:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-3490-      fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3493-      #for path in $notinst_path; do
gnome-mastermind-0.3.1/ltmain.sh:3494:      #	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
gnome-mastermind-0.3.1/ltmain.sh:3495:      #	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
gnome-mastermind-0.3.1/ltmain.sh:3496:      #	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
gnome-mastermind-0.3.1/ltmain.sh-3497-      #done
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3600-	    for i in $deplibs; do
gnome-mastermind-0.3.1/ltmain.sh:3601:	      name=`expr $i : '-l\(.*\)'`
gnome-mastermind-0.3.1/ltmain.sh-3602-	      # If $name is empty we are operating on a -L argument.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3612-		if test -n "$i" ; then
gnome-mastermind-0.3.1/ltmain.sh:3613:		  libname=`eval \\$echo \"$libname_spec\"`
gnome-mastermind-0.3.1/ltmain.sh:3614:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
gnome-mastermind-0.3.1/ltmain.sh-3615-		  set dummy $deplib_matches
gnome-mastermind-0.3.1/ltmain.sh-3616-		  deplib_match=$2
gnome-mastermind-0.3.1/ltmain.sh:3617:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gnome-mastermind-0.3.1/ltmain.sh-3618-		    newdeplibs="$newdeplibs $i"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3637-	    for i in $deplibs; do
gnome-mastermind-0.3.1/ltmain.sh:3638:	      name=`expr $i : '-l\(.*\)'`
gnome-mastermind-0.3.1/ltmain.sh-3639-	      # If $name is empty we are operating on a -L argument.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3652-		  if test -n "$i" ; then
gnome-mastermind-0.3.1/ltmain.sh:3653:		    libname=`eval \\$echo \"$libname_spec\"`
gnome-mastermind-0.3.1/ltmain.sh:3654:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
gnome-mastermind-0.3.1/ltmain.sh-3655-		    set dummy $deplib_matches
gnome-mastermind-0.3.1/ltmain.sh-3656-		    deplib_match=$2
gnome-mastermind-0.3.1/ltmain.sh:3657:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gnome-mastermind-0.3.1/ltmain.sh-3658-		      newdeplibs="$newdeplibs $i"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3685-	  set dummy $deplibs_check_method
gnome-mastermind-0.3.1/ltmain.sh:3686:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
gnome-mastermind-0.3.1/ltmain.sh-3687-	  for a_deplib in $deplibs; do
gnome-mastermind-0.3.1/ltmain.sh:3688:	    name=`expr $a_deplib : '-l\(.*\)'`
gnome-mastermind-0.3.1/ltmain.sh-3689-	    # If $name is empty we are operating on a -L argument.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3699-	      if test -n "$a_deplib" ; then
gnome-mastermind-0.3.1/ltmain.sh:3700:		libname=`eval \\$echo \"$libname_spec\"`
gnome-mastermind-0.3.1/ltmain.sh-3701-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gnome-mastermind-0.3.1/ltmain.sh:3702:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-3703-		  for potent_lib in $potential_libs; do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3715-		      while test -h "$potlib" 2>/dev/null; do
gnome-mastermind-0.3.1/ltmain.sh:3716:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gnome-mastermind-0.3.1/ltmain.sh-3717-			case $potliblink in
gnome-mastermind-0.3.1/ltmain.sh-3718-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gnome-mastermind-0.3.1/ltmain.sh:3719:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
gnome-mastermind-0.3.1/ltmain.sh-3720-			esac
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3754-	  set dummy $deplibs_check_method
gnome-mastermind-0.3.1/ltmain.sh:3755:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
gnome-mastermind-0.3.1/ltmain.sh-3756-	  for a_deplib in $deplibs; do
gnome-mastermind-0.3.1/ltmain.sh:3757:	    name=`expr $a_deplib : '-l\(.*\)'`
gnome-mastermind-0.3.1/ltmain.sh-3758-	    # If $name is empty we are operating on a -L argument.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3768-	      if test -n "$a_deplib" ; then
gnome-mastermind-0.3.1/ltmain.sh:3769:		libname=`eval \\$echo \"$libname_spec\"`
gnome-mastermind-0.3.1/ltmain.sh-3770-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gnome-mastermind-0.3.1/ltmain.sh:3771:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gnome-mastermind-0.3.1/ltmain.sh-3772-		  for potent_lib in $potential_libs; do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3811-	      # can't use Xsed below, because $i might contain '/'
gnome-mastermind-0.3.1/ltmain.sh:3812:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
gnome-mastermind-0.3.1/ltmain.sh-3813-	    done
##############################################
gnome-mastermind-0.3.1/ltmain.sh-3836-	  # On Rhapsody replace the C library is the System framework
gnome-mastermind-0.3.1/ltmain.sh:3837:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
gnome-mastermind-0.3.1/ltmain.sh-3838-	  ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4008-	# Use standard objects if they are pic
gnome-mastermind-0.3.1/ltmain.sh:4009:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4010-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4021-	      eval cmd=\"$cmd\"
gnome-mastermind-0.3.1/ltmain.sh:4022:	      if len=`expr "X$cmd" : ".*"` &&
gnome-mastermind-0.3.1/ltmain.sh-4023-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4103-	if test "X$skipped_export" != "X:" &&
gnome-mastermind-0.3.1/ltmain.sh:4104:	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
gnome-mastermind-0.3.1/ltmain.sh-4105-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4122-	  save_output=$output
gnome-mastermind-0.3.1/ltmain.sh:4123:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
gnome-mastermind-0.3.1/ltmain.sh-4124-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4138-	    if test "X$objlist" = X ||
gnome-mastermind-0.3.1/ltmain.sh:4139:	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
gnome-mastermind-0.3.1/ltmain.sh-4140-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4153-	      last_robj=$output_objdir/$output_la-${k}.$objext
gnome-mastermind-0.3.1/ltmain.sh:4154:	      k=`expr $k + 1`
gnome-mastermind-0.3.1/ltmain.sh-4155-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4179-	  do
gnome-mastermind-0.3.1/ltmain.sh:4180:	    i=`expr $i + 1`
gnome-mastermind-0.3.1/ltmain.sh-4181-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4304-	libobj="$output"
gnome-mastermind-0.3.1/ltmain.sh:4305:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh-4306-	;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4329-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gnome-mastermind-0.3.1/ltmain.sh:4330:	  reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
gnome-mastermind-0.3.1/ltmain.sh-4331-	else
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4340-      # Create the old-style object.
gnome-mastermind-0.3.1/ltmain.sh:4341:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gnome-mastermind-0.3.1/ltmain.sh-4342-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4401-      case $host in
gnome-mastermind-0.3.1/ltmain.sh:4402:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
gnome-mastermind-0.3.1/ltmain.sh-4403-      esac
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4421-	# On Rhapsody replace the C library is the System framework
gnome-mastermind-0.3.1/ltmain.sh:4422:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
gnome-mastermind-0.3.1/ltmain.sh:4423:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
gnome-mastermind-0.3.1/ltmain.sh-4424-	;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4509-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
gnome-mastermind-0.3.1/ltmain.sh:4510:	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
gnome-mastermind-0.3.1/ltmain.sh-4511-	  case :$dllsearchpath: in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4567-	# Transform all the library objects into standard objects.
gnome-mastermind-0.3.1/ltmain.sh:4568:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh:4569:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4570-      fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4613-	    # Add our own program objects to the symbol list.
gnome-mastermind-0.3.1/ltmain.sh:4614:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4615-	    for arg in $progfiles; do
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4655-	    $show "extracting global C symbols from \`$arg'"
gnome-mastermind-0.3.1/ltmain.sh:4656:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-4657-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4777-            if test -f "$output_objdir/${outputname}.def" ; then
gnome-mastermind-0.3.1/ltmain.sh:4778:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh:4779:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4780-            else
gnome-mastermind-0.3.1/ltmain.sh:4781:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh:4782:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4783-             fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4785-          * )
gnome-mastermind-0.3.1/ltmain.sh:4786:            compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh:4787:            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4788-            ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4801-	# Nullify the symbol file.
gnome-mastermind-0.3.1/ltmain.sh:4802:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh:4803:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4804-      fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4807-	# Replace the output file specification.
gnome-mastermind-0.3.1/ltmain.sh:4808:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4809-	link_command="$compile_command$compile_rpath"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4874-	# Replace the output file specification.
gnome-mastermind-0.3.1/ltmain.sh:4875:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gnome-mastermind-0.3.1/ltmain.sh-4876-	# Delete the old output file.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4894-	  if test "$fast_install" = yes; then
gnome-mastermind-0.3.1/ltmain.sh:4895:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4896-	  else
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4906-      # Replace the output file specification.
gnome-mastermind-0.3.1/ltmain.sh:4907:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gnome-mastermind-0.3.1/ltmain.sh-4908-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4926-	  else
gnome-mastermind-0.3.1/ltmain.sh:4927:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-4928-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4931-	relink_command="(cd `pwd`; $relink_command)"
gnome-mastermind-0.3.1/ltmain.sh:4932:	relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-4933-      fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4940-	esac
gnome-mastermind-0.3.1/ltmain.sh:4941:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-4942-      else
gnome-mastermind-0.3.1/ltmain.sh:4943:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-4944-      fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4950-	case $output in
gnome-mastermind-0.3.1/ltmain.sh:4951:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
gnome-mastermind-0.3.1/ltmain.sh-4952-	esac
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4956-	    exeext=.exe
gnome-mastermind-0.3.1/ltmain.sh:4957:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
gnome-mastermind-0.3.1/ltmain.sh-4958-	  *) exeext= ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-4961-	  *cygwin* | *mingw* )
gnome-mastermind-0.3.1/ltmain.sh:4962:            output_name=`basename $output`
gnome-mastermind-0.3.1/ltmain.sh:4963:            output_path=`dirname $output`
gnome-mastermind-0.3.1/ltmain.sh-4964-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5371-      shift
gnome-mastermind-0.3.1/ltmain.sh:5372:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
gnome-mastermind-0.3.1/ltmain.sh-5373-      # Yippee, \$echo works!
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5383-  # Find the directory that this script lives in.
gnome-mastermind-0.3.1/ltmain.sh:5384:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
gnome-mastermind-0.3.1/ltmain.sh-5385-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5387-  # Follow symbolic links until we get to the real thisdir.
gnome-mastermind-0.3.1/ltmain.sh:5388:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
gnome-mastermind-0.3.1/ltmain.sh-5389-  while test -n \"\$file\"; do
gnome-mastermind-0.3.1/ltmain.sh:5390:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
gnome-mastermind-0.3.1/ltmain.sh-5391-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5399-
gnome-mastermind-0.3.1/ltmain.sh:5400:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
gnome-mastermind-0.3.1/ltmain.sh:5401:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
gnome-mastermind-0.3.1/ltmain.sh-5402-  done
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5404-  # Try to get the absolute directory name.
gnome-mastermind-0.3.1/ltmain.sh:5405:  absdir=\`cd \"\$thisdir\" && pwd\`
gnome-mastermind-0.3.1/ltmain.sh-5406-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5414-  if test ! -f \"\$progdir/\$program\" || \\
gnome-mastermind-0.3.1/ltmain.sh:5415:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gnome-mastermind-0.3.1/ltmain.sh-5416-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5429-    if test -n \"\$relink_command\"; then
gnome-mastermind-0.3.1/ltmain.sh:5430:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gnome-mastermind-0.3.1/ltmain.sh-5431-      else
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5461-    # The second colon is a workaround for a bug in BeOS R4 sed
gnome-mastermind-0.3.1/ltmain.sh:5462:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
gnome-mastermind-0.3.1/ltmain.sh-5463-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5574-	  do
gnome-mastermind-0.3.1/ltmain.sh:5575:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-5576-	    case " $oldobjs " in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5582-		newobj=lt$counter-$objbase
gnome-mastermind-0.3.1/ltmain.sh:5583:		counter=`expr $counter + 1`
gnome-mastermind-0.3.1/ltmain.sh-5584-		case " $oldobjs " in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5600-
gnome-mastermind-0.3.1/ltmain.sh:5601:	if len=`expr "X$cmds" : ".*"` &&
gnome-mastermind-0.3.1/ltmain.sh-5602-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5622-	    eval test_cmds=\"$old_archive_cmds\"
gnome-mastermind-0.3.1/ltmain.sh:5623:	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
gnome-mastermind-0.3.1/ltmain.sh-5624-	       test "$len" -le "$max_cmd_len"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5674-	else
gnome-mastermind-0.3.1/ltmain.sh:5675:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-5676-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5680-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gnome-mastermind-0.3.1/ltmain.sh:5681:      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-5682-      if test "$hardcode_automatic" = yes ; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5699-	      *.la)
gnome-mastermind-0.3.1/ltmain.sh:5700:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh:5701:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gnome-mastermind-0.3.1/ltmain.sh-5702-		if test -z "$libdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5713-	    for lib in $dlfiles; do
gnome-mastermind-0.3.1/ltmain.sh:5714:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh:5715:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gnome-mastermind-0.3.1/ltmain.sh-5716-	      if test -z "$libdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5724-	    for lib in $dlprefiles; do
gnome-mastermind-0.3.1/ltmain.sh:5725:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh:5726:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gnome-mastermind-0.3.1/ltmain.sh-5727-	      if test -z "$libdir"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5821-      # Aesthetically quote it.
gnome-mastermind-0.3.1/ltmain.sh:5822:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-5823-      case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5837-    # Aesthetically quote it.
gnome-mastermind-0.3.1/ltmain.sh:5838:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-5839-    case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5888-      # Aesthetically quote the argument.
gnome-mastermind-0.3.1/ltmain.sh:5889:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-5890-      case $arg in
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5920-    # Strip any trailing slash from the destination.
gnome-mastermind-0.3.1/ltmain.sh:5921:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
gnome-mastermind-0.3.1/ltmain.sh-5922-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-5928-    else
gnome-mastermind-0.3.1/ltmain.sh:5929:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-5930-      test "X$destdir" = "X$dest" && destdir=.
gnome-mastermind-0.3.1/ltmain.sh:5931:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-5932-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6004-
gnome-mastermind-0.3.1/ltmain.sh:6005:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
gnome-mastermind-0.3.1/ltmain.sh-6006-	test "X$dir" = "X$file/" && dir=
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6010-	  # Determine the prefix the user has applied to our future dir.
gnome-mastermind-0.3.1/ltmain.sh:6011:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
gnome-mastermind-0.3.1/ltmain.sh-6012-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6025-	    # Stick the inst_prefix_dir data into the link command.
gnome-mastermind-0.3.1/ltmain.sh:6026:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-6027-	  else
gnome-mastermind-0.3.1/ltmain.sh:6028:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-6029-	  fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6094-	# Install the pseudo-library for information purposes.
gnome-mastermind-0.3.1/ltmain.sh:6095:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6096-	instname="$dir/$name"i
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6110-	else
gnome-mastermind-0.3.1/ltmain.sh:6111:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6112-	  destfile="$destdir/$destfile"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6117-	*.lo)
gnome-mastermind-0.3.1/ltmain.sh:6118:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh-6119-	  ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6139-	  # Deduce the name of the old-style object file.
gnome-mastermind-0.3.1/ltmain.sh:6140:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
gnome-mastermind-0.3.1/ltmain.sh-6141-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6152-	else
gnome-mastermind-0.3.1/ltmain.sh:6153:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6154-	  destfile="$destdir/$destfile"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6163-	    if test ! -f "$file"; then
gnome-mastermind-0.3.1/ltmain.sh:6164:	      file=`$echo $file|${SED} 's,.exe$,,'`
gnome-mastermind-0.3.1/ltmain.sh-6165-	      stripped_ext=".exe"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6172-	*cygwin*|*mingw*)
gnome-mastermind-0.3.1/ltmain.sh:6173:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
gnome-mastermind-0.3.1/ltmain.sh-6174-	    ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6210-	    fi
gnome-mastermind-0.3.1/ltmain.sh:6211:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
gnome-mastermind-0.3.1/ltmain.sh-6212-	    if test -n "$libdir" && test ! -f "$libfile"; then
gnome-mastermind-0.3.1/ltmain.sh:6213:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
gnome-mastermind-0.3.1/ltmain.sh-6214-	      finalize=no
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6233-	      tmpdir=`func_mktempdir`
gnome-mastermind-0.3.1/ltmain.sh:6234:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6235-	      outputname="$tmpdir/$file"
gnome-mastermind-0.3.1/ltmain.sh-6236-	      # Replace the output file specification.
gnome-mastermind-0.3.1/ltmain.sh:6237:	      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP`
gnome-mastermind-0.3.1/ltmain.sh-6238-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6251-	    # Install the binary that we compiled earlier.
gnome-mastermind-0.3.1/ltmain.sh:6252:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
gnome-mastermind-0.3.1/ltmain.sh-6253-	  fi
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6267-	  *:*.exe)
gnome-mastermind-0.3.1/ltmain.sh:6268:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
gnome-mastermind-0.3.1/ltmain.sh-6269-	    ;;
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6280-    for file in $staticlibs; do
gnome-mastermind-0.3.1/ltmain.sh:6281:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6282-
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6437-	  # Warn if it was a shared library.
gnome-mastermind-0.3.1/ltmain.sh:6438:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
gnome-mastermind-0.3.1/ltmain.sh-6439-	  continue
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6441-
gnome-mastermind-0.3.1/ltmain.sh:6442:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-6443-	test "X$dir" = "X$file" && dir=.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6448-	  if test ! -f "$dir/$dlname"; then
gnome-mastermind-0.3.1/ltmain.sh:6449:	    $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
gnome-mastermind-0.3.1/ltmain.sh-6450-	    exit $EXIT_FAILURE
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6456-	# Just add the directory containing the .lo file.
gnome-mastermind-0.3.1/ltmain.sh:6457:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-6458-	test "X$dir" = "X$file" && dir=.
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6467-      # Get the absolute pathname.
gnome-mastermind-0.3.1/ltmain.sh:6468:      absdir=`cd "$dir" && pwd`
gnome-mastermind-0.3.1/ltmain.sh-6469-      test -n "$absdir" && dir="$absdir"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6503-      # Quote arguments (to preserve shell metacharacters).
gnome-mastermind-0.3.1/ltmain.sh:6504:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/ltmain.sh-6505-      args="$args \"$file\""
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6565-    for file in $files; do
gnome-mastermind-0.3.1/ltmain.sh:6566:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gnome-mastermind-0.3.1/ltmain.sh-6567-      if test "X$dir" = "X$file"; then
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6572-      fi
gnome-mastermind-0.3.1/ltmain.sh:6573:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/ltmain.sh-6574-      test "$mode" = uninstall && objdir="$dir"
##############################################
gnome-mastermind-0.3.1/ltmain.sh-6682-	  *.exe)
gnome-mastermind-0.3.1/ltmain.sh:6683:	    file=`$echo $file|${SED} 's,.exe$,,'`
gnome-mastermind-0.3.1/ltmain.sh:6684:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
gnome-mastermind-0.3.1/ltmain.sh-6685-	    # $file with .exe has already been added to rmfiles,
##############################################
gnome-mastermind-0.3.1/install-sh-217-      fi
gnome-mastermind-0.3.1/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gnome-mastermind-0.3.1/install-sh-219-    *)
##############################################
gnome-mastermind-0.3.1/install-sh-269-      dstdir=$dst
gnome-mastermind-0.3.1/install-sh:270:      dst=$dstdir/`basename "$src"`
gnome-mastermind-0.3.1/install-sh-271-      dstdir_status=0
##############################################
gnome-mastermind-0.3.1/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gnome-mastermind-0.3.1/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gnome-mastermind-0.3.1/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
gnome-mastermind-0.3.1/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gnome-mastermind-0.3.1/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gnome-mastermind-0.3.1/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gnome-mastermind-0.3.1/install-sh-418-	    case $prefix in
gnome-mastermind-0.3.1/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gnome-mastermind-0.3.1/install-sh-420-	      *) qprefix=$prefix;;
##############################################
gnome-mastermind-0.3.1/install-sh-467-    if $copy_on_change &&
gnome-mastermind-0.3.1/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gnome-mastermind-0.3.1/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gnome-mastermind-0.3.1/install-sh-470-
##############################################
gnome-mastermind-0.3.1/desktop/Makefile.in-46-DIST_SOURCES =
gnome-mastermind-0.3.1/desktop/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnome-mastermind-0.3.1/desktop/Makefile.in-48-am__vpath_adj = case $$p in \
gnome-mastermind-0.3.1/desktop/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnome-mastermind-0.3.1/desktop/Makefile.in-50-    *) f=$$p;; \
gnome-mastermind-0.3.1/desktop/Makefile.in-51-  esac;
gnome-mastermind-0.3.1/desktop/Makefile.in:52:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gnome-mastermind-0.3.1/desktop/Makefile.in-53-am__installdirs = "$(DESTDIR)$(desktopdir)"
##############################################
gnome-mastermind-0.3.1/desktop/Makefile.in-286-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/desktop/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/desktop/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/desktop/Makefile.in-289-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/desktop/Makefile.in-300-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/desktop/Makefile.in:301:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/desktop/Makefile.in-302-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/config.rpath-33-host="$1"
gnome-mastermind-0.3.1/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
gnome-mastermind-0.3.1/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
gnome-mastermind-0.3.1/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
gnome-mastermind-0.3.1/config.rpath-37-
##############################################
gnome-mastermind-0.3.1/config.rpath-47-done
gnome-mastermind-0.3.1/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
gnome-mastermind-0.3.1/config.rpath-49-
##############################################
gnome-mastermind-0.3.1/config.rpath-91-        *)
gnome-mastermind-0.3.1/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/config.rpath-93-            *Sun\ C*)
##############################################
gnome-mastermind-0.3.1/config.rpath-214-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnome-mastermind-0.3.1/config.rpath:215:      case `$LD -v 2>&1` in
gnome-mastermind-0.3.1/config.rpath-216-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gnome-mastermind-0.3.1/config.rpath-220-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gnome-mastermind-0.3.1/config.rpath:221:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gnome-mastermind-0.3.1/config.rpath-222-          else
##############################################
gnome-mastermind-0.3.1/config.rpath-277-        case $host_os in aix4.[012]|aix4.[012].*)
gnome-mastermind-0.3.1/config.rpath:278:          collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/config.rpath-279-          if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/config.rpath-415-      hardcode_direct=yes
gnome-mastermind-0.3.1/config.rpath:416:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/config.rpath-417-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
gnome-mastermind-0.3.1/config.rpath-476-    sysv5* | sco3.2v5* | sco5v6*)
gnome-mastermind-0.3.1/config.rpath:477:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/config.rpath-478-      hardcode_libdir_separator=':'
##############################################
gnome-mastermind-0.3.1/config.rpath-583-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
gnome-mastermind-0.3.1/config.rpath:584:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/config.rpath:585:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
gnome-mastermind-0.3.1/config.rpath:586:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
gnome-mastermind-0.3.1/config.rpath-587-
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-293-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gnome-mastermind-0.3.1/src/Makefile.in:294:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gnome-mastermind-0.3.1/src/Makefile.in-295-	  if test -f $$p \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-297-	  ; then \
gnome-mastermind-0.3.1/src/Makefile.in:298:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
gnome-mastermind-0.3.1/src/Makefile.in-299-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-306-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gnome-mastermind-0.3.1/src/Makefile.in:307:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
gnome-mastermind-0.3.1/src/Makefile.in-308-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-313-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gnome-mastermind-0.3.1/src/Makefile.in:314:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gnome-mastermind-0.3.1/src/Makefile.in-315-	  echo " rm -f $$p $$f"; \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-337-.c.obj:
gnome-mastermind-0.3.1/src/Makefile.in:338:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gnome-mastermind-0.3.1/src/Makefile.in-339-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnome-mastermind-0.3.1/src/Makefile.in:342:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gnome-mastermind-0.3.1/src/Makefile.in-343-
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-351-gnome_mastermind-gnome-mastermind.o: gnome-mastermind.c
gnome-mastermind-0.3.1/src/Makefile.in:352:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_mastermind_CFLAGS) $(CFLAGS) -MT gnome_mastermind-gnome-mastermind.o -MD -MP -MF $(DEPDIR)/gnome_mastermind-gnome-mastermind.Tpo -c -o gnome_mastermind-gnome-mastermind.o `test -f 'gnome-mastermind.c' || echo '$(srcdir)/'`gnome-mastermind.c
gnome-mastermind-0.3.1/src/Makefile.in-353-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gnome_mastermind-gnome-mastermind.Tpo $(DEPDIR)/gnome_mastermind-gnome-mastermind.Po
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-355-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnome-mastermind-0.3.1/src/Makefile.in:356:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_mastermind_CFLAGS) $(CFLAGS) -c -o gnome_mastermind-gnome-mastermind.o `test -f 'gnome-mastermind.c' || echo '$(srcdir)/'`gnome-mastermind.c
gnome-mastermind-0.3.1/src/Makefile.in-357-
gnome-mastermind-0.3.1/src/Makefile.in-358-gnome_mastermind-gnome-mastermind.obj: gnome-mastermind.c
gnome-mastermind-0.3.1/src/Makefile.in:359:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_mastermind_CFLAGS) $(CFLAGS) -MT gnome_mastermind-gnome-mastermind.obj -MD -MP -MF $(DEPDIR)/gnome_mastermind-gnome-mastermind.Tpo -c -o gnome_mastermind-gnome-mastermind.obj `if test -f 'gnome-mastermind.c'; then $(CYGPATH_W) 'gnome-mastermind.c'; else $(CYGPATH_W) '$(srcdir)/gnome-mastermind.c'; fi`
gnome-mastermind-0.3.1/src/Makefile.in-360-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gnome_mastermind-gnome-mastermind.Tpo $(DEPDIR)/gnome_mastermind-gnome-mastermind.Po
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnome-mastermind-0.3.1/src/Makefile.in:363:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_mastermind_CFLAGS) $(CFLAGS) -c -o gnome_mastermind-gnome-mastermind.obj `if test -f 'gnome-mastermind.c'; then $(CYGPATH_W) 'gnome-mastermind.c'; else $(CYGPATH_W) '$(srcdir)/gnome-mastermind.c'; fi`
gnome-mastermind-0.3.1/src/Makefile.in-364-
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-410-GTAGS:
gnome-mastermind-0.3.1/src/Makefile.in:411:	here=`$(am__cd) $(top_builddir) && pwd` \
gnome-mastermind-0.3.1/src/Makefile.in-412-	  && cd $(top_srcdir) \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-418-distdir: $(DISTFILES)
gnome-mastermind-0.3.1/src/Makefile.in:419:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/src/Makefile.in:420:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnome-mastermind-0.3.1/src/Makefile.in-421-	list='$(DISTFILES)'; \
##############################################
gnome-mastermind-0.3.1/src/Makefile.in-432-	  if test -d $$d/$$file; then \
gnome-mastermind-0.3.1/src/Makefile.in:433:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnome-mastermind-0.3.1/src/Makefile.in-434-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gnome-mastermind-0.3.1/configure-107-do
gnome-mastermind-0.3.1/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gnome-mastermind-0.3.1/configure-109-    eval $as_var=C; export $as_var
##############################################
gnome-mastermind-0.3.1/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
gnome-mastermind-0.3.1/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
gnome-mastermind-0.3.1/configure-217-") 2> /dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gnome-mastermind-0.3.1/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
gnome-mastermind-0.3.1/configure-332-
##############################################
gnome-mastermind-0.3.1/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gnome-mastermind-0.3.1/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gnome-mastermind-0.3.1/configure-427-
##############################################
gnome-mastermind-0.3.1/configure-536-	esac;
gnome-mastermind-0.3.1/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gnome-mastermind-0.3.1/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
gnome-mastermind-0.3.1/configure-558-  # Remove one level of quotation (which was required for Make).
gnome-mastermind-0.3.1/configure:559:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
gnome-mastermind-0.3.1/configure-560-  ;;
##############################################
gnome-mastermind-0.3.1/configure-569-  :
gnome-mastermind-0.3.1/configure:570:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
gnome-mastermind-0.3.1/configure-571-  # Yippee, $echo works!
##############################################
gnome-mastermind-0.3.1/configure-595-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gnome-mastermind-0.3.1/configure:596:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
gnome-mastermind-0.3.1/configure:597:       echo_test_string=`eval $cmd` &&
gnome-mastermind-0.3.1/configure-598-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
gnome-mastermind-0.3.1/configure-604-
gnome-mastermind-0.3.1/configure:605:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/configure:606:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-607-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-619-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gnome-mastermind-0.3.1/configure:620:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/configure:621:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-622-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-631-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/configure:632:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-633-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-646-      echo='printf %s\n'
gnome-mastermind-0.3.1/configure:647:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
gnome-mastermind-0.3.1/configure:648:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-649-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-651-	:
gnome-mastermind-0.3.1/configure:652:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-653-	   test "X$echo_testing_string" = 'X\t' &&
gnome-mastermind-0.3.1/configure:654:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-655-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-660-	echo="$CONFIG_SHELL $0 --fallback-echo"
gnome-mastermind-0.3.1/configure:661:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-662-	   test "X$echo_testing_string" = 'X\t' &&
gnome-mastermind-0.3.1/configure:663:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gnome-mastermind-0.3.1/configure-664-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gnome-mastermind-0.3.1/configure-670-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
gnome-mastermind-0.3.1/configure:671:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
gnome-mastermind-0.3.1/configure-672-	  then
##############################################
gnome-mastermind-0.3.1/configure-678-	if test "$prev" != 'sed 50q "$0"'; then
gnome-mastermind-0.3.1/configure:679:	  echo_test_string=`eval $prev`
gnome-mastermind-0.3.1/configure-680-	  export echo_test_string
##############################################
gnome-mastermind-0.3.1/configure-1010-  case $ac_option in
gnome-mastermind-0.3.1/configure:1011:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gnome-mastermind-0.3.1/configure-1012-  *)	ac_optarg=yes ;;
##############################################
gnome-mastermind-0.3.1/configure-1053-  -disable-* | --disable-*)
gnome-mastermind-0.3.1/configure:1054:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gnome-mastermind-0.3.1/configure-1055-    # Reject names that are not valid shell variable names.
##############################################
gnome-mastermind-0.3.1/configure-1058-   { (exit 1); exit 1; }; }
gnome-mastermind-0.3.1/configure:1059:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
gnome-mastermind-0.3.1/configure-1060-    eval enable_$ac_feature=no ;;
##############################################
gnome-mastermind-0.3.1/configure-1072-  -enable-* | --enable-*)
gnome-mastermind-0.3.1/configure:1073:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gnome-mastermind-0.3.1/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
gnome-mastermind-0.3.1/configure-1077-   { (exit 1); exit 1; }; }
gnome-mastermind-0.3.1/configure:1078:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
gnome-mastermind-0.3.1/configure-1079-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
gnome-mastermind-0.3.1/configure-1269-  -with-* | --with-*)
gnome-mastermind-0.3.1/configure:1270:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gnome-mastermind-0.3.1/configure-1271-    # Reject names that are not valid shell variable names.
##############################################
gnome-mastermind-0.3.1/configure-1274-   { (exit 1); exit 1; }; }
gnome-mastermind-0.3.1/configure:1275:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
gnome-mastermind-0.3.1/configure-1276-    eval with_$ac_package=\$ac_optarg ;;
##############################################
gnome-mastermind-0.3.1/configure-1278-  -without-* | --without-*)
gnome-mastermind-0.3.1/configure:1279:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gnome-mastermind-0.3.1/configure-1280-    # Reject names that are not valid shell variable names.
##############################################
gnome-mastermind-0.3.1/configure-1283-   { (exit 1); exit 1; }; }
gnome-mastermind-0.3.1/configure:1284:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
gnome-mastermind-0.3.1/configure-1285-    eval with_$ac_package=no ;;
##############################################
gnome-mastermind-0.3.1/configure-1310-  *=*)
gnome-mastermind-0.3.1/configure:1311:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gnome-mastermind-0.3.1/configure-1312-    # Reject names that are not valid shell variable names.
##############################################
gnome-mastermind-0.3.1/configure-1330-if test -n "$ac_prev"; then
gnome-mastermind-0.3.1/configure:1331:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gnome-mastermind-0.3.1/configure-1332-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
gnome-mastermind-0.3.1/configure-1376-ac_ls_di=`ls -di .` &&
gnome-mastermind-0.3.1/configure:1377:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gnome-mastermind-0.3.1/configure-1378-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
gnome-mastermind-0.3.1/configure-1436-case $srcdir in
gnome-mastermind-0.3.1/configure:1437:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gnome-mastermind-0.3.1/configure-1438-esac
##############################################
gnome-mastermind-0.3.1/configure-1479-By default, \`make install' will install all the files in
gnome-mastermind-0.3.1/configure:1480:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gnome-mastermind-0.3.1/configure:1481:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gnome-mastermind-0.3.1/configure-1482-for instance \`--prefix=\$HOME'.
##############################################
gnome-mastermind-0.3.1/configure-1590-*)
gnome-mastermind-0.3.1/configure:1591:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gnome-mastermind-0.3.1/configure-1592-  # A ".." for each directory in $ac_dir_suffix.
gnome-mastermind-0.3.1/configure:1593:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
gnome-mastermind-0.3.1/configure-1594-  case $ac_top_builddir_sub in
##############################################
gnome-mastermind-0.3.1/configure-1723-    *\'*)
gnome-mastermind-0.3.1/configure:1724:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnome-mastermind-0.3.1/configure-1725-    esac
##############################################
gnome-mastermind-0.3.1/configure-1809-      case $ac_val in
gnome-mastermind-0.3.1/configure:1810:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnome-mastermind-0.3.1/configure-1811-      esac
##############################################
gnome-mastermind-0.3.1/configure-1826-	case $ac_val in
gnome-mastermind-0.3.1/configure:1827:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnome-mastermind-0.3.1/configure-1828-	esac
##############################################
gnome-mastermind-0.3.1/configure-1934-    set,)
gnome-mastermind-0.3.1/configure:1935:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gnome-mastermind-0.3.1/configure:1936:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gnome-mastermind-0.3.1/configure-1937-      ac_cache_corrupted=: ;;
##############################################
gnome-mastermind-0.3.1/configure-1956-    case $ac_new_val in
gnome-mastermind-0.3.1/configure:1957:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gnome-mastermind-0.3.1/configure-1958-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gnome-mastermind-0.3.1/configure-2049-test "x$ac_build_alias" = x &&
gnome-mastermind-0.3.1/configure:2050:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gnome-mastermind-0.3.1/configure-2051-test "x$ac_build_alias" = x &&
##############################################
gnome-mastermind-0.3.1/configure-2054-   { (exit 1); exit 1; }; }
gnome-mastermind-0.3.1/configure:2055:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gnome-mastermind-0.3.1/configure-2056-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
gnome-mastermind-0.3.1/configure-2079-IFS=$ac_save_IFS
gnome-mastermind-0.3.1/configure:2080:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gnome-mastermind-0.3.1/configure-2081-
##############################################
gnome-mastermind-0.3.1/configure-2090-else
gnome-mastermind-0.3.1/configure:2091:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gnome-mastermind-0.3.1/configure-2092-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
gnome-mastermind-0.3.1/configure-2116-IFS=$ac_save_IFS
gnome-mastermind-0.3.1/configure:2117:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gnome-mastermind-0.3.1/configure-2118-
##############################################
gnome-mastermind-0.3.1/configure-2127-else
gnome-mastermind-0.3.1/configure:2128:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
gnome-mastermind-0.3.1/configure-2129-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
gnome-mastermind-0.3.1/configure-2153-IFS=$ac_save_IFS
gnome-mastermind-0.3.1/configure:2154:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
gnome-mastermind-0.3.1/configure-2155-
##############################################
gnome-mastermind-0.3.1/configure-2256-if (
gnome-mastermind-0.3.1/configure:2257:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gnome-mastermind-0.3.1/configure-2258-   if test "$*" = "X"; then
gnome-mastermind-0.3.1/configure-2259-      # -L didn't work.
gnome-mastermind-0.3.1/configure:2260:      set X `ls -t $srcdir/configure conftest.file`
gnome-mastermind-0.3.1/configure-2261-   fi
##############################################
gnome-mastermind-0.3.1/configure-2300-_ACEOF
gnome-mastermind-0.3.1/configure:2301:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
gnome-mastermind-0.3.1/configure-2302-rm -f conftest.sed
##############################################
gnome-mastermind-0.3.1/configure-2304-# expand $ac_aux_dir to an absolute path
gnome-mastermind-0.3.1/configure:2305:am_aux_dir=`cd $ac_aux_dir && pwd`
gnome-mastermind-0.3.1/configure-2306-
##############################################
gnome-mastermind-0.3.1/configure-2330-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
gnome-mastermind-0.3.1/configure:2331:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gnome-mastermind-0.3.1/configure-2332-	     'mkdir (GNU coreutils) '* | \
##############################################
gnome-mastermind-0.3.1/configure-2408-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
gnome-mastermind-0.3.1/configure:2409:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gnome-mastermind-0.3.1/configure-2410-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-2418-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gnome-mastermind-0.3.1/configure:2419:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gnome-mastermind-0.3.1/configure-2420-  *@@@%%%=?*=@@@%%%*)
##############################################
gnome-mastermind-0.3.1/configure-2445-
gnome-mastermind-0.3.1/configure:2446:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gnome-mastermind-0.3.1/configure-2447-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gnome-mastermind-0.3.1/configure-2649-# case it prints its new name instead of `make'.
gnome-mastermind-0.3.1/configure:2650:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gnome-mastermind-0.3.1/configure-2651-   am__include=include
##############################################
gnome-mastermind-0.3.1/configure-2657-   echo '.include "confinc"' > confmf
gnome-mastermind-0.3.1/configure:2658:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gnome-mastermind-0.3.1/configure-2659-      am__include=.include
##############################################
gnome-mastermind-0.3.1/configure-3001-echo "$as_me:$LINENO: checking for C compiler version" >&5
gnome-mastermind-0.3.1/configure:3002:ac_compiler=`set X $ac_compile; echo $2`
gnome-mastermind-0.3.1/configure-3003-{ (ac_try="$ac_compiler --version >&5"
##############################################
gnome-mastermind-0.3.1/configure-3055-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
gnome-mastermind-0.3.1/configure:3056:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gnome-mastermind-0.3.1/configure-3057-#
##############################################
gnome-mastermind-0.3.1/configure-3103-	then :; else
gnome-mastermind-0.3.1/configure:3104:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnome-mastermind-0.3.1/configure-3105-	fi
##############################################
gnome-mastermind-0.3.1/configure-3200-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
gnome-mastermind-0.3.1/configure:3201:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnome-mastermind-0.3.1/configure-3202-	  break;;
##############################################
gnome-mastermind-0.3.1/configure-3255-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
gnome-mastermind-0.3.1/configure:3256:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gnome-mastermind-0.3.1/configure-3257-       break;;
##############################################
gnome-mastermind-0.3.1/configure-3330-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
gnome-mastermind-0.3.1/configure:3331:GCC=`test $ac_compiler_gnu = yes && echo yes`
gnome-mastermind-0.3.1/configure-3332-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gnome-mastermind-0.3.1/configure-3634-  if test "$am_compiler_list" = ""; then
gnome-mastermind-0.3.1/configure:3635:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnome-mastermind-0.3.1/configure-3636-  fi
##############################################
gnome-mastermind-0.3.1/configure-3892-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
gnome-mastermind-0.3.1/configure:3893:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gnome-mastermind-0.3.1/configure-3894-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-3902-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gnome-mastermind-0.3.1/configure:3903:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gnome-mastermind-0.3.1/configure-3904-  *@@@%%%=?*=@@@%%%*)
##############################################
gnome-mastermind-0.3.1/configure-4237-  # Check for GNU $ac_path_GREP
gnome-mastermind-0.3.1/configure:4238:case `"$ac_path_GREP" --version 2>&1` in
gnome-mastermind-0.3.1/configure-4239-*GNU*)
##############################################
gnome-mastermind-0.3.1/configure-4251-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gnome-mastermind-0.3.1/configure:4252:    ac_count=`expr $ac_count + 1`
gnome-mastermind-0.3.1/configure-4253-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
gnome-mastermind-0.3.1/configure-4319-  # Check for GNU $ac_path_EGREP
gnome-mastermind-0.3.1/configure:4320:case `"$ac_path_EGREP" --version 2>&1` in
gnome-mastermind-0.3.1/configure-4321-*GNU*)
##############################################
gnome-mastermind-0.3.1/configure-4333-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gnome-mastermind-0.3.1/configure:4334:    ac_count=`expr $ac_count + 1`
gnome-mastermind-0.3.1/configure-4335-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
gnome-mastermind-0.3.1/configure-4562-do
gnome-mastermind-0.3.1/configure:4563:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-4564-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
gnome-mastermind-0.3.1/configure-4605-fi
gnome-mastermind-0.3.1/configure:4606:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-4607-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-4608-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:4609:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-4610-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:4611:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-4612-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-4752-do
gnome-mastermind-0.3.1/configure:4753:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-4754-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-4759-fi
gnome-mastermind-0.3.1/configure:4760:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-4761-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-4875-fi
gnome-mastermind-0.3.1/configure:4876:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-4877-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-4880-fi
gnome-mastermind-0.3.1/configure:4881:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-4882-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:4883:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-4884-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-4893-do
gnome-mastermind-0.3.1/configure:4894:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-4895-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-4973-fi
gnome-mastermind-0.3.1/configure:4974:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-4975-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-4976-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:4977:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-4978-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:4979:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-4980-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-4987-do
gnome-mastermind-0.3.1/configure:4988:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-4989-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5067-fi
gnome-mastermind-0.3.1/configure:5068:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5069-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5070-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5071:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5072-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5073:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5074-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5081-do
gnome-mastermind-0.3.1/configure:5082:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5083-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5161-fi
gnome-mastermind-0.3.1/configure:5162:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5163-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5164-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5165:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5166-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5167:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5168-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5175-do
gnome-mastermind-0.3.1/configure:5176:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5177-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5255-fi
gnome-mastermind-0.3.1/configure:5256:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5257-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5258-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5259:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5260-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5261:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5262-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5269-do
gnome-mastermind-0.3.1/configure:5270:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5271-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5349-fi
gnome-mastermind-0.3.1/configure:5350:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5351-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5352-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5353:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5354-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5355:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5356-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5363-do
gnome-mastermind-0.3.1/configure:5364:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5365-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5443-fi
gnome-mastermind-0.3.1/configure:5444:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5445-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5446-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5447:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5448-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5449:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5450-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5457-do
gnome-mastermind-0.3.1/configure:5458:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5459-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5537-fi
gnome-mastermind-0.3.1/configure:5538:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5539-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5540-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5541:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5542-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5543:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5544-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5551-do
gnome-mastermind-0.3.1/configure:5552:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5553-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5631-fi
gnome-mastermind-0.3.1/configure:5632:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5633-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5634-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5635:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5636-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5637:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5638-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5645-do
gnome-mastermind-0.3.1/configure:5646:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5647-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5725-fi
gnome-mastermind-0.3.1/configure:5726:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5727-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5728-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5729:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5730-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5731:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5732-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5740-do
gnome-mastermind-0.3.1/configure:5741:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5742-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-5747-fi
gnome-mastermind-0.3.1/configure:5748:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-5749-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-5863-fi
gnome-mastermind-0.3.1/configure:5864:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-5865-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-5868-fi
gnome-mastermind-0.3.1/configure:5869:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-5870-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5871:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5872-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-5881-do
gnome-mastermind-0.3.1/configure:5882:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-5883-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-5961-fi
gnome-mastermind-0.3.1/configure:5962:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-5963-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-5964-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:5965:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-5966-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:5967:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-5968-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-6226-do
gnome-mastermind-0.3.1/configure:6227:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-6228-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-6233-fi
gnome-mastermind-0.3.1/configure:6234:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-6235-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-6349-fi
gnome-mastermind-0.3.1/configure:6350:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-6351-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-6354-fi
gnome-mastermind-0.3.1/configure:6355:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-6356-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:6357:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-6358-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-6456-do
gnome-mastermind-0.3.1/configure:6457:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-6458-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-6463-fi
gnome-mastermind-0.3.1/configure:6464:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-6465-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-6579-fi
gnome-mastermind-0.3.1/configure:6580:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-6581-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-6584-fi
gnome-mastermind-0.3.1/configure:6585:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-6586-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:6587:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-6588-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-6970-    test $lt_ac_count -gt 10 && break
gnome-mastermind-0.3.1/configure:6971:    lt_ac_count=`expr $lt_ac_count + 1`
gnome-mastermind-0.3.1/configure-6972-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gnome-mastermind-0.3.1/configure-7001-    # gcc leaves a trailing carriage return which upsets mingw
gnome-mastermind-0.3.1/configure:7002:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnome-mastermind-0.3.1/configure-7003-  *)
gnome-mastermind-0.3.1/configure:7004:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnome-mastermind-0.3.1/configure-7005-  esac
##############################################
gnome-mastermind-0.3.1/configure-7010-      # Canonicalize the pathname of ld
gnome-mastermind-0.3.1/configure:7011:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
gnome-mastermind-0.3.1/configure-7012-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
gnome-mastermind-0.3.1/configure:7013:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
gnome-mastermind-0.3.1/configure-7014-      done
##############################################
gnome-mastermind-0.3.1/configure-7045-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnome-mastermind-0.3.1/configure:7046:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/configure-7047-      *GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/configure-7078-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gnome-mastermind-0.3.1/configure:7079:case `$LD -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/configure-7080-*GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/configure-7141-	# Tru64's nm complains that /dev/null is an invalid object file
gnome-mastermind-0.3.1/configure:7142:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gnome-mastermind-0.3.1/configure-7143-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gnome-mastermind-0.3.1/configure-7147-	*)
gnome-mastermind-0.3.1/configure:7148:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gnome-mastermind-0.3.1/configure-7149-	  */dev/null*)
##############################################
gnome-mastermind-0.3.1/configure-7304-openbsd*)
gnome-mastermind-0.3.1/configure:7305:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-7306-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gnome-mastermind-0.3.1/configure-7392-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:7393:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/configure-7394-    *ELF-32*)
##############################################
gnome-mastermind-0.3.1/configure-7412-   if test "$lt_cv_prog_gnu_ld" = yes; then
gnome-mastermind-0.3.1/configure:7413:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/configure-7414-    *32-bit*)
##############################################
gnome-mastermind-0.3.1/configure-7424-   else
gnome-mastermind-0.3.1/configure:7425:    case `/usr/bin/file conftest.$ac_objext` in
gnome-mastermind-0.3.1/configure-7426-    *32-bit*)
##############################################
gnome-mastermind-0.3.1/configure-7598-do
gnome-mastermind-0.3.1/configure:7599:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-7600-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-7605-fi
gnome-mastermind-0.3.1/configure:7606:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-7607-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-7721-fi
gnome-mastermind-0.3.1/configure:7722:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-7723-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-7726-fi
gnome-mastermind-0.3.1/configure:7727:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-7728-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:7729:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-7730-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-8026-    # And add a safety zone
gnome-mastermind-0.3.1/configure:8027:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnome-mastermind-0.3.1/configure:8028:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnome-mastermind-0.3.1/configure-8029-    ;;
##############################################
gnome-mastermind-0.3.1/configure-8054-    if test -n "$kargmax"; then
gnome-mastermind-0.3.1/configure:8055:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
gnome-mastermind-0.3.1/configure-8056-    else
##############################################
gnome-mastermind-0.3.1/configure-8062-    if test -n "$lt_cv_sys_max_cmd_len"; then
gnome-mastermind-0.3.1/configure:8063:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnome-mastermind-0.3.1/configure:8064:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnome-mastermind-0.3.1/configure-8065-    else
gnome-mastermind-0.3.1/configure-8066-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
gnome-mastermind-0.3.1/configure:8067:      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
gnome-mastermind-0.3.1/configure-8068-	       = "XX$teststring") >/dev/null 2>&1 &&
gnome-mastermind-0.3.1/configure:8069:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
gnome-mastermind-0.3.1/configure-8070-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
gnome-mastermind-0.3.1/configure-8072-      do
gnome-mastermind-0.3.1/configure:8073:        i=`expr $i + 1`
gnome-mastermind-0.3.1/configure-8074-        teststring=$teststring$teststring
##############################################
gnome-mastermind-0.3.1/configure-8079-      # It appears as though 1/2 is a usable value.
gnome-mastermind-0.3.1/configure:8080:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gnome-mastermind-0.3.1/configure-8081-    fi
##############################################
gnome-mastermind-0.3.1/configure-8174-# If we're using GNU nm, then use its standard symbol codes.
gnome-mastermind-0.3.1/configure:8175:case `$NM -V 2>&1` in
gnome-mastermind-0.3.1/configure-8176-*GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/configure-8710-done
gnome-mastermind-0.3.1/configure:8711:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-8712-
##############################################
gnome-mastermind-0.3.1/configure-8738-	"file_magic "*)
gnome-mastermind-0.3.1/configure:8739:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnome-mastermind-0.3.1/configure-8740-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gnome-mastermind-0.3.1/configure-8800-	"file_magic "*)
gnome-mastermind-0.3.1/configure:8801:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnome-mastermind-0.3.1/configure-8802-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gnome-mastermind-0.3.1/configure-9437-      *)
gnome-mastermind-0.3.1/configure:9438:        case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-9439-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-9691-  if test "$hard_links" = no; then
gnome-mastermind-0.3.1/configure:9692:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gnome-mastermind-0.3.1/configure:9693:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gnome-mastermind-0.3.1/configure-9694-    need_locks=warn
##############################################
gnome-mastermind-0.3.1/configure-9748-done
gnome-mastermind-0.3.1/configure:9749:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-9750-
##############################################
gnome-mastermind-0.3.1/configure-9786-    supports_anon_versioning=no
gnome-mastermind-0.3.1/configure:9787:    case `$LD -v 2>/dev/null` in
gnome-mastermind-0.3.1/configure-9788-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gnome-mastermind-0.3.1/configure-9850-	# is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/configure:9851:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/configure-9852-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/configure-9873-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/configure:9874:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure:9875:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure-9876-      ;;
##############################################
gnome-mastermind-0.3.1/configure-9882-	pgcc*)				# Portland Group C compiler
gnome-mastermind-0.3.1/configure:9883:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-9884-	  tmp_addflag=' $pic_flag'
##############################################
gnome-mastermind-0.3.1/configure-9886-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gnome-mastermind-0.3.1/configure:9887:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-9888-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnome-mastermind-0.3.1/configure-9895-	esac
gnome-mastermind-0.3.1/configure:9896:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-9897-	*Sun\ C*)			# Sun C 5.9
gnome-mastermind-0.3.1/configure:9898:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-9899-	  tmp_sharedflag='-G' ;;
##############################################
gnome-mastermind-0.3.1/configure-9950-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnome-mastermind-0.3.1/configure:9951:      case `$LD -v 2>&1` in
gnome-mastermind-0.3.1/configure-9952-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gnome-mastermind-0.3.1/configure-9966-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gnome-mastermind-0.3.1/configure:9967:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gnome-mastermind-0.3.1/configure-9968-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
gnome-mastermind-0.3.1/configure-10065-	# below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/configure:10066:	  collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/configure-10067-	  if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/configure-10151-    }'
gnome-mastermind-0.3.1/configure:10152:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-10153-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-10154-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:10155:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-10156-fi
##############################################
gnome-mastermind-0.3.1/configure-10168-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gnome-mastermind-0.3.1/configure:10169:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/configure-10170-       else
##############################################
gnome-mastermind-0.3.1/configure-10217-    }'
gnome-mastermind-0.3.1/configure:10218:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-10219-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-10220-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:10221:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-10222-fi
##############################################
gnome-mastermind-0.3.1/configure-10271-      # FIXME: Setting linknames here is a bad hack.
gnome-mastermind-0.3.1/configure:10272:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
gnome-mastermind-0.3.1/configure-10273-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gnome-mastermind-0.3.1/configure-10276-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
gnome-mastermind-0.3.1/configure:10277:      fix_srcfile_path='`cygpath -w "$srcfile"`'
gnome-mastermind-0.3.1/configure-10278-      enable_shared_with_static_runtimes=yes
##############################################
gnome-mastermind-0.3.1/configure-10316-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/configure:10317:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/configure-10318-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-10451-      if test "$GCC" = yes; then
gnome-mastermind-0.3.1/configure:10452:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-10453-      else
gnome-mastermind-0.3.1/configure:10454:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-10455-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
gnome-mastermind-0.3.1/configure-10484-	hardcode_shlibpath_var=no
gnome-mastermind-0.3.1/configure:10485:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-10486-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-10517-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:10518:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-10519-      else
gnome-mastermind-0.3.1/configure-10520-	allow_undefined_flag=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:10521:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-10522-      fi
##############################################
gnome-mastermind-0.3.1/configure-10529-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:10530:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-10531-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gnome-mastermind-0.3.1/configure-10533-	allow_undefined_flag=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:10534:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure:10535:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/configure:10536:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
gnome-mastermind-0.3.1/configure-10537-
##############################################
gnome-mastermind-0.3.1/configure-10653-      hardcode_shlibpath_var=no
gnome-mastermind-0.3.1/configure:10654:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/configure-10655-      hardcode_libdir_separator=':'
##############################################
gnome-mastermind-0.3.1/configure-10768-  esac
gnome-mastermind-0.3.1/configure:10769:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/configure-10770-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
gnome-mastermind-0.3.1/configure-10774-    # okay in the real world where ";" in dirpaths is itself problematic.
gnome-mastermind-0.3.1/configure:10775:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/configure-10776-  else
gnome-mastermind-0.3.1/configure:10777:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/configure-10778-  fi
##############################################
gnome-mastermind-0.3.1/configure-10781-  lt_tmp_lt_search_path_spec=
gnome-mastermind-0.3.1/configure:10782:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gnome-mastermind-0.3.1/configure-10783-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gnome-mastermind-0.3.1/configure-10810-}'`
gnome-mastermind-0.3.1/configure:10811:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
gnome-mastermind-0.3.1/configure-10812-else
##############################################
gnome-mastermind-0.3.1/configure-10878-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnome-mastermind-0.3.1/configure:10879:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnome-mastermind-0.3.1/configure-10880-  ;;
##############################################
gnome-mastermind-0.3.1/configure-10911-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnome-mastermind-0.3.1/configure:10912:    postinstall_cmds='base_file=`basename \${file}`~
gnome-mastermind-0.3.1/configure:10913:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure:10914:      dldir=$destdir/`dirname \$dlpath`~
gnome-mastermind-0.3.1/configure-10915-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnome-mastermind-0.3.1/configure-10917-      chmod a+x \$dldir/$dlname'
gnome-mastermind-0.3.1/configure:10918:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure-10919-      dlpath=$dir/\$dldll~
##############################################
gnome-mastermind-0.3.1/configure-10925-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:10926:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-10927-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gnome-mastermind-0.3.1/configure-10930-      # MinGW DLLs use traditional 'lib' prefix
gnome-mastermind-0.3.1/configure:10931:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure:10932:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/configure-10933-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-10939-        # which wouldn't understand a cygwinified path. Ahh.
gnome-mastermind-0.3.1/configure:10940:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/configure-10941-      else
gnome-mastermind-0.3.1/configure:10942:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/configure-10943-      fi
##############################################
gnome-mastermind-0.3.1/configure-10946-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:10947:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-10948-      ;;
##############################################
gnome-mastermind-0.3.1/configure-10952-  *)
gnome-mastermind-0.3.1/configure:10953:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gnome-mastermind-0.3.1/configure-10954-    ;;
##############################################
gnome-mastermind-0.3.1/configure-10969-  shlibpath_var=DYLD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:10970:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnome-mastermind-0.3.1/configure-10971-
##############################################
gnome-mastermind-0.3.1/configure-11159-  if test -f /etc/ld.so.conf; then
gnome-mastermind-0.3.1/configure:11160:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gnome-mastermind-0.3.1/configure-11161-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gnome-mastermind-0.3.1/configure-11231-  shlibpath_var=LD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:11232:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-11233-    case $host_os in
##############################################
gnome-mastermind-0.3.1/configure-12341-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/configure:12342:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-12343-      ;;
gnome-mastermind-0.3.1/configure-12344-    *)
gnome-mastermind-0.3.1/configure:12345:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-12346-      ;;
##############################################
gnome-mastermind-0.3.1/configure-12351-  *'\$0 --fallback-echo"')
gnome-mastermind-0.3.1/configure:12352:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
gnome-mastermind-0.3.1/configure-12353-    ;;
##############################################
gnome-mastermind-0.3.1/configure-12364-
gnome-mastermind-0.3.1/configure:12365:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gnome-mastermind-0.3.1/configure-12366-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
gnome-mastermind-0.3.1/configure-12747-  # libtool script then.
gnome-mastermind-0.3.1/configure:12748:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/configure-12749-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/configure-12776-  if test -z "$LTCC"; then
gnome-mastermind-0.3.1/configure:12777:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
gnome-mastermind-0.3.1/configure-12778-    if test -z "$LTCC"; then
##############################################
gnome-mastermind-0.3.1/configure-12781-    else
gnome-mastermind-0.3.1/configure:12782:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
gnome-mastermind-0.3.1/configure:12783:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
gnome-mastermind-0.3.1/configure-12784-    fi
##############################################
gnome-mastermind-0.3.1/configure-12786-  if test -z "$LTCFLAGS"; then
gnome-mastermind-0.3.1/configure:12787:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
gnome-mastermind-0.3.1/configure-12788-  fi
##############################################
gnome-mastermind-0.3.1/configure-12791-  # Note that this assumes the entire list is on one line.
gnome-mastermind-0.3.1/configure:12792:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
gnome-mastermind-0.3.1/configure-12793-
##############################################
gnome-mastermind-0.3.1/configure-12797-    # Check whether tagname contains only valid characters
gnome-mastermind-0.3.1/configure:12798:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
gnome-mastermind-0.3.1/configure-12799-    "") ;;
##############################################
gnome-mastermind-0.3.1/configure-12926-done
gnome-mastermind-0.3.1/configure:12927:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-12928-
##############################################
gnome-mastermind-0.3.1/configure-12956-    # gcc leaves a trailing carriage return which upsets mingw
gnome-mastermind-0.3.1/configure:12957:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnome-mastermind-0.3.1/configure-12958-  *)
gnome-mastermind-0.3.1/configure:12959:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnome-mastermind-0.3.1/configure-12960-  esac
##############################################
gnome-mastermind-0.3.1/configure-12965-      # Canonicalize the pathname of ld
gnome-mastermind-0.3.1/configure:12966:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
gnome-mastermind-0.3.1/configure-12967-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
gnome-mastermind-0.3.1/configure:12968:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
gnome-mastermind-0.3.1/configure-12969-      done
##############################################
gnome-mastermind-0.3.1/configure-13000-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnome-mastermind-0.3.1/configure:13001:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/configure-13002-      *GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/configure-13033-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gnome-mastermind-0.3.1/configure:13034:case `$LD -v 2>&1 </dev/null` in
gnome-mastermind-0.3.1/configure-13035-*GNU* | *'with BFD'*)
##############################################
gnome-mastermind-0.3.1/configure-13063-    # ancient GNU ld didn't support --whole-archive et. al.
gnome-mastermind-0.3.1/configure:13064:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
gnome-mastermind-0.3.1/configure-13065-	grep 'no-whole-archive' > /dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-13145-      # below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/configure:13146:	collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/configure-13147-	if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/configure-13231-    }'
gnome-mastermind-0.3.1/configure:13232:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-13233-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-13234-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:13235:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-13236-fi
##############################################
gnome-mastermind-0.3.1/configure-13249-
gnome-mastermind-0.3.1/configure:13250:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/configure-13251-     else
##############################################
gnome-mastermind-0.3.1/configure-13298-    }'
gnome-mastermind-0.3.1/configure:13299:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-13300-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-13301-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:13302:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-13303-fi
##############################################
gnome-mastermind-0.3.1/configure-13360-      # is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/configure:13361:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/configure-13362-	cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/configure-13393-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/configure:13394:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/configure-13395-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-13461-      # dependencies.
gnome-mastermind-0.3.1/configure:13462:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13463-      ;;
##############################################
gnome-mastermind-0.3.1/configure-13523-	# dependencies.
gnome-mastermind-0.3.1/configure:13524:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13525-	;;
##############################################
gnome-mastermind-0.3.1/configure-13558-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/configure:13559:    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure:13560:    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure-13561-    ;;
##############################################
gnome-mastermind-0.3.1/configure-13565-	# SGI C++
gnome-mastermind-0.3.1/configure:13566:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-13567-
##############################################
gnome-mastermind-0.3.1/configure-13576-	  if test "$with_gnu_ld" = no; then
gnome-mastermind-0.3.1/configure:13577:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-13578-	  else
gnome-mastermind-0.3.1/configure:13579:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
gnome-mastermind-0.3.1/configure-13580-	  fi
##############################################
gnome-mastermind-0.3.1/configure-13595-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/configure:13596:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/configure:13597:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gnome-mastermind-0.3.1/configure-13598-	# Commands to make compiler produce verbose output that lists
##############################################
gnome-mastermind-0.3.1/configure-13605-	# dependencies.
gnome-mastermind-0.3.1/configure:13606:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13607-
##############################################
gnome-mastermind-0.3.1/configure-13620-	# earlier do not add the objects themselves.
gnome-mastermind-0.3.1/configure:13621:	case `$CC -V 2>&1` in
gnome-mastermind-0.3.1/configure-13622-	*"Version 7."*)
##############################################
gnome-mastermind-0.3.1/configure-13646-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gnome-mastermind-0.3.1/configure:13647:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-13648-        ;;
##############################################
gnome-mastermind-0.3.1/configure-13665-	# dependencies.
gnome-mastermind-0.3.1/configure:13666:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13667-	;;
gnome-mastermind-0.3.1/configure-13668-      *)
gnome-mastermind-0.3.1/configure:13669:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-13670-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-13675-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
gnome-mastermind-0.3.1/configure:13676:	  whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-13677-
##############################################
gnome-mastermind-0.3.1/configure-13733-      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gnome-mastermind-0.3.1/configure:13734:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-13735-	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gnome-mastermind-0.3.1/configure-13751-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/configure:13752:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/configure-13753-
##############################################
gnome-mastermind-0.3.1/configure-13768-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:13769:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-13770-
##############################################
gnome-mastermind-0.3.1/configure-13781-	# dependencies.
gnome-mastermind-0.3.1/configure:13782:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13783-	;;
##############################################
gnome-mastermind-0.3.1/configure-13786-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:13787:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-13788-
##############################################
gnome-mastermind-0.3.1/configure-13811-	# to its proper name (with version) after linking.
gnome-mastermind-0.3.1/configure:13812:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnome-mastermind-0.3.1/configure-13813-
##############################################
gnome-mastermind-0.3.1/configure-13827-	allow_undefined_flag_CXX=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:13828:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure:13829:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gnome-mastermind-0.3.1/configure-13830-	  echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/configure:13831:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
gnome-mastermind-0.3.1/configure-13832-	  $rm $lib.exp'
##############################################
gnome-mastermind-0.3.1/configure-13844-	# dependencies.
gnome-mastermind-0.3.1/configure:13845:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
gnome-mastermind-0.3.1/configure-13846-	;;
##############################################
gnome-mastermind-0.3.1/configure-13849-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:13850:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-13851-
##############################################
gnome-mastermind-0.3.1/configure-14000-    hardcode_shlibpath_var_CXX=no
gnome-mastermind-0.3.1/configure:14001:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/configure-14002-    hardcode_libdir_separator_CXX=':'
##############################################
gnome-mastermind-0.3.1/configure-14071-  # eval without this substitution.
gnome-mastermind-0.3.1/configure:14072:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
gnome-mastermind-0.3.1/configure-14073-
gnome-mastermind-0.3.1/configure:14074:  for p in `eval $output_verbose_link_cmd`; do
gnome-mastermind-0.3.1/configure-14075-    case $p in
##############################################
gnome-mastermind-0.3.1/configure-14149-if test -n "$compiler_lib_search_path_CXX"; then
gnome-mastermind-0.3.1/configure:14150:  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gnome-mastermind-0.3.1/configure-14151-fi
##############################################
gnome-mastermind-0.3.1/configure-14163-linux*)
gnome-mastermind-0.3.1/configure:14164:  case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-14165-  *Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-14392-	  *)
gnome-mastermind-0.3.1/configure:14393:	    case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-14394-	    *Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-14673-  if test "$hard_links" = no; then
gnome-mastermind-0.3.1/configure:14674:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gnome-mastermind-0.3.1/configure:14675:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gnome-mastermind-0.3.1/configure-14676-    need_locks=warn
##############################################
gnome-mastermind-0.3.1/configure-14857-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnome-mastermind-0.3.1/configure:14858:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnome-mastermind-0.3.1/configure-14859-  ;;
##############################################
gnome-mastermind-0.3.1/configure-14890-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnome-mastermind-0.3.1/configure:14891:    postinstall_cmds='base_file=`basename \${file}`~
gnome-mastermind-0.3.1/configure:14892:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure:14893:      dldir=$destdir/`dirname \$dlpath`~
gnome-mastermind-0.3.1/configure-14894-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnome-mastermind-0.3.1/configure-14896-      chmod a+x \$dldir/$dlname'
gnome-mastermind-0.3.1/configure:14897:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure-14898-      dlpath=$dir/\$dldll~
##############################################
gnome-mastermind-0.3.1/configure-14904-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:14905:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-14906-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gnome-mastermind-0.3.1/configure-14909-      # MinGW DLLs use traditional 'lib' prefix
gnome-mastermind-0.3.1/configure:14910:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure:14911:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/configure-14912-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-14918-        # which wouldn't understand a cygwinified path. Ahh.
gnome-mastermind-0.3.1/configure:14919:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/configure-14920-      else
gnome-mastermind-0.3.1/configure:14921:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/configure-14922-      fi
##############################################
gnome-mastermind-0.3.1/configure-14925-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:14926:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-14927-      ;;
##############################################
gnome-mastermind-0.3.1/configure-14931-  *)
gnome-mastermind-0.3.1/configure:14932:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gnome-mastermind-0.3.1/configure-14933-    ;;
##############################################
gnome-mastermind-0.3.1/configure-14948-  shlibpath_var=DYLD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:14949:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnome-mastermind-0.3.1/configure-14950-
##############################################
gnome-mastermind-0.3.1/configure-15137-  if test -f /etc/ld.so.conf; then
gnome-mastermind-0.3.1/configure:15138:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gnome-mastermind-0.3.1/configure-15139-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gnome-mastermind-0.3.1/configure-15209-  shlibpath_var=LD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:15210:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-15211-    case $host_os in
##############################################
gnome-mastermind-0.3.1/configure-15475-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/configure:15476:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-15477-      ;;
gnome-mastermind-0.3.1/configure-15478-    *)
gnome-mastermind-0.3.1/configure:15479:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-15480-      ;;
##############################################
gnome-mastermind-0.3.1/configure-15485-  *'\$0 --fallback-echo"')
gnome-mastermind-0.3.1/configure:15486:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
gnome-mastermind-0.3.1/configure-15487-    ;;
##############################################
gnome-mastermind-0.3.1/configure-15808-  # libtool script then.
gnome-mastermind-0.3.1/configure:15809:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/configure-15810-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/configure-15924-done
gnome-mastermind-0.3.1/configure:15925:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-15926-
##############################################
gnome-mastermind-0.3.1/configure-16121-      *)
gnome-mastermind-0.3.1/configure:16122:        case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-16123-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-16375-  if test "$hard_links" = no; then
gnome-mastermind-0.3.1/configure:16376:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gnome-mastermind-0.3.1/configure:16377:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gnome-mastermind-0.3.1/configure-16378-    need_locks=warn
##############################################
gnome-mastermind-0.3.1/configure-16432-done
gnome-mastermind-0.3.1/configure:16433:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-16434-
##############################################
gnome-mastermind-0.3.1/configure-16470-    supports_anon_versioning=no
gnome-mastermind-0.3.1/configure:16471:    case `$LD -v 2>/dev/null` in
gnome-mastermind-0.3.1/configure-16472-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gnome-mastermind-0.3.1/configure-16534-	# is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/configure:16535:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/configure-16536-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/configure-16557-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/configure:16558:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure:16559:      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure-16560-      ;;
##############################################
gnome-mastermind-0.3.1/configure-16566-	pgcc*)				# Portland Group C compiler
gnome-mastermind-0.3.1/configure:16567:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-16568-	  tmp_addflag=' $pic_flag'
##############################################
gnome-mastermind-0.3.1/configure-16570-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gnome-mastermind-0.3.1/configure:16571:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-16572-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnome-mastermind-0.3.1/configure-16579-	esac
gnome-mastermind-0.3.1/configure:16580:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-16581-	*Sun\ C*)			# Sun C 5.9
gnome-mastermind-0.3.1/configure:16582:	  whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-16583-	  tmp_sharedflag='-G' ;;
##############################################
gnome-mastermind-0.3.1/configure-16634-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnome-mastermind-0.3.1/configure:16635:      case `$LD -v 2>&1` in
gnome-mastermind-0.3.1/configure-16636-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gnome-mastermind-0.3.1/configure-16650-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gnome-mastermind-0.3.1/configure:16651:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gnome-mastermind-0.3.1/configure-16652-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
gnome-mastermind-0.3.1/configure-16749-	# below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/configure:16750:	  collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/configure-16751-	  if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/configure-16825-    }'
gnome-mastermind-0.3.1/configure:16826:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-16827-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-16828-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:16829:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-16830-fi
##############################################
gnome-mastermind-0.3.1/configure-16842-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
gnome-mastermind-0.3.1/configure:16843:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/configure-16844-       else
##############################################
gnome-mastermind-0.3.1/configure-16881-    }'
gnome-mastermind-0.3.1/configure:16882:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-16883-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-16884-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:16885:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-16886-fi
##############################################
gnome-mastermind-0.3.1/configure-16935-      # FIXME: Setting linknames here is a bad hack.
gnome-mastermind-0.3.1/configure:16936:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
gnome-mastermind-0.3.1/configure-16937-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gnome-mastermind-0.3.1/configure-16940-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
gnome-mastermind-0.3.1/configure:16941:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
gnome-mastermind-0.3.1/configure-16942-      enable_shared_with_static_runtimes_F77=yes
##############################################
gnome-mastermind-0.3.1/configure-16980-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/configure:16981:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/configure-16982-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-17115-      if test "$GCC" = yes; then
gnome-mastermind-0.3.1/configure:17116:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-17117-      else
gnome-mastermind-0.3.1/configure:17118:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-17119-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
gnome-mastermind-0.3.1/configure-17148-	hardcode_shlibpath_var_F77=no
gnome-mastermind-0.3.1/configure:17149:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-17150-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-17181-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:17182:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-17183-      else
gnome-mastermind-0.3.1/configure-17184-	allow_undefined_flag_F77=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:17185:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-17186-      fi
##############################################
gnome-mastermind-0.3.1/configure-17193-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:17194:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-17195-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
gnome-mastermind-0.3.1/configure-17197-	allow_undefined_flag_F77=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:17198:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure:17199:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/configure:17200:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
gnome-mastermind-0.3.1/configure-17201-
##############################################
gnome-mastermind-0.3.1/configure-17317-      hardcode_shlibpath_var_F77=no
gnome-mastermind-0.3.1/configure:17318:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/configure-17319-      hardcode_libdir_separator_F77=':'
##############################################
gnome-mastermind-0.3.1/configure-17491-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnome-mastermind-0.3.1/configure:17492:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnome-mastermind-0.3.1/configure-17493-  ;;
##############################################
gnome-mastermind-0.3.1/configure-17524-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnome-mastermind-0.3.1/configure:17525:    postinstall_cmds='base_file=`basename \${file}`~
gnome-mastermind-0.3.1/configure:17526:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure:17527:      dldir=$destdir/`dirname \$dlpath`~
gnome-mastermind-0.3.1/configure-17528-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnome-mastermind-0.3.1/configure-17530-      chmod a+x \$dldir/$dlname'
gnome-mastermind-0.3.1/configure:17531:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure-17532-      dlpath=$dir/\$dldll~
##############################################
gnome-mastermind-0.3.1/configure-17538-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:17539:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-17540-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gnome-mastermind-0.3.1/configure-17543-      # MinGW DLLs use traditional 'lib' prefix
gnome-mastermind-0.3.1/configure:17544:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure:17545:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/configure-17546-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-17552-        # which wouldn't understand a cygwinified path. Ahh.
gnome-mastermind-0.3.1/configure:17553:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/configure-17554-      else
gnome-mastermind-0.3.1/configure:17555:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/configure-17556-      fi
##############################################
gnome-mastermind-0.3.1/configure-17559-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:17560:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-17561-      ;;
##############################################
gnome-mastermind-0.3.1/configure-17565-  *)
gnome-mastermind-0.3.1/configure:17566:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gnome-mastermind-0.3.1/configure-17567-    ;;
##############################################
gnome-mastermind-0.3.1/configure-17582-  shlibpath_var=DYLD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:17583:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnome-mastermind-0.3.1/configure-17584-
##############################################
gnome-mastermind-0.3.1/configure-17771-  if test -f /etc/ld.so.conf; then
gnome-mastermind-0.3.1/configure:17772:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gnome-mastermind-0.3.1/configure-17773-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gnome-mastermind-0.3.1/configure-17843-  shlibpath_var=LD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:17844:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-17845-    case $host_os in
##############################################
gnome-mastermind-0.3.1/configure-18109-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/configure:18110:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-18111-      ;;
gnome-mastermind-0.3.1/configure-18112-    *)
gnome-mastermind-0.3.1/configure:18113:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-18114-      ;;
##############################################
gnome-mastermind-0.3.1/configure-18119-  *'\$0 --fallback-echo"')
gnome-mastermind-0.3.1/configure:18120:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
gnome-mastermind-0.3.1/configure-18121-    ;;
##############################################
gnome-mastermind-0.3.1/configure-18442-  # libtool script then.
gnome-mastermind-0.3.1/configure:18443:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/configure-18444-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/configure-18518-done
gnome-mastermind-0.3.1/configure:18519:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-18520-
##############################################
gnome-mastermind-0.3.1/configure-18735-      *)
gnome-mastermind-0.3.1/configure:18736:        case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-18737-	*Sun\ C*)
##############################################
gnome-mastermind-0.3.1/configure-18989-  if test "$hard_links" = no; then
gnome-mastermind-0.3.1/configure:18990:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gnome-mastermind-0.3.1/configure:18991:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gnome-mastermind-0.3.1/configure-18992-    need_locks=warn
##############################################
gnome-mastermind-0.3.1/configure-19046-done
gnome-mastermind-0.3.1/configure:19047:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-19048-
##############################################
gnome-mastermind-0.3.1/configure-19084-    supports_anon_versioning=no
gnome-mastermind-0.3.1/configure:19085:    case `$LD -v 2>/dev/null` in
gnome-mastermind-0.3.1/configure-19086-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gnome-mastermind-0.3.1/configure-19148-	# is EXPORTS), use it as is; otherwise, prepend...
gnome-mastermind-0.3.1/configure:19149:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gnome-mastermind-0.3.1/configure-19150-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gnome-mastermind-0.3.1/configure-19171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnome-mastermind-0.3.1/configure:19172:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure:19173:      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnome-mastermind-0.3.1/configure-19174-      ;;
##############################################
gnome-mastermind-0.3.1/configure-19180-	pgcc*)				# Portland Group C compiler
gnome-mastermind-0.3.1/configure:19181:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-19182-	  tmp_addflag=' $pic_flag'
##############################################
gnome-mastermind-0.3.1/configure-19184-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gnome-mastermind-0.3.1/configure:19185:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-19186-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnome-mastermind-0.3.1/configure-19193-	esac
gnome-mastermind-0.3.1/configure:19194:	case `$CC -V 2>&1 | sed 5q` in
gnome-mastermind-0.3.1/configure-19195-	*Sun\ C*)			# Sun C 5.9
gnome-mastermind-0.3.1/configure:19196:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
gnome-mastermind-0.3.1/configure-19197-	  tmp_sharedflag='-G' ;;
##############################################
gnome-mastermind-0.3.1/configure-19248-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnome-mastermind-0.3.1/configure:19249:      case `$LD -v 2>&1` in
gnome-mastermind-0.3.1/configure-19250-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gnome-mastermind-0.3.1/configure-19264-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
gnome-mastermind-0.3.1/configure:19265:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
gnome-mastermind-0.3.1/configure-19266-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
gnome-mastermind-0.3.1/configure-19363-	# below for broken collect2 doesn't work under 4.3+
gnome-mastermind-0.3.1/configure:19364:	  collect2name=`${CC} -print-prog-name=collect2`
gnome-mastermind-0.3.1/configure-19365-	  if test -f "$collect2name" && \
##############################################
gnome-mastermind-0.3.1/configure-19449-    }'
gnome-mastermind-0.3.1/configure:19450:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-19451-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-19452-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:19453:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-19454-fi
##############################################
gnome-mastermind-0.3.1/configure-19466-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
gnome-mastermind-0.3.1/configure:19467:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gnome-mastermind-0.3.1/configure-19468-       else
##############################################
gnome-mastermind-0.3.1/configure-19515-    }'
gnome-mastermind-0.3.1/configure:19516:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-19517-# Check for a 64-bit object if we didn't find anything.
gnome-mastermind-0.3.1/configure-19518-if test -z "$aix_libpath"; then
gnome-mastermind-0.3.1/configure:19519:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnome-mastermind-0.3.1/configure-19520-fi
##############################################
gnome-mastermind-0.3.1/configure-19569-      # FIXME: Setting linknames here is a bad hack.
gnome-mastermind-0.3.1/configure:19570:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
gnome-mastermind-0.3.1/configure-19571-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gnome-mastermind-0.3.1/configure-19574-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
gnome-mastermind-0.3.1/configure:19575:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
gnome-mastermind-0.3.1/configure-19576-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
gnome-mastermind-0.3.1/configure-19614-         output_verbose_link_cmd='echo'
gnome-mastermind-0.3.1/configure:19615:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
gnome-mastermind-0.3.1/configure-19616-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-19749-      if test "$GCC" = yes; then
gnome-mastermind-0.3.1/configure:19750:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-19751-      else
gnome-mastermind-0.3.1/configure:19752:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-19753-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
gnome-mastermind-0.3.1/configure-19782-	hardcode_shlibpath_var_GCJ=no
gnome-mastermind-0.3.1/configure:19783:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-19784-	  archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnome-mastermind-0.3.1/configure-19815-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:19816:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-19817-      else
gnome-mastermind-0.3.1/configure-19818-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:19819:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-19820-      fi
##############################################
gnome-mastermind-0.3.1/configure-19827-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
gnome-mastermind-0.3.1/configure:19828:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure-19829-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
gnome-mastermind-0.3.1/configure-19831-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
gnome-mastermind-0.3.1/configure:19832:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
gnome-mastermind-0.3.1/configure:19833:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
gnome-mastermind-0.3.1/configure:19834:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
gnome-mastermind-0.3.1/configure-19835-
##############################################
gnome-mastermind-0.3.1/configure-19951-      hardcode_shlibpath_var_GCJ=no
gnome-mastermind-0.3.1/configure:19952:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
gnome-mastermind-0.3.1/configure-19953-      hardcode_libdir_separator_GCJ=':'
##############################################
gnome-mastermind-0.3.1/configure-20125-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnome-mastermind-0.3.1/configure:20126:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnome-mastermind-0.3.1/configure-20127-  ;;
##############################################
gnome-mastermind-0.3.1/configure-20158-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnome-mastermind-0.3.1/configure:20159:    postinstall_cmds='base_file=`basename \${file}`~
gnome-mastermind-0.3.1/configure:20160:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure:20161:      dldir=$destdir/`dirname \$dlpath`~
gnome-mastermind-0.3.1/configure-20162-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnome-mastermind-0.3.1/configure-20164-      chmod a+x \$dldir/$dlname'
gnome-mastermind-0.3.1/configure:20165:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnome-mastermind-0.3.1/configure-20166-      dlpath=$dir/\$dldll~
##############################################
gnome-mastermind-0.3.1/configure-20172-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:20173:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-20174-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gnome-mastermind-0.3.1/configure-20177-      # MinGW DLLs use traditional 'lib' prefix
gnome-mastermind-0.3.1/configure:20178:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure:20179:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gnome-mastermind-0.3.1/configure-20180-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
gnome-mastermind-0.3.1/configure-20186-        # which wouldn't understand a cygwinified path. Ahh.
gnome-mastermind-0.3.1/configure:20187:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnome-mastermind-0.3.1/configure-20188-      else
gnome-mastermind-0.3.1/configure:20189:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gnome-mastermind-0.3.1/configure-20190-      fi
##############################################
gnome-mastermind-0.3.1/configure-20193-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnome-mastermind-0.3.1/configure:20194:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gnome-mastermind-0.3.1/configure-20195-      ;;
##############################################
gnome-mastermind-0.3.1/configure-20199-  *)
gnome-mastermind-0.3.1/configure:20200:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gnome-mastermind-0.3.1/configure-20201-    ;;
##############################################
gnome-mastermind-0.3.1/configure-20216-  shlibpath_var=DYLD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:20217:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnome-mastermind-0.3.1/configure-20218-
##############################################
gnome-mastermind-0.3.1/configure-20405-  if test -f /etc/ld.so.conf; then
gnome-mastermind-0.3.1/configure:20406:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gnome-mastermind-0.3.1/configure-20407-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gnome-mastermind-0.3.1/configure-20477-  shlibpath_var=LD_LIBRARY_PATH
gnome-mastermind-0.3.1/configure:20478:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gnome-mastermind-0.3.1/configure-20479-    case $host_os in
##############################################
gnome-mastermind-0.3.1/configure-20743-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/configure:20744:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-20745-      ;;
gnome-mastermind-0.3.1/configure-20746-    *)
gnome-mastermind-0.3.1/configure:20747:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-20748-      ;;
##############################################
gnome-mastermind-0.3.1/configure-20753-  *'\$0 --fallback-echo"')
gnome-mastermind-0.3.1/configure:20754:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
gnome-mastermind-0.3.1/configure-20755-    ;;
##############################################
gnome-mastermind-0.3.1/configure-21076-  # libtool script then.
gnome-mastermind-0.3.1/configure:21077:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/configure-21078-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/configure-21151-done
gnome-mastermind-0.3.1/configure:21152:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gnome-mastermind-0.3.1/configure-21153-
##############################################
gnome-mastermind-0.3.1/configure-21229-      # Double-quote double-evaled strings.
gnome-mastermind-0.3.1/configure:21230:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-21231-      ;;
gnome-mastermind-0.3.1/configure-21232-    *)
gnome-mastermind-0.3.1/configure:21233:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
gnome-mastermind-0.3.1/configure-21234-      ;;
##############################################
gnome-mastermind-0.3.1/configure-21239-  *'\$0 --fallback-echo"')
gnome-mastermind-0.3.1/configure:21240:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
gnome-mastermind-0.3.1/configure-21241-    ;;
##############################################
gnome-mastermind-0.3.1/configure-21562-  # libtool script then.
gnome-mastermind-0.3.1/configure:21563:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
gnome-mastermind-0.3.1/configure-21564-  if test -f "$ltmain_in"; then
##############################################
gnome-mastermind-0.3.1/configure-21772-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:21773:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.8.0 gobject-2.0 gthread-2.0 gmodule-2.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-21774-else
##############################################
gnome-mastermind-0.3.1/configure-21790-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:21791:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.8.0 gobject-2.0 gthread-2.0 gmodule-2.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-21792-else
##############################################
gnome-mastermind-0.3.1/configure-21809-        if test $_pkg_short_errors_supported = yes; then
gnome-mastermind-0.3.1/configure:21810:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= 2.8.0 gobject-2.0 gthread-2.0 gmodule-2.0"`
gnome-mastermind-0.3.1/configure-21811-        else
gnome-mastermind-0.3.1/configure:21812:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.8.0 gobject-2.0 gthread-2.0 gmodule-2.0"`
gnome-mastermind-0.3.1/configure-21813-        fi
##############################################
gnome-mastermind-0.3.1/configure-21884-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:21885:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.8.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-21886-else
##############################################
gnome-mastermind-0.3.1/configure-21902-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:21903:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.8.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-21904-else
##############################################
gnome-mastermind-0.3.1/configure-21921-        if test $_pkg_short_errors_supported = yes; then
gnome-mastermind-0.3.1/configure:21922:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8.0"`
gnome-mastermind-0.3.1/configure-21923-        else
gnome-mastermind-0.3.1/configure:21924:	        GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8.0"`
gnome-mastermind-0.3.1/configure-21925-        fi
##############################################
gnome-mastermind-0.3.1/configure-22137-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:22138:  pkg_cv_GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0 >= 2.0.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-22139-else
##############################################
gnome-mastermind-0.3.1/configure-22155-  (exit $ac_status); }; then
gnome-mastermind-0.3.1/configure:22156:  pkg_cv_GCONF_LIBS=`$PKG_CONFIG --libs "gconf-2.0 >= 2.0.0" 2>/dev/null`
gnome-mastermind-0.3.1/configure-22157-else
##############################################
gnome-mastermind-0.3.1/configure-22174-        if test $_pkg_short_errors_supported = yes; then
gnome-mastermind-0.3.1/configure:22175:	        GCONF_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gconf-2.0 >= 2.0.0"`
gnome-mastermind-0.3.1/configure-22176-        else
gnome-mastermind-0.3.1/configure:22177:	        GCONF_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gconf-2.0 >= 2.0.0"`
gnome-mastermind-0.3.1/configure-22178-        fi
##############################################
gnome-mastermind-0.3.1/configure-22256-
gnome-mastermind-0.3.1/configure:22257:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.23 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnome-mastermind-0.3.1/configure:22258:    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
gnome-mastermind-0.3.1/configure:22259:    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
gnome-mastermind-0.3.1/configure-22260-
##############################################
gnome-mastermind-0.3.1/configure-22434-fi
gnome-mastermind-0.3.1/configure:22435:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/configure:22436:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/configure:22437:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gnome-mastermind-0.3.1/configure-22438-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gnome-mastermind-0.3.1/configure-22496-fi
gnome-mastermind-0.3.1/configure:22497:if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
gnome-mastermind-0.3.1/configure-22498-   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
##############################################
gnome-mastermind-0.3.1/configure-22504-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
gnome-mastermind-0.3.1/configure:22505:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gnome-mastermind-0.3.1/configure-22506-       { echo "$as_me:$LINENO: result: ok" >&5
##############################################
gnome-mastermind-0.3.1/configure-22684-do
gnome-mastermind-0.3.1/configure:22685:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-22686-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gnome-mastermind-0.3.1/configure-22691-fi
gnome-mastermind-0.3.1/configure:22692:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-22693-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-22807-fi
gnome-mastermind-0.3.1/configure:22808:ac_res=`eval echo '${'$as_ac_Header'}'`
gnome-mastermind-0.3.1/configure-22809-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
gnome-mastermind-0.3.1/configure-22812-fi
gnome-mastermind-0.3.1/configure:22813:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnome-mastermind-0.3.1/configure-22814-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:22815:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-22816-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-23138-do
gnome-mastermind-0.3.1/configure:23139:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-23140-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-23218-fi
gnome-mastermind-0.3.1/configure:23219:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-23220-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-23221-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:23222:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-23223-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:23224:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-23225-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-23585-do
gnome-mastermind-0.3.1/configure:23586:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-23587-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-23665-fi
gnome-mastermind-0.3.1/configure:23666:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-23667-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-23668-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:23669:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-23670-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:23671:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-23672-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-23720-    if test -f $ac_dir/$ac_word; then
gnome-mastermind-0.3.1/configure:23721:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gnome-mastermind-0.3.1/configure-23722-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gnome-mastermind-0.3.1/configure-23745-do
gnome-mastermind-0.3.1/configure:23746:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnome-mastermind-0.3.1/configure-23747-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnome-mastermind-0.3.1/configure-23825-fi
gnome-mastermind-0.3.1/configure:23826:ac_res=`eval echo '${'$as_ac_var'}'`
gnome-mastermind-0.3.1/configure-23827-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
gnome-mastermind-0.3.1/configure-23828-echo "${ECHO_T}$ac_res" >&6; }
gnome-mastermind-0.3.1/configure:23829:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnome-mastermind-0.3.1/configure-23830-  cat >>confdefs.h <<_ACEOF
gnome-mastermind-0.3.1/configure:23831:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnome-mastermind-0.3.1/configure-23832-_ACEOF
##############################################
gnome-mastermind-0.3.1/configure-23922-    if test -f $ac_dir/$ac_word; then
gnome-mastermind-0.3.1/configure:23923:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gnome-mastermind-0.3.1/configure-23924-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gnome-mastermind-0.3.1/configure-24184-   if test "x$srcdir" != "x."; then
gnome-mastermind-0.3.1/configure:24185:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnome-mastermind-0.3.1/configure-24186-       posrcprefix="$srcdir/"
##############################################
gnome-mastermind-0.3.1/configure-24377-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gnome-mastermind-0.3.1/configure:24378:  ac_i=`echo "$ac_i" | sed "$ac_script"`
gnome-mastermind-0.3.1/configure-24379-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gnome-mastermind-0.3.1/configure-24539-do
gnome-mastermind-0.3.1/configure:24540:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gnome-mastermind-0.3.1/configure-24541-    eval $as_var=C; export $as_var
##############################################
gnome-mastermind-0.3.1/configure-24589-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gnome-mastermind-0.3.1/configure:24590:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gnome-mastermind-0.3.1/configure-24591-
##############################################
gnome-mastermind-0.3.1/configure-24700-	esac;
gnome-mastermind-0.3.1/configure:24701:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gnome-mastermind-0.3.1/configure-24702-	???[sx]*):;;*)false;;esac;fi
##############################################
gnome-mastermind-0.3.1/configure-24775-configured by $0, generated by GNU Autoconf 2.61,
gnome-mastermind-0.3.1/configure:24776:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
gnome-mastermind-0.3.1/configure-24777-
##############################################
gnome-mastermind-0.3.1/configure-24795-  --*=*)
gnome-mastermind-0.3.1/configure:24796:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gnome-mastermind-0.3.1/configure:24797:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gnome-mastermind-0.3.1/configure-24798-    ac_shift=:
##############################################
gnome-mastermind-0.3.1/configure-25065-
gnome-mastermind-0.3.1/configure:25066:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
gnome-mastermind-0.3.1/configure-25067-    break
##############################################
gnome-mastermind-0.3.1/configure-25076-
gnome-mastermind-0.3.1/configure:25077:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
gnome-mastermind-0.3.1/configure-25078-if test -n "$ac_eof"; then
gnome-mastermind-0.3.1/configure:25079:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
gnome-mastermind-0.3.1/configure:25080:  ac_eof=`expr $ac_eof + 1`
gnome-mastermind-0.3.1/configure-25081-fi
##############################################
gnome-mastermind-0.3.1/configure-25171-
gnome-mastermind-0.3.1/configure:25172:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 65; then
gnome-mastermind-0.3.1/configure-25173-    break
##############################################
gnome-mastermind-0.3.1/configure-25182-
gnome-mastermind-0.3.1/configure:25183:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
gnome-mastermind-0.3.1/configure-25184-if test -n "$ac_eof"; then
gnome-mastermind-0.3.1/configure:25185:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
gnome-mastermind-0.3.1/configure:25186:  ac_eof=`expr $ac_eof + 1`
gnome-mastermind-0.3.1/configure-25187-fi
##############################################
gnome-mastermind-0.3.1/configure-25320-      case $as_dir in #(
gnome-mastermind-0.3.1/configure:25321:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
gnome-mastermind-0.3.1/configure-25322-      *) as_qdir=$as_dir;;
##############################################
gnome-mastermind-0.3.1/configure-25358-*)
gnome-mastermind-0.3.1/configure:25359:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gnome-mastermind-0.3.1/configure-25360-  # A ".." for each directory in $ac_dir_suffix.
gnome-mastermind-0.3.1/configure:25361:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
gnome-mastermind-0.3.1/configure-25362-  case $ac_top_builddir_sub in
##############################################
gnome-mastermind-0.3.1/configure-25436-
gnome-mastermind-0.3.1/configure:25437:# Neutralize VPATH when `$srcdir' = `.'.
gnome-mastermind-0.3.1/configure-25438-# Shell code in configure.ac might set extrasub.
##############################################
gnome-mastermind-0.3.1/configure-25461-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gnome-mastermind-0.3.1/configure:25462:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
gnome-mastermind-0.3.1/configure:25463:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
gnome-mastermind-0.3.1/configure-25464-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
gnome-mastermind-0.3.1/configure-25579-    * )
gnome-mastermind-0.3.1/configure:25580:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnome-mastermind-0.3.1/configure-25581-  esac
##############################################
gnome-mastermind-0.3.1/configure-25616-  # Strip MF so we end up with the name of the file.
gnome-mastermind-0.3.1/configure:25617:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gnome-mastermind-0.3.1/configure-25618-  # Check whether this is an Automake generated Makefile or not.
##############################################
gnome-mastermind-0.3.1/configure-25653-  # from the Makefile without running `make'.
gnome-mastermind-0.3.1/configure:25654:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gnome-mastermind-0.3.1/configure-25655-  test -z "$DEPDIR" && continue
gnome-mastermind-0.3.1/configure:25656:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gnome-mastermind-0.3.1/configure-25657-  test -z "am__include" && continue
gnome-mastermind-0.3.1/configure:25658:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gnome-mastermind-0.3.1/configure-25659-  # When using ansi2knr, U may be empty or an underscore; expand it
gnome-mastermind-0.3.1/configure:25660:  U=`sed -n 's/^U = //p' < "$mf"`
gnome-mastermind-0.3.1/configure-25661-  # Find all dependency output files, they are included files with
##############################################
gnome-mastermind-0.3.1/configure-25700-      case $as_dir in #(
gnome-mastermind-0.3.1/configure:25701:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
gnome-mastermind-0.3.1/configure-25702-      *) as_qdir=$as_dir;;
##############################################
gnome-mastermind-0.3.1/intltool-extract.in-119-    if (! -d "$dirname" && $dirname ne "") {
gnome-mastermind-0.3.1/intltool-extract.in:120:        system ("mkdir -p $dirname");
gnome-mastermind-0.3.1/intltool-extract.in-121-    }