===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
monster-masher-1.8.1/po/Makefile.in.in-58-
monster-masher-1.8.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 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
monster-masher-1.8.1/po/Makefile.in.in-60-
##############################################
monster-masher-1.8.1/po/Makefile.in.in-83-.po.gmo:
monster-masher-1.8.1/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
monster-masher-1.8.1/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
monster-masher-1.8.1/po/Makefile.in.in-184-	  echo "$$lang:"; \
monster-masher-1.8.1/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
monster-masher-1.8.1/po/Makefile.in.in-186-	  if $$result; then \
##############################################
monster-masher-1.8.1/aclocal.m4-255-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
monster-masher-1.8.1/aclocal.m4:256:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
monster-masher-1.8.1/aclocal.m4-257-	if test "$MSGFMT" != "no"; then
##############################################
monster-masher-1.8.1/aclocal.m4-276-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
monster-masher-1.8.1/aclocal.m4:277:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
monster-masher-1.8.1/aclocal.m4-278-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
monster-masher-1.8.1/aclocal.m4-424-   if test "x$srcdir" != "x."; then
monster-masher-1.8.1/aclocal.m4:425:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
monster-masher-1.8.1/aclocal.m4-426-       posrcprefix="$srcdir/"
##############################################
monster-masher-1.8.1/aclocal.m4-448-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
monster-masher-1.8.1/aclocal.m4:449:datarootdir=`eval echo "${datarootdir}"`
monster-masher-1.8.1/aclocal.m4-450-if test "x$CATOBJEXT" = "x.mo" ; then
monster-masher-1.8.1/aclocal.m4:451:  localedir=`eval echo "${libdir}/locale"`
monster-masher-1.8.1/aclocal.m4-452-else
monster-masher-1.8.1/aclocal.m4:453:  localedir=`eval echo "${datadir}/locale"`
monster-masher-1.8.1/aclocal.m4-454-fi
##############################################
monster-masher-1.8.1/aclocal.m4-503-
monster-masher-1.8.1/aclocal.m4:504:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
monster-masher-1.8.1/aclocal.m4-505-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
monster-masher-1.8.1/aclocal.m4:506:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
monster-masher-1.8.1/aclocal.m4-507-    ]
##############################################
monster-masher-1.8.1/aclocal.m4-566-fi
monster-masher-1.8.1/aclocal.m4:567:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/aclocal.m4:568:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/aclocal.m4:569:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/aclocal.m4-570-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
monster-masher-1.8.1/aclocal.m4-577-fi
monster-masher-1.8.1/aclocal.m4:578:if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
monster-masher-1.8.1/aclocal.m4-579-   AC_MSG_ERROR([perl 5.x required for intltool])
##############################################
monster-masher-1.8.1/aclocal.m4-582-   AC_MSG_CHECKING([for XML::Parser])
monster-masher-1.8.1/aclocal.m4:583:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
monster-masher-1.8.1/aclocal.m4-584-       AC_MSG_RESULT([ok])
##############################################
monster-masher-1.8.1/aclocal.m4-737-        PKG_CHECK_EXISTS([$3],
monster-masher-1.8.1/aclocal.m4:738:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
monster-masher-1.8.1/aclocal.m4-739-			 [pkg_failed=yes])
##############################################
monster-masher-1.8.1/aclocal.m4-785-        if test $_pkg_short_errors_supported = yes; then
monster-masher-1.8.1/aclocal.m4:786:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
monster-masher-1.8.1/aclocal.m4-787-        else 
monster-masher-1.8.1/aclocal.m4:788:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
monster-masher-1.8.1/aclocal.m4-789-        fi
##############################################
monster-masher-1.8.1/aclocal.m4-851-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
monster-masher-1.8.1/aclocal.m4:852:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
monster-masher-1.8.1/aclocal.m4-853-#
##############################################
monster-masher-1.8.1/aclocal.m4-875-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
monster-masher-1.8.1/aclocal.m4:876:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
monster-masher-1.8.1/aclocal.m4-877-# and then we would define $MISSING as
##############################################
monster-masher-1.8.1/aclocal.m4-891-# expand $ac_aux_dir to an absolute path
monster-masher-1.8.1/aclocal.m4:892:am_aux_dir=`cd $ac_aux_dir && pwd`
monster-masher-1.8.1/aclocal.m4-893-])
##############################################
monster-masher-1.8.1/aclocal.m4-989-  if test "$am_compiler_list" = ""; then
monster-masher-1.8.1/aclocal.m4:990:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
monster-masher-1.8.1/aclocal.m4-991-  fi
##############################################
monster-masher-1.8.1/aclocal.m4-1099-  # Strip MF so we end up with the name of the file.
monster-masher-1.8.1/aclocal.m4:1100:  mf=`echo "$mf" | sed -e 's/:.*$//'`
monster-masher-1.8.1/aclocal.m4-1101-  # Check whether this is an Automake generated Makefile or not.
##############################################
monster-masher-1.8.1/aclocal.m4-1107-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
monster-masher-1.8.1/aclocal.m4:1108:    dirpart=`AS_DIRNAME("$mf")`
monster-masher-1.8.1/aclocal.m4-1109-  else
##############################################
monster-masher-1.8.1/aclocal.m4-1113-  # from the Makefile without running `make'.
monster-masher-1.8.1/aclocal.m4:1114:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
monster-masher-1.8.1/aclocal.m4-1115-  test -z "$DEPDIR" && continue
monster-masher-1.8.1/aclocal.m4:1116:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
monster-masher-1.8.1/aclocal.m4-1117-  test -z "am__include" && continue
monster-masher-1.8.1/aclocal.m4:1118:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
monster-masher-1.8.1/aclocal.m4-1119-  # When using ansi2knr, U may be empty or an underscore; expand it
monster-masher-1.8.1/aclocal.m4:1120:  U=`sed -n 's/^U = //p' < "$mf"`
monster-masher-1.8.1/aclocal.m4-1121-  # Find all dependency output files, they are included files with
##############################################
monster-masher-1.8.1/aclocal.m4-1129-    test -f "$dirpart/$file" && continue
monster-masher-1.8.1/aclocal.m4:1130:    fdir=`AS_DIRNAME(["$file"])`
monster-masher-1.8.1/aclocal.m4-1131-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
monster-masher-1.8.1/aclocal.m4-1196-# test to see if srcdir already configured
monster-masher-1.8.1/aclocal.m4:1197:if test "`cd $srcdir && pwd`" != "`pwd`" &&
monster-masher-1.8.1/aclocal.m4-1198-   test -f $srcdir/config.status; then
##############################################
monster-masher-1.8.1/aclocal.m4-1272-    * )
monster-masher-1.8.1/aclocal.m4:1273:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
monster-masher-1.8.1/aclocal.m4-1274-  esac
monster-masher-1.8.1/aclocal.m4-1275-done
monster-masher-1.8.1/aclocal.m4:1276:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
monster-masher-1.8.1/aclocal.m4-1277-
##############################################
monster-masher-1.8.1/aclocal.m4-1373-# case it prints its new name instead of `make'.
monster-masher-1.8.1/aclocal.m4:1374:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
monster-masher-1.8.1/aclocal.m4-1375-   am__include=include
##############################################
monster-masher-1.8.1/aclocal.m4-1381-   echo '.include "confinc"' > confmf
monster-masher-1.8.1/aclocal.m4:1382:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
monster-masher-1.8.1/aclocal.m4-1383-      am__include=.include
##############################################
monster-masher-1.8.1/aclocal.m4-1548-if (
monster-masher-1.8.1/aclocal.m4:1549:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
monster-masher-1.8.1/aclocal.m4-1550-   if test "$[*]" = "X"; then
monster-masher-1.8.1/aclocal.m4-1551-      # -L didn't work.
monster-masher-1.8.1/aclocal.m4:1552:      set X `ls -t $srcdir/configure conftest.file`
monster-masher-1.8.1/aclocal.m4-1553-   fi
##############################################
monster-masher-1.8.1/Makefile.in-58-	uninstall-recursive
monster-masher-1.8.1/Makefile.in:59:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
monster-masher-1.8.1/Makefile.in-60-am__vpath_adj = case $$p in \
monster-masher-1.8.1/Makefile.in:61:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/Makefile.in-62-    *) f=$$p;; \
monster-masher-1.8.1/Makefile.in-63-  esac;
monster-masher-1.8.1/Makefile.in:64:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
monster-masher-1.8.1/Makefile.in-65-am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" \
##############################################
monster-masher-1.8.1/Makefile.in-364-	dot_seen=no; \
monster-masher-1.8.1/Makefile.in:365:	target=`echo $@ | sed s/-recursive//`; \
monster-masher-1.8.1/Makefile.in-366-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
monster-masher-1.8.1/Makefile.in-400-	rev="$$rev ."; \
monster-masher-1.8.1/Makefile.in:401:	target=`echo $@ | sed s/-recursive//`; \
monster-masher-1.8.1/Makefile.in-402-	for subdir in $$rev; do \
##############################################
monster-masher-1.8.1/Makefile.in-474-GTAGS:
monster-masher-1.8.1/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
monster-masher-1.8.1/Makefile.in-476-	  && cd $(top_srcdir) \
##############################################
monster-masher-1.8.1/Makefile.in-485-	$(mkdir_p) $(distdir)/po
monster-masher-1.8.1/Makefile.in:486:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/Makefile.in:487:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/Makefile.in-488-	list='$(DISTFILES)'; for file in $$list; do \
monster-masher-1.8.1/Makefile.in-489-	  case $$file in \
monster-masher-1.8.1/Makefile.in:490:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/Makefile.in:491:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
monster-masher-1.8.1/Makefile.in-492-	  esac; \
monster-masher-1.8.1/Makefile.in-493-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
monster-masher-1.8.1/Makefile.in:494:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
monster-masher-1.8.1/Makefile.in-495-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
monster-masher-1.8.1/Makefile.in-516-	    || exit 1; \
monster-masher-1.8.1/Makefile.in:517:	    distdir=`$(am__cd) $(distdir) && pwd`; \
monster-masher-1.8.1/Makefile.in:518:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
monster-masher-1.8.1/Makefile.in-519-	    (cd $$subdir && \
##############################################
monster-masher-1.8.1/Makefile.in-576-	chmod a-w $(distdir)
monster-masher-1.8.1/Makefile.in:577:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
monster-masher-1.8.1/Makefile.in-578-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
monster-masher-1.8.1/Makefile.in-607-	@cd $(distuninstallcheck_dir) \
monster-masher-1.8.1/Makefile.in:608:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
monster-masher-1.8.1/Makefile.in-609-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
monster-masher-1.8.1/Makefile.in-619-	fi
monster-masher-1.8.1/Makefile.in:620:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
monster-masher-1.8.1/Makefile.in-621-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
monster-masher-1.8.1/configure-107-do
monster-masher-1.8.1/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
monster-masher-1.8.1/configure-109-    eval $as_var=C; export $as_var
##############################################
monster-masher-1.8.1/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
monster-masher-1.8.1/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
monster-masher-1.8.1/configure-217-") 2> /dev/null; then
##############################################
monster-masher-1.8.1/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
monster-masher-1.8.1/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
monster-masher-1.8.1/configure-332-
##############################################
monster-masher-1.8.1/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
monster-masher-1.8.1/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
monster-masher-1.8.1/configure-427-
##############################################
monster-masher-1.8.1/configure-536-	esac;
monster-masher-1.8.1/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
monster-masher-1.8.1/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
monster-masher-1.8.1/configure-829-  case $ac_option in
monster-masher-1.8.1/configure:830:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
monster-masher-1.8.1/configure-831-  *)	ac_optarg=yes ;;
##############################################
monster-masher-1.8.1/configure-872-  -disable-* | --disable-*)
monster-masher-1.8.1/configure:873:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
monster-masher-1.8.1/configure-874-    # Reject names that are not valid shell variable names.
##############################################
monster-masher-1.8.1/configure-877-   { (exit 1); exit 1; }; }
monster-masher-1.8.1/configure:878:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
monster-masher-1.8.1/configure-879-    eval enable_$ac_feature=no ;;
##############################################
monster-masher-1.8.1/configure-891-  -enable-* | --enable-*)
monster-masher-1.8.1/configure:892:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
monster-masher-1.8.1/configure-893-    # Reject names that are not valid shell variable names.
##############################################
monster-masher-1.8.1/configure-896-   { (exit 1); exit 1; }; }
monster-masher-1.8.1/configure:897:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
monster-masher-1.8.1/configure-898-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
monster-masher-1.8.1/configure-1088-  -with-* | --with-*)
monster-masher-1.8.1/configure:1089:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
monster-masher-1.8.1/configure-1090-    # Reject names that are not valid shell variable names.
##############################################
monster-masher-1.8.1/configure-1093-   { (exit 1); exit 1; }; }
monster-masher-1.8.1/configure:1094:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
monster-masher-1.8.1/configure-1095-    eval with_$ac_package=\$ac_optarg ;;
##############################################
monster-masher-1.8.1/configure-1097-  -without-* | --without-*)
monster-masher-1.8.1/configure:1098:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
monster-masher-1.8.1/configure-1099-    # Reject names that are not valid shell variable names.
##############################################
monster-masher-1.8.1/configure-1102-   { (exit 1); exit 1; }; }
monster-masher-1.8.1/configure:1103:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
monster-masher-1.8.1/configure-1104-    eval with_$ac_package=no ;;
##############################################
monster-masher-1.8.1/configure-1129-  *=*)
monster-masher-1.8.1/configure:1130:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
monster-masher-1.8.1/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
monster-masher-1.8.1/configure-1149-if test -n "$ac_prev"; then
monster-masher-1.8.1/configure:1150:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
monster-masher-1.8.1/configure-1151-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
monster-masher-1.8.1/configure-1195-ac_ls_di=`ls -di .` &&
monster-masher-1.8.1/configure:1196:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
monster-masher-1.8.1/configure-1197-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
monster-masher-1.8.1/configure-1255-case $srcdir in
monster-masher-1.8.1/configure:1256:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
monster-masher-1.8.1/configure-1257-esac
##############################################
monster-masher-1.8.1/configure-1298-By default, \`make install' will install all the files in
monster-masher-1.8.1/configure:1299:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
monster-masher-1.8.1/configure:1300:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
monster-masher-1.8.1/configure-1301-for instance \`--prefix=\$HOME'.
##############################################
monster-masher-1.8.1/configure-1385-*)
monster-masher-1.8.1/configure:1386:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
monster-masher-1.8.1/configure-1387-  # A ".." for each directory in $ac_dir_suffix.
monster-masher-1.8.1/configure:1388:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
monster-masher-1.8.1/configure-1389-  case $ac_top_builddir_sub in
##############################################
monster-masher-1.8.1/configure-1518-    *\'*)
monster-masher-1.8.1/configure:1519:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
monster-masher-1.8.1/configure-1520-    esac
##############################################
monster-masher-1.8.1/configure-1604-      case $ac_val in
monster-masher-1.8.1/configure:1605:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
monster-masher-1.8.1/configure-1606-      esac
##############################################
monster-masher-1.8.1/configure-1621-	case $ac_val in
monster-masher-1.8.1/configure:1622:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
monster-masher-1.8.1/configure-1623-	esac
##############################################
monster-masher-1.8.1/configure-1729-    set,)
monster-masher-1.8.1/configure:1730:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
monster-masher-1.8.1/configure:1731:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
monster-masher-1.8.1/configure-1732-      ac_cache_corrupted=: ;;
##############################################
monster-masher-1.8.1/configure-1751-    case $ac_new_val in
monster-masher-1.8.1/configure:1752:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
monster-masher-1.8.1/configure-1753-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
monster-masher-1.8.1/configure-1922-if (
monster-masher-1.8.1/configure:1923:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
monster-masher-1.8.1/configure-1924-   if test "$*" = "X"; then
monster-masher-1.8.1/configure-1925-      # -L didn't work.
monster-masher-1.8.1/configure:1926:      set X `ls -t $srcdir/configure conftest.file`
monster-masher-1.8.1/configure-1927-   fi
##############################################
monster-masher-1.8.1/configure-1966-_ACEOF
monster-masher-1.8.1/configure:1967:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
monster-masher-1.8.1/configure-1968-rm -f conftest.sed
##############################################
monster-masher-1.8.1/configure-1970-# expand $ac_aux_dir to an absolute path
monster-masher-1.8.1/configure:1971:am_aux_dir=`cd $ac_aux_dir && pwd`
monster-masher-1.8.1/configure-1972-
##############################################
monster-masher-1.8.1/configure-2059-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
monster-masher-1.8.1/configure:2060:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
monster-masher-1.8.1/configure-2061-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
monster-masher-1.8.1/configure-2069-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
monster-masher-1.8.1/configure:2070:case `${MAKE-make} -f conftest.make 2>/dev/null` in
monster-masher-1.8.1/configure-2071-  *@@@%%%=?*=@@@%%%*)
##############################################
monster-masher-1.8.1/configure-2097-# test to see if srcdir already configured
monster-masher-1.8.1/configure:2098:if test "`cd $srcdir && pwd`" != "`pwd`" &&
monster-masher-1.8.1/configure-2099-   test -f $srcdir/config.status; then
##############################################
monster-masher-1.8.1/configure-2287-# case it prints its new name instead of `make'.
monster-masher-1.8.1/configure:2288:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
monster-masher-1.8.1/configure-2289-   am__include=include
##############################################
monster-masher-1.8.1/configure-2295-   echo '.include "confinc"' > confmf
monster-masher-1.8.1/configure:2296:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
monster-masher-1.8.1/configure-2297-      am__include=.include
##############################################
monster-masher-1.8.1/configure-2642-echo "$as_me:$LINENO: checking for C compiler version" >&5
monster-masher-1.8.1/configure:2643:ac_compiler=`set X $ac_compile; echo $2`
monster-masher-1.8.1/configure-2644-{ (ac_try="$ac_compiler --version >&5"
##############################################
monster-masher-1.8.1/configure-2696-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
monster-masher-1.8.1/configure:2697:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
monster-masher-1.8.1/configure-2698-#
##############################################
monster-masher-1.8.1/configure-2744-	then :; else
monster-masher-1.8.1/configure:2745:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
monster-masher-1.8.1/configure-2746-	fi
##############################################
monster-masher-1.8.1/configure-2841-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
monster-masher-1.8.1/configure:2842:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
monster-masher-1.8.1/configure-2843-	  break;;
##############################################
monster-masher-1.8.1/configure-2896-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
monster-masher-1.8.1/configure:2897:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
monster-masher-1.8.1/configure-2898-       break;;
##############################################
monster-masher-1.8.1/configure-2971-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
monster-masher-1.8.1/configure:2972:GCC=`test $ac_compiler_gnu = yes && echo yes`
monster-masher-1.8.1/configure-2973-ac_test_CFLAGS=${CFLAGS+set}
##############################################
monster-masher-1.8.1/configure-3275-  if test "$am_compiler_list" = ""; then
monster-masher-1.8.1/configure:3276:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
monster-masher-1.8.1/configure-3277-  fi
##############################################
monster-masher-1.8.1/configure-3372-
monster-masher-1.8.1/configure:3373:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
monster-masher-1.8.1/configure-3374-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
monster-masher-1.8.1/configure:3375:    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
monster-masher-1.8.1/configure-3376-
##############################################
monster-masher-1.8.1/configure-3676-fi
monster-masher-1.8.1/configure:3677:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/configure:3678:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/configure:3679:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
monster-masher-1.8.1/configure-3680-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
monster-masher-1.8.1/configure-3730-fi
monster-masher-1.8.1/configure:3731:if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
monster-masher-1.8.1/configure-3732-   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
##############################################
monster-masher-1.8.1/configure-3738-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
monster-masher-1.8.1/configure:3739:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
monster-masher-1.8.1/configure-3740-       { echo "$as_me:$LINENO: result: ok" >&5
##############################################
monster-masher-1.8.1/configure-4014-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
monster-masher-1.8.1/configure:4015:ac_compiler=`set X $ac_compile; echo $2`
monster-masher-1.8.1/configure-4016-{ (ac_try="$ac_compiler --version >&5"
##############################################
monster-masher-1.8.1/configure-4100-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
monster-masher-1.8.1/configure:4101:GXX=`test $ac_compiler_gnu = yes && echo yes`
monster-masher-1.8.1/configure-4102-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
monster-masher-1.8.1/configure-4289-  if test "$am_compiler_list" = ""; then
monster-masher-1.8.1/configure:4290:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
monster-masher-1.8.1/configure-4291-  fi
##############################################
monster-masher-1.8.1/configure-5009-  # Check for GNU $ac_path_GREP
monster-masher-1.8.1/configure:5010:case `"$ac_path_GREP" --version 2>&1` in
monster-masher-1.8.1/configure-5011-*GNU*)
##############################################
monster-masher-1.8.1/configure-5023-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
monster-masher-1.8.1/configure:5024:    ac_count=`expr $ac_count + 1`
monster-masher-1.8.1/configure-5025-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
monster-masher-1.8.1/configure-5091-  # Check for GNU $ac_path_EGREP
monster-masher-1.8.1/configure:5092:case `"$ac_path_EGREP" --version 2>&1` in
monster-masher-1.8.1/configure-5093-*GNU*)
##############################################
monster-masher-1.8.1/configure-5105-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
monster-masher-1.8.1/configure:5106:    ac_count=`expr $ac_count + 1`
monster-masher-1.8.1/configure-5107-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
monster-masher-1.8.1/configure-5334-do
monster-masher-1.8.1/configure:5335:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
monster-masher-1.8.1/configure-5336-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
monster-masher-1.8.1/configure-5377-fi
monster-masher-1.8.1/configure:5378:ac_res=`eval echo '${'$as_ac_Header'}'`
monster-masher-1.8.1/configure-5379-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
monster-masher-1.8.1/configure-5380-echo "${ECHO_T}$ac_res" >&6; }
monster-masher-1.8.1/configure:5381:if test `eval echo '${'$as_ac_Header'}'` = yes; then
monster-masher-1.8.1/configure-5382-  cat >>confdefs.h <<_ACEOF
monster-masher-1.8.1/configure:5383:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
monster-masher-1.8.1/configure-5384-_ACEOF
##############################################
monster-masher-1.8.1/configure-5394-do
monster-masher-1.8.1/configure:5395:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
monster-masher-1.8.1/configure-5396-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
monster-masher-1.8.1/configure-5401-fi
monster-masher-1.8.1/configure:5402:ac_res=`eval echo '${'$as_ac_Header'}'`
monster-masher-1.8.1/configure-5403-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
monster-masher-1.8.1/configure-5517-fi
monster-masher-1.8.1/configure:5518:ac_res=`eval echo '${'$as_ac_Header'}'`
monster-masher-1.8.1/configure-5519-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
monster-masher-1.8.1/configure-5522-fi
monster-masher-1.8.1/configure:5523:if test `eval echo '${'$as_ac_Header'}'` = yes; then
monster-masher-1.8.1/configure-5524-  cat >>confdefs.h <<_ACEOF
monster-masher-1.8.1/configure:5525:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
monster-masher-1.8.1/configure-5526-_ACEOF
##############################################
monster-masher-1.8.1/configure-5848-do
monster-masher-1.8.1/configure:5849:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
monster-masher-1.8.1/configure-5850-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
monster-masher-1.8.1/configure-5928-fi
monster-masher-1.8.1/configure:5929:ac_res=`eval echo '${'$as_ac_var'}'`
monster-masher-1.8.1/configure-5930-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
monster-masher-1.8.1/configure-5931-echo "${ECHO_T}$ac_res" >&6; }
monster-masher-1.8.1/configure:5932:if test `eval echo '${'$as_ac_var'}'` = yes; then
monster-masher-1.8.1/configure-5933-  cat >>confdefs.h <<_ACEOF
monster-masher-1.8.1/configure:5934:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
monster-masher-1.8.1/configure-5935-_ACEOF
##############################################
monster-masher-1.8.1/configure-6295-do
monster-masher-1.8.1/configure:6296:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
monster-masher-1.8.1/configure-6297-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
monster-masher-1.8.1/configure-6375-fi
monster-masher-1.8.1/configure:6376:ac_res=`eval echo '${'$as_ac_var'}'`
monster-masher-1.8.1/configure-6377-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
monster-masher-1.8.1/configure-6378-echo "${ECHO_T}$ac_res" >&6; }
monster-masher-1.8.1/configure:6379:if test `eval echo '${'$as_ac_var'}'` = yes; then
monster-masher-1.8.1/configure-6380-  cat >>confdefs.h <<_ACEOF
monster-masher-1.8.1/configure:6381:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
monster-masher-1.8.1/configure-6382-_ACEOF
##############################################
monster-masher-1.8.1/configure-6430-    if test -f $ac_dir/$ac_word; then
monster-masher-1.8.1/configure:6431:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
monster-masher-1.8.1/configure-6432-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
monster-masher-1.8.1/configure-6455-do
monster-masher-1.8.1/configure:6456:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
monster-masher-1.8.1/configure-6457-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
monster-masher-1.8.1/configure-6535-fi
monster-masher-1.8.1/configure:6536:ac_res=`eval echo '${'$as_ac_var'}'`
monster-masher-1.8.1/configure-6537-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
monster-masher-1.8.1/configure-6538-echo "${ECHO_T}$ac_res" >&6; }
monster-masher-1.8.1/configure:6539:if test `eval echo '${'$as_ac_var'}'` = yes; then
monster-masher-1.8.1/configure-6540-  cat >>confdefs.h <<_ACEOF
monster-masher-1.8.1/configure:6541:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
monster-masher-1.8.1/configure-6542-_ACEOF
##############################################
monster-masher-1.8.1/configure-6632-    if test -f $ac_dir/$ac_word; then
monster-masher-1.8.1/configure:6633:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
monster-masher-1.8.1/configure-6634-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
monster-masher-1.8.1/configure-6894-   if test "x$srcdir" != "x."; then
monster-masher-1.8.1/configure:6895:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
monster-masher-1.8.1/configure-6896-       posrcprefix="$srcdir/"
##############################################
monster-masher-1.8.1/configure-7262-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
monster-masher-1.8.1/configure:7263:  ac_i=`echo "$ac_i" | sed "$ac_script"`
monster-masher-1.8.1/configure-7264-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
monster-masher-1.8.1/configure-7431-do
monster-masher-1.8.1/configure:7432:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
monster-masher-1.8.1/configure-7433-    eval $as_var=C; export $as_var
##############################################
monster-masher-1.8.1/configure-7481-  test "x$as_lineno_1" != "x$as_lineno_2" &&
monster-masher-1.8.1/configure:7482:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
monster-masher-1.8.1/configure-7483-
##############################################
monster-masher-1.8.1/configure-7592-	esac;
monster-masher-1.8.1/configure:7593:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
monster-masher-1.8.1/configure-7594-	???[sx]*):;;*)false;;esac;fi
##############################################
monster-masher-1.8.1/configure-7667-configured by $0, generated by GNU Autoconf 2.61,
monster-masher-1.8.1/configure:7668:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
monster-masher-1.8.1/configure-7669-
##############################################
monster-masher-1.8.1/configure-7686-  --*=*)
monster-masher-1.8.1/configure:7687:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
monster-masher-1.8.1/configure:7688:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
monster-masher-1.8.1/configure-7689-    ac_shift=:
##############################################
monster-masher-1.8.1/configure-7949-
monster-masher-1.8.1/configure:7950:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
monster-masher-1.8.1/configure-7951-    break
##############################################
monster-masher-1.8.1/configure-7960-
monster-masher-1.8.1/configure:7961:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
monster-masher-1.8.1/configure-7962-if test -n "$ac_eof"; then
monster-masher-1.8.1/configure:7963:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
monster-masher-1.8.1/configure:7964:  ac_eof=`expr $ac_eof + 1`
monster-masher-1.8.1/configure-7965-fi
##############################################
monster-masher-1.8.1/configure-8031-
monster-masher-1.8.1/configure:8032:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
monster-masher-1.8.1/configure-8033-    break
##############################################
monster-masher-1.8.1/configure-8042-
monster-masher-1.8.1/configure:8043:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
monster-masher-1.8.1/configure-8044-if test -n "$ac_eof"; then
monster-masher-1.8.1/configure:8045:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
monster-masher-1.8.1/configure:8046:  ac_eof=`expr $ac_eof + 1`
monster-masher-1.8.1/configure-8047-fi
##############################################
monster-masher-1.8.1/configure-8180-      case $as_dir in #(
monster-masher-1.8.1/configure:8181:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
monster-masher-1.8.1/configure-8182-      *) as_qdir=$as_dir;;
##############################################
monster-masher-1.8.1/configure-8218-*)
monster-masher-1.8.1/configure:8219:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
monster-masher-1.8.1/configure-8220-  # A ".." for each directory in $ac_dir_suffix.
monster-masher-1.8.1/configure:8221:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
monster-masher-1.8.1/configure-8222-  case $ac_top_builddir_sub in
##############################################
monster-masher-1.8.1/configure-8291-
monster-masher-1.8.1/configure:8292:# Neutralize VPATH when `$srcdir' = `.'.
monster-masher-1.8.1/configure-8293-# Shell code in configure.ac might set extrasub.
##############################################
monster-masher-1.8.1/configure-8315-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
monster-masher-1.8.1/configure:8316:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
monster-masher-1.8.1/configure:8317:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
monster-masher-1.8.1/configure-8318-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
monster-masher-1.8.1/configure-8432-    * )
monster-masher-1.8.1/configure:8433:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
monster-masher-1.8.1/configure-8434-  esac
##############################################
monster-masher-1.8.1/configure-8469-  # Strip MF so we end up with the name of the file.
monster-masher-1.8.1/configure:8470:  mf=`echo "$mf" | sed -e 's/:.*$//'`
monster-masher-1.8.1/configure-8471-  # Check whether this is an Automake generated Makefile or not.
##############################################
monster-masher-1.8.1/configure-8505-  # from the Makefile without running `make'.
monster-masher-1.8.1/configure:8506:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
monster-masher-1.8.1/configure-8507-  test -z "$DEPDIR" && continue
monster-masher-1.8.1/configure:8508:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
monster-masher-1.8.1/configure-8509-  test -z "am__include" && continue
monster-masher-1.8.1/configure:8510:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
monster-masher-1.8.1/configure-8511-  # When using ansi2knr, U may be empty or an underscore; expand it
monster-masher-1.8.1/configure:8512:  U=`sed -n 's/^U = //p' < "$mf"`
monster-masher-1.8.1/configure-8513-  # Find all dependency output files, they are included files with
##############################################
monster-masher-1.8.1/configure-8552-      case $as_dir in #(
monster-masher-1.8.1/configure:8553:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
monster-masher-1.8.1/configure-8554-      *) as_qdir=$as_dir;;
##############################################
monster-masher-1.8.1/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
monster-masher-1.8.1/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
monster-masher-1.8.1/depcomp-70-
##############################################
monster-masher-1.8.1/depcomp-203-  # Version 6 uses the directory in both cases.
monster-masher-1.8.1/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
monster-masher-1.8.1/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
monster-masher-1.8.1/depcomp-214-  else
monster-masher-1.8.1/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
monster-masher-1.8.1/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
monster-masher-1.8.1/depcomp-228-    # Do two passes, one to just change these to
monster-masher-1.8.1/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
monster-masher-1.8.1/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
monster-masher-1.8.1/depcomp-269-  # Do two passes, one to just change these to
monster-masher-1.8.1/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
monster-masher-1.8.1/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
monster-masher-1.8.1/depcomp-284-   # Subdirectories are respected.
monster-masher-1.8.1/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
monster-masher-1.8.1/depcomp-286-   test "x$dir" = "x$object" && dir=
monster-masher-1.8.1/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
monster-masher-1.8.1/depcomp-288-
##############################################
monster-masher-1.8.1/depcomp-423-  done
monster-masher-1.8.1/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
monster-masher-1.8.1/depcomp-425-  touch "$tmpdepfile"
##############################################
monster-masher-1.8.1/install-sh-210-      fi
monster-masher-1.8.1/install-sh:211:      dst=$dst/`basename "$src"`
monster-masher-1.8.1/install-sh-212-    fi
##############################################
monster-masher-1.8.1/install-sh-215-  # This sed command emulates the dirname command.
monster-masher-1.8.1/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
monster-masher-1.8.1/install-sh-217-
##############################################
monster-masher-1.8.1/install-sh-228-    IFS='%'
monster-masher-1.8.1/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
monster-masher-1.8.1/install-sh-230-    shift
##############################################
monster-masher-1.8.1/install-sh-256-  else
monster-masher-1.8.1/install-sh:257:    dstfile=`basename "$dst"`
monster-masher-1.8.1/install-sh-258-
##############################################
monster-masher-1.8.1/missing-128-       # Could not run --version or --help.  This is probably someone
monster-masher-1.8.1/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
monster-masher-1.8.1/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
monster-masher-1.8.1/missing-162-         from any GNU archive site."
monster-masher-1.8.1/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
monster-masher-1.8.1/missing-164-    test -z "$files" && files="config.h"
##############################################
monster-masher-1.8.1/missing-191-         proper tools for further handling them.
monster-masher-1.8.1/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
monster-masher-1.8.1/missing-193-         archive site."
monster-masher-1.8.1/missing-194-
monster-masher-1.8.1/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
monster-masher-1.8.1/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
monster-masher-1.8.1/missing-197-    if test -f "$file"; then
##############################################
monster-masher-1.8.1/missing-220-	*.y)
monster-masher-1.8.1/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
monster-masher-1.8.1/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
monster-masher-1.8.1/missing-224-	    fi
monster-masher-1.8.1/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
monster-masher-1.8.1/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
monster-masher-1.8.1/missing-250-	*.l)
monster-masher-1.8.1/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
monster-masher-1.8.1/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
monster-masher-1.8.1/missing-269-
monster-masher-1.8.1/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
monster-masher-1.8.1/missing-271-    if test -z "$file"; then
monster-masher-1.8.1/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
monster-masher-1.8.1/missing-273-    fi
##############################################
monster-masher-1.8.1/missing-291-    # The file to touch is that specified with -o ...
monster-masher-1.8.1/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
monster-masher-1.8.1/missing-293-    if test -z "$file"; then
monster-masher-1.8.1/missing-294-      # ... or it is the one specified with @setfilename ...
monster-masher-1.8.1/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
monster-masher-1.8.1/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
monster-masher-1.8.1/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
monster-masher-1.8.1/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
monster-masher-1.8.1/missing-299-    fi
##############################################
monster-masher-1.8.1/missing-321-	*o*)
monster-masher-1.8.1/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
monster-masher-1.8.1/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
monster-masher-1.8.1/missing-327-	*h*)
monster-masher-1.8.1/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
monster-masher-1.8.1/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
monster-masher-1.8.1/pixmaps/Makefile.in-50-DIST_SOURCES =
monster-masher-1.8.1/pixmaps/Makefile.in:51:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
monster-masher-1.8.1/pixmaps/Makefile.in-52-am__vpath_adj = case $$p in \
monster-masher-1.8.1/pixmaps/Makefile.in:53:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/pixmaps/Makefile.in-54-    *) f=$$p;; \
monster-masher-1.8.1/pixmaps/Makefile.in-55-  esac;
monster-masher-1.8.1/pixmaps/Makefile.in:56:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
monster-masher-1.8.1/pixmaps/Makefile.in-57-am__installdirs = "$(DESTDIR)$(pixmapdir)"
##############################################
monster-masher-1.8.1/pixmaps/Makefile.in-521-distdir: $(DISTFILES)
monster-masher-1.8.1/pixmaps/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/pixmaps/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/pixmaps/Makefile.in-524-	list='$(DISTFILES)'; for file in $$list; do \
monster-masher-1.8.1/pixmaps/Makefile.in-525-	  case $$file in \
monster-masher-1.8.1/pixmaps/Makefile.in:526:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/pixmaps/Makefile.in:527:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
monster-masher-1.8.1/pixmaps/Makefile.in-528-	  esac; \
monster-masher-1.8.1/pixmaps/Makefile.in-529-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
monster-masher-1.8.1/pixmaps/Makefile.in:530:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
monster-masher-1.8.1/pixmaps/Makefile.in-531-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
monster-masher-1.8.1/sounds/Makefile.in-47-DIST_SOURCES =
monster-masher-1.8.1/sounds/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
monster-masher-1.8.1/sounds/Makefile.in-49-am__vpath_adj = case $$p in \
monster-masher-1.8.1/sounds/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/sounds/Makefile.in-51-    *) f=$$p;; \
monster-masher-1.8.1/sounds/Makefile.in-52-  esac;
monster-masher-1.8.1/sounds/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
monster-masher-1.8.1/sounds/Makefile.in-54-am__installdirs = "$(DESTDIR)$(sounddir)"
##############################################
monster-masher-1.8.1/sounds/Makefile.in-255-distdir: $(DISTFILES)
monster-masher-1.8.1/sounds/Makefile.in:256:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/sounds/Makefile.in:257:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/sounds/Makefile.in-258-	list='$(DISTFILES)'; for file in $$list; do \
monster-masher-1.8.1/sounds/Makefile.in-259-	  case $$file in \
monster-masher-1.8.1/sounds/Makefile.in:260:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/sounds/Makefile.in:261:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
monster-masher-1.8.1/sounds/Makefile.in-262-	  esac; \
monster-masher-1.8.1/sounds/Makefile.in-263-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
monster-masher-1.8.1/sounds/Makefile.in:264:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
monster-masher-1.8.1/sounds/Makefile.in-265-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
monster-masher-1.8.1/src/Makefile.in-79-DIST_SOURCES = $(monster_masher_SOURCES)
monster-masher-1.8.1/src/Makefile.in:80:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
monster-masher-1.8.1/src/Makefile.in-81-am__vpath_adj = case $$p in \
monster-masher-1.8.1/src/Makefile.in:82:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/src/Makefile.in-83-    *) f=$$p;; \
monster-masher-1.8.1/src/Makefile.in-84-  esac;
monster-masher-1.8.1/src/Makefile.in:85:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
monster-masher-1.8.1/src/Makefile.in-86-gladeDATA_INSTALL = $(INSTALL_DATA)
##############################################
monster-masher-1.8.1/src/Makefile.in-315-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
monster-masher-1.8.1/src/Makefile.in:316:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
monster-masher-1.8.1/src/Makefile.in-317-	  if test -f $$p \
monster-masher-1.8.1/src/Makefile.in-318-	  ; then \
monster-masher-1.8.1/src/Makefile.in:319:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
monster-masher-1.8.1/src/Makefile.in-320-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
monster-masher-1.8.1/src/Makefile.in-327-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
monster-masher-1.8.1/src/Makefile.in:328:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
monster-masher-1.8.1/src/Makefile.in-329-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
monster-masher-1.8.1/src/Makefile.in-379-.cpp.obj:
monster-masher-1.8.1/src/Makefile.in:380:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
monster-masher-1.8.1/src/Makefile.in-381-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
monster-masher-1.8.1/src/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
monster-masher-1.8.1/src/Makefile.in:384:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
monster-masher-1.8.1/src/Makefile.in-385-uninstall-info-am:
##############################################
monster-masher-1.8.1/src/Makefile.in-444-GTAGS:
monster-masher-1.8.1/src/Makefile.in:445:	here=`$(am__cd) $(top_builddir) && pwd` \
monster-masher-1.8.1/src/Makefile.in-446-	  && cd $(top_srcdir) \
##############################################
monster-masher-1.8.1/src/Makefile.in-452-distdir: $(DISTFILES)
monster-masher-1.8.1/src/Makefile.in:453:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/src/Makefile.in:454:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
monster-masher-1.8.1/src/Makefile.in-455-	list='$(DISTFILES)'; for file in $$list; do \
monster-masher-1.8.1/src/Makefile.in-456-	  case $$file in \
monster-masher-1.8.1/src/Makefile.in:457:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
monster-masher-1.8.1/src/Makefile.in:458:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
monster-masher-1.8.1/src/Makefile.in-459-	  esac; \
monster-masher-1.8.1/src/Makefile.in-460-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
monster-masher-1.8.1/src/Makefile.in:461:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
monster-masher-1.8.1/src/Makefile.in-462-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \