===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sgrep-1.94a/depcomp-34-if test -z "$depfile"; then
sgrep-1.94a/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
sgrep-1.94a/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
sgrep-1.94a/depcomp-37-   if test "$dir" = "$object"; then
##############################################
sgrep-1.94a/depcomp-43-
sgrep-1.94a/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
sgrep-1.94a/depcomp-45-
##############################################
sgrep-1.94a/depcomp-177-  # $object doesn't have directory information.
sgrep-1.94a/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
sgrep-1.94a/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
sgrep-1.94a/depcomp-196-    # Do two passes, one to just change these to
sgrep-1.94a/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
sgrep-1.94a/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
sgrep-1.94a/depcomp-214-   # Subdirectories are respected.
sgrep-1.94a/depcomp:215:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sgrep-1.94a/depcomp-216-   test "x$dir" = "x$object" && dir=
sgrep-1.94a/depcomp:217:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sgrep-1.94a/depcomp-218-
##############################################
sgrep-1.94a/depcomp-326-  done
sgrep-1.94a/depcomp:327:  obj_suffix="`echo $object | sed 's/^.*\././'`"
sgrep-1.94a/depcomp-328-  touch "$tmpdepfile"
##############################################
sgrep-1.94a/install-sh-85-
sgrep-1.94a/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
sgrep-1.94a/install-sh-87-	    shift
##############################################
sgrep-1.94a/install-sh-89-
sgrep-1.94a/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
sgrep-1.94a/install-sh-91-	    shift
##############################################
sgrep-1.94a/install-sh-150-	then
sgrep-1.94a/install-sh:151:		dst="$dst"/`basename $src`
sgrep-1.94a/install-sh-152-	else
##############################################
sgrep-1.94a/install-sh-157-## this sed command emulates the dirname command
sgrep-1.94a/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
sgrep-1.94a/install-sh-159-
##############################################
sgrep-1.94a/install-sh-171-IFS='%'
sgrep-1.94a/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
sgrep-1.94a/install-sh-173-IFS="${oIFS}"
##############################################
sgrep-1.94a/install-sh-205-	then
sgrep-1.94a/install-sh:206:		dstfile=`basename $dst`
sgrep-1.94a/install-sh-207-	else
##############################################
sgrep-1.94a/install-sh-215-	then
sgrep-1.94a/install-sh:216:		dstfile=`basename $dst`
sgrep-1.94a/install-sh-217-	else
##############################################
sgrep-1.94a/missing-128-         from any GNU archive site."
sgrep-1.94a/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
sgrep-1.94a/missing-130-    test -z "$files" && files="config.h"
##############################################
sgrep-1.94a/missing-167-         proper tools for further handling them.
sgrep-1.94a/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
sgrep-1.94a/missing-169-         archive site."
sgrep-1.94a/missing-170-
sgrep-1.94a/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
sgrep-1.94a/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
sgrep-1.94a/missing-173-    if test -f "$file"; then
##############################################
sgrep-1.94a/missing-196-	*.y)
sgrep-1.94a/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
sgrep-1.94a/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
sgrep-1.94a/missing-200-	    fi
sgrep-1.94a/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
sgrep-1.94a/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
sgrep-1.94a/missing-226-	*.l)
sgrep-1.94a/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
sgrep-1.94a/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
sgrep-1.94a/missing-250-
sgrep-1.94a/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
sgrep-1.94a/missing-252-    if test -z "$file"; then
sgrep-1.94a/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
sgrep-1.94a/missing-254-    fi
##############################################
sgrep-1.94a/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
sgrep-1.94a/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
sgrep-1.94a/missing-278-    if test -z "$file"; then
sgrep-1.94a/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
sgrep-1.94a/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
sgrep-1.94a/missing-281-    fi
##############################################
sgrep-1.94a/missing-304-	*o*)
sgrep-1.94a/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
sgrep-1.94a/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
sgrep-1.94a/missing-310-	*h*)
sgrep-1.94a/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
sgrep-1.94a/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
sgrep-1.94a/mkinstalldirs-12-do
sgrep-1.94a/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
sgrep-1.94a/mkinstalldirs-14-   shift
##############################################
sgrep-1.94a/Makefile.in-86-MANS = $(man_MANS)
sgrep-1.94a/Makefile.in:87:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sgrep-1.94a/Makefile.in-88-am__vpath_adj = case $$p in \
sgrep-1.94a/Makefile.in:89:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sgrep-1.94a/Makefile.in-90-    *) f=$$p;; \
sgrep-1.94a/Makefile.in-91-  esac;
sgrep-1.94a/Makefile.in:92:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
sgrep-1.94a/Makefile.in-93-dataDATA_INSTALL = $(INSTALL_DATA)
##############################################
sgrep-1.94a/Makefile.in-273-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
sgrep-1.94a/Makefile.in:274:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
sgrep-1.94a/Makefile.in-275-	  if test -f $$p \
sgrep-1.94a/Makefile.in-276-	  ; then \
sgrep-1.94a/Makefile.in:277:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
sgrep-1.94a/Makefile.in-278-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
sgrep-1.94a/Makefile.in-285-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
sgrep-1.94a/Makefile.in:286:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
sgrep-1.94a/Makefile.in-287-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
sgrep-1.94a/Makefile.in-323-.c.obj:
sgrep-1.94a/Makefile.in:324:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
sgrep-1.94a/Makefile.in-325-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
sgrep-1.94a/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sgrep-1.94a/Makefile.in:328:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
sgrep-1.94a/Makefile.in-329-uninstall-info-am:
##############################################
sgrep-1.94a/Makefile.in-342-	  else file=$$i; fi; \
sgrep-1.94a/Makefile.in:343:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
sgrep-1.94a/Makefile.in-344-	  case "$$ext" in \
##############################################
sgrep-1.94a/Makefile.in-347-	  esac; \
sgrep-1.94a/Makefile.in:348:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
sgrep-1.94a/Makefile.in:349:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
sgrep-1.94a/Makefile.in:350:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
sgrep-1.94a/Makefile.in-351-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
sgrep-1.94a/Makefile.in-363-	for i in $$list; do \
sgrep-1.94a/Makefile.in:364:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
sgrep-1.94a/Makefile.in-365-	  case "$$ext" in \
##############################################
sgrep-1.94a/Makefile.in-368-	  esac; \
sgrep-1.94a/Makefile.in:369:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
sgrep-1.94a/Makefile.in:370:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
sgrep-1.94a/Makefile.in:371:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
sgrep-1.94a/Makefile.in-372-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
sgrep-1.94a/Makefile.in-433-GTAGS:
sgrep-1.94a/Makefile.in:434:	here=`$(am__cd) $(top_builddir) && pwd` \
sgrep-1.94a/Makefile.in-435-	  && cd $(top_srcdir) \
##############################################
sgrep-1.94a/Makefile.in-443-	mkdir $(distdir)
sgrep-1.94a/Makefile.in:444:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
sgrep-1.94a/Makefile.in:445:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
sgrep-1.94a/Makefile.in-446-	list='$(DISTFILES)'; for file in $$list; do \
sgrep-1.94a/Makefile.in-447-	  case $$file in \
sgrep-1.94a/Makefile.in:448:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
sgrep-1.94a/Makefile.in:449:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
sgrep-1.94a/Makefile.in-450-	  esac; \
sgrep-1.94a/Makefile.in-451-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
sgrep-1.94a/Makefile.in:452:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
sgrep-1.94a/Makefile.in-453-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
sgrep-1.94a/Makefile.in-519-	chmod a-w $(distdir)
sgrep-1.94a/Makefile.in:520:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sgrep-1.94a/Makefile.in-521-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sgrep-1.94a/Makefile.in-550-	@cd $(distuninstallcheck_dir) \
sgrep-1.94a/Makefile.in:551:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
sgrep-1.94a/Makefile.in-552-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sgrep-1.94a/Makefile.in-562-	fi
sgrep-1.94a/Makefile.in:563:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sgrep-1.94a/Makefile.in-564-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
sgrep-1.94a/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
sgrep-1.94a/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
sgrep-1.94a/aclocal.m4-44-#
##############################################
sgrep-1.94a/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sgrep-1.94a/aclocal.m4:67:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sgrep-1.94a/aclocal.m4-68-# and then we would define $MISSING as
##############################################
sgrep-1.94a/aclocal.m4-82-# expand $ac_aux_dir to an absolute path
sgrep-1.94a/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd`
sgrep-1.94a/aclocal.m4-84-])
##############################################
sgrep-1.94a/aclocal.m4-203-  if test "$am_compiler_list" = ""; then
sgrep-1.94a/aclocal.m4:204:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
sgrep-1.94a/aclocal.m4-205-  fi
##############################################
sgrep-1.94a/aclocal.m4-313-  # Strip MF so we end up with the name of the file.
sgrep-1.94a/aclocal.m4:314:  mf=`echo "$mf" | sed -e 's/:.*$//'`
sgrep-1.94a/aclocal.m4-315-  # Check whether this is an Automake generated Makefile or not.
##############################################
sgrep-1.94a/aclocal.m4-321-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
sgrep-1.94a/aclocal.m4:322:    dirpart=`AS_DIRNAME("$mf")`
sgrep-1.94a/aclocal.m4-323-  else
##############################################
sgrep-1.94a/aclocal.m4-327-  # from the Makefile without running `make'.
sgrep-1.94a/aclocal.m4:328:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sgrep-1.94a/aclocal.m4-329-  test -z "$DEPDIR" && continue
sgrep-1.94a/aclocal.m4:330:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
sgrep-1.94a/aclocal.m4-331-  test -z "am__include" && continue
sgrep-1.94a/aclocal.m4:332:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sgrep-1.94a/aclocal.m4-333-  # When using ansi2knr, U may be empty or an underscore; expand it
sgrep-1.94a/aclocal.m4:334:  U=`sed -n 's/^U = //p' < "$mf"`
sgrep-1.94a/aclocal.m4-335-  # Find all dependency output files, they are included files with
##############################################
sgrep-1.94a/aclocal.m4-343-    test -f "$dirpart/$file" && continue
sgrep-1.94a/aclocal.m4:344:    fdir=`AS_DIRNAME(["$file"])`
sgrep-1.94a/aclocal.m4-345-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
sgrep-1.94a/aclocal.m4-410-# test to see if srcdir already configured
sgrep-1.94a/aclocal.m4:411:if test "`cd $srcdir && pwd`" != "`pwd`" &&
sgrep-1.94a/aclocal.m4-412-   test -f $srcdir/config.status; then
##############################################
sgrep-1.94a/aclocal.m4-486-    * )
sgrep-1.94a/aclocal.m4:487:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sgrep-1.94a/aclocal.m4-488-  esac
sgrep-1.94a/aclocal.m4-489-done
sgrep-1.94a/aclocal.m4:490:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
sgrep-1.94a/aclocal.m4-491-
##############################################
sgrep-1.94a/aclocal.m4-558-# case it prints its new name instead of `make'.
sgrep-1.94a/aclocal.m4:559:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
sgrep-1.94a/aclocal.m4-560-   am__include=include
##############################################
sgrep-1.94a/aclocal.m4-566-   echo '.include "confinc"' > confmf
sgrep-1.94a/aclocal.m4:567:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
sgrep-1.94a/aclocal.m4-568-      am__include=.include
##############################################
sgrep-1.94a/aclocal.m4-733-if (
sgrep-1.94a/aclocal.m4:734:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
sgrep-1.94a/aclocal.m4-735-   if test "$[*]" = "X"; then
sgrep-1.94a/aclocal.m4-736-      # -L didn't work.
sgrep-1.94a/aclocal.m4:737:      set X `ls -t $srcdir/configure conftest.file`
sgrep-1.94a/aclocal.m4-738-   fi
##############################################
sgrep-1.94a/config.sub-56-
sgrep-1.94a/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
sgrep-1.94a/config.sub-58-
##############################################
sgrep-1.94a/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
sgrep-1.94a/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sgrep-1.94a/config.sub-122-case $maybe_os in
##############################################
sgrep-1.94a/config.sub-126-    os=-$maybe_os
sgrep-1.94a/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sgrep-1.94a/config.sub-128-    ;;
sgrep-1.94a/config.sub-129-  *)
sgrep-1.94a/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
sgrep-1.94a/config.sub-131-    if [ $basic_machine != $1 ]
sgrep-1.94a/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
sgrep-1.94a/config.sub-133-    else os=; fi
##############################################
sgrep-1.94a/config.sub-177-		os=-sco5v6
sgrep-1.94a/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-179-		;;
##############################################
sgrep-1.94a/config.sub-181-		os=-sco3.2v5
sgrep-1.94a/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-183-		;;
##############################################
sgrep-1.94a/config.sub-185-		os=-sco3.2v4
sgrep-1.94a/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-187-		;;
sgrep-1.94a/config.sub-188-	-sco3.2.[4-9]*)
sgrep-1.94a/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sgrep-1.94a/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-191-		;;
##############################################
sgrep-1.94a/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
sgrep-1.94a/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-195-		;;
##############################################
sgrep-1.94a/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
sgrep-1.94a/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-199-		;;
##############################################
sgrep-1.94a/config.sub-201-		os=-sco3.2v2
sgrep-1.94a/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-203-		;;
sgrep-1.94a/config.sub-204-	-udk*)
sgrep-1.94a/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-206-		;;
##############################################
sgrep-1.94a/config.sub-208-		os=-isc2.2
sgrep-1.94a/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-210-		;;
##############################################
sgrep-1.94a/config.sub-214-	-isc*)
sgrep-1.94a/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sgrep-1.94a/config.sub-216-		;;
##############################################
sgrep-1.94a/config.sub-220-	-ptx*)
sgrep-1.94a/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
sgrep-1.94a/config.sub-222-		;;
sgrep-1.94a/config.sub-223-	-windowsnt*)
sgrep-1.94a/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
sgrep-1.94a/config.sub-225-		;;
##############################################
sgrep-1.94a/config.sub-310-	*-*-*)
sgrep-1.94a/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sgrep-1.94a/config.sub-312-		exit 1
##############################################
sgrep-1.94a/config.sub-416-	amd64-*)
sgrep-1.94a/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-418-		;;
##############################################
sgrep-1.94a/config.sub-454-	blackfin-*)
sgrep-1.94a/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-456-		os=-linux
##############################################
sgrep-1.94a/config.sub-645-	i*86v32)
sgrep-1.94a/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sgrep-1.94a/config.sub-647-		os=-sysv32
##############################################
sgrep-1.94a/config.sub-649-	i*86v4*)
sgrep-1.94a/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sgrep-1.94a/config.sub-651-		os=-sysv4
##############################################
sgrep-1.94a/config.sub-653-	i*86v)
sgrep-1.94a/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sgrep-1.94a/config.sub-655-		os=-sysv
##############################################
sgrep-1.94a/config.sub-657-	i*86sol2)
sgrep-1.94a/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sgrep-1.94a/config.sub-659-		os=-solaris2
##############################################
sgrep-1.94a/config.sub-687-	m68knommu-*)
sgrep-1.94a/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-689-		os=-linux
##############################################
sgrep-1.94a/config.sub-717-	mips3*-*)
sgrep-1.94a/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
sgrep-1.94a/config.sub-719-		;;
sgrep-1.94a/config.sub-720-	mips3*)
sgrep-1.94a/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
sgrep-1.94a/config.sub-722-		;;
##############################################
sgrep-1.94a/config.sub-735-	ms1-*)
sgrep-1.94a/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
sgrep-1.94a/config.sub-737-		;;
##############################################
sgrep-1.94a/config.sub-840-	parisc-*)
sgrep-1.94a/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-842-		os=-linux
##############################################
sgrep-1.94a/config.sub-856-	pc98-*)
sgrep-1.94a/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-858-		;;
##############################################
sgrep-1.94a/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sgrep-1.94a/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-873-		;;
sgrep-1.94a/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sgrep-1.94a/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-876-		;;
sgrep-1.94a/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sgrep-1.94a/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-879-		;;
sgrep-1.94a/config.sub-880-	pentium4-*)
sgrep-1.94a/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-882-		;;
##############################################
sgrep-1.94a/config.sub-889-		;;
sgrep-1.94a/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-891-		;;
##############################################
sgrep-1.94a/config.sub-895-	ppcle-* | powerpclittle-*)
sgrep-1.94a/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-897-		;;
##############################################
sgrep-1.94a/config.sub-899-		;;
sgrep-1.94a/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-901-		;;
##############################################
sgrep-1.94a/config.sub-905-	ppc64le-* | powerpc64little-*)
sgrep-1.94a/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
sgrep-1.94a/config.sub-907-		;;
##############################################
sgrep-1.94a/config.sub-1193-	*)
sgrep-1.94a/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sgrep-1.94a/config.sub-1195-		exit 1
##############################################
sgrep-1.94a/config.sub-1201-	*-digital*)
sgrep-1.94a/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
sgrep-1.94a/config.sub-1203-		;;
sgrep-1.94a/config.sub-1204-	*-commodore*)
sgrep-1.94a/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
sgrep-1.94a/config.sub-1206-		;;
##############################################
sgrep-1.94a/config.sub-1219-	-solaris1 | -solaris1.*)
sgrep-1.94a/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sgrep-1.94a/config.sub-1221-		;;
##############################################
sgrep-1.94a/config.sub-1231-	-gnu/linux*)
sgrep-1.94a/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sgrep-1.94a/config.sub-1233-		;;
##############################################
sgrep-1.94a/config.sub-1275-	-nto*)
sgrep-1.94a/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sgrep-1.94a/config.sub-1277-		;;
##############################################
sgrep-1.94a/config.sub-1282-	-mac*)
sgrep-1.94a/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
sgrep-1.94a/config.sub-1284-		;;
##############################################
sgrep-1.94a/config.sub-1288-	-linux*)
sgrep-1.94a/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sgrep-1.94a/config.sub-1290-		;;
sgrep-1.94a/config.sub-1291-	-sunos5*)
sgrep-1.94a/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
sgrep-1.94a/config.sub-1293-		;;
sgrep-1.94a/config.sub-1294-	-sunos6*)
sgrep-1.94a/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
sgrep-1.94a/config.sub-1296-		;;
##############################################
sgrep-1.94a/config.sub-1343-	-sinix5.*)
sgrep-1.94a/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
sgrep-1.94a/config.sub-1345-		;;
##############################################
sgrep-1.94a/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
sgrep-1.94a/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
sgrep-1.94a/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
sgrep-1.94a/config.sub-1397-		exit 1
##############################################
sgrep-1.94a/config.sub-1645-		esac
sgrep-1.94a/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
sgrep-1.94a/config.sub-1647-		;;
##############################################
sgrep-1.94a/configure-107-do
sgrep-1.94a/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
sgrep-1.94a/configure-109-    eval $as_var=C; export $as_var
##############################################
sgrep-1.94a/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
sgrep-1.94a/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
sgrep-1.94a/configure-217-") 2> /dev/null; then
##############################################
sgrep-1.94a/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sgrep-1.94a/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
sgrep-1.94a/configure-332-
##############################################
sgrep-1.94a/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sgrep-1.94a/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
sgrep-1.94a/configure-427-
##############################################
sgrep-1.94a/configure-536-	esac;
sgrep-1.94a/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
sgrep-1.94a/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
sgrep-1.94a/configure-772-  case $ac_option in
sgrep-1.94a/configure:773:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sgrep-1.94a/configure-774-  *)	ac_optarg=yes ;;
##############################################
sgrep-1.94a/configure-815-  -disable-* | --disable-*)
sgrep-1.94a/configure:816:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sgrep-1.94a/configure-817-    # Reject names that are not valid shell variable names.
##############################################
sgrep-1.94a/configure-820-   { (exit 1); exit 1; }; }
sgrep-1.94a/configure:821:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
sgrep-1.94a/configure-822-    eval enable_$ac_feature=no ;;
##############################################
sgrep-1.94a/configure-834-  -enable-* | --enable-*)
sgrep-1.94a/configure:835:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sgrep-1.94a/configure-836-    # Reject names that are not valid shell variable names.
##############################################
sgrep-1.94a/configure-839-   { (exit 1); exit 1; }; }
sgrep-1.94a/configure:840:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
sgrep-1.94a/configure-841-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
sgrep-1.94a/configure-1031-  -with-* | --with-*)
sgrep-1.94a/configure:1032:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sgrep-1.94a/configure-1033-    # Reject names that are not valid shell variable names.
##############################################
sgrep-1.94a/configure-1036-   { (exit 1); exit 1; }; }
sgrep-1.94a/configure:1037:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
sgrep-1.94a/configure-1038-    eval with_$ac_package=\$ac_optarg ;;
##############################################
sgrep-1.94a/configure-1040-  -without-* | --without-*)
sgrep-1.94a/configure:1041:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sgrep-1.94a/configure-1042-    # Reject names that are not valid shell variable names.
##############################################
sgrep-1.94a/configure-1045-   { (exit 1); exit 1; }; }
sgrep-1.94a/configure:1046:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
sgrep-1.94a/configure-1047-    eval with_$ac_package=no ;;
##############################################
sgrep-1.94a/configure-1072-  *=*)
sgrep-1.94a/configure:1073:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sgrep-1.94a/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
sgrep-1.94a/configure-1092-if test -n "$ac_prev"; then
sgrep-1.94a/configure:1093:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sgrep-1.94a/configure-1094-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
sgrep-1.94a/configure-1138-ac_ls_di=`ls -di .` &&
sgrep-1.94a/configure:1139:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sgrep-1.94a/configure-1140-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
sgrep-1.94a/configure-1198-case $srcdir in
sgrep-1.94a/configure:1199:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sgrep-1.94a/configure-1200-esac
##############################################
sgrep-1.94a/configure-1241-By default, \`make install' will install all the files in
sgrep-1.94a/configure:1242:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sgrep-1.94a/configure:1243:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sgrep-1.94a/configure-1244-for instance \`--prefix=\$HOME'.
##############################################
sgrep-1.94a/configure-1328-*)
sgrep-1.94a/configure:1329:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
sgrep-1.94a/configure-1330-  # A ".." for each directory in $ac_dir_suffix.
sgrep-1.94a/configure:1331:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
sgrep-1.94a/configure-1332-  case $ac_top_builddir_sub in
##############################################
sgrep-1.94a/configure-1461-    *\'*)
sgrep-1.94a/configure:1462:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sgrep-1.94a/configure-1463-    esac
##############################################
sgrep-1.94a/configure-1547-      case $ac_val in
sgrep-1.94a/configure:1548:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sgrep-1.94a/configure-1549-      esac
##############################################
sgrep-1.94a/configure-1564-	case $ac_val in
sgrep-1.94a/configure:1565:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sgrep-1.94a/configure-1566-	esac
##############################################
sgrep-1.94a/configure-1672-    set,)
sgrep-1.94a/configure:1673:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sgrep-1.94a/configure:1674:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sgrep-1.94a/configure-1675-      ac_cache_corrupted=: ;;
##############################################
sgrep-1.94a/configure-1694-    case $ac_new_val in
sgrep-1.94a/configure:1695:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sgrep-1.94a/configure-1696-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sgrep-1.94a/configure-1857-if (
sgrep-1.94a/configure:1858:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
sgrep-1.94a/configure-1859-   if test "$*" = "X"; then
sgrep-1.94a/configure-1860-      # -L didn't work.
sgrep-1.94a/configure:1861:      set X `ls -t $srcdir/configure conftest.file`
sgrep-1.94a/configure-1862-   fi
##############################################
sgrep-1.94a/configure-1901-_ACEOF
sgrep-1.94a/configure:1902:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
sgrep-1.94a/configure-1903-rm -f conftest.sed
##############################################
sgrep-1.94a/configure-1905-# expand $ac_aux_dir to an absolute path
sgrep-1.94a/configure:1906:am_aux_dir=`cd $ac_aux_dir && pwd`
sgrep-1.94a/configure-1907-
##############################################
sgrep-1.94a/configure-1994-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
sgrep-1.94a/configure:1995:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sgrep-1.94a/configure-1996-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sgrep-1.94a/configure-2004-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
sgrep-1.94a/configure:2005:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sgrep-1.94a/configure-2006-  *@@@%%%=?*=@@@%%%*)
##############################################
sgrep-1.94a/configure-2032-# test to see if srcdir already configured
sgrep-1.94a/configure:2033:if test "`cd $srcdir && pwd`" != "`pwd`" &&
sgrep-1.94a/configure-2034-   test -f $srcdir/config.status; then
##############################################
sgrep-1.94a/configure-2512-echo "$as_me:$LINENO: checking for C compiler version" >&5
sgrep-1.94a/configure:2513:ac_compiler=`set X $ac_compile; echo $2`
sgrep-1.94a/configure-2514-{ (ac_try="$ac_compiler --version >&5"
##############################################
sgrep-1.94a/configure-2566-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
sgrep-1.94a/configure:2567:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sgrep-1.94a/configure-2568-#
##############################################
sgrep-1.94a/configure-2614-	then :; else
sgrep-1.94a/configure:2615:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sgrep-1.94a/configure-2616-	fi
##############################################
sgrep-1.94a/configure-2711-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
sgrep-1.94a/configure:2712:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sgrep-1.94a/configure-2713-	  break;;
##############################################
sgrep-1.94a/configure-2766-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
sgrep-1.94a/configure:2767:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sgrep-1.94a/configure-2768-       break;;
##############################################
sgrep-1.94a/configure-2841-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
sgrep-1.94a/configure:2842:GCC=`test $ac_compiler_gnu = yes && echo yes`
sgrep-1.94a/configure-2843-ac_test_CFLAGS=${CFLAGS+set}
##############################################
sgrep-1.94a/configure-3140-# case it prints its new name instead of `make'.
sgrep-1.94a/configure:3141:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
sgrep-1.94a/configure-3142-   am__include=include
##############################################
sgrep-1.94a/configure-3148-   echo '.include "confinc"' > confmf
sgrep-1.94a/configure:3149:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
sgrep-1.94a/configure-3150-      am__include=.include
##############################################
sgrep-1.94a/configure-3210-  if test "$am_compiler_list" = ""; then
sgrep-1.94a/configure:3211:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sgrep-1.94a/configure-3212-  fi
##############################################
sgrep-1.94a/configure-3605-echo "$as_me:$LINENO: checking for C compiler version" >&5
sgrep-1.94a/configure:3606:ac_compiler=`set X $ac_compile; echo $2`
sgrep-1.94a/configure-3607-{ (ac_try="$ac_compiler --version >&5"
##############################################
sgrep-1.94a/configure-3691-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
sgrep-1.94a/configure:3692:GCC=`test $ac_compiler_gnu = yes && echo yes`
sgrep-1.94a/configure-3693-ac_test_CFLAGS=${CFLAGS+set}
##############################################
sgrep-1.94a/configure-3995-  if test "$am_compiler_list" = ""; then
sgrep-1.94a/configure:3996:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sgrep-1.94a/configure-3997-  fi
##############################################
sgrep-1.94a/configure-4311-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
sgrep-1.94a/configure:4312:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sgrep-1.94a/configure-4313-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sgrep-1.94a/configure-4321-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
sgrep-1.94a/configure:4322:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sgrep-1.94a/configure-4323-  *@@@%%%=?*=@@@%%%*)
##############################################
sgrep-1.94a/configure-4352-test "x$ac_build_alias" = x &&
sgrep-1.94a/configure:4353:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sgrep-1.94a/configure-4354-test "x$ac_build_alias" = x &&
##############################################
sgrep-1.94a/configure-4357-   { (exit 1); exit 1; }; }
sgrep-1.94a/configure:4358:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sgrep-1.94a/configure-4359-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
sgrep-1.94a/configure-4382-IFS=$ac_save_IFS
sgrep-1.94a/configure:4383:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sgrep-1.94a/configure-4384-
##############################################
sgrep-1.94a/configure-4393-else
sgrep-1.94a/configure:4394:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sgrep-1.94a/configure-4395-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
sgrep-1.94a/configure-4419-IFS=$ac_save_IFS
sgrep-1.94a/configure:4420:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sgrep-1.94a/configure-4421-
##############################################
sgrep-1.94a/configure-4454-  # Check for GNU $ac_path_GREP
sgrep-1.94a/configure:4455:case `"$ac_path_GREP" --version 2>&1` in
sgrep-1.94a/configure-4456-*GNU*)
##############################################
sgrep-1.94a/configure-4468-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
sgrep-1.94a/configure:4469:    ac_count=`expr $ac_count + 1`
sgrep-1.94a/configure-4470-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
sgrep-1.94a/configure-4536-  # Check for GNU $ac_path_EGREP
sgrep-1.94a/configure:4537:case `"$ac_path_EGREP" --version 2>&1` in
sgrep-1.94a/configure-4538-*GNU*)
##############################################
sgrep-1.94a/configure-4550-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
sgrep-1.94a/configure:4551:    ac_count=`expr $ac_count + 1`
sgrep-1.94a/configure-4552-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
sgrep-1.94a/configure-4846-do
sgrep-1.94a/configure:4847:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
sgrep-1.94a/configure-4848-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
sgrep-1.94a/configure-4889-fi
sgrep-1.94a/configure:4890:ac_res=`eval echo '${'$as_ac_Header'}'`
sgrep-1.94a/configure-4891-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sgrep-1.94a/configure-4892-echo "${ECHO_T}$ac_res" >&6; }
sgrep-1.94a/configure:4893:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sgrep-1.94a/configure-4894-  cat >>confdefs.h <<_ACEOF
sgrep-1.94a/configure:4895:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
sgrep-1.94a/configure-4896-_ACEOF
##############################################
sgrep-1.94a/configure-4910-do
sgrep-1.94a/configure:4911:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
sgrep-1.94a/configure-4912-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sgrep-1.94a/configure-4917-fi
sgrep-1.94a/configure:4918:ac_res=`eval echo '${'$as_ac_Header'}'`
sgrep-1.94a/configure-4919-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sgrep-1.94a/configure-5033-fi
sgrep-1.94a/configure:5034:ac_res=`eval echo '${'$as_ac_Header'}'`
sgrep-1.94a/configure-5035-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sgrep-1.94a/configure-5038-fi
sgrep-1.94a/configure:5039:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sgrep-1.94a/configure-5040-  cat >>confdefs.h <<_ACEOF
sgrep-1.94a/configure:5041:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
sgrep-1.94a/configure-5042-_ACEOF
##############################################
sgrep-1.94a/configure-5284-do
sgrep-1.94a/configure:5285:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
sgrep-1.94a/configure-5286-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
sgrep-1.94a/configure-5364-fi
sgrep-1.94a/configure:5365:ac_res=`eval echo '${'$as_ac_var'}'`
sgrep-1.94a/configure-5366-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sgrep-1.94a/configure-5367-echo "${ECHO_T}$ac_res" >&6; }
sgrep-1.94a/configure:5368:if test `eval echo '${'$as_ac_var'}'` = yes; then
sgrep-1.94a/configure-5369-  cat >>confdefs.h <<_ACEOF
sgrep-1.94a/configure:5370:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
sgrep-1.94a/configure-5371-_ACEOF
##############################################
sgrep-1.94a/configure-5477-do
sgrep-1.94a/configure:5478:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
sgrep-1.94a/configure-5479-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
sgrep-1.94a/configure-5557-fi
sgrep-1.94a/configure:5558:ac_res=`eval echo '${'$as_ac_var'}'`
sgrep-1.94a/configure-5559-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sgrep-1.94a/configure-5560-echo "${ECHO_T}$ac_res" >&6; }
sgrep-1.94a/configure:5561:if test `eval echo '${'$as_ac_var'}'` = yes; then
sgrep-1.94a/configure-5562-  cat >>confdefs.h <<_ACEOF
sgrep-1.94a/configure:5563:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
sgrep-1.94a/configure-5564-_ACEOF
##############################################
sgrep-1.94a/configure-5714-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sgrep-1.94a/configure:5715:  ac_i=`echo "$ac_i" | sed "$ac_script"`
sgrep-1.94a/configure-5716-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sgrep-1.94a/configure-5865-do
sgrep-1.94a/configure:5866:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
sgrep-1.94a/configure-5867-    eval $as_var=C; export $as_var
##############################################
sgrep-1.94a/configure-5915-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sgrep-1.94a/configure:5916:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
sgrep-1.94a/configure-5917-
##############################################
sgrep-1.94a/configure-6026-	esac;
sgrep-1.94a/configure:6027:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
sgrep-1.94a/configure-6028-	???[sx]*):;;*)false;;esac;fi
##############################################
sgrep-1.94a/configure-6101-configured by $0, generated by GNU Autoconf 2.61,
sgrep-1.94a/configure:6102:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
sgrep-1.94a/configure-6103-
##############################################
sgrep-1.94a/configure-6120-  --*=*)
sgrep-1.94a/configure:6121:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sgrep-1.94a/configure:6122:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sgrep-1.94a/configure-6123-    ac_shift=:
##############################################
sgrep-1.94a/configure-6366-
sgrep-1.94a/configure:6367:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
sgrep-1.94a/configure-6368-    break
##############################################
sgrep-1.94a/configure-6377-
sgrep-1.94a/configure:6378:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
sgrep-1.94a/configure-6379-if test -n "$ac_eof"; then
sgrep-1.94a/configure:6380:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
sgrep-1.94a/configure:6381:  ac_eof=`expr $ac_eof + 1`
sgrep-1.94a/configure-6382-fi
##############################################
sgrep-1.94a/configure-6515-      case $as_dir in #(
sgrep-1.94a/configure:6516:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
sgrep-1.94a/configure-6517-      *) as_qdir=$as_dir;;
##############################################
sgrep-1.94a/configure-6553-*)
sgrep-1.94a/configure:6554:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
sgrep-1.94a/configure-6555-  # A ".." for each directory in $ac_dir_suffix.
sgrep-1.94a/configure:6556:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
sgrep-1.94a/configure-6557-  case $ac_top_builddir_sub in
##############################################
sgrep-1.94a/configure-6626-
sgrep-1.94a/configure:6627:# Neutralize VPATH when `$srcdir' = `.'.
sgrep-1.94a/configure-6628-# Shell code in configure.ac might set extrasub.
##############################################
sgrep-1.94a/configure-6650-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sgrep-1.94a/configure:6651:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
sgrep-1.94a/configure:6652:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
sgrep-1.94a/configure-6653-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
sgrep-1.94a/configure-6767-    * )
sgrep-1.94a/configure:6768:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sgrep-1.94a/configure-6769-  esac
##############################################
sgrep-1.94a/configure-6804-  # Strip MF so we end up with the name of the file.
sgrep-1.94a/configure:6805:  mf=`echo "$mf" | sed -e 's/:.*$//'`
sgrep-1.94a/configure-6806-  # Check whether this is an Automake generated Makefile or not.
##############################################
sgrep-1.94a/configure-6840-  # from the Makefile without running `make'.
sgrep-1.94a/configure:6841:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sgrep-1.94a/configure-6842-  test -z "$DEPDIR" && continue
sgrep-1.94a/configure:6843:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
sgrep-1.94a/configure-6844-  test -z "am__include" && continue
sgrep-1.94a/configure:6845:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sgrep-1.94a/configure-6846-  # When using ansi2knr, U may be empty or an underscore; expand it
sgrep-1.94a/configure:6847:  U=`sed -n 's/^U = //p' < "$mf"`
sgrep-1.94a/configure-6848-  # Find all dependency output files, they are included files with
##############################################
sgrep-1.94a/configure-6887-      case $as_dir in #(
sgrep-1.94a/configure:6888:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
sgrep-1.94a/configure-6889-      *) as_qdir=$as_dir;;
##############################################
sgrep-1.94a/config.guess-40-
sgrep-1.94a/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
sgrep-1.94a/config.guess-42-
##############################################
sgrep-1.94a/config.guess-109-: ${TMPDIR=/tmp} ;
sgrep-1.94a/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sgrep-1.94a/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sgrep-1.94a/config.guess-195-	    *)
sgrep-1.94a/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
sgrep-1.94a/config.guess-197-		;;
##############################################
sgrep-1.94a/config.guess-222-	*4.0)
sgrep-1.94a/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sgrep-1.94a/config.guess-224-		;;
sgrep-1.94a/config.guess-225-	*5.*)
sgrep-1.94a/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sgrep-1.94a/config.guess-227-		;;
##############################################
sgrep-1.94a/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
sgrep-1.94a/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sgrep-1.94a/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
sgrep-1.94a/config.guess-270-	# 1.2 uses "1.2" for uname -r.
sgrep-1.94a/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
sgrep-1.94a/config.guess-272-	exit ;;
##############################################
sgrep-1.94a/config.guess-327-    sun4H:SunOS:5.*:*)
sgrep-1.94a/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sgrep-1.94a/config.guess-329-	exit ;;
sgrep-1.94a/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sgrep-1.94a/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sgrep-1.94a/config.guess-332-	exit ;;
sgrep-1.94a/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
sgrep-1.94a/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sgrep-1.94a/config.guess-335-	exit ;;
##############################################
sgrep-1.94a/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
sgrep-1.94a/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sgrep-1.94a/config.guess-341-	exit ;;
##############################################
sgrep-1.94a/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
sgrep-1.94a/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
sgrep-1.94a/config.guess-350-	exit ;;
##############################################
sgrep-1.94a/config.guess-354-    sun*:*:4.2BSD:*)
sgrep-1.94a/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sgrep-1.94a/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
sgrep-1.94a/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
sgrep-1.94a/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sgrep-1.94a/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
sgrep-1.94a/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sgrep-1.94a/config.guess-492-    *:IRIX*:*:*)
sgrep-1.94a/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
sgrep-1.94a/config.guess-494-	exit ;;
##############################################
sgrep-1.94a/config.guess-522-EOF
sgrep-1.94a/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
sgrep-1.94a/config.guess-524-		then
##############################################
sgrep-1.94a/config.guess-535-    *:AIX:*:[456])
sgrep-1.94a/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sgrep-1.94a/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
sgrep-1.94a/config.guess-570-    9000/[34678]??:HP-UX:*:*)
sgrep-1.94a/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sgrep-1.94a/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
sgrep-1.94a/config.guess-624-EOF
sgrep-1.94a/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
sgrep-1.94a/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sgrep-1.94a/config.guess-652-    ia64:HP-UX:*:*)
sgrep-1.94a/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sgrep-1.94a/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
sgrep-1.94a/config.guess-682-EOF
sgrep-1.94a/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
sgrep-1.94a/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sgrep-1.94a/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sgrep-1.94a/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
sgrep-1.94a/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sgrep-1.94a/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sgrep-1.94a/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
sgrep-1.94a/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sgrep-1.94a/config.guess-773-	    pc98)
sgrep-1.94a/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sgrep-1.94a/config.guess-775-	    amd64)
sgrep-1.94a/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sgrep-1.94a/config.guess-777-	    *)
sgrep-1.94a/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sgrep-1.94a/config.guess-779-	esac
##############################################
sgrep-1.94a/config.guess-824-    prep*:SunOS:5.*:*)
sgrep-1.94a/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sgrep-1.94a/config.guess-826-	exit ;;
##############################################
sgrep-1.94a/config.guess-828-	# the GNU system
sgrep-1.94a/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
sgrep-1.94a/config.guess-830-	exit ;;
##############################################
sgrep-1.94a/config.guess-832-	# other systems with GNU libc and userland
sgrep-1.94a/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
sgrep-1.94a/config.guess-834-	exit ;;
##############################################
sgrep-1.94a/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
sgrep-1.94a/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
sgrep-1.94a/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sgrep-1.94a/config.guess-1308-    *:DragonFly:*:*)
sgrep-1.94a/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
sgrep-1.94a/config.guess-1310-	exit ;;
##############################################
sgrep-1.94a/config.guess-1321-    i*86:skyos:*:*)
sgrep-1.94a/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
sgrep-1.94a/config.guess-1323-	exit ;;
##############################################
sgrep-1.94a/config.guess-1446-
sgrep-1.94a/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
sgrep-1.94a/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }