===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vorbisgain-0.37/depcomp-34-if test -z "$depfile"; then
vorbisgain-0.37/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
vorbisgain-0.37/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
vorbisgain-0.37/depcomp-37-   if test "$dir" = "$object"; then
##############################################
vorbisgain-0.37/depcomp-43-
vorbisgain-0.37/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
vorbisgain-0.37/depcomp-45-
##############################################
vorbisgain-0.37/depcomp-178-  # Version 6 uses the directory in both cases.
vorbisgain-0.37/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
vorbisgain-0.37/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
vorbisgain-0.37/depcomp-189-  else
vorbisgain-0.37/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
vorbisgain-0.37/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
vorbisgain-0.37/depcomp-203-    # Do two passes, one to just change these to
vorbisgain-0.37/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
vorbisgain-0.37/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
vorbisgain-0.37/depcomp-244-  # Do two passes, one to just change these to
vorbisgain-0.37/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
vorbisgain-0.37/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
vorbisgain-0.37/depcomp-259-   # Subdirectories are respected.
vorbisgain-0.37/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
vorbisgain-0.37/depcomp-261-   test "x$dir" = "x$object" && dir=
vorbisgain-0.37/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
vorbisgain-0.37/depcomp-263-
##############################################
vorbisgain-0.37/depcomp-382-  done
vorbisgain-0.37/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
vorbisgain-0.37/depcomp-384-  touch "$tmpdepfile"
##############################################
vorbisgain-0.37/Makefile-208-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vorbisgain-0.37/Makefile:209:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
vorbisgain-0.37/Makefile-210-	  if test -f $$p \
vorbisgain-0.37/Makefile-211-	  ; then \
vorbisgain-0.37/Makefile:212:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
vorbisgain-0.37/Makefile-213-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
vorbisgain-0.37/Makefile-220-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vorbisgain-0.37/Makefile:221:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
vorbisgain-0.37/Makefile-222-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
vorbisgain-0.37/Makefile-248-	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
vorbisgain-0.37/Makefile:249:	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
vorbisgain-0.37/Makefile-250-	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
vorbisgain-0.37/Makefile-255-#	$(CCDEPMODE) $(depcomp) \
vorbisgain-0.37/Makefile:256:#	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
vorbisgain-0.37/Makefile-257-
##############################################
vorbisgain-0.37/Makefile-259-	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
vorbisgain-0.37/Makefile:260:	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
vorbisgain-0.37/Makefile-261-	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
vorbisgain-0.37/Makefile-266-#	$(CCDEPMODE) $(depcomp) \
vorbisgain-0.37/Makefile:267:#	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
vorbisgain-0.37/Makefile-268-uninstall-info-am:
##############################################
vorbisgain-0.37/Makefile-283-	  else file=$$i; fi; \
vorbisgain-0.37/Makefile:284:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
vorbisgain-0.37/Makefile-285-	  case "$$ext" in \
##############################################
vorbisgain-0.37/Makefile-288-	  esac; \
vorbisgain-0.37/Makefile:289:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
vorbisgain-0.37/Makefile:290:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
vorbisgain-0.37/Makefile:291:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
vorbisgain-0.37/Makefile-292-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
vorbisgain-0.37/Makefile-304-	for i in $$list; do \
vorbisgain-0.37/Makefile:305:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
vorbisgain-0.37/Makefile-306-	  case "$$ext" in \
##############################################
vorbisgain-0.37/Makefile-309-	  esac; \
vorbisgain-0.37/Makefile:310:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
vorbisgain-0.37/Makefile:311:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
vorbisgain-0.37/Makefile:312:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
vorbisgain-0.37/Makefile-313-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
vorbisgain-0.37/Makefile-363-GTAGS:
vorbisgain-0.37/Makefile:364:	here=`$(am__cd) $(top_builddir) && pwd` \
vorbisgain-0.37/Makefile-365-	  && cd $(top_srcdir) \
##############################################
vorbisgain-0.37/Makefile-386-	mkdir $(distdir)
vorbisgain-0.37/Makefile:387:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
vorbisgain-0.37/Makefile:388:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
vorbisgain-0.37/Makefile-389-	list='$(DISTFILES)'; for file in $$list; do \
vorbisgain-0.37/Makefile-390-	  case $$file in \
vorbisgain-0.37/Makefile:391:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
vorbisgain-0.37/Makefile:392:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
vorbisgain-0.37/Makefile-393-	  esac; \
vorbisgain-0.37/Makefile-394-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
vorbisgain-0.37/Makefile:395:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vorbisgain-0.37/Makefile-396-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vorbisgain-0.37/Makefile-442-	chmod a-w $(distdir)
vorbisgain-0.37/Makefile:443:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
vorbisgain-0.37/Makefile-444-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
vorbisgain-0.37/Makefile-472-	@cd $(distuninstallcheck_dir) \
vorbisgain-0.37/Makefile:473:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
vorbisgain-0.37/Makefile-474-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
vorbisgain-0.37/Makefile-484-	fi
vorbisgain-0.37/Makefile:485:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
vorbisgain-0.37/Makefile-486-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
vorbisgain-0.37/aclocal.m4-25-dnl
vorbisgain-0.37/aclocal.m4:26:AC_ARG_WITH(ogg-prefix,[  --with-ogg-prefix=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
vorbisgain-0.37/aclocal.m4-27-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
##############################################
vorbisgain-0.37/aclocal.m4-118-dnl
vorbisgain-0.37/aclocal.m4:119:AC_ARG_WITH(vorbis-prefix,[  --with-vorbis-prefix=PFX   Prefix where libvorbis is installed (optional)], vorbis_prefix="$withval", vorbis_prefix="")
vorbisgain-0.37/aclocal.m4-120-AC_ARG_ENABLE(vorbistest, [  --disable-vorbistest       Do not try to compile and run a test Vorbis program],, enable_vorbistest=yes)
##############################################
vorbisgain-0.37/aclocal.m4-244-# test to see if srcdir already configured
vorbisgain-0.37/aclocal.m4:245:if test "`cd $srcdir && pwd`" != "`pwd`" &&
vorbisgain-0.37/aclocal.m4-246-   test -f $srcdir/config.status; then
##############################################
vorbisgain-0.37/aclocal.m4-318-    * )
vorbisgain-0.37/aclocal.m4:319:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vorbisgain-0.37/aclocal.m4-320-  esac
vorbisgain-0.37/aclocal.m4-321-done
vorbisgain-0.37/aclocal.m4:322:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
vorbisgain-0.37/aclocal.m4-323-
##############################################
vorbisgain-0.37/aclocal.m4-432-if (
vorbisgain-0.37/aclocal.m4:433:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
vorbisgain-0.37/aclocal.m4-434-   if test "$[*]" = "X"; then
vorbisgain-0.37/aclocal.m4-435-      # -L didn't work.
vorbisgain-0.37/aclocal.m4:436:      set X `ls -t $srcdir/configure conftest.file`
vorbisgain-0.37/aclocal.m4-437-   fi
##############################################
vorbisgain-0.37/aclocal.m4-527-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
vorbisgain-0.37/aclocal.m4:528:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
vorbisgain-0.37/aclocal.m4-529-#
##############################################
vorbisgain-0.37/aclocal.m4-551-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
vorbisgain-0.37/aclocal.m4:552:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
vorbisgain-0.37/aclocal.m4-553-# and then we would define $MISSING as
##############################################
vorbisgain-0.37/aclocal.m4-568-# expand $ac_aux_dir to an absolute path
vorbisgain-0.37/aclocal.m4:569:am_aux_dir=`cd $ac_aux_dir && pwd`
vorbisgain-0.37/aclocal.m4-570-])
##############################################
vorbisgain-0.37/aclocal.m4-742-  if test "$am_compiler_list" = ""; then
vorbisgain-0.37/aclocal.m4:743:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
vorbisgain-0.37/aclocal.m4-744-  fi
##############################################
vorbisgain-0.37/aclocal.m4-855-  # Strip MF so we end up with the name of the file.
vorbisgain-0.37/aclocal.m4:856:  mf=`echo "$mf" | sed -e 's/:.*$//'`
vorbisgain-0.37/aclocal.m4-857-  # Check whether this is an Automake generated Makefile or not.
##############################################
vorbisgain-0.37/aclocal.m4-863-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
vorbisgain-0.37/aclocal.m4:864:    dirpart=`AS_DIRNAME("$mf")`
vorbisgain-0.37/aclocal.m4-865-  else
##############################################
vorbisgain-0.37/aclocal.m4-870-  # running `make'.
vorbisgain-0.37/aclocal.m4:871:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vorbisgain-0.37/aclocal.m4-872-  test -z "$DEPDIR" && continue
vorbisgain-0.37/aclocal.m4-873-  # When using ansi2knr, U may be empty or an underscore; expand it
vorbisgain-0.37/aclocal.m4:874:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vorbisgain-0.37/aclocal.m4-875-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vorbisgain-0.37/aclocal.m4-891-    test -f "$dirpart/$file" && continue
vorbisgain-0.37/aclocal.m4:892:    fdir=`AS_DIRNAME(["$file"])`
vorbisgain-0.37/aclocal.m4-893-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
vorbisgain-0.37/aclocal.m4-956-# case it prints its new name instead of `make'.
vorbisgain-0.37/aclocal.m4:957:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
vorbisgain-0.37/aclocal.m4-958-   am__include=include
##############################################
vorbisgain-0.37/aclocal.m4-964-   echo '.include "confinc"' > confmf
vorbisgain-0.37/aclocal.m4:965:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
vorbisgain-0.37/aclocal.m4-966-      am__include=.include
##############################################
vorbisgain-0.37/config.status-46-do
vorbisgain-0.37/config.status:47:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vorbisgain-0.37/config.status-48-    eval $as_var=C; export $as_var
##############################################
vorbisgain-0.37/config.status-104-  as_lineno_2=$LINENO
vorbisgain-0.37/config.status:105:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/config.status-106-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/config.status-144-  as_lineno_2=$LINENO
vorbisgain-0.37/config.status:145:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/config.status-146-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/config.status-320-  --*=*)
vorbisgain-0.37/config.status:321:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vorbisgain-0.37/config.status:322:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vorbisgain-0.37/config.status-323-    ac_shift=:
##############################################
vorbisgain-0.37/config.status-557-      fi
vorbisgain-0.37/config.status:558:      ac_sed_frag=`expr $ac_sed_frag + 1`
vorbisgain-0.37/config.status-559-      ac_beg=$ac_end
vorbisgain-0.37/config.status:560:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vorbisgain-0.37/config.status-561-    fi
##############################################
vorbisgain-0.37/config.status-572-	cat >$tmp/stdin
vorbisgain-0.37/config.status:573:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/config.status:574:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/config.status:575:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/config.status:576:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/config.status-577-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/config.status-620-if test "$ac_dir" != .; then
vorbisgain-0.37/config.status:621:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/config.status-622-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/config.status:623:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/config.status-624-else
##############################################
vorbisgain-0.37/config.status-633-    else
vorbisgain-0.37/config.status:634:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/config.status-635-    fi ;;
##############################################
vorbisgain-0.37/config.status-786-	cat >$tmp/stdin
vorbisgain-0.37/config.status:787:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/config.status:788:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/config.status:789:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/config.status:790:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/config.status-791-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/config.status-987-    * )
vorbisgain-0.37/config.status:988:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vorbisgain-0.37/config.status-989-  esac
##############################################
vorbisgain-0.37/config.status-1008-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
vorbisgain-0.37/config.status:1009:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
vorbisgain-0.37/config.status:1010:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/config.status-1011-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
vorbisgain-0.37/config.status-1050-if test "$ac_dir" != .; then
vorbisgain-0.37/config.status:1051:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/config.status-1052-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/config.status:1053:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/config.status-1054-else
##############################################
vorbisgain-0.37/config.status-1063-    else
vorbisgain-0.37/config.status:1064:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/config.status-1065-    fi ;;
##############################################
vorbisgain-0.37/config.status-1118-  # Strip MF so we end up with the name of the file.
vorbisgain-0.37/config.status:1119:  mf=`echo "$mf" | sed -e 's/:.*$//'`
vorbisgain-0.37/config.status-1120-  # Check whether this is an Automake generated Makefile or not.
##############################################
vorbisgain-0.37/config.status-1144-  # running `make'.
vorbisgain-0.37/config.status:1145:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vorbisgain-0.37/config.status-1146-  test -z "$DEPDIR" && continue
vorbisgain-0.37/config.status-1147-  # When using ansi2knr, U may be empty or an underscore; expand it
vorbisgain-0.37/config.status:1148:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vorbisgain-0.37/config.status-1149-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vorbisgain-0.37/configure-43-do
vorbisgain-0.37/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vorbisgain-0.37/configure-45-    eval $as_var=C; export $as_var
##############################################
vorbisgain-0.37/configure-101-  as_lineno_2=$LINENO
vorbisgain-0.37/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/configure-140-  as_lineno_2=$LINENO
vorbisgain-0.37/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/configure-362-
vorbisgain-0.37/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
vorbisgain-0.37/configure-364-
##############################################
vorbisgain-0.37/configure-395-  -disable-* | --disable-*)
vorbisgain-0.37/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vorbisgain-0.37/configure-397-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/configure-400-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vorbisgain-0.37/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
vorbisgain-0.37/configure-404-  -enable-* | --enable-*)
vorbisgain-0.37/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vorbisgain-0.37/configure-406-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/configure-409-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vorbisgain-0.37/configure-411-    case $ac_option in
vorbisgain-0.37/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vorbisgain-0.37/configure-413-      *) ac_optarg=yes ;;
##############################################
vorbisgain-0.37/configure-586-  -with-* | --with-*)
vorbisgain-0.37/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vorbisgain-0.37/configure-588-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/configure-591-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
vorbisgain-0.37/configure-593-    case $ac_option in
vorbisgain-0.37/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vorbisgain-0.37/configure-595-      *) ac_optarg=yes ;;
##############################################
vorbisgain-0.37/configure-599-  -without-* | --without-*)
vorbisgain-0.37/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vorbisgain-0.37/configure-601-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/configure-604-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
vorbisgain-0.37/configure-606-    eval "with_$ac_package=no" ;;
##############################################
vorbisgain-0.37/configure-631-  *=*)
vorbisgain-0.37/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vorbisgain-0.37/configure-633-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/configure-636-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
vorbisgain-0.37/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
vorbisgain-0.37/configure-652-if test -n "$ac_prev"; then
vorbisgain-0.37/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vorbisgain-0.37/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
vorbisgain-0.37/configure-660-do
vorbisgain-0.37/configure:661:  eval ac_val=$`echo $ac_var`
vorbisgain-0.37/configure-662-  case $ac_val in
##############################################
vorbisgain-0.37/configure-672-do
vorbisgain-0.37/configure:673:  eval ac_val=$`echo $ac_var`
vorbisgain-0.37/configure-674-  case $ac_val in
##############################################
vorbisgain-0.37/configure-739-   { (exit 1); exit 1; }; }
vorbisgain-0.37/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
vorbisgain-0.37/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
vorbisgain-0.37/configure-810-By default, \`make install' will install all the files in
vorbisgain-0.37/configure:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vorbisgain-0.37/configure:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vorbisgain-0.37/configure-813-for instance \`--prefix=\$HOME'.
##############################################
vorbisgain-0.37/configure-885-if test "$ac_dir" != .; then
vorbisgain-0.37/configure:886:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/configure-887-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/configure:888:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/configure-889-else
##############################################
vorbisgain-0.37/configure-898-    else
vorbisgain-0.37/configure:899:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/configure-900-    fi ;;
##############################################
vorbisgain-0.37/configure-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vorbisgain-0.37/configure:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vorbisgain-0.37/configure-1056-    esac
##############################################
vorbisgain-0.37/configure-1126-    do
vorbisgain-0.37/configure:1127:      eval ac_val=$`echo $ac_var`
vorbisgain-0.37/configure-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vorbisgain-0.37/configure-1140-      do
vorbisgain-0.37/configure:1141:	eval ac_val=$`echo $ac_var`
vorbisgain-0.37/configure-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vorbisgain-0.37/configure-1247-    set,)
vorbisgain-0.37/configure:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vorbisgain-0.37/configure:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vorbisgain-0.37/configure-1250-      ac_cache_corrupted=: ;;
##############################################
vorbisgain-0.37/configure-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vorbisgain-0.37/configure:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vorbisgain-0.37/configure-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vorbisgain-0.37/configure-1436-if (
vorbisgain-0.37/configure:1437:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
vorbisgain-0.37/configure-1438-   if test "$*" = "X"; then
vorbisgain-0.37/configure-1439-      # -L didn't work.
vorbisgain-0.37/configure:1440:      set X `ls -t $srcdir/configure conftest.file`
vorbisgain-0.37/configure-1441-   fi
##############################################
vorbisgain-0.37/configure-1480-_ACEOF
vorbisgain-0.37/configure:1481:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
vorbisgain-0.37/configure-1482-rm conftest.sed
##############################################
vorbisgain-0.37/configure-1485-# expand $ac_aux_dir to an absolute path
vorbisgain-0.37/configure:1486:am_aux_dir=`cd $ac_aux_dir && pwd`
vorbisgain-0.37/configure-1487-
##############################################
vorbisgain-0.37/configure-1539-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
vorbisgain-0.37/configure:1540:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
vorbisgain-0.37/configure-1541-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
vorbisgain-0.37/configure-1548-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
vorbisgain-0.37/configure:1549:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
vorbisgain-0.37/configure-1550-if test -n "$ac_maketemp"; then
##############################################
vorbisgain-0.37/configure-1556-fi
vorbisgain-0.37/configure:1557:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
vorbisgain-0.37/configure-1558-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
vorbisgain-0.37/configure-1576- # test to see if srcdir already configured
vorbisgain-0.37/configure:1577:if test "`cd $srcdir && pwd`" != "`pwd`" &&
vorbisgain-0.37/configure-1578-   test -f $srcdir/config.status; then
##############################################
vorbisgain-0.37/configure-2049-     "checking for C compiler version" >&5
vorbisgain-0.37/configure:2050:ac_compiler=`set X $ac_compile; echo $2`
vorbisgain-0.37/configure-2051-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vorbisgain-0.37/configure-2088-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
vorbisgain-0.37/configure:2089:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vorbisgain-0.37/configure-2090-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
vorbisgain-0.37/configure-2116-    *.* )
vorbisgain-0.37/configure:2117:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vorbisgain-0.37/configure-2118-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
vorbisgain-0.37/configure-2196-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
vorbisgain-0.37/configure:2197:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vorbisgain-0.37/configure-2198-	  export ac_cv_exeext
##############################################
vorbisgain-0.37/configure-2246-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
vorbisgain-0.37/configure:2247:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vorbisgain-0.37/configure-2248-       break;;
##############################################
vorbisgain-0.37/configure-2325-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vorbisgain-0.37/configure:2326:GCC=`test $ac_compiler_gnu = yes && echo yes`
vorbisgain-0.37/configure-2327-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vorbisgain-0.37/configure-2684-# case it prints its new name instead of `make'.
vorbisgain-0.37/configure:2685:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
vorbisgain-0.37/configure-2686-   am__include=include
##############################################
vorbisgain-0.37/configure-2692-   echo '.include "confinc"' > confmf
vorbisgain-0.37/configure:2693:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
vorbisgain-0.37/configure-2694-      am__include=.include
##############################################
vorbisgain-0.37/configure-2754-  if test "$am_compiler_list" = ""; then
vorbisgain-0.37/configure:2755:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
vorbisgain-0.37/configure-2756-  fi
##############################################
vorbisgain-0.37/configure-3214-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
vorbisgain-0.37/configure:3215:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
vorbisgain-0.37/configure-3216-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
vorbisgain-0.37/configure-3269-fi
vorbisgain-0.37/configure:3270:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/configure:3271:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/configure:3272:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/configure-3273-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/configure:3274:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
vorbisgain-0.37/configure-3275-_ACEOF
##############################################
vorbisgain-0.37/configure-4036-do
vorbisgain-0.37/configure:4037:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vorbisgain-0.37/configure-4038-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
vorbisgain-0.37/configure-4083-fi
vorbisgain-0.37/configure:4084:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/configure:4085:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/configure:4086:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/configure-4087-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/configure:4088:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vorbisgain-0.37/configure-4089-_ACEOF
##############################################
vorbisgain-0.37/configure-4103-do
vorbisgain-0.37/configure:4104:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vorbisgain-0.37/configure-4105-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vorbisgain-0.37/configure-4110-fi
vorbisgain-0.37/configure:4111:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/configure:4112:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/configure-4113-else
##############################################
vorbisgain-0.37/configure-4237-fi
vorbisgain-0.37/configure:4238:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/configure:4239:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/configure-4240-
vorbisgain-0.37/configure-4241-fi
vorbisgain-0.37/configure:4242:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/configure-4243-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/configure:4244:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vorbisgain-0.37/configure-4245-_ACEOF
##############################################
vorbisgain-0.37/configure-4656-do
vorbisgain-0.37/configure:4657:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vorbisgain-0.37/configure-4658-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vorbisgain-0.37/configure-4745-fi
vorbisgain-0.37/configure:4746:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vorbisgain-0.37/configure:4747:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vorbisgain-0.37/configure:4748:if test `eval echo '${'$as_ac_var'}'` = yes; then
vorbisgain-0.37/configure-4749-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/configure:4750:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vorbisgain-0.37/configure-4751-_ACEOF
##############################################
vorbisgain-0.37/configure-4864-do
vorbisgain-0.37/configure:4865:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vorbisgain-0.37/configure-4866-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vorbisgain-0.37/configure-4953-fi
vorbisgain-0.37/configure:4954:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vorbisgain-0.37/configure:4955:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vorbisgain-0.37/configure:4956:if test `eval echo '${'$as_ac_var'}'` = yes; then
vorbisgain-0.37/configure-4957-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/configure:4958:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vorbisgain-0.37/configure-4959-_ACEOF
##############################################
vorbisgain-0.37/configure-5294-do
vorbisgain-0.37/configure:5295:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vorbisgain-0.37/configure-5296-    eval $as_var=C; export $as_var
##############################################
vorbisgain-0.37/configure-5352-  as_lineno_2=$LINENO
vorbisgain-0.37/configure:5353:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/configure-5354-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/configure-5392-  as_lineno_2=$LINENO
vorbisgain-0.37/configure:5393:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/configure-5394-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/configure-5574-configured by $0, generated by GNU Autoconf 2.59,
vorbisgain-0.37/configure:5575:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
vorbisgain-0.37/configure-5576-
##############################################
vorbisgain-0.37/configure-5591-  --*=*)
vorbisgain-0.37/configure:5592:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vorbisgain-0.37/configure:5593:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vorbisgain-0.37/configure-5594-    ac_shift=:
##############################################
vorbisgain-0.37/configure-5846-      fi
vorbisgain-0.37/configure:5847:      ac_sed_frag=`expr $ac_sed_frag + 1`
vorbisgain-0.37/configure-5848-      ac_beg=$ac_end
vorbisgain-0.37/configure:5849:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vorbisgain-0.37/configure-5850-    fi
##############################################
vorbisgain-0.37/configure-5863-	cat >$tmp/stdin
vorbisgain-0.37/configure:5864:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/configure:5865:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/configure:5866:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/configure:5867:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/configure-5868-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/configure-5911-if test "$ac_dir" != .; then
vorbisgain-0.37/configure:5912:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/configure-5913-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/configure:5914:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/configure-5915-else
##############################################
vorbisgain-0.37/configure-5924-    else
vorbisgain-0.37/configure:5925:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/configure-5926-    fi ;;
##############################################
vorbisgain-0.37/configure-6076-	cat >$tmp/stdin
vorbisgain-0.37/configure:6077:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/configure:6078:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/configure:6079:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/configure:6080:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/configure-6081-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/configure-6279-    * )
vorbisgain-0.37/configure:6280:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vorbisgain-0.37/configure-6281-  esac
##############################################
vorbisgain-0.37/configure-6302-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
vorbisgain-0.37/configure:6303:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
vorbisgain-0.37/configure:6304:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/configure-6305-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
vorbisgain-0.37/configure-6344-if test "$ac_dir" != .; then
vorbisgain-0.37/configure:6345:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/configure-6346-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/configure:6347:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/configure-6348-else
##############################################
vorbisgain-0.37/configure-6357-    else
vorbisgain-0.37/configure:6358:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/configure-6359-    fi ;;
##############################################
vorbisgain-0.37/configure-6412-  # Strip MF so we end up with the name of the file.
vorbisgain-0.37/configure:6413:  mf=`echo "$mf" | sed -e 's/:.*$//'`
vorbisgain-0.37/configure-6414-  # Check whether this is an Automake generated Makefile or not.
##############################################
vorbisgain-0.37/configure-6438-  # running `make'.
vorbisgain-0.37/configure:6439:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vorbisgain-0.37/configure-6440-  test -z "$DEPDIR" && continue
vorbisgain-0.37/configure-6441-  # When using ansi2knr, U may be empty or an underscore; expand it
vorbisgain-0.37/configure:6442:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vorbisgain-0.37/configure-6443-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vorbisgain-0.37/autom4te.cache/output.0-43-do
vorbisgain-0.37/autom4te.cache/output.0:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vorbisgain-0.37/autom4te.cache/output.0-45-    eval $as_var=C; export $as_var
##############################################
vorbisgain-0.37/autom4te.cache/output.0-101-  as_lineno_2=$LINENO
vorbisgain-0.37/autom4te.cache/output.0:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/autom4te.cache/output.0-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/autom4te.cache/output.0-140-  as_lineno_2=$LINENO
vorbisgain-0.37/autom4te.cache/output.0:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/autom4te.cache/output.0-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/autom4te.cache/output.0-362-
vorbisgain-0.37/autom4te.cache/output.0:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
vorbisgain-0.37/autom4te.cache/output.0-364-
##############################################
vorbisgain-0.37/autom4te.cache/output.0-395-  -disable-* | --disable-*)
vorbisgain-0.37/autom4te.cache/output.0:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vorbisgain-0.37/autom4te.cache/output.0-397-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-400-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vorbisgain-0.37/autom4te.cache/output.0-402-    eval "enable_$ac_feature=no" ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-404-  -enable-* | --enable-*)
vorbisgain-0.37/autom4te.cache/output.0:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vorbisgain-0.37/autom4te.cache/output.0-406-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-409-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vorbisgain-0.37/autom4te.cache/output.0-411-    case $ac_option in
vorbisgain-0.37/autom4te.cache/output.0:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vorbisgain-0.37/autom4te.cache/output.0-413-      *) ac_optarg=yes ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-586-  -with-* | --with-*)
vorbisgain-0.37/autom4te.cache/output.0:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vorbisgain-0.37/autom4te.cache/output.0-588-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-591-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
vorbisgain-0.37/autom4te.cache/output.0-593-    case $ac_option in
vorbisgain-0.37/autom4te.cache/output.0:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vorbisgain-0.37/autom4te.cache/output.0-595-      *) ac_optarg=yes ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-599-  -without-* | --without-*)
vorbisgain-0.37/autom4te.cache/output.0:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vorbisgain-0.37/autom4te.cache/output.0-601-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-604-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
vorbisgain-0.37/autom4te.cache/output.0-606-    eval "with_$ac_package=no" ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-631-  *=*)
vorbisgain-0.37/autom4te.cache/output.0:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vorbisgain-0.37/autom4te.cache/output.0-633-    # Reject names that are not valid shell variable names.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-636-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
vorbisgain-0.37/autom4te.cache/output.0-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
vorbisgain-0.37/autom4te.cache/output.0-652-if test -n "$ac_prev"; then
vorbisgain-0.37/autom4te.cache/output.0:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vorbisgain-0.37/autom4te.cache/output.0-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
vorbisgain-0.37/autom4te.cache/output.0-660-do
vorbisgain-0.37/autom4te.cache/output.0:661:  eval ac_val=$`echo $ac_var`
vorbisgain-0.37/autom4te.cache/output.0-662-  case $ac_val in
##############################################
vorbisgain-0.37/autom4te.cache/output.0-672-do
vorbisgain-0.37/autom4te.cache/output.0:673:  eval ac_val=$`echo $ac_var`
vorbisgain-0.37/autom4te.cache/output.0-674-  case $ac_val in
##############################################
vorbisgain-0.37/autom4te.cache/output.0-739-   { (exit 1); exit 1; }; }
vorbisgain-0.37/autom4te.cache/output.0:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
vorbisgain-0.37/autom4te.cache/output.0-741-ac_env_build_alias_set=${build_alias+set}
##############################################
vorbisgain-0.37/autom4te.cache/output.0-810-By default, \`make install' will install all the files in
vorbisgain-0.37/autom4te.cache/output.0:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vorbisgain-0.37/autom4te.cache/output.0:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vorbisgain-0.37/autom4te.cache/output.0-813-for instance \`--prefix=\$HOME'.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-885-if test "$ac_dir" != .; then
vorbisgain-0.37/autom4te.cache/output.0:886:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/autom4te.cache/output.0-887-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/autom4te.cache/output.0:888:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/autom4te.cache/output.0-889-else
##############################################
vorbisgain-0.37/autom4te.cache/output.0-898-    else
vorbisgain-0.37/autom4te.cache/output.0:899:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/autom4te.cache/output.0-900-    fi ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vorbisgain-0.37/autom4te.cache/output.0:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vorbisgain-0.37/autom4te.cache/output.0-1056-    esac
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1126-    do
vorbisgain-0.37/autom4te.cache/output.0:1127:      eval ac_val=$`echo $ac_var`
vorbisgain-0.37/autom4te.cache/output.0-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1140-      do
vorbisgain-0.37/autom4te.cache/output.0:1141:	eval ac_val=$`echo $ac_var`
vorbisgain-0.37/autom4te.cache/output.0-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1247-    set,)
vorbisgain-0.37/autom4te.cache/output.0:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vorbisgain-0.37/autom4te.cache/output.0:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vorbisgain-0.37/autom4te.cache/output.0-1250-      ac_cache_corrupted=: ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vorbisgain-0.37/autom4te.cache/output.0:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vorbisgain-0.37/autom4te.cache/output.0-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1436-if (
vorbisgain-0.37/autom4te.cache/output.0:1437:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
vorbisgain-0.37/autom4te.cache/output.0-1438-   if test "$*" = "X"; then
vorbisgain-0.37/autom4te.cache/output.0-1439-      # -L didn't work.
vorbisgain-0.37/autom4te.cache/output.0:1440:      set X `ls -t $srcdir/configure conftest.file`
vorbisgain-0.37/autom4te.cache/output.0-1441-   fi
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1480-_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:1481:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
vorbisgain-0.37/autom4te.cache/output.0-1482-rm conftest.sed
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1485-# expand $ac_aux_dir to an absolute path
vorbisgain-0.37/autom4te.cache/output.0:1486:am_aux_dir=`cd $ac_aux_dir && pwd`
vorbisgain-0.37/autom4te.cache/output.0-1487-
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1539-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
vorbisgain-0.37/autom4te.cache/output.0:1540:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
vorbisgain-0.37/autom4te.cache/output.0-1541-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1548-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
vorbisgain-0.37/autom4te.cache/output.0:1549:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
vorbisgain-0.37/autom4te.cache/output.0-1550-if test -n "$ac_maketemp"; then
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1556-fi
vorbisgain-0.37/autom4te.cache/output.0:1557:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
vorbisgain-0.37/autom4te.cache/output.0-1558-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-1576- # test to see if srcdir already configured
vorbisgain-0.37/autom4te.cache/output.0:1577:if test "`cd $srcdir && pwd`" != "`pwd`" &&
vorbisgain-0.37/autom4te.cache/output.0-1578-   test -f $srcdir/config.status; then
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2049-     "checking for C compiler version" >&5
vorbisgain-0.37/autom4te.cache/output.0:2050:ac_compiler=`set X $ac_compile; echo $2`
vorbisgain-0.37/autom4te.cache/output.0-2051-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2088-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
vorbisgain-0.37/autom4te.cache/output.0:2089:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vorbisgain-0.37/autom4te.cache/output.0-2090-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2116-    *.* )
vorbisgain-0.37/autom4te.cache/output.0:2117:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vorbisgain-0.37/autom4te.cache/output.0-2118-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2196-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
vorbisgain-0.37/autom4te.cache/output.0:2197:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vorbisgain-0.37/autom4te.cache/output.0-2198-	  export ac_cv_exeext
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2246-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
vorbisgain-0.37/autom4te.cache/output.0:2247:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vorbisgain-0.37/autom4te.cache/output.0-2248-       break;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2325-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vorbisgain-0.37/autom4te.cache/output.0:2326:GCC=`test $ac_compiler_gnu = yes && echo yes`
vorbisgain-0.37/autom4te.cache/output.0-2327-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2684-# case it prints its new name instead of `make'.
vorbisgain-0.37/autom4te.cache/output.0:2685:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
vorbisgain-0.37/autom4te.cache/output.0-2686-   am__include=include
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2692-   echo '.include "confinc"' > confmf
vorbisgain-0.37/autom4te.cache/output.0:2693:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
vorbisgain-0.37/autom4te.cache/output.0-2694-      am__include=.include
##############################################
vorbisgain-0.37/autom4te.cache/output.0-2754-  if test "$am_compiler_list" = ""; then
vorbisgain-0.37/autom4te.cache/output.0:2755:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
vorbisgain-0.37/autom4te.cache/output.0-2756-  fi
##############################################
vorbisgain-0.37/autom4te.cache/output.0-3214-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
vorbisgain-0.37/autom4te.cache/output.0:3215:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
vorbisgain-0.37/autom4te.cache/output.0-3216-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-3269-fi
vorbisgain-0.37/autom4te.cache/output.0:3270:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:3271:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0:3272:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/autom4te.cache/output.0-3273-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:3274:@%:@define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
vorbisgain-0.37/autom4te.cache/output.0-3275-_ACEOF
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4036-do
vorbisgain-0.37/autom4te.cache/output.0:4037:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vorbisgain-0.37/autom4te.cache/output.0-4038-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4083-fi
vorbisgain-0.37/autom4te.cache/output.0:4084:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:4085:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0:4086:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/autom4te.cache/output.0-4087-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:4088:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vorbisgain-0.37/autom4te.cache/output.0-4089-_ACEOF
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4103-do
vorbisgain-0.37/autom4te.cache/output.0:4104:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vorbisgain-0.37/autom4te.cache/output.0-4105-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4110-fi
vorbisgain-0.37/autom4te.cache/output.0:4111:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:4112:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0-4113-else
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4237-fi
vorbisgain-0.37/autom4te.cache/output.0:4238:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:4239:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0-4240-
vorbisgain-0.37/autom4te.cache/output.0-4241-fi
vorbisgain-0.37/autom4te.cache/output.0:4242:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vorbisgain-0.37/autom4te.cache/output.0-4243-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:4244:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vorbisgain-0.37/autom4te.cache/output.0-4245-_ACEOF
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4656-do
vorbisgain-0.37/autom4te.cache/output.0:4657:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vorbisgain-0.37/autom4te.cache/output.0-4658-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4745-fi
vorbisgain-0.37/autom4te.cache/output.0:4746:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:4747:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0:4748:if test `eval echo '${'$as_ac_var'}'` = yes; then
vorbisgain-0.37/autom4te.cache/output.0-4749-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:4750:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vorbisgain-0.37/autom4te.cache/output.0-4751-_ACEOF
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4864-do
vorbisgain-0.37/autom4te.cache/output.0:4865:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vorbisgain-0.37/autom4te.cache/output.0-4866-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vorbisgain-0.37/autom4te.cache/output.0-4953-fi
vorbisgain-0.37/autom4te.cache/output.0:4954:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vorbisgain-0.37/autom4te.cache/output.0:4955:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vorbisgain-0.37/autom4te.cache/output.0:4956:if test `eval echo '${'$as_ac_var'}'` = yes; then
vorbisgain-0.37/autom4te.cache/output.0-4957-  cat >>confdefs.h <<_ACEOF
vorbisgain-0.37/autom4te.cache/output.0:4958:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vorbisgain-0.37/autom4te.cache/output.0-4959-_ACEOF
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5294-do
vorbisgain-0.37/autom4te.cache/output.0:5295:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vorbisgain-0.37/autom4te.cache/output.0-5296-    eval $as_var=C; export $as_var
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5352-  as_lineno_2=$LINENO
vorbisgain-0.37/autom4te.cache/output.0:5353:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/autom4te.cache/output.0-5354-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5392-  as_lineno_2=$LINENO
vorbisgain-0.37/autom4te.cache/output.0:5393:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vorbisgain-0.37/autom4te.cache/output.0-5394-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5574-configured by $0, generated by GNU Autoconf 2.59,
vorbisgain-0.37/autom4te.cache/output.0:5575:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
vorbisgain-0.37/autom4te.cache/output.0-5576-
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5591-  --*=*)
vorbisgain-0.37/autom4te.cache/output.0:5592:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vorbisgain-0.37/autom4te.cache/output.0:5593:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vorbisgain-0.37/autom4te.cache/output.0-5594-    ac_shift=:
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5846-      fi
vorbisgain-0.37/autom4te.cache/output.0:5847:      ac_sed_frag=`expr $ac_sed_frag + 1`
vorbisgain-0.37/autom4te.cache/output.0-5848-      ac_beg=$ac_end
vorbisgain-0.37/autom4te.cache/output.0:5849:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vorbisgain-0.37/autom4te.cache/output.0-5850-    fi
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5863-	cat >$tmp/stdin
vorbisgain-0.37/autom4te.cache/output.0:5864:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/autom4te.cache/output.0:5865:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/autom4te.cache/output.0:5866:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/autom4te.cache/output.0:5867:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/autom4te.cache/output.0-5868-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5911-if test "$ac_dir" != .; then
vorbisgain-0.37/autom4te.cache/output.0:5912:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/autom4te.cache/output.0-5913-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/autom4te.cache/output.0:5914:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/autom4te.cache/output.0-5915-else
##############################################
vorbisgain-0.37/autom4te.cache/output.0-5924-    else
vorbisgain-0.37/autom4te.cache/output.0:5925:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/autom4te.cache/output.0-5926-    fi ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6076-	cat >$tmp/stdin
vorbisgain-0.37/autom4te.cache/output.0:6077:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/autom4te.cache/output.0:6078:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/autom4te.cache/output.0:6079:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/autom4te.cache/output.0:6080:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vorbisgain-0.37/autom4te.cache/output.0-6081-  * )   ac_file_in=$ac_file.in ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6279-    * )
vorbisgain-0.37/autom4te.cache/output.0:6280:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vorbisgain-0.37/autom4te.cache/output.0-6281-  esac
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6302-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
vorbisgain-0.37/autom4te.cache/output.0:6303:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
vorbisgain-0.37/autom4te.cache/output.0:6304:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
vorbisgain-0.37/autom4te.cache/output.0-6305-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6344-if test "$ac_dir" != .; then
vorbisgain-0.37/autom4te.cache/output.0:6345:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vorbisgain-0.37/autom4te.cache/output.0-6346-  # A "../" for each directory in $ac_dir_suffix.
vorbisgain-0.37/autom4te.cache/output.0:6347:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vorbisgain-0.37/autom4te.cache/output.0-6348-else
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6357-    else
vorbisgain-0.37/autom4te.cache/output.0:6358:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vorbisgain-0.37/autom4te.cache/output.0-6359-    fi ;;
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6412-  # Strip MF so we end up with the name of the file.
vorbisgain-0.37/autom4te.cache/output.0:6413:  mf=`echo "$mf" | sed -e 's/:.*$//'`
vorbisgain-0.37/autom4te.cache/output.0-6414-  # Check whether this is an Automake generated Makefile or not.
##############################################
vorbisgain-0.37/autom4te.cache/output.0-6438-  # running `make'.
vorbisgain-0.37/autom4te.cache/output.0:6439:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vorbisgain-0.37/autom4te.cache/output.0-6440-  test -z "$DEPDIR" && continue
vorbisgain-0.37/autom4te.cache/output.0-6441-  # When using ansi2knr, U may be empty or an underscore; expand it
vorbisgain-0.37/autom4te.cache/output.0:6442:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vorbisgain-0.37/autom4te.cache/output.0-6443-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vorbisgain-0.37/config.guess-36-
vorbisgain-0.37/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
vorbisgain-0.37/config.guess-38-
##############################################
vorbisgain-0.37/config.guess-178-	# The OS release
vorbisgain-0.37/config.guess:179:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
vorbisgain-0.37/config.guess-180-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
vorbisgain-0.37/config.guess-186-	if test $UNAME_RELEASE = "V4.0"; then
vorbisgain-0.37/config.guess:187:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
vorbisgain-0.37/config.guess-188-	fi
##############################################
vorbisgain-0.37/config.guess-220-	if test "$?" = 0 ; then
vorbisgain-0.37/config.guess:221:		case `./$dummy` in
vorbisgain-0.37/config.guess-222-			0-0)
##############################################
vorbisgain-0.37/config.guess-245-	rm -f $dummy.s $dummy
vorbisgain-0.37/config.guess:246:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
vorbisgain-0.37/config.guess-247-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-304-    sun4H:SunOS:5.*:*)
vorbisgain-0.37/config.guess:305:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vorbisgain-0.37/config.guess-306-	exit 0 ;;
vorbisgain-0.37/config.guess-307-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
vorbisgain-0.37/config.guess:308:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vorbisgain-0.37/config.guess-309-	exit 0 ;;
vorbisgain-0.37/config.guess-310-    i86pc:SunOS:5.*:*)
vorbisgain-0.37/config.guess:311:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vorbisgain-0.37/config.guess-312-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-316-	# it's likely to be more like Solaris than SunOS4.
vorbisgain-0.37/config.guess:317:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vorbisgain-0.37/config.guess-318-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-325-	# Japanese Language versions have a version number like `4.1.3-JL'.
vorbisgain-0.37/config.guess:326:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
vorbisgain-0.37/config.guess-327-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-331-    sun*:*:4.2BSD:*)
vorbisgain-0.37/config.guess:332:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
vorbisgain-0.37/config.guess-333-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
vorbisgain-0.37/config.guess-428-	$CC_FOR_BUILD $dummy.c -o $dummy \
vorbisgain-0.37/config.guess:429:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
vorbisgain-0.37/config.guess-430-	  && rm -f $dummy.c $dummy && exit 0
##############################################
vorbisgain-0.37/config.guess-478-    *:IRIX*:*:*)
vorbisgain-0.37/config.guess:479:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
vorbisgain-0.37/config.guess-480-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-518-    *:AIX:*:[45])
vorbisgain-0.37/config.guess:519:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
vorbisgain-0.37/config.guess-520-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
vorbisgain-0.37/config.guess-553-    9000/[34678]??:HP-UX:*:*)
vorbisgain-0.37/config.guess:554:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vorbisgain-0.37/config.guess-555-	case "${UNAME_MACHINE}" in
##############################################
vorbisgain-0.37/config.guess-609-	eval $set_cc_for_build
vorbisgain-0.37/config.guess:610:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
vorbisgain-0.37/config.guess-611-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
vorbisgain-0.37/config.guess-617-    ia64:HP-UX:*:*)
vorbisgain-0.37/config.guess:618:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vorbisgain-0.37/config.guess-619-	echo ia64-hp-hpux${HPUX_REV}
##############################################
vorbisgain-0.37/config.guess-727-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
vorbisgain-0.37/config.guess:728:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
vorbisgain-0.37/config.guess-729-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
vorbisgain-0.37/config.guess-743-    *:FreeBSD:*:*)
vorbisgain-0.37/config.guess:744:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
vorbisgain-0.37/config.guess-745-	exit 0 ;;
vorbisgain-0.37/config.guess-746-    *:OpenBSD:*:*)
vorbisgain-0.37/config.guess:747:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
vorbisgain-0.37/config.guess-748-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-770-    prep*:SunOS:5.*:*)
vorbisgain-0.37/config.guess:771:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vorbisgain-0.37/config.guess-772-	exit 0 ;;
vorbisgain-0.37/config.guess-773-    *:GNU:*:*)
vorbisgain-0.37/config.guess:774:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
vorbisgain-0.37/config.guess-775-	exit 0 ;;
##############################################
vorbisgain-0.37/config.guess-910-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
vorbisgain-0.37/config.guess:911:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
vorbisgain-0.37/config.guess-912-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
vorbisgain-0.37/install-sh-85-
vorbisgain-0.37/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
vorbisgain-0.37/install-sh-87-	    shift
##############################################
vorbisgain-0.37/install-sh-89-
vorbisgain-0.37/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
vorbisgain-0.37/install-sh-91-	    shift
##############################################
vorbisgain-0.37/install-sh-151-	then
vorbisgain-0.37/install-sh:152:		dst="$dst"/`basename $src`
vorbisgain-0.37/install-sh-153-	else
##############################################
vorbisgain-0.37/install-sh-158-## this sed command emulates the dirname command
vorbisgain-0.37/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
vorbisgain-0.37/install-sh-160-
##############################################
vorbisgain-0.37/install-sh-172-IFS='%'
vorbisgain-0.37/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
vorbisgain-0.37/install-sh-174-IFS="${oIFS}"
##############################################
vorbisgain-0.37/install-sh-206-	then
vorbisgain-0.37/install-sh:207:		dstfile=`basename $dst`
vorbisgain-0.37/install-sh-208-	else
##############################################
vorbisgain-0.37/install-sh-216-	then
vorbisgain-0.37/install-sh:217:		dstfile=`basename $dst`
vorbisgain-0.37/install-sh-218-	else
##############################################
vorbisgain-0.37/config.sub-53-
vorbisgain-0.37/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
vorbisgain-0.37/config.sub-55-
##############################################
vorbisgain-0.37/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
vorbisgain-0.37/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
vorbisgain-0.37/config.sub-119-case $maybe_os in
##############################################
vorbisgain-0.37/config.sub-121-    os=-$maybe_os
vorbisgain-0.37/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
vorbisgain-0.37/config.sub-123-    ;;
vorbisgain-0.37/config.sub-124-  *)
vorbisgain-0.37/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
vorbisgain-0.37/config.sub-126-    if [ $basic_machine != $1 ]
vorbisgain-0.37/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
vorbisgain-0.37/config.sub-128-    else os=; fi
##############################################
vorbisgain-0.37/config.sub-172-		os=-sco3.2v5
vorbisgain-0.37/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-174-		;;
##############################################
vorbisgain-0.37/config.sub-176-		os=-sco3.2v4
vorbisgain-0.37/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-178-		;;
vorbisgain-0.37/config.sub-179-	-sco3.2.[4-9]*)
vorbisgain-0.37/config.sub:180:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
vorbisgain-0.37/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-182-		;;
##############################################
vorbisgain-0.37/config.sub-184-		# Don't forget version if it is 3.2v4 or newer.
vorbisgain-0.37/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-186-		;;
##############################################
vorbisgain-0.37/config.sub-188-		os=-sco3.2v2
vorbisgain-0.37/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-190-		;;
vorbisgain-0.37/config.sub-191-	-udk*)
vorbisgain-0.37/config.sub:192:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-193-		;;
##############################################
vorbisgain-0.37/config.sub-195-		os=-isc2.2
vorbisgain-0.37/config.sub:196:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-197-		;;
##############################################
vorbisgain-0.37/config.sub-201-	-isc*)
vorbisgain-0.37/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vorbisgain-0.37/config.sub-203-		;;
##############################################
vorbisgain-0.37/config.sub-207-	-ptx*)
vorbisgain-0.37/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
vorbisgain-0.37/config.sub-209-		;;
vorbisgain-0.37/config.sub-210-	-windowsnt*)
vorbisgain-0.37/config.sub:211:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
vorbisgain-0.37/config.sub-212-		;;
##############################################
vorbisgain-0.37/config.sub-272-	*-*-*)
vorbisgain-0.37/config.sub:273:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vorbisgain-0.37/config.sub-274-		exit 1
##############################################
vorbisgain-0.37/config.sub-540-	i*86v32)
vorbisgain-0.37/config.sub:541:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vorbisgain-0.37/config.sub-542-		os=-sysv32
##############################################
vorbisgain-0.37/config.sub-544-	i*86v4*)
vorbisgain-0.37/config.sub:545:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vorbisgain-0.37/config.sub-546-		os=-sysv4
##############################################
vorbisgain-0.37/config.sub-548-	i*86v)
vorbisgain-0.37/config.sub:549:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vorbisgain-0.37/config.sub-550-		os=-sysv
##############################################
vorbisgain-0.37/config.sub-552-	i*86sol2)
vorbisgain-0.37/config.sub:553:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vorbisgain-0.37/config.sub-554-		os=-solaris2
##############################################
vorbisgain-0.37/config.sub-606-	mips3*-*)
vorbisgain-0.37/config.sub:607:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
vorbisgain-0.37/config.sub-608-		;;
vorbisgain-0.37/config.sub-609-	mips3*)
vorbisgain-0.37/config.sub:610:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
vorbisgain-0.37/config.sub-611-		;;
##############################################
vorbisgain-0.37/config.sub-733-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
vorbisgain-0.37/config.sub:734:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-735-		;;
vorbisgain-0.37/config.sub-736-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
vorbisgain-0.37/config.sub:737:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-738-		;;
vorbisgain-0.37/config.sub-739-	pentiumii-* | pentium2-*)
vorbisgain-0.37/config.sub:740:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-741-		;;
##############################################
vorbisgain-0.37/config.sub-750-		;;
vorbisgain-0.37/config.sub:751:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-752-		;;
##############################################
vorbisgain-0.37/config.sub-756-	ppcle-* | powerpclittle-*)
vorbisgain-0.37/config.sub:757:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-758-		;;
##############################################
vorbisgain-0.37/config.sub-760-	        ;;
vorbisgain-0.37/config.sub:761:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-762-		;;
##############################################
vorbisgain-0.37/config.sub-766-	ppc64le-* | powerpc64little-*)
vorbisgain-0.37/config.sub:767:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
vorbisgain-0.37/config.sub-768-		;;
##############################################
vorbisgain-0.37/config.sub-1011-	*)
vorbisgain-0.37/config.sub:1012:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vorbisgain-0.37/config.sub-1013-		exit 1
##############################################
vorbisgain-0.37/config.sub-1019-	*-digital*)
vorbisgain-0.37/config.sub:1020:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
vorbisgain-0.37/config.sub-1021-		;;
vorbisgain-0.37/config.sub-1022-	*-commodore*)
vorbisgain-0.37/config.sub:1023:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
vorbisgain-0.37/config.sub-1024-		;;
##############################################
vorbisgain-0.37/config.sub-1037-	-solaris1 | -solaris1.*)
vorbisgain-0.37/config.sub:1038:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
vorbisgain-0.37/config.sub-1039-		;;
##############################################
vorbisgain-0.37/config.sub-1049-	-gnu/linux*)
vorbisgain-0.37/config.sub:1050:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
vorbisgain-0.37/config.sub-1051-		;;
##############################################
vorbisgain-0.37/config.sub-1092-	-mac*)
vorbisgain-0.37/config.sub:1093:		os=`echo $os | sed -e 's|mac|macos|'`
vorbisgain-0.37/config.sub-1094-		;;
vorbisgain-0.37/config.sub-1095-	-sunos5*)
vorbisgain-0.37/config.sub:1096:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
vorbisgain-0.37/config.sub-1097-		;;
vorbisgain-0.37/config.sub-1098-	-sunos6*)
vorbisgain-0.37/config.sub:1099:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
vorbisgain-0.37/config.sub-1100-		;;
##############################################
vorbisgain-0.37/config.sub-1135-	-sinix5.*)
vorbisgain-0.37/config.sub:1136:		os=`echo $os | sed -e 's|sinix|sysv|'`
vorbisgain-0.37/config.sub-1137-		;;
##############################################
vorbisgain-0.37/config.sub-1174-		# Get rid of the `-' at the beginning of $os.
vorbisgain-0.37/config.sub:1175:		os=`echo $os | sed 's/[^-]*-//'`
vorbisgain-0.37/config.sub:1176:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
vorbisgain-0.37/config.sub-1177-		exit 1
##############################################
vorbisgain-0.37/config.sub-1397-		esac
vorbisgain-0.37/config.sub:1398:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
vorbisgain-0.37/config.sub-1399-		;;
##############################################
vorbisgain-0.37/missing-113-         from any GNU archive site."
vorbisgain-0.37/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
vorbisgain-0.37/missing-115-    test -z "$files" && files="config.h"
##############################################
vorbisgain-0.37/missing-148-	*.y)
vorbisgain-0.37/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
vorbisgain-0.37/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
vorbisgain-0.37/missing-152-	    fi
vorbisgain-0.37/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
vorbisgain-0.37/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
vorbisgain-0.37/missing-178-	*.l)
vorbisgain-0.37/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
vorbisgain-0.37/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
vorbisgain-0.37/missing-197-
vorbisgain-0.37/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
vorbisgain-0.37/missing-199-    if test -z "$file"; then
vorbisgain-0.37/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
vorbisgain-0.37/missing-201-    fi
##############################################
vorbisgain-0.37/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
vorbisgain-0.37/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
vorbisgain-0.37/missing-225-    if test -z "$file"; then
vorbisgain-0.37/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
vorbisgain-0.37/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
vorbisgain-0.37/missing-228-    fi
##############################################
vorbisgain-0.37/missing-251-	*o*)
vorbisgain-0.37/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
vorbisgain-0.37/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
vorbisgain-0.37/missing-257-	*h*)
vorbisgain-0.37/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
vorbisgain-0.37/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
vorbisgain-0.37/mkinstalldirs-12-do
vorbisgain-0.37/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
vorbisgain-0.37/mkinstalldirs-14-   shift
##############################################
vorbisgain-0.37/Makefile.in-208-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vorbisgain-0.37/Makefile.in:209:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
vorbisgain-0.37/Makefile.in-210-	  if test -f $$p \
vorbisgain-0.37/Makefile.in-211-	  ; then \
vorbisgain-0.37/Makefile.in:212:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
vorbisgain-0.37/Makefile.in-213-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
vorbisgain-0.37/Makefile.in-220-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vorbisgain-0.37/Makefile.in:221:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
vorbisgain-0.37/Makefile.in-222-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
vorbisgain-0.37/Makefile.in-248-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
vorbisgain-0.37/Makefile.in:249:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
vorbisgain-0.37/Makefile.in-250-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
vorbisgain-0.37/Makefile.in-255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vorbisgain-0.37/Makefile.in:256:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
vorbisgain-0.37/Makefile.in-257-
##############################################
vorbisgain-0.37/Makefile.in-259-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
vorbisgain-0.37/Makefile.in:260:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
vorbisgain-0.37/Makefile.in-261-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
vorbisgain-0.37/Makefile.in-266-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vorbisgain-0.37/Makefile.in:267:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
vorbisgain-0.37/Makefile.in-268-uninstall-info-am:
##############################################
vorbisgain-0.37/Makefile.in-283-	  else file=$$i; fi; \
vorbisgain-0.37/Makefile.in:284:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
vorbisgain-0.37/Makefile.in-285-	  case "$$ext" in \
##############################################
vorbisgain-0.37/Makefile.in-288-	  esac; \
vorbisgain-0.37/Makefile.in:289:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
vorbisgain-0.37/Makefile.in:290:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
vorbisgain-0.37/Makefile.in:291:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
vorbisgain-0.37/Makefile.in-292-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
vorbisgain-0.37/Makefile.in-304-	for i in $$list; do \
vorbisgain-0.37/Makefile.in:305:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
vorbisgain-0.37/Makefile.in-306-	  case "$$ext" in \
##############################################
vorbisgain-0.37/Makefile.in-309-	  esac; \
vorbisgain-0.37/Makefile.in:310:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
vorbisgain-0.37/Makefile.in:311:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
vorbisgain-0.37/Makefile.in:312:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
vorbisgain-0.37/Makefile.in-313-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
vorbisgain-0.37/Makefile.in-363-GTAGS:
vorbisgain-0.37/Makefile.in:364:	here=`$(am__cd) $(top_builddir) && pwd` \
vorbisgain-0.37/Makefile.in-365-	  && cd $(top_srcdir) \
##############################################
vorbisgain-0.37/Makefile.in-386-	mkdir $(distdir)
vorbisgain-0.37/Makefile.in:387:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
vorbisgain-0.37/Makefile.in:388:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
vorbisgain-0.37/Makefile.in-389-	list='$(DISTFILES)'; for file in $$list; do \
vorbisgain-0.37/Makefile.in-390-	  case $$file in \
vorbisgain-0.37/Makefile.in:391:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
vorbisgain-0.37/Makefile.in:392:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
vorbisgain-0.37/Makefile.in-393-	  esac; \
vorbisgain-0.37/Makefile.in-394-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
vorbisgain-0.37/Makefile.in:395:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vorbisgain-0.37/Makefile.in-396-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vorbisgain-0.37/Makefile.in-442-	chmod a-w $(distdir)
vorbisgain-0.37/Makefile.in:443:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
vorbisgain-0.37/Makefile.in-444-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
vorbisgain-0.37/Makefile.in-472-	@cd $(distuninstallcheck_dir) \
vorbisgain-0.37/Makefile.in:473:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
vorbisgain-0.37/Makefile.in-474-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
vorbisgain-0.37/Makefile.in-484-	fi
vorbisgain-0.37/Makefile.in:485:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
vorbisgain-0.37/Makefile.in-486-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
vorbisgain-0.37/acinclude.m4-12-dnl
vorbisgain-0.37/acinclude.m4:13:AC_ARG_WITH(ogg-prefix,[  --with-ogg-prefix=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
vorbisgain-0.37/acinclude.m4-14-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
##############################################
vorbisgain-0.37/acinclude.m4-105-dnl
vorbisgain-0.37/acinclude.m4:106:AC_ARG_WITH(vorbis-prefix,[  --with-vorbis-prefix=PFX   Prefix where libvorbis is installed (optional)], vorbis_prefix="$withval", vorbis_prefix="")
vorbisgain-0.37/acinclude.m4-107-AC_ARG_ENABLE(vorbistest, [  --disable-vorbistest       Do not try to compile and run a test Vorbis program],, enable_vorbistest=yes)