===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
syrep-0.9/missing-128-         from any GNU archive site."
syrep-0.9/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
syrep-0.9/missing-130-    test -z "$files" && files="config.h"
##############################################
syrep-0.9/missing-167-         proper tools for further handling them.
syrep-0.9/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
syrep-0.9/missing-169-         archive site."
syrep-0.9/missing-170-
syrep-0.9/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
syrep-0.9/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
syrep-0.9/missing-173-    if test -f "$file"; then
##############################################
syrep-0.9/missing-196-	*.y)
syrep-0.9/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
syrep-0.9/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
syrep-0.9/missing-200-	    fi
syrep-0.9/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
syrep-0.9/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
syrep-0.9/missing-226-	*.l)
syrep-0.9/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
syrep-0.9/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
syrep-0.9/missing-250-
syrep-0.9/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
syrep-0.9/missing-252-    if test -z "$file"; then
syrep-0.9/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
syrep-0.9/missing-254-    fi
##############################################
syrep-0.9/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
syrep-0.9/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
syrep-0.9/missing-278-    if test -z "$file"; then
syrep-0.9/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
syrep-0.9/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
syrep-0.9/missing-281-    fi
##############################################
syrep-0.9/missing-304-	*o*)
syrep-0.9/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
syrep-0.9/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
syrep-0.9/missing-310-	*h*)
syrep-0.9/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
syrep-0.9/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
syrep-0.9/compile-81-# Name of file we expect compiler to create.
syrep-0.9/compile:82:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
syrep-0.9/compile-83-
##############################################
syrep-0.9/compile-87-# object file name, since that is what matters with a parallel build.
syrep-0.9/compile:88:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
syrep-0.9/compile-89-while true; do
##############################################
syrep-0.9/config.guess-39-
syrep-0.9/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'`
syrep-0.9/config.guess-41-
##############################################
syrep-0.9/config.guess-108-: ${TMPDIR=/tmp} ;
syrep-0.9/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
syrep-0.9/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
syrep-0.9/config.guess-193-	    *)
syrep-0.9/config.guess:194:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
syrep-0.9/config.guess-195-		;;
##############################################
syrep-0.9/config.guess-220-	*4.0)
syrep-0.9/config.guess:221:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
syrep-0.9/config.guess-222-		;;
syrep-0.9/config.guess-223-	*5.*)
syrep-0.9/config.guess:224:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
syrep-0.9/config.guess-225-		;;
##############################################
syrep-0.9/config.guess-230-	# types through head -n 1, so we only detect the type of CPU 0.
syrep-0.9/config.guess:231:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
syrep-0.9/config.guess-232-	case "$ALPHA_CPU_TYPE" in
##############################################
syrep-0.9/config.guess-268-	# 1.2 uses "1.2" for uname -r.
syrep-0.9/config.guess:269:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
syrep-0.9/config.guess-270-	exit ;;
##############################################
syrep-0.9/config.guess-325-    sun4H:SunOS:5.*:*)
syrep-0.9/config.guess:326:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
syrep-0.9/config.guess-327-	exit ;;
syrep-0.9/config.guess-328-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
syrep-0.9/config.guess:329:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
syrep-0.9/config.guess-330-	exit ;;
syrep-0.9/config.guess-331-    i86pc:SunOS:5.*:*)
syrep-0.9/config.guess:332:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
syrep-0.9/config.guess-333-	exit ;;
##############################################
syrep-0.9/config.guess-337-	# it's likely to be more like Solaris than SunOS4.
syrep-0.9/config.guess:338:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
syrep-0.9/config.guess-339-	exit ;;
##############################################
syrep-0.9/config.guess-346-	# Japanese Language versions have a version number like `4.1.3-JL'.
syrep-0.9/config.guess:347:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
syrep-0.9/config.guess-348-	exit ;;
##############################################
syrep-0.9/config.guess-352-    sun*:*:4.2BSD:*)
syrep-0.9/config.guess:353:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
syrep-0.9/config.guess-354-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
syrep-0.9/config.guess-434-	$CC_FOR_BUILD -o $dummy $dummy.c &&
syrep-0.9/config.guess:435:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
syrep-0.9/config.guess:436:	  SYSTEM_NAME=`$dummy $dummyarg` &&
syrep-0.9/config.guess-437-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
syrep-0.9/config.guess-490-    *:IRIX*:*:*)
syrep-0.9/config.guess:491:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
syrep-0.9/config.guess-492-	exit ;;
##############################################
syrep-0.9/config.guess-520-EOF
syrep-0.9/config.guess:521:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
syrep-0.9/config.guess-522-		then
##############################################
syrep-0.9/config.guess-533-    *:AIX:*:[45])
syrep-0.9/config.guess:534:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
syrep-0.9/config.guess-535-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
syrep-0.9/config.guess-568-    9000/[34678]??:HP-UX:*:*)
syrep-0.9/config.guess:569:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
syrep-0.9/config.guess-570-	case "${UNAME_MACHINE}" in
##############################################
syrep-0.9/config.guess-622-EOF
syrep-0.9/config.guess:623:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
syrep-0.9/config.guess-624-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
syrep-0.9/config.guess-650-    ia64:HP-UX:*:*)
syrep-0.9/config.guess:651:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
syrep-0.9/config.guess-652-	echo ia64-hp-hpux${HPUX_REV}
##############################################
syrep-0.9/config.guess-680-EOF
syrep-0.9/config.guess:681:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
syrep-0.9/config.guess-682-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
syrep-0.9/config.guess-751-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
syrep-0.9/config.guess:752:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
syrep-0.9/config.guess-753-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
syrep-0.9/config.guess-756-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
syrep-0.9/config.guess:757:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
syrep-0.9/config.guess-758-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
syrep-0.9/config.guess-771-	    pc98)
syrep-0.9/config.guess:772:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
syrep-0.9/config.guess-773-	    *)
syrep-0.9/config.guess:774:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
syrep-0.9/config.guess-775-	esac
##############################################
syrep-0.9/config.guess-817-    prep*:SunOS:5.*:*)
syrep-0.9/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
syrep-0.9/config.guess-819-	exit ;;
##############################################
syrep-0.9/config.guess-821-	# the GNU system
syrep-0.9/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
syrep-0.9/config.guess-823-	exit ;;
##############################################
syrep-0.9/config.guess-825-	# other systems with GNU libc and userland
syrep-0.9/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
syrep-0.9/config.guess-827-	exit ;;
##############################################
syrep-0.9/config.guess-1047-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
syrep-0.9/config.guess:1048:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
syrep-0.9/config.guess-1049-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
syrep-0.9/config.guess-1279-    *:DragonFly:*:*)
syrep-0.9/config.guess:1280:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
syrep-0.9/config.guess-1281-	exit ;;
##############################################
syrep-0.9/config.guess-1292-    i*86:skyos:*:*)
syrep-0.9/config.guess:1293:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
syrep-0.9/config.guess-1294-	exit ;;
##############################################
syrep-0.9/config.guess-1417-
syrep-0.9/config.guess:1418:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
syrep-0.9/config.guess-1419-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
syrep-0.9/doc/Makefile.in-68-  { \
syrep-0.9/doc/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
syrep-0.9/doc/Makefile.in-70-  }; \
##############################################
syrep-0.9/doc/Makefile.in-281-distdir: $(DISTFILES)
syrep-0.9/doc/Makefile.in:282:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/doc/Makefile.in:283:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/doc/Makefile.in-284-	list='$(DISTFILES)'; \
##############################################
syrep-0.9/doc/Makefile.in-295-	  if test -d $$d/$$file; then \
syrep-0.9/doc/Makefile.in:296:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
syrep-0.9/doc/Makefile.in-297-	    if test -d "$(distdir)/$$file"; then \
##############################################
syrep-0.9/src/Makefile.am-80-	if test -d "$(top_srcdir)/.svn" ; then \
syrep-0.9/src/Makefile.am:81:		if REV=`svn info "$(top_srcdir)" | grep ^Revision | cut -f2 -d" "` 2> /dev/null ; then \
syrep-0.9/src/Makefile.am-82-			echo -e "#ifndef foosvnrevisionhfoo\n#define foosvnrevisionhfoo\n#define SVN_REVISION \"$$REV\"\n#endif" > $@ ; \
##############################################
syrep-0.9/src/Makefile.in-68-  { \
syrep-0.9/src/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
syrep-0.9/src/Makefile.in-70-  }; \
##############################################
syrep-0.9/src/Makefile.in-457-.c.obj:
syrep-0.9/src/Makefile.in:458:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
syrep-0.9/src/Makefile.in-459-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
syrep-0.9/src/Makefile.in-461-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
syrep-0.9/src/Makefile.in:462:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
syrep-0.9/src/Makefile.in-463-
##############################################
syrep-0.9/src/Makefile.in-493-GTAGS:
syrep-0.9/src/Makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
syrep-0.9/src/Makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
syrep-0.9/src/Makefile.in-516-distdir: $(DISTFILES)
syrep-0.9/src/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/src/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/src/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
syrep-0.9/src/Makefile.in-530-	  if test -d $$d/$$file; then \
syrep-0.9/src/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
syrep-0.9/src/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
syrep-0.9/src/Makefile.in-684-@USE_SUBVERSION_TRUE@	if test -d "$(top_srcdir)/.svn" ; then \
syrep-0.9/src/Makefile.in:685:@USE_SUBVERSION_TRUE@		if REV=`svn info "$(top_srcdir)" | grep ^Revision | cut -f2 -d" "` 2> /dev/null ; then \
syrep-0.9/src/Makefile.in-686-@USE_SUBVERSION_TRUE@			echo -e "#ifndef foosvnrevisionhfoo\n#define foosvnrevisionhfoo\n#define SVN_REVISION \"$$REV\"\n#endif" > $@ ; \
##############################################
syrep-0.9/install-sh-103-
syrep-0.9/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
syrep-0.9/install-sh-105-	    shift
##############################################
syrep-0.9/install-sh-107-
syrep-0.9/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
syrep-0.9/install-sh-109-	    shift
##############################################
syrep-0.9/install-sh-169-	then
syrep-0.9/install-sh:170:		dst=$dst/`basename "$src"`
syrep-0.9/install-sh-171-	else
##############################################
syrep-0.9/install-sh-176-## this sed command emulates the dirname command
syrep-0.9/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
syrep-0.9/install-sh-178-
##############################################
syrep-0.9/install-sh-190-IFS='%'
syrep-0.9/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
syrep-0.9/install-sh-192-IFS=$oIFS
##############################################
syrep-0.9/install-sh-224-	then
syrep-0.9/install-sh:225:		dstfile=`basename "$dst"`
syrep-0.9/install-sh-226-	else
##############################################
syrep-0.9/install-sh-234-	then
syrep-0.9/install-sh:235:		dstfile=`basename "$dst"`
syrep-0.9/install-sh-236-	else
##############################################
syrep-0.9/depcomp-34-if test -z "$depfile"; then
syrep-0.9/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
syrep-0.9/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
syrep-0.9/depcomp-37-   if test "$dir" = "$object"; then
##############################################
syrep-0.9/depcomp-43-
syrep-0.9/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
syrep-0.9/depcomp-45-
##############################################
syrep-0.9/depcomp-178-  # Version 6 uses the directory in both cases.
syrep-0.9/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
syrep-0.9/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
syrep-0.9/depcomp-189-  else
syrep-0.9/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
syrep-0.9/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
syrep-0.9/depcomp-203-    # Do two passes, one to just change these to
syrep-0.9/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
syrep-0.9/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
syrep-0.9/depcomp-244-  # Do two passes, one to just change these to
syrep-0.9/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
syrep-0.9/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
syrep-0.9/depcomp-259-   # Subdirectories are respected.
syrep-0.9/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
syrep-0.9/depcomp-261-   test "x$dir" = "x$object" && dir=
syrep-0.9/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
syrep-0.9/depcomp-263-
##############################################
syrep-0.9/depcomp-382-  done
syrep-0.9/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
syrep-0.9/depcomp-384-  touch "$tmpdepfile"
##############################################
syrep-0.9/mkinstalldirs-69-do
syrep-0.9/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
syrep-0.9/mkinstalldirs-71-  shift
##############################################
syrep-0.9/config.sub-55-
syrep-0.9/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'`
syrep-0.9/config.sub-57-
##############################################
syrep-0.9/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations.
syrep-0.9/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
syrep-0.9/config.sub-121-case $maybe_os in
##############################################
syrep-0.9/config.sub-125-    os=-$maybe_os
syrep-0.9/config.sub:126:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
syrep-0.9/config.sub-127-    ;;
syrep-0.9/config.sub-128-  *)
syrep-0.9/config.sub:129:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
syrep-0.9/config.sub-130-    if [ $basic_machine != $1 ]
syrep-0.9/config.sub:131:    then os=`echo $1 | sed 's/.*-/-/'`
syrep-0.9/config.sub-132-    else os=; fi
##############################################
syrep-0.9/config.sub-176-		os=-sco5v6
syrep-0.9/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-178-		;;
##############################################
syrep-0.9/config.sub-180-		os=-sco3.2v5
syrep-0.9/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-182-		;;
##############################################
syrep-0.9/config.sub-184-		os=-sco3.2v4
syrep-0.9/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-186-		;;
syrep-0.9/config.sub-187-	-sco3.2.[4-9]*)
syrep-0.9/config.sub:188:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
syrep-0.9/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-190-		;;
##############################################
syrep-0.9/config.sub-192-		# Don't forget version if it is 3.2v4 or newer.
syrep-0.9/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-194-		;;
##############################################
syrep-0.9/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
syrep-0.9/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-198-		;;
##############################################
syrep-0.9/config.sub-200-		os=-sco3.2v2
syrep-0.9/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-202-		;;
syrep-0.9/config.sub-203-	-udk*)
syrep-0.9/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-205-		;;
##############################################
syrep-0.9/config.sub-207-		os=-isc2.2
syrep-0.9/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-209-		;;
##############################################
syrep-0.9/config.sub-213-	-isc*)
syrep-0.9/config.sub:214:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
syrep-0.9/config.sub-215-		;;
##############################################
syrep-0.9/config.sub-219-	-ptx*)
syrep-0.9/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
syrep-0.9/config.sub-221-		;;
syrep-0.9/config.sub-222-	-windowsnt*)
syrep-0.9/config.sub:223:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
syrep-0.9/config.sub-224-		;;
##############################################
syrep-0.9/config.sub-310-	*-*-*)
syrep-0.9/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
syrep-0.9/config.sub-312-		exit 1
##############################################
syrep-0.9/config.sub-414-	amd64-*)
syrep-0.9/config.sub:415:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-416-		;;
##############################################
syrep-0.9/config.sub-635-	i*86v32)
syrep-0.9/config.sub:636:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
syrep-0.9/config.sub-637-		os=-sysv32
##############################################
syrep-0.9/config.sub-639-	i*86v4*)
syrep-0.9/config.sub:640:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
syrep-0.9/config.sub-641-		os=-sysv4
##############################################
syrep-0.9/config.sub-643-	i*86v)
syrep-0.9/config.sub:644:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
syrep-0.9/config.sub-645-		os=-sysv
##############################################
syrep-0.9/config.sub-647-	i*86sol2)
syrep-0.9/config.sub:648:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
syrep-0.9/config.sub-649-		os=-solaris2
##############################################
syrep-0.9/config.sub-695-	mips3*-*)
syrep-0.9/config.sub:696:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
syrep-0.9/config.sub-697-		;;
syrep-0.9/config.sub-698-	mips3*)
syrep-0.9/config.sub:699:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
syrep-0.9/config.sub-700-		;;
##############################################
syrep-0.9/config.sub-713-	ms1-*)
syrep-0.9/config.sub:714:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
syrep-0.9/config.sub-715-		;;
##############################################
syrep-0.9/config.sub-826-	pc98-*)
syrep-0.9/config.sub:827:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-828-		;;
##############################################
syrep-0.9/config.sub-841-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
syrep-0.9/config.sub:842:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-843-		;;
syrep-0.9/config.sub-844-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
syrep-0.9/config.sub:845:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-846-		;;
syrep-0.9/config.sub-847-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
syrep-0.9/config.sub:848:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-849-		;;
syrep-0.9/config.sub-850-	pentium4-*)
syrep-0.9/config.sub:851:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-852-		;;
##############################################
syrep-0.9/config.sub-859-		;;
syrep-0.9/config.sub:860:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-861-		;;
##############################################
syrep-0.9/config.sub-865-	ppcle-* | powerpclittle-*)
syrep-0.9/config.sub:866:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-867-		;;
##############################################
syrep-0.9/config.sub-869-		;;
syrep-0.9/config.sub:870:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-871-		;;
##############################################
syrep-0.9/config.sub-875-	ppc64le-* | powerpc64little-*)
syrep-0.9/config.sub:876:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
syrep-0.9/config.sub-877-		;;
##############################################
syrep-0.9/config.sub-1152-	*)
syrep-0.9/config.sub:1153:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
syrep-0.9/config.sub-1154-		exit 1
##############################################
syrep-0.9/config.sub-1160-	*-digital*)
syrep-0.9/config.sub:1161:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
syrep-0.9/config.sub-1162-		;;
syrep-0.9/config.sub-1163-	*-commodore*)
syrep-0.9/config.sub:1164:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
syrep-0.9/config.sub-1165-		;;
##############################################
syrep-0.9/config.sub-1178-	-solaris1 | -solaris1.*)
syrep-0.9/config.sub:1179:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
syrep-0.9/config.sub-1180-		;;
##############################################
syrep-0.9/config.sub-1190-	-gnu/linux*)
syrep-0.9/config.sub:1191:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
syrep-0.9/config.sub-1192-		;;
##############################################
syrep-0.9/config.sub-1234-	-nto*)
syrep-0.9/config.sub:1235:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
syrep-0.9/config.sub-1236-		;;
##############################################
syrep-0.9/config.sub-1241-	-mac*)
syrep-0.9/config.sub:1242:		os=`echo $os | sed -e 's|mac|macos|'`
syrep-0.9/config.sub-1243-		;;
##############################################
syrep-0.9/config.sub-1247-	-linux*)
syrep-0.9/config.sub:1248:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
syrep-0.9/config.sub-1249-		;;
syrep-0.9/config.sub-1250-	-sunos5*)
syrep-0.9/config.sub:1251:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
syrep-0.9/config.sub-1252-		;;
syrep-0.9/config.sub-1253-	-sunos6*)
syrep-0.9/config.sub:1254:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
syrep-0.9/config.sub-1255-		;;
##############################################
syrep-0.9/config.sub-1302-	-sinix5.*)
syrep-0.9/config.sub:1303:		os=`echo $os | sed -e 's|sinix|sysv|'`
syrep-0.9/config.sub-1304-		;;
##############################################
syrep-0.9/config.sub-1353-		# Get rid of the `-' at the beginning of $os.
syrep-0.9/config.sub:1354:		os=`echo $os | sed 's/[^-]*-//'`
syrep-0.9/config.sub:1355:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
syrep-0.9/config.sub-1356-		exit 1
##############################################
syrep-0.9/config.sub-1595-		esac
syrep-0.9/config.sub:1596:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
syrep-0.9/config.sub-1597-		;;
##############################################
syrep-0.9/bootstrap.sh-27-    
syrep-0.9/bootstrap.sh:28:    if [ -e "`which $1$V`" ] ; then
syrep-0.9/bootstrap.sh-29-    	P="$1$V" 
syrep-0.9/bootstrap.sh-30-    else
syrep-0.9/bootstrap.sh:31:	if [ -e "`which $1-$2`" ] ; then
syrep-0.9/bootstrap.sh-32-	    P="$1-$2" 
##############################################
syrep-0.9/man/Makefile.in-68-  { \
syrep-0.9/man/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
syrep-0.9/man/Makefile.in-70-  }; \
##############################################
syrep-0.9/man/Makefile.in-137-  esac
syrep-0.9/man/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
syrep-0.9/man/Makefile.in-139-am__vpath_adj = case $$p in \
syrep-0.9/man/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
syrep-0.9/man/Makefile.in-141-    *) f=$$p;; \
syrep-0.9/man/Makefile.in-142-  esac;
syrep-0.9/man/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
syrep-0.9/man/Makefile.in-144-am__install_max = 40
syrep-0.9/man/Makefile.in-145-am__nobase_strip_setup = \
syrep-0.9/man/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
syrep-0.9/man/Makefile.in-147-am__nobase_strip = \
##############################################
syrep-0.9/man/Makefile.in-307-	test -n "$(man1dir)" \
syrep-0.9/man/Makefile.in:308:	  && test -n "`echo $$list1$$list2`" \
syrep-0.9/man/Makefile.in-309-	  || exit 0; \
##############################################
syrep-0.9/man/Makefile.in-353-distdir: $(DISTFILES)
syrep-0.9/man/Makefile.in:354:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/man/Makefile.in:355:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/man/Makefile.in-356-	list='$(DISTFILES)'; \
##############################################
syrep-0.9/man/Makefile.in-367-	  if test -d $$d/$$file; then \
syrep-0.9/man/Makefile.in:368:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
syrep-0.9/man/Makefile.in-369-	    if test -d "$(distdir)/$$file"; then \
##############################################
syrep-0.9/Makefile.in-68-  { \
syrep-0.9/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
syrep-0.9/Makefile.in-70-  }; \
##############################################
syrep-0.9/Makefile.in-198-  while test -n "$$dir1"; do \
syrep-0.9/Makefile.in:199:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
syrep-0.9/Makefile.in-200-    if test "$$first" != "."; then \
syrep-0.9/Makefile.in-201-      if test "$$first" = ".."; then \
syrep-0.9/Makefile.in:202:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
syrep-0.9/Makefile.in:203:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
syrep-0.9/Makefile.in-204-      else \
syrep-0.9/Makefile.in:205:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
syrep-0.9/Makefile.in-206-        if test "$$first2" = "$$first"; then \
syrep-0.9/Makefile.in:207:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
syrep-0.9/Makefile.in-208-        else \
##############################################
syrep-0.9/Makefile.in-213-    fi; \
syrep-0.9/Makefile.in:214:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
syrep-0.9/Makefile.in-215-  done; \
##############################################
syrep-0.9/Makefile.in-387-	dot_seen=no; \
syrep-0.9/Makefile.in:388:	target=`echo $@ | sed s/-recursive//`; \
syrep-0.9/Makefile.in-389-	case "$@" in \
##############################################
syrep-0.9/Makefile.in-450-GTAGS:
syrep-0.9/Makefile.in:451:	here=`$(am__cd) $(top_builddir) && pwd` \
syrep-0.9/Makefile.in-452-	  && $(am__cd) $(top_srcdir) \
##############################################
syrep-0.9/Makefile.in-482-	test -d "$(distdir)" || mkdir "$(distdir)"
syrep-0.9/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
syrep-0.9/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
syrep-0.9/Makefile.in-496-	  if test -d $$d/$$file; then \
syrep-0.9/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
syrep-0.9/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
syrep-0.9/Makefile.in-607-	test -d $(distdir)/_build || exit 0; \
syrep-0.9/Makefile.in:608:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
syrep-0.9/Makefile.in-609-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
syrep-0.9/Makefile.in-651-	}; \
syrep-0.9/Makefile.in:652:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
syrep-0.9/Makefile.in-653-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
syrep-0.9/Makefile.in-663-	fi
syrep-0.9/Makefile.in:664:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
syrep-0.9/Makefile.in-665-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
syrep-0.9/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
syrep-0.9/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
syrep-0.9/aclocal.m4-94-# and then we would define $MISSING as
##############################################
syrep-0.9/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
syrep-0.9/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
syrep-0.9/aclocal.m4-109-])
##############################################
syrep-0.9/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
syrep-0.9/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
syrep-0.9/aclocal.m4-207-  fi
##############################################
syrep-0.9/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
syrep-0.9/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
syrep-0.9/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
syrep-0.9/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
syrep-0.9/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
syrep-0.9/aclocal.m4-367-    else
##############################################
syrep-0.9/aclocal.m4-371-    # from the Makefile without running 'make'.
syrep-0.9/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
syrep-0.9/aclocal.m4-373-    test -z "$DEPDIR" && continue
syrep-0.9/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
syrep-0.9/aclocal.m4-375-    test -z "$am__include" && continue
syrep-0.9/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
syrep-0.9/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
syrep-0.9/aclocal.m4-385-      test -f "$dirpart/$file" && continue
syrep-0.9/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
syrep-0.9/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
syrep-0.9/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
syrep-0.9/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
syrep-0.9/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
syrep-0.9/aclocal.m4-602-    * )
syrep-0.9/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
syrep-0.9/aclocal.m4-604-  esac
syrep-0.9/aclocal.m4-605-done
syrep-0.9/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
syrep-0.9/aclocal.m4-607-
##############################################
syrep-0.9/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
syrep-0.9/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
syrep-0.9/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
syrep-0.9/aclocal.m4-683-   echo '.include "confinc"' > confmf
syrep-0.9/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
syrep-0.9/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
syrep-0.9/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
syrep-0.9/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
syrep-0.9/aclocal.m4-867-     if test "$[*]" = "X"; then
syrep-0.9/aclocal.m4-868-	# -L didn't work.
syrep-0.9/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
syrep-0.9/aclocal.m4-870-     fi
##############################################
syrep-0.9/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
syrep-0.9/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
syrep-0.9/configure-47-  as_echo='print -r --'
syrep-0.9/configure-48-  as_echo_n='print -rn --'
syrep-0.9/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
syrep-0.9/configure-50-  as_echo='printf %s\n'
##############################################
syrep-0.9/configure-52-else
syrep-0.9/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
syrep-0.9/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
syrep-0.9/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
syrep-0.9/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
syrep-0.9/configure-64-      esac;
##############################################
syrep-0.9/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
syrep-0.9/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
syrep-0.9/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
syrep-0.9/configure-327-      case $as_dir in #(
syrep-0.9/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
syrep-0.9/configure-329-      *) as_qdir=$as_dir;;
##############################################
syrep-0.9/configure-400-  {
syrep-0.9/configure:401:    as_val=`expr "$@" || test $? -eq 1`
syrep-0.9/configure-402-  }
##############################################
syrep-0.9/configure-407-# ----------------------------------------
syrep-0.9/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
syrep-0.9/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
syrep-0.9/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
syrep-0.9/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
syrep-0.9/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
syrep-0.9/configure-813-  case $ac_option in
syrep-0.9/configure:814:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
syrep-0.9/configure-815-  *=)   ac_optarg= ;;
##############################################
syrep-0.9/configure-857-  -disable-* | --disable-*)
syrep-0.9/configure:858:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
syrep-0.9/configure-859-    # Reject names that are not valid shell variable names.
##############################################
syrep-0.9/configure-862-    ac_useropt_orig=$ac_useropt
syrep-0.9/configure:863:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
syrep-0.9/configure-864-    case $ac_user_opts in
##############################################
syrep-0.9/configure-883-  -enable-* | --enable-*)
syrep-0.9/configure:884:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
syrep-0.9/configure-885-    # Reject names that are not valid shell variable names.
##############################################
syrep-0.9/configure-888-    ac_useropt_orig=$ac_useropt
syrep-0.9/configure:889:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
syrep-0.9/configure-890-    case $ac_user_opts in
##############################################
syrep-0.9/configure-1096-  -with-* | --with-*)
syrep-0.9/configure:1097:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
syrep-0.9/configure-1098-    # Reject names that are not valid shell variable names.
##############################################
syrep-0.9/configure-1101-    ac_useropt_orig=$ac_useropt
syrep-0.9/configure:1102:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
syrep-0.9/configure-1103-    case $ac_user_opts in
##############################################
syrep-0.9/configure-1112-  -without-* | --without-*)
syrep-0.9/configure:1113:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
syrep-0.9/configure-1114-    # Reject names that are not valid shell variable names.
##############################################
syrep-0.9/configure-1117-    ac_useropt_orig=$ac_useropt
syrep-0.9/configure:1118:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
syrep-0.9/configure-1119-    case $ac_user_opts in
##############################################
syrep-0.9/configure-1150-  *=*)
syrep-0.9/configure:1151:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
syrep-0.9/configure-1152-    # Reject names that are not valid shell variable names.
##############################################
syrep-0.9/configure-1171-if test -n "$ac_prev"; then
syrep-0.9/configure:1172:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
syrep-0.9/configure-1173-  as_fn_error $? "missing argument to $ac_option"
##############################################
syrep-0.9/configure-1193-    */ )
syrep-0.9/configure:1194:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
syrep-0.9/configure-1195-      eval $ac_var=\$ac_val;;
##############################################
syrep-0.9/configure-1228-ac_ls_di=`ls -di .` &&
syrep-0.9/configure:1229:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
syrep-0.9/configure-1230-  as_fn_error $? "working directory cannot be determined"
##############################################
syrep-0.9/configure-1284-case $srcdir in
syrep-0.9/configure:1285:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
syrep-0.9/configure-1286-esac
##############################################
syrep-0.9/configure-1327-By default, \`make install' will install all the files in
syrep-0.9/configure:1328:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
syrep-0.9/configure:1329:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
syrep-0.9/configure-1330-for instance \`--prefix=\$HOME'.
##############################################
syrep-0.9/configure-1417-*)
syrep-0.9/configure:1418:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
syrep-0.9/configure-1419-  # A ".." for each directory in $ac_dir_suffix.
syrep-0.9/configure:1420:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
syrep-0.9/configure-1421-  case $ac_top_builddir_sub in
##############################################
syrep-0.9/configure-1959-    *\'*)
syrep-0.9/configure:1960:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
syrep-0.9/configure-1961-    esac
##############################################
syrep-0.9/configure-2042-      case $ac_val in
syrep-0.9/configure:2043:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
syrep-0.9/configure-2044-      esac
##############################################
syrep-0.9/configure-2057-	case $ac_val in
syrep-0.9/configure:2058:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
syrep-0.9/configure-2059-	esac
##############################################
syrep-0.9/configure-2180-    set,)
syrep-0.9/configure:2181:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
syrep-0.9/configure:2182:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
syrep-0.9/configure-2183-      ac_cache_corrupted=: ;;
##############################################
syrep-0.9/configure-2191-	# differences in whitespace do not lead to failure.
syrep-0.9/configure:2192:	ac_old_val_w=`echo x $ac_old_val`
syrep-0.9/configure:2193:	ac_new_val_w=`echo x $ac_new_val`
syrep-0.9/configure-2194-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
syrep-0.9/configure-2211-    case $ac_new_val in
syrep-0.9/configure:2212:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
syrep-0.9/configure-2213-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
syrep-0.9/configure-2389-     echo "timestamp, slept: $am_has_slept" > conftest.file
syrep-0.9/configure:2390:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
syrep-0.9/configure-2391-     if test "$*" = "X"; then
syrep-0.9/configure-2392-	# -L didn't work.
syrep-0.9/configure:2393:	set X `ls -t "$srcdir/configure" conftest.file`
syrep-0.9/configure-2394-     fi
##############################################
syrep-0.9/configure-2440-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
syrep-0.9/configure:2441:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
syrep-0.9/configure-2442-
syrep-0.9/configure-2443-# Expand $ac_aux_dir to an absolute path.
syrep-0.9/configure:2444:am_aux_dir=`cd "$ac_aux_dir" && pwd`
syrep-0.9/configure-2445-
##############################################
syrep-0.9/configure-2585-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
syrep-0.9/configure:2586:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
syrep-0.9/configure-2587-	     'mkdir (GNU coreutils) '* | \
##############################################
syrep-0.9/configure-2658-set x ${MAKE-make}
syrep-0.9/configure:2659:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
syrep-0.9/configure-2660-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
syrep-0.9/configure-2668-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
syrep-0.9/configure:2669:case `${MAKE-make} -f conftest.make 2>/dev/null` in
syrep-0.9/configure-2670-  *@@@%%%=?*=@@@%%%*)
##############################################
syrep-0.9/configure-2734-
syrep-0.9/configure:2735:if test "`cd $srcdir && pwd`" != "`pwd`"; then
syrep-0.9/configure-2736-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
syrep-0.9/configure-3197-$as_echo_n "checking whether the C compiler works... " >&6; }
syrep-0.9/configure:3198:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
syrep-0.9/configure-3199-
##############################################
syrep-0.9/configure-3241-	then :; else
syrep-0.9/configure:3242:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
syrep-0.9/configure-3243-	fi
##############################################
syrep-0.9/configure-3301-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
syrep-0.9/configure:3302:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
syrep-0.9/configure-3303-	  break;;
##############################################
syrep-0.9/configure-3410-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
syrep-0.9/configure:3411:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
syrep-0.9/configure-3412-       break;;
##############################################
syrep-0.9/configure-3718-# Ignore all kinds of additional output from 'make'.
syrep-0.9/configure:3719:case `$am_make -s -f confmf 2> /dev/null` in #(
syrep-0.9/configure-3720-*the\ am__doit\ target*)
##############################################
syrep-0.9/configure-3728-   echo '.include "confinc"' > confmf
syrep-0.9/configure:3729:   case `$am_make -s -f confmf 2> /dev/null` in #(
syrep-0.9/configure-3730-   *the\ am__doit\ target*)
##############################################
syrep-0.9/configure-3791-  if test "$am_compiler_list" = ""; then
syrep-0.9/configure:3792:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
syrep-0.9/configure-3793-  fi
##############################################
syrep-0.9/configure-4059-  # Check for GNU $ac_path_GREP
syrep-0.9/configure:4060:case `"$ac_path_GREP" --version 2>&1` in
syrep-0.9/configure-4061-*GNU*)
##############################################
syrep-0.9/configure-4125-  # Check for GNU $ac_path_EGREP
syrep-0.9/configure:4126:case `"$ac_path_EGREP" --version 2>&1` in
syrep-0.9/configure-4127-*GNU*)
##############################################
syrep-0.9/configure-4286-do :
syrep-0.9/configure:4287:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
syrep-0.9/configure-4288-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
syrep-0.9/configure-4291-  cat >>confdefs.h <<_ACEOF
syrep-0.9/configure:4292:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
syrep-0.9/configure-4293-_ACEOF
##############################################
syrep-0.9/configure-5078-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
syrep-0.9/configure:5079:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
syrep-0.9/configure-5080-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
syrep-0.9/configure-5110-  cat >>confdefs.h <<_ACEOF
syrep-0.9/configure:5111:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
syrep-0.9/configure-5112-_ACEOF
##############################################
syrep-0.9/configure-5348-do :
syrep-0.9/configure:5349:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
syrep-0.9/configure-5350-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
syrep-0.9/configure-5352-  cat >>confdefs.h <<_ACEOF
syrep-0.9/configure:5353:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
syrep-0.9/configure-5354-_ACEOF
##############################################
syrep-0.9/configure-5558-do :
syrep-0.9/configure:5559:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
syrep-0.9/configure-5560-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
syrep-0.9/configure-5563-  cat >>confdefs.h <<_ACEOF
syrep-0.9/configure:5564:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
syrep-0.9/configure-5565-_ACEOF
##############################################
syrep-0.9/configure-5756-do :
syrep-0.9/configure:5757:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
syrep-0.9/configure-5758-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
syrep-0.9/configure-5760-  cat >>confdefs.h <<_ACEOF
syrep-0.9/configure:5761:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
syrep-0.9/configure-5762-_ACEOF
##############################################
syrep-0.9/configure-6263-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
syrep-0.9/configure:6264:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
syrep-0.9/configure-6265-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
syrep-0.9/configure-6375-if test -z "$BASH_VERSION$ZSH_VERSION" \
syrep-0.9/configure:6376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
syrep-0.9/configure-6377-  as_echo='print -r --'
syrep-0.9/configure-6378-  as_echo_n='print -rn --'
syrep-0.9/configure:6379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
syrep-0.9/configure-6380-  as_echo='printf %s\n'
##############################################
syrep-0.9/configure-6382-else
syrep-0.9/configure:6383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
syrep-0.9/configure-6384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
syrep-0.9/configure-6392-	expr "X$arg" : "X\\(.*\\)$as_nl";
syrep-0.9/configure:6393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
syrep-0.9/configure-6394-      esac;
##############################################
syrep-0.9/configure-6469-# ----------------------------------------
syrep-0.9/configure:6470:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
syrep-0.9/configure-6471-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
syrep-0.9/configure-6541-  {
syrep-0.9/configure:6542:    as_val=`expr "$@" || test $? -eq 1`
syrep-0.9/configure-6543-  }
##############################################
syrep-0.9/configure-6645-      case $as_dir in #(
syrep-0.9/configure:6646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
syrep-0.9/configure-6647-      *) as_qdir=$as_dir;;
##############################################
syrep-0.9/configure-6784-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
syrep-0.9/configure:6785:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
syrep-0.9/configure-6786-ac_cs_version="\\
##############################################
syrep-0.9/configure-6809-  --*=?*)
syrep-0.9/configure:6810:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
syrep-0.9/configure:6811:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
syrep-0.9/configure-6812-    ac_shift=:
##############################################
syrep-0.9/configure-6814-  --*=)
syrep-0.9/configure:6815:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
syrep-0.9/configure-6816-    ac_optarg=
##############################################
syrep-0.9/configure-6838-    case $ac_optarg in
syrep-0.9/configure:6839:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
syrep-0.9/configure-6840-    '') as_fn_error $? "missing file argument" ;;
##############################################
syrep-0.9/configure-6846-    case $ac_optarg in
syrep-0.9/configure:6847:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
syrep-0.9/configure-6848-    esac
##############################################
syrep-0.9/configure-6980-fi
syrep-0.9/configure:6981:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
syrep-0.9/configure-6982-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
syrep-0.9/configure-6997-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
syrep-0.9/configure:6998:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
syrep-0.9/configure-6999-ac_delim='%!_!# '
##############################################
syrep-0.9/configure-7003-
syrep-0.9/configure:7004:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
syrep-0.9/configure-7005-  if test $ac_delim_n = $ac_delim_num; then
##############################################
syrep-0.9/configure-7141-for ac_last_try in false false :; do
syrep-0.9/configure:7142:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
syrep-0.9/configure-7143-  if test -z "$ac_tt"; then
##############################################
syrep-0.9/configure-7273-      esac
syrep-0.9/configure:7274:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
syrep-0.9/configure-7275-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
syrep-0.9/configure-7332-*)
syrep-0.9/configure:7333:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
syrep-0.9/configure-7334-  # A ".." for each directory in $ac_dir_suffix.
syrep-0.9/configure:7335:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
syrep-0.9/configure-7336-  case $ac_top_builddir_sub in
##############################################
syrep-0.9/configure-7393-/@mandir@/p'
syrep-0.9/configure:7394:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
syrep-0.9/configure-7395-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
syrep-0.9/configure-7410-
syrep-0.9/configure:7411:# Neutralize VPATH when `$srcdir' = `.'.
syrep-0.9/configure-7412-# Shell code in configure.ac might set extrasub.
##############################################
syrep-0.9/configure-7438-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
syrep-0.9/configure:7439:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
syrep-0.9/configure-7440-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
syrep-0.9/configure-7484-    * )
syrep-0.9/configure:7485:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
syrep-0.9/configure-7486-  esac
##############################################
syrep-0.9/configure-7562-    # Strip MF so we end up with the name of the file.
syrep-0.9/configure:7563:    mf=`echo "$mf" | sed -e 's/:.*$//'`
syrep-0.9/configure-7564-    # Check whether this is an Automake generated Makefile or not.
##############################################
syrep-0.9/configure-7599-    # from the Makefile without running 'make'.
syrep-0.9/configure:7600:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
syrep-0.9/configure-7601-    test -z "$DEPDIR" && continue
syrep-0.9/configure:7602:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
syrep-0.9/configure-7603-    test -z "$am__include" && continue
syrep-0.9/configure:7604:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
syrep-0.9/configure-7605-    # Find all dependency output files, they are included files with