===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rotter-0.9/config.guess-40-
rotter-0.9/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
rotter-0.9/config.guess-42-
##############################################
rotter-0.9/config.guess-110-: ${TMPDIR=/tmp} ;
rotter-0.9/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
rotter-0.9/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
rotter-0.9/config.guess-196-	    *)
rotter-0.9/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
rotter-0.9/config.guess-198-		;;
##############################################
rotter-0.9/config.guess-223-	*4.0)
rotter-0.9/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
rotter-0.9/config.guess-225-		;;
rotter-0.9/config.guess-226-	*5.*)
rotter-0.9/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
rotter-0.9/config.guess-228-		;;
##############################################
rotter-0.9/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
rotter-0.9/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
rotter-0.9/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
rotter-0.9/config.guess-271-	# 1.2 uses "1.2" for uname -r.
rotter-0.9/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
rotter-0.9/config.guess-273-	exit ;;
##############################################
rotter-0.9/config.guess-328-    s390x:SunOS:*:*)
rotter-0.9/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-330-	exit ;;
rotter-0.9/config.guess-331-    sun4H:SunOS:5.*:*)
rotter-0.9/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-333-	exit ;;
rotter-0.9/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
rotter-0.9/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-336-	exit ;;
##############################################
rotter-0.9/config.guess-353-	fi
rotter-0.9/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-355-	exit ;;
##############################################
rotter-0.9/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
rotter-0.9/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-361-	exit ;;
##############################################
rotter-0.9/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
rotter-0.9/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
rotter-0.9/config.guess-370-	exit ;;
##############################################
rotter-0.9/config.guess-374-    sun*:*:4.2BSD:*)
rotter-0.9/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
rotter-0.9/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
rotter-0.9/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
rotter-0.9/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
rotter-0.9/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
rotter-0.9/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
rotter-0.9/config.guess-512-    *:IRIX*:*:*)
rotter-0.9/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
rotter-0.9/config.guess-514-	exit ;;
##############################################
rotter-0.9/config.guess-542-EOF
rotter-0.9/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
rotter-0.9/config.guess-544-		then
##############################################
rotter-0.9/config.guess-555-    *:AIX:*:[456])
rotter-0.9/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
rotter-0.9/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
rotter-0.9/config.guess-590-    9000/[34678]??:HP-UX:*:*)
rotter-0.9/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
rotter-0.9/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
rotter-0.9/config.guess-644-EOF
rotter-0.9/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
rotter-0.9/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
rotter-0.9/config.guess-672-    ia64:HP-UX:*:*)
rotter-0.9/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
rotter-0.9/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
rotter-0.9/config.guess-702-EOF
rotter-0.9/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
rotter-0.9/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
rotter-0.9/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
rotter-0.9/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
rotter-0.9/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rotter-0.9/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
rotter-0.9/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
rotter-0.9/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rotter-0.9/config.guess-793-	    pc98)
rotter-0.9/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rotter-0.9/config.guess-795-	    amd64)
rotter-0.9/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rotter-0.9/config.guess-797-	    *)
rotter-0.9/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
rotter-0.9/config.guess-799-	esac
##############################################
rotter-0.9/config.guess-847-    prep*:SunOS:5.*:*)
rotter-0.9/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
rotter-0.9/config.guess-849-	exit ;;
##############################################
rotter-0.9/config.guess-851-	# the GNU system
rotter-0.9/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
rotter-0.9/config.guess-853-	exit ;;
##############################################
rotter-0.9/config.guess-855-	# other systems with GNU libc and userland
rotter-0.9/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
rotter-0.9/config.guess-857-	exit ;;
##############################################
rotter-0.9/config.guess-904-EOF
rotter-0.9/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
rotter-0.9/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
rotter-0.9/config.guess-932-EOF
rotter-0.9/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
rotter-0.9/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
rotter-0.9/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
rotter-0.9/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
rotter-0.9/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
rotter-0.9/config.guess-1281-    *:DragonFly:*:*)
rotter-0.9/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
rotter-0.9/config.guess-1283-	exit ;;
##############################################
rotter-0.9/config.guess-1294-    i*86:skyos:*:*)
rotter-0.9/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
rotter-0.9/config.guess-1296-	exit ;;
##############################################
rotter-0.9/config.guess-1422-
rotter-0.9/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
rotter-0.9/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
rotter-0.9/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
rotter-0.9/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
rotter-0.9/depcomp-69-
##############################################
rotter-0.9/depcomp-224-  # Version 6 uses the directory in both cases.
rotter-0.9/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rotter-0.9/depcomp-226-  test "x$dir" = "x$object" && dir=
rotter-0.9/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rotter-0.9/depcomp-228-  if test "$libtool" = yes; then
##############################################
rotter-0.9/depcomp-253-    # Do two passes, one to just change these to
rotter-0.9/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
rotter-0.9/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
rotter-0.9/depcomp-295-  # Do two passes, one to just change these to
rotter-0.9/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
rotter-0.9/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
rotter-0.9/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
rotter-0.9/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rotter-0.9/depcomp-313-  test "x$dir" = "x$object" && dir=
rotter-0.9/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rotter-0.9/depcomp-315-  if test "$libtool" = yes; then
##############################################
rotter-0.9/depcomp-355-   # Subdirectories are respected.
rotter-0.9/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
rotter-0.9/depcomp-357-   test "x$dir" = "x$object" && dir=
rotter-0.9/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
rotter-0.9/depcomp-359-
##############################################
rotter-0.9/depcomp-501-  done
rotter-0.9/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
rotter-0.9/depcomp-503-  touch "$tmpdepfile"
##############################################
rotter-0.9/autogen.sh-6-
rotter-0.9/autogen.sh:7:srcdir=`dirname $0`
rotter-0.9/autogen.sh-8-test -z "$srcdir" && srcdir=.
##############################################
rotter-0.9/src/Makefile.in-302-.c.obj:
rotter-0.9/src/Makefile.in:303:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
rotter-0.9/src/Makefile.in-304-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
rotter-0.9/src/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
rotter-0.9/src/Makefile.in:307:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
rotter-0.9/src/Makefile.in-308-
##############################################
rotter-0.9/src/Makefile.in-353-GTAGS:
rotter-0.9/src/Makefile.in:354:	here=`$(am__cd) $(top_builddir) && pwd` \
rotter-0.9/src/Makefile.in-355-	  && $(am__cd) $(top_srcdir) \
##############################################
rotter-0.9/src/Makefile.in-361-distdir: $(DISTFILES)
rotter-0.9/src/Makefile.in:362:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rotter-0.9/src/Makefile.in:363:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rotter-0.9/src/Makefile.in-364-	list='$(DISTFILES)'; \
##############################################
rotter-0.9/src/Makefile.in-375-	  if test -d $$d/$$file; then \
rotter-0.9/src/Makefile.in:376:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rotter-0.9/src/Makefile.in-377-	    if test -d "$(distdir)/$$file"; then \
##############################################
rotter-0.9/missing-139-       # Could not run --version or --help.  This is probably someone
rotter-0.9/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
rotter-0.9/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
rotter-0.9/missing-173-         from any GNU archive site."
rotter-0.9/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
rotter-0.9/missing-175-    test -z "$files" && files="config.h"
##############################################
rotter-0.9/missing-202-         proper tools for further handling them.
rotter-0.9/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
rotter-0.9/missing-204-         archive site."
rotter-0.9/missing-205-
rotter-0.9/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
rotter-0.9/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rotter-0.9/missing-208-    if test -f "$file"; then
##############################################
rotter-0.9/missing-231-	*.y)
rotter-0.9/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
rotter-0.9/missing-233-	    if test -f "$SRCFILE"; then
##############################################
rotter-0.9/missing-235-	    fi
rotter-0.9/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
rotter-0.9/missing-237-	    if test -f "$SRCFILE"; then
##############################################
rotter-0.9/missing-261-	*.l)
rotter-0.9/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
rotter-0.9/missing-263-	    if test -f "$SRCFILE"; then
##############################################
rotter-0.9/missing-280-
rotter-0.9/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
rotter-0.9/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rotter-0.9/missing-283-    if test -f "$file"; then
##############################################
rotter-0.9/missing-300-    # The file to touch is that specified with -o ...
rotter-0.9/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
rotter-0.9/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
rotter-0.9/missing-303-    if test -z "$file"; then
rotter-0.9/missing-304-      # ... or it is the one specified with @setfilename ...
rotter-0.9/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
rotter-0.9/missing-306-      file=`sed -n '
##############################################
rotter-0.9/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
rotter-0.9/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
rotter-0.9/missing-314-    fi
##############################################
rotter-0.9/missing-336-	*o*)
rotter-0.9/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
rotter-0.9/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
rotter-0.9/missing-342-	*h*)
rotter-0.9/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
rotter-0.9/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
rotter-0.9/Makefile.in-60-	ps-recursive uninstall-recursive
rotter-0.9/Makefile.in:61:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
rotter-0.9/Makefile.in-62-am__vpath_adj = case $$p in \
rotter-0.9/Makefile.in:63:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
rotter-0.9/Makefile.in-64-    *) f=$$p;; \
rotter-0.9/Makefile.in-65-  esac;
rotter-0.9/Makefile.in:66:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
rotter-0.9/Makefile.in-67-am__install_max = 40
rotter-0.9/Makefile.in-68-am__nobase_strip_setup = \
rotter-0.9/Makefile.in:69:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
rotter-0.9/Makefile.in-70-am__nobase_strip = \
##############################################
rotter-0.9/Makefile.in-107-  while test -n "$$dir1"; do \
rotter-0.9/Makefile.in:108:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
rotter-0.9/Makefile.in-109-    if test "$$first" != "."; then \
rotter-0.9/Makefile.in-110-      if test "$$first" = ".."; then \
rotter-0.9/Makefile.in:111:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
rotter-0.9/Makefile.in:112:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
rotter-0.9/Makefile.in-113-      else \
rotter-0.9/Makefile.in:114:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
rotter-0.9/Makefile.in-115-        if test "$$first2" = "$$first"; then \
rotter-0.9/Makefile.in:116:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
rotter-0.9/Makefile.in-117-        else \
##############################################
rotter-0.9/Makefile.in-122-    fi; \
rotter-0.9/Makefile.in:123:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
rotter-0.9/Makefile.in-124-  done; \
##############################################
rotter-0.9/Makefile.in-332-	dot_seen=no; \
rotter-0.9/Makefile.in:333:	target=`echo $@ | sed s/-recursive//`; \
rotter-0.9/Makefile.in-334-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
rotter-0.9/Makefile.in-367-	rev="$$rev ."; \
rotter-0.9/Makefile.in:368:	target=`echo $@ | sed s/-recursive//`; \
rotter-0.9/Makefile.in-369-	for subdir in $$rev; do \
##############################################
rotter-0.9/Makefile.in-445-GTAGS:
rotter-0.9/Makefile.in:446:	here=`$(am__cd) $(top_builddir) && pwd` \
rotter-0.9/Makefile.in-447-	  && $(am__cd) $(top_srcdir) \
##############################################
rotter-0.9/Makefile.in-468-	test -d "$(distdir)" || mkdir "$(distdir)"
rotter-0.9/Makefile.in:469:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rotter-0.9/Makefile.in:470:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
rotter-0.9/Makefile.in-471-	list='$(DISTFILES)'; \
##############################################
rotter-0.9/Makefile.in-482-	  if test -d $$d/$$file; then \
rotter-0.9/Makefile.in:483:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
rotter-0.9/Makefile.in-484-	    if test -d "$(distdir)/$$file"; then \
##############################################
rotter-0.9/Makefile.in-590-	test -d $(distdir)/_build || exit 0; \
rotter-0.9/Makefile.in:591:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
rotter-0.9/Makefile.in-592-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
rotter-0.9/Makefile.in-624-	@$(am__cd) '$(distuninstallcheck_dir)' \
rotter-0.9/Makefile.in:625:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
rotter-0.9/Makefile.in-626-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
rotter-0.9/Makefile.in-636-	fi
rotter-0.9/Makefile.in:637:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
rotter-0.9/Makefile.in-638-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
rotter-0.9/aclocal.m4-95-    PKG_CHECK_EXISTS([$3],
rotter-0.9/aclocal.m4:96:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
rotter-0.9/aclocal.m4-97-		     [pkg_failed=yes])
##############################################
rotter-0.9/aclocal.m4-143-        if test $_pkg_short_errors_supported = yes; then
rotter-0.9/aclocal.m4:144:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
rotter-0.9/aclocal.m4-145-        else 
rotter-0.9/aclocal.m4:146:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
rotter-0.9/aclocal.m4-147-        fi
##############################################
rotter-0.9/aclocal.m4-225-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
rotter-0.9/aclocal.m4:226:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
rotter-0.9/aclocal.m4-227-#
##############################################
rotter-0.9/aclocal.m4-249-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
rotter-0.9/aclocal.m4:250:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
rotter-0.9/aclocal.m4-251-# and then we would define $MISSING as
##############################################
rotter-0.9/aclocal.m4-265-# expand $ac_aux_dir to an absolute path
rotter-0.9/aclocal.m4:266:am_aux_dir=`cd $ac_aux_dir && pwd`
rotter-0.9/aclocal.m4-267-])
##############################################
rotter-0.9/aclocal.m4-366-  if test "$am_compiler_list" = ""; then
rotter-0.9/aclocal.m4:367:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
rotter-0.9/aclocal.m4-368-  fi
##############################################
rotter-0.9/aclocal.m4-512-    # Strip MF so we end up with the name of the file.
rotter-0.9/aclocal.m4:513:    mf=`echo "$mf" | sed -e 's/:.*$//'`
rotter-0.9/aclocal.m4-514-    # Check whether this is an Automake generated Makefile or not.
##############################################
rotter-0.9/aclocal.m4-521-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
rotter-0.9/aclocal.m4:522:      dirpart=`AS_DIRNAME("$mf")`
rotter-0.9/aclocal.m4-523-    else
##############################################
rotter-0.9/aclocal.m4-527-    # from the Makefile without running `make'.
rotter-0.9/aclocal.m4:528:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
rotter-0.9/aclocal.m4-529-    test -z "$DEPDIR" && continue
rotter-0.9/aclocal.m4:530:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
rotter-0.9/aclocal.m4-531-    test -z "am__include" && continue
rotter-0.9/aclocal.m4:532:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
rotter-0.9/aclocal.m4-533-    # When using ansi2knr, U may be empty or an underscore; expand it
rotter-0.9/aclocal.m4:534:    U=`sed -n 's/^U = //p' < "$mf"`
rotter-0.9/aclocal.m4-535-    # Find all dependency output files, they are included files with
##############################################
rotter-0.9/aclocal.m4-543-      test -f "$dirpart/$file" && continue
rotter-0.9/aclocal.m4:544:      fdir=`AS_DIRNAME(["$file"])`
rotter-0.9/aclocal.m4-545-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
rotter-0.9/aclocal.m4-610-AC_REQUIRE([AC_PROG_INSTALL])dnl
rotter-0.9/aclocal.m4:611:if test "`cd $srcdir && pwd`" != "`pwd`"; then
rotter-0.9/aclocal.m4-612-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
rotter-0.9/aclocal.m4-712-    * )
rotter-0.9/aclocal.m4:713:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
rotter-0.9/aclocal.m4-714-  esac
rotter-0.9/aclocal.m4-715-done
rotter-0.9/aclocal.m4:716:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
rotter-0.9/aclocal.m4-717-
##############################################
rotter-0.9/aclocal.m4-787-# Ignore all kinds of additional output from `make'.
rotter-0.9/aclocal.m4:788:case `$am_make -s -f confmf 2> /dev/null` in #(
rotter-0.9/aclocal.m4-789-*the\ am__doit\ target*)
##############################################
rotter-0.9/aclocal.m4-797-   echo '.include "confinc"' > confmf
rotter-0.9/aclocal.m4:798:   case `$am_make -s -f confmf 2> /dev/null` in #(
rotter-0.9/aclocal.m4-799-   *the\ am__doit\ target*)
##############################################
rotter-0.9/aclocal.m4-950-if (
rotter-0.9/aclocal.m4:951:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
rotter-0.9/aclocal.m4-952-   if test "$[*]" = "X"; then
rotter-0.9/aclocal.m4-953-      # -L didn't work.
rotter-0.9/aclocal.m4:954:      set X `ls -t "$srcdir/configure" conftest.file`
rotter-0.9/aclocal.m4-955-   fi
##############################################
rotter-0.9/config.sub-59-
rotter-0.9/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
rotter-0.9/config.sub-61-
##############################################
rotter-0.9/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
rotter-0.9/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
rotter-0.9/config.sub-126-case $maybe_os in
##############################################
rotter-0.9/config.sub-131-    os=-$maybe_os
rotter-0.9/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
rotter-0.9/config.sub-133-    ;;
rotter-0.9/config.sub-134-  *)
rotter-0.9/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
rotter-0.9/config.sub-136-    if [ $basic_machine != $1 ]
rotter-0.9/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
rotter-0.9/config.sub-138-    else os=; fi
##############################################
rotter-0.9/config.sub-185-		os=-sco5v6
rotter-0.9/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-187-		;;
##############################################
rotter-0.9/config.sub-189-		os=-sco3.2v5
rotter-0.9/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-191-		;;
##############################################
rotter-0.9/config.sub-193-		os=-sco3.2v4
rotter-0.9/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-195-		;;
rotter-0.9/config.sub-196-	-sco3.2.[4-9]*)
rotter-0.9/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
rotter-0.9/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-199-		;;
##############################################
rotter-0.9/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
rotter-0.9/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-203-		;;
##############################################
rotter-0.9/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
rotter-0.9/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-207-		;;
##############################################
rotter-0.9/config.sub-209-		os=-sco3.2v2
rotter-0.9/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-211-		;;
rotter-0.9/config.sub-212-	-udk*)
rotter-0.9/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-214-		;;
##############################################
rotter-0.9/config.sub-216-		os=-isc2.2
rotter-0.9/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-218-		;;
##############################################
rotter-0.9/config.sub-222-	-isc*)
rotter-0.9/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
rotter-0.9/config.sub-224-		;;
##############################################
rotter-0.9/config.sub-228-	-ptx*)
rotter-0.9/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
rotter-0.9/config.sub-230-		;;
rotter-0.9/config.sub-231-	-windowsnt*)
rotter-0.9/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
rotter-0.9/config.sub-233-		;;
##############################################
rotter-0.9/config.sub-324-	*-*-*)
rotter-0.9/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
rotter-0.9/config.sub-326-		exit 1
##############################################
rotter-0.9/config.sub-435-	amd64-*)
rotter-0.9/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-437-		;;
##############################################
rotter-0.9/config.sub-477-	blackfin-*)
rotter-0.9/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-479-		os=-linux
##############################################
rotter-0.9/config.sub-680-	i*86v32)
rotter-0.9/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rotter-0.9/config.sub-682-		os=-sysv32
##############################################
rotter-0.9/config.sub-684-	i*86v4*)
rotter-0.9/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rotter-0.9/config.sub-686-		os=-sysv4
##############################################
rotter-0.9/config.sub-688-	i*86v)
rotter-0.9/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rotter-0.9/config.sub-690-		os=-sysv
##############################################
rotter-0.9/config.sub-692-	i*86sol2)
rotter-0.9/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
rotter-0.9/config.sub-694-		os=-solaris2
##############################################
rotter-0.9/config.sub-722-	m68knommu-*)
rotter-0.9/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-724-		os=-linux
##############################################
rotter-0.9/config.sub-755-	mips3*-*)
rotter-0.9/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
rotter-0.9/config.sub-757-		;;
rotter-0.9/config.sub-758-	mips3*)
rotter-0.9/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
rotter-0.9/config.sub-760-		;;
##############################################
rotter-0.9/config.sub-773-	ms1-*)
rotter-0.9/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
rotter-0.9/config.sub-775-		;;
##############################################
rotter-0.9/config.sub-878-	parisc-*)
rotter-0.9/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-880-		os=-linux
##############################################
rotter-0.9/config.sub-894-	pc98-*)
rotter-0.9/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-896-		;;
##############################################
rotter-0.9/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
rotter-0.9/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-911-		;;
rotter-0.9/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
rotter-0.9/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-914-		;;
rotter-0.9/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
rotter-0.9/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-917-		;;
rotter-0.9/config.sub-918-	pentium4-*)
rotter-0.9/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-920-		;;
##############################################
rotter-0.9/config.sub-927-		;;
rotter-0.9/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-929-		;;
##############################################
rotter-0.9/config.sub-933-	ppcle-* | powerpclittle-*)
rotter-0.9/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-935-		;;
##############################################
rotter-0.9/config.sub-937-		;;
rotter-0.9/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-939-		;;
##############################################
rotter-0.9/config.sub-943-	ppc64le-* | powerpc64little-*)
rotter-0.9/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
rotter-0.9/config.sub-945-		;;
##############################################
rotter-0.9/config.sub-1240-	*)
rotter-0.9/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
rotter-0.9/config.sub-1242-		exit 1
##############################################
rotter-0.9/config.sub-1248-	*-digital*)
rotter-0.9/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
rotter-0.9/config.sub-1250-		;;
rotter-0.9/config.sub-1251-	*-commodore*)
rotter-0.9/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
rotter-0.9/config.sub-1253-		;;
##############################################
rotter-0.9/config.sub-1269-	-solaris1 | -solaris1.*)
rotter-0.9/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
rotter-0.9/config.sub-1271-		;;
##############################################
rotter-0.9/config.sub-1281-	-gnu/linux*)
rotter-0.9/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
rotter-0.9/config.sub-1283-		;;
##############################################
rotter-0.9/config.sub-1326-	-nto*)
rotter-0.9/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
rotter-0.9/config.sub-1328-		;;
##############################################
rotter-0.9/config.sub-1333-	-mac*)
rotter-0.9/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
rotter-0.9/config.sub-1335-		;;
##############################################
rotter-0.9/config.sub-1339-	-linux*)
rotter-0.9/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
rotter-0.9/config.sub-1341-		;;
rotter-0.9/config.sub-1342-	-sunos5*)
rotter-0.9/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
rotter-0.9/config.sub-1344-		;;
rotter-0.9/config.sub-1345-	-sunos6*)
rotter-0.9/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
rotter-0.9/config.sub-1347-		;;
##############################################
rotter-0.9/config.sub-1394-	-sinix5.*)
rotter-0.9/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
rotter-0.9/config.sub-1396-		;;
##############################################
rotter-0.9/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
rotter-0.9/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
rotter-0.9/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
rotter-0.9/config.sub-1453-		exit 1
##############################################
rotter-0.9/config.sub-1701-		esac
rotter-0.9/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
rotter-0.9/config.sub-1703-		;;
##############################################
rotter-0.9/install-sh-217-      fi
rotter-0.9/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
rotter-0.9/install-sh-219-    *)
##############################################
rotter-0.9/install-sh-269-      dstdir=$dst
rotter-0.9/install-sh:270:      dst=$dstdir/`basename "$src"`
rotter-0.9/install-sh-271-      dstdir_status=0
##############################################
rotter-0.9/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
rotter-0.9/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
rotter-0.9/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
rotter-0.9/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
rotter-0.9/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
rotter-0.9/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
rotter-0.9/install-sh-418-	    case $prefix in
rotter-0.9/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
rotter-0.9/install-sh-420-	      *) qprefix=$prefix;;
##############################################
rotter-0.9/install-sh-467-    if $copy_on_change &&
rotter-0.9/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
rotter-0.9/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
rotter-0.9/install-sh-470-
##############################################
rotter-0.9/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
rotter-0.9/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rotter-0.9/configure-49-  as_echo='print -r --'
rotter-0.9/configure-50-  as_echo_n='print -rn --'
rotter-0.9/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rotter-0.9/configure-52-  as_echo='printf %s\n'
##############################################
rotter-0.9/configure-54-else
rotter-0.9/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rotter-0.9/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rotter-0.9/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
rotter-0.9/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rotter-0.9/configure-66-      esac;
##############################################
rotter-0.9/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
rotter-0.9/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
rotter-0.9/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
rotter-0.9/configure-291-      case $as_dir in #(
rotter-0.9/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rotter-0.9/configure-293-      *) as_qdir=$as_dir;;
##############################################
rotter-0.9/configure-356-  {
rotter-0.9/configure:357:    as_val=`expr "$@" || test $? -eq 1`
rotter-0.9/configure-358-  }
##############################################
rotter-0.9/configure-363-# ----------------------------------------
rotter-0.9/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rotter-0.9/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rotter-0.9/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
rotter-0.9/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
rotter-0.9/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
rotter-0.9/configure-517-	esac;
rotter-0.9/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
rotter-0.9/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
rotter-0.9/configure-787-  case $ac_option in
rotter-0.9/configure:788:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
rotter-0.9/configure-789-  *=)   ac_optarg= ;;
##############################################
rotter-0.9/configure-831-  -disable-* | --disable-*)
rotter-0.9/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
rotter-0.9/configure-833-    # Reject names that are not valid shell variable names.
##############################################
rotter-0.9/configure-836-    ac_useropt_orig=$ac_useropt
rotter-0.9/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rotter-0.9/configure-838-    case $ac_user_opts in
##############################################
rotter-0.9/configure-857-  -enable-* | --enable-*)
rotter-0.9/configure:858:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
rotter-0.9/configure-859-    # Reject names that are not valid shell variable names.
##############################################
rotter-0.9/configure-862-    ac_useropt_orig=$ac_useropt
rotter-0.9/configure:863:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rotter-0.9/configure-864-    case $ac_user_opts in
##############################################
rotter-0.9/configure-1061-  -with-* | --with-*)
rotter-0.9/configure:1062:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
rotter-0.9/configure-1063-    # Reject names that are not valid shell variable names.
##############################################
rotter-0.9/configure-1066-    ac_useropt_orig=$ac_useropt
rotter-0.9/configure:1067:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rotter-0.9/configure-1068-    case $ac_user_opts in
##############################################
rotter-0.9/configure-1077-  -without-* | --without-*)
rotter-0.9/configure:1078:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
rotter-0.9/configure-1079-    # Reject names that are not valid shell variable names.
##############################################
rotter-0.9/configure-1082-    ac_useropt_orig=$ac_useropt
rotter-0.9/configure:1083:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rotter-0.9/configure-1084-    case $ac_user_opts in
##############################################
rotter-0.9/configure-1115-  *=*)
rotter-0.9/configure:1116:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
rotter-0.9/configure-1117-    # Reject names that are not valid shell variable names.
##############################################
rotter-0.9/configure-1136-if test -n "$ac_prev"; then
rotter-0.9/configure:1137:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
rotter-0.9/configure-1138-  as_fn_error $? "missing argument to $ac_option"
##############################################
rotter-0.9/configure-1158-    */ )
rotter-0.9/configure:1159:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
rotter-0.9/configure-1160-      eval $ac_var=\$ac_val;;
##############################################
rotter-0.9/configure-1195-ac_ls_di=`ls -di .` &&
rotter-0.9/configure:1196:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
rotter-0.9/configure-1197-  as_fn_error $? "working directory cannot be determined"
##############################################
rotter-0.9/configure-1251-case $srcdir in
rotter-0.9/configure:1252:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
rotter-0.9/configure-1253-esac
##############################################
rotter-0.9/configure-1294-By default, \`make install' will install all the files in
rotter-0.9/configure:1295:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
rotter-0.9/configure:1296:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
rotter-0.9/configure-1297-for instance \`--prefix=\$HOME'.
##############################################
rotter-0.9/configure-1393-*)
rotter-0.9/configure:1394:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rotter-0.9/configure-1395-  # A ".." for each directory in $ac_dir_suffix.
rotter-0.9/configure:1396:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rotter-0.9/configure-1397-  case $ac_top_builddir_sub in
##############################################
rotter-0.9/configure-1881-    *\'*)
rotter-0.9/configure:1882:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
rotter-0.9/configure-1883-    esac
##############################################
rotter-0.9/configure-1964-      case $ac_val in
rotter-0.9/configure:1965:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rotter-0.9/configure-1966-      esac
##############################################
rotter-0.9/configure-1979-	case $ac_val in
rotter-0.9/configure:1980:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rotter-0.9/configure-1981-	esac
##############################################
rotter-0.9/configure-2099-    set,)
rotter-0.9/configure:2100:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
rotter-0.9/configure:2101:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
rotter-0.9/configure-2102-      ac_cache_corrupted=: ;;
##############################################
rotter-0.9/configure-2110-	# differences in whitespace do not lead to failure.
rotter-0.9/configure:2111:	ac_old_val_w=`echo x $ac_old_val`
rotter-0.9/configure:2112:	ac_new_val_w=`echo x $ac_new_val`
rotter-0.9/configure-2113-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
rotter-0.9/configure-2130-    case $ac_new_val in
rotter-0.9/configure:2131:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
rotter-0.9/configure-2132-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
rotter-0.9/configure-2199-test "x$ac_build_alias" = x &&
rotter-0.9/configure:2200:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
rotter-0.9/configure-2201-test "x$ac_build_alias" = x &&
rotter-0.9/configure-2202-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
rotter-0.9/configure:2203:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
rotter-0.9/configure-2204-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
rotter-0.9/configure-2223-IFS=$ac_save_IFS
rotter-0.9/configure:2224:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
rotter-0.9/configure-2225-
##############################################
rotter-0.9/configure-2234-else
rotter-0.9/configure:2235:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
rotter-0.9/configure-2236-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
rotter-0.9/configure-2256-IFS=$ac_save_IFS
rotter-0.9/configure:2257:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
rotter-0.9/configure-2258-
##############################################
rotter-0.9/configure-2267-else
rotter-0.9/configure:2268:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
rotter-0.9/configure-2269-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
rotter-0.9/configure-2289-IFS=$ac_save_IFS
rotter-0.9/configure:2290:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
rotter-0.9/configure-2291-
##############################################
rotter-0.9/configure-2419-if (
rotter-0.9/configure:2420:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
rotter-0.9/configure-2421-   if test "$*" = "X"; then
rotter-0.9/configure-2422-      # -L didn't work.
rotter-0.9/configure:2423:      set X `ls -t "$srcdir/configure" conftest.file`
rotter-0.9/configure-2424-   fi
##############################################
rotter-0.9/configure-2455-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
rotter-0.9/configure:2456:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
rotter-0.9/configure-2457-
rotter-0.9/configure-2458-# expand $ac_aux_dir to an absolute path
rotter-0.9/configure:2459:am_aux_dir=`cd $ac_aux_dir && pwd`
rotter-0.9/configure-2460-
##############################################
rotter-0.9/configure-2600-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
rotter-0.9/configure:2601:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
rotter-0.9/configure-2602-	     'mkdir (GNU coreutils) '* | \
##############################################
rotter-0.9/configure-2679-set x ${MAKE-make}
rotter-0.9/configure:2680:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
rotter-0.9/configure-2681-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
rotter-0.9/configure-2689-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
rotter-0.9/configure:2690:case `${MAKE-make} -f conftest.make 2>/dev/null` in
rotter-0.9/configure-2691-  *@@@%%%=?*=@@@%%%*)
##############################################
rotter-0.9/configure-2716-
rotter-0.9/configure:2717:if test "`cd $srcdir && pwd`" != "`pwd`"; then
rotter-0.9/configure-2718-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
rotter-0.9/configure-3130-$as_echo_n "checking whether the C compiler works... " >&6; }
rotter-0.9/configure:3131:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
rotter-0.9/configure-3132-
##############################################
rotter-0.9/configure-3174-	then :; else
rotter-0.9/configure:3175:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rotter-0.9/configure-3176-	fi
##############################################
rotter-0.9/configure-3234-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
rotter-0.9/configure:3235:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rotter-0.9/configure-3236-	  break;;
##############################################
rotter-0.9/configure-3343-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
rotter-0.9/configure:3344:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
rotter-0.9/configure-3345-       break;;
##############################################
rotter-0.9/configure-3593-# Ignore all kinds of additional output from `make'.
rotter-0.9/configure:3594:case `$am_make -s -f confmf 2> /dev/null` in #(
rotter-0.9/configure-3595-*the\ am__doit\ target*)
##############################################
rotter-0.9/configure-3603-   echo '.include "confinc"' > confmf
rotter-0.9/configure:3604:   case `$am_make -s -f confmf 2> /dev/null` in #(
rotter-0.9/configure-3605-   *the\ am__doit\ target*)
##############################################
rotter-0.9/configure-3664-  if test "$am_compiler_list" = ""; then
rotter-0.9/configure:3665:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
rotter-0.9/configure-3666-  fi
##############################################
rotter-0.9/configure-4094-  test $ac_status = 0; }; then
rotter-0.9/configure:4095:  pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 0.100.0" 2>/dev/null`
rotter-0.9/configure-4096-else
##############################################
rotter-0.9/configure-4110-  test $ac_status = 0; }; then
rotter-0.9/configure:4111:  pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 0.100.0" 2>/dev/null`
rotter-0.9/configure-4112-else
##############################################
rotter-0.9/configure-4130-        if test $_pkg_short_errors_supported = yes; then
rotter-0.9/configure:4131:	        JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "jack >= 0.100.0" 2>&1`
rotter-0.9/configure-4132-        else
rotter-0.9/configure:4133:	        JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors "jack >= 0.100.0" 2>&1`
rotter-0.9/configure-4134-        fi
##############################################
rotter-0.9/configure-4186-  test $ac_status = 0; }; then
rotter-0.9/configure:4187:  pkg_cv_TWOLAME_CFLAGS=`$PKG_CONFIG --cflags "twolame >= 0.3.9" 2>/dev/null`
rotter-0.9/configure-4188-else
##############################################
rotter-0.9/configure-4202-  test $ac_status = 0; }; then
rotter-0.9/configure:4203:  pkg_cv_TWOLAME_LIBS=`$PKG_CONFIG --libs "twolame >= 0.3.9" 2>/dev/null`
rotter-0.9/configure-4204-else
##############################################
rotter-0.9/configure-4222-        if test $_pkg_short_errors_supported = yes; then
rotter-0.9/configure:4223:	        TWOLAME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "twolame >= 0.3.9" 2>&1`
rotter-0.9/configure-4224-        else
rotter-0.9/configure:4225:	        TWOLAME_PKG_ERRORS=`$PKG_CONFIG --print-errors "twolame >= 0.3.9" 2>&1`
rotter-0.9/configure-4226-        fi
##############################################
rotter-0.9/configure-4413-  # Check for GNU $ac_path_GREP
rotter-0.9/configure:4414:case `"$ac_path_GREP" --version 2>&1` in
rotter-0.9/configure-4415-*GNU*)
##############################################
rotter-0.9/configure-4479-  # Check for GNU $ac_path_EGREP
rotter-0.9/configure:4480:case `"$ac_path_EGREP" --version 2>&1` in
rotter-0.9/configure-4481-*GNU*)
##############################################
rotter-0.9/configure-4640-do :
rotter-0.9/configure:4641:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rotter-0.9/configure-4642-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
rotter-0.9/configure-4645-  cat >>confdefs.h <<_ACEOF
rotter-0.9/configure:4646:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rotter-0.9/configure-4647-_ACEOF
##############################################
rotter-0.9/configure-4731-  test $ac_status = 0; }; then
rotter-0.9/configure:4732:  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.18" 2>/dev/null`
rotter-0.9/configure-4733-else
##############################################
rotter-0.9/configure-4747-  test $ac_status = 0; }; then
rotter-0.9/configure:4748:  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.18" 2>/dev/null`
rotter-0.9/configure-4749-else
##############################################
rotter-0.9/configure-4767-        if test $_pkg_short_errors_supported = yes; then
rotter-0.9/configure:4768:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sndfile >= 1.0.18" 2>&1`
rotter-0.9/configure-4769-        else
rotter-0.9/configure:4770:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors "sndfile >= 1.0.18" 2>&1`
rotter-0.9/configure-4771-        fi
##############################################
rotter-0.9/configure-4918-do :
rotter-0.9/configure:4919:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rotter-0.9/configure-4920-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
rotter-0.9/configure-4922-  cat >>confdefs.h <<_ACEOF
rotter-0.9/configure:4923:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rotter-0.9/configure-4924-_ACEOF
##############################################
rotter-0.9/configure-4931-do :
rotter-0.9/configure:4932:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rotter-0.9/configure-4933-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
rotter-0.9/configure-4935-  cat >>confdefs.h <<_ACEOF
rotter-0.9/configure:4936:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rotter-0.9/configure-4937-_ACEOF
##############################################
rotter-0.9/configure-4948-do :
rotter-0.9/configure:4949:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rotter-0.9/configure-4950-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rotter-0.9/configure-4952-  cat >>confdefs.h <<_ACEOF
rotter-0.9/configure:4953:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
rotter-0.9/configure-4954-_ACEOF
##############################################
rotter-0.9/configure-5057-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
rotter-0.9/configure:5058:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
rotter-0.9/configure-5059-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
rotter-0.9/configure-5140-if test -z "$BASH_VERSION$ZSH_VERSION" \
rotter-0.9/configure:5141:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rotter-0.9/configure-5142-  as_echo='print -r --'
rotter-0.9/configure-5143-  as_echo_n='print -rn --'
rotter-0.9/configure:5144:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rotter-0.9/configure-5145-  as_echo='printf %s\n'
##############################################
rotter-0.9/configure-5147-else
rotter-0.9/configure:5148:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rotter-0.9/configure-5149-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rotter-0.9/configure-5157-	expr "X$arg" : "X\\(.*\\)$as_nl";
rotter-0.9/configure:5158:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rotter-0.9/configure-5159-      esac;
##############################################
rotter-0.9/configure-5233-# ----------------------------------------
rotter-0.9/configure:5234:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rotter-0.9/configure-5235-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rotter-0.9/configure-5305-  {
rotter-0.9/configure:5306:    as_val=`expr "$@" || test $? -eq 1`
rotter-0.9/configure-5307-  }
##############################################
rotter-0.9/configure-5409-      case $as_dir in #(
rotter-0.9/configure:5410:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rotter-0.9/configure-5411-      *) as_qdir=$as_dir;;
##############################################
rotter-0.9/configure-5466-	esac;
rotter-0.9/configure:5467:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
rotter-0.9/configure-5468-	???[sx]*):;;*)false;;esac;fi
##############################################
rotter-0.9/configure-5556-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
rotter-0.9/configure:5557:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
rotter-0.9/configure-5558-ac_cs_version="\\
##############################################
rotter-0.9/configure-5581-  --*=?*)
rotter-0.9/configure:5582:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
rotter-0.9/configure:5583:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
rotter-0.9/configure-5584-    ac_shift=:
##############################################
rotter-0.9/configure-5586-  --*=)
rotter-0.9/configure:5587:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
rotter-0.9/configure-5588-    ac_optarg=
##############################################
rotter-0.9/configure-5610-    case $ac_optarg in
rotter-0.9/configure:5611:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rotter-0.9/configure-5612-    '') as_fn_error $? "missing file argument" ;;
##############################################
rotter-0.9/configure-5618-    case $ac_optarg in
rotter-0.9/configure:5619:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rotter-0.9/configure-5620-    esac
##############################################
rotter-0.9/configure-5745-fi
rotter-0.9/configure:5746:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
rotter-0.9/configure-5747-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
rotter-0.9/configure-5762-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
rotter-0.9/configure:5763:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
rotter-0.9/configure-5764-ac_delim='%!_!# '
##############################################
rotter-0.9/configure-5768-
rotter-0.9/configure:5769:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
rotter-0.9/configure-5770-  if test $ac_delim_n = $ac_delim_num; then
##############################################
rotter-0.9/configure-5906-for ac_last_try in false false :; do
rotter-0.9/configure:5907:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
rotter-0.9/configure-5908-  if test -z "$ac_t"; then
##############################################
rotter-0.9/configure-6038-      esac
rotter-0.9/configure:6039:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
rotter-0.9/configure-6040-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
rotter-0.9/configure-6097-*)
rotter-0.9/configure:6098:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rotter-0.9/configure-6099-  # A ".." for each directory in $ac_dir_suffix.
rotter-0.9/configure:6100:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rotter-0.9/configure-6101-  case $ac_top_builddir_sub in
##############################################
rotter-0.9/configure-6158-/@mandir@/p'
rotter-0.9/configure:6159:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
rotter-0.9/configure-6160-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
rotter-0.9/configure-6175-
rotter-0.9/configure:6176:# Neutralize VPATH when `$srcdir' = `.'.
rotter-0.9/configure-6177-# Shell code in configure.ac might set extrasub.
##############################################
rotter-0.9/configure-6203-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
rotter-0.9/configure:6204:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
rotter-0.9/configure:6205:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
rotter-0.9/configure-6206-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
rotter-0.9/configure-6248-    * )
rotter-0.9/configure:6249:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
rotter-0.9/configure-6250-  esac
##############################################
rotter-0.9/configure-6295-    # Strip MF so we end up with the name of the file.
rotter-0.9/configure:6296:    mf=`echo "$mf" | sed -e 's/:.*$//'`
rotter-0.9/configure-6297-    # Check whether this is an Automake generated Makefile or not.
##############################################
rotter-0.9/configure-6332-    # from the Makefile without running `make'.
rotter-0.9/configure:6333:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
rotter-0.9/configure-6334-    test -z "$DEPDIR" && continue
rotter-0.9/configure:6335:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
rotter-0.9/configure-6336-    test -z "am__include" && continue
rotter-0.9/configure:6337:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
rotter-0.9/configure-6338-    # When using ansi2knr, U may be empty or an underscore; expand it
rotter-0.9/configure:6339:    U=`sed -n 's/^U = //p' < "$mf"`
rotter-0.9/configure-6340-    # Find all dependency output files, they are included files with
##############################################
rotter-0.9/debian/rotter.init-38-		if test -e $PIDFILE ; then
rotter-0.9/debian/rotter.init:39:			pid=`cat $PIDFILE | sed -e 's/\s.*//'|head -n1`
rotter-0.9/debian/rotter.init-40-			PIDDIR=/proc/$pid
##############################################
rotter-0.9/debian/rotter.init-92-		if test -e $PIDFILE ; then
rotter-0.9/debian/rotter.init:93:			pid=`cat $PIDFILE | sed -e 's/\s.*//'|head -n1`
rotter-0.9/debian/rotter.init-94-			PIDDIR=/proc/$pid