===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
resample-1.8.1/man/Makefile.in-173-	  else file=$$i; fi; \
resample-1.8.1/man/Makefile.in:174:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
resample-1.8.1/man/Makefile.in-175-	  case "$$ext" in \
##############################################
resample-1.8.1/man/Makefile.in-178-	  esac; \
resample-1.8.1/man/Makefile.in:179:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
resample-1.8.1/man/Makefile.in:180:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
resample-1.8.1/man/Makefile.in:181:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
resample-1.8.1/man/Makefile.in-182-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
resample-1.8.1/man/Makefile.in-194-	for i in $$list; do \
resample-1.8.1/man/Makefile.in:195:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
resample-1.8.1/man/Makefile.in-196-	  case "$$ext" in \
##############################################
resample-1.8.1/man/Makefile.in-199-	  esac; \
resample-1.8.1/man/Makefile.in:200:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
resample-1.8.1/man/Makefile.in:201:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
resample-1.8.1/man/Makefile.in:202:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
resample-1.8.1/man/Makefile.in-203-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
resample-1.8.1/man/Makefile.in-213-distdir: $(DISTFILES)
resample-1.8.1/man/Makefile.in:214:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/man/Makefile.in:215:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/man/Makefile.in-216-	list='$(DISTFILES)'; for file in $$list; do \
resample-1.8.1/man/Makefile.in-217-	  case $$file in \
resample-1.8.1/man/Makefile.in:218:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
resample-1.8.1/man/Makefile.in:219:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
resample-1.8.1/man/Makefile.in-220-	  esac; \
resample-1.8.1/man/Makefile.in-221-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
resample-1.8.1/man/Makefile.in:222:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
resample-1.8.1/man/Makefile.in-223-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
resample-1.8.1/missing-128-       # Could not run --version or --help.  This is probably someone
resample-1.8.1/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
resample-1.8.1/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
resample-1.8.1/missing-162-         from any GNU archive site."
resample-1.8.1/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
resample-1.8.1/missing-164-    test -z "$files" && files="config.h"
##############################################
resample-1.8.1/missing-191-         proper tools for further handling them.
resample-1.8.1/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
resample-1.8.1/missing-193-         archive site."
resample-1.8.1/missing-194-
resample-1.8.1/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
resample-1.8.1/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
resample-1.8.1/missing-197-    if test -f "$file"; then
##############################################
resample-1.8.1/missing-220-	*.y)
resample-1.8.1/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
resample-1.8.1/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
resample-1.8.1/missing-224-	    fi
resample-1.8.1/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
resample-1.8.1/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
resample-1.8.1/missing-250-	*.l)
resample-1.8.1/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
resample-1.8.1/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
resample-1.8.1/missing-269-
resample-1.8.1/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
resample-1.8.1/missing-271-    if test -z "$file"; then
resample-1.8.1/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
resample-1.8.1/missing-273-    fi
##############################################
resample-1.8.1/missing-291-    # The file to touch is that specified with -o ...
resample-1.8.1/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
resample-1.8.1/missing-293-    if test -z "$file"; then
resample-1.8.1/missing-294-      # ... or it is the one specified with @setfilename ...
resample-1.8.1/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
resample-1.8.1/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
resample-1.8.1/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
resample-1.8.1/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
resample-1.8.1/missing-299-    fi
##############################################
resample-1.8.1/missing-321-	*o*)
resample-1.8.1/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
resample-1.8.1/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
resample-1.8.1/missing-327-	*h*)
resample-1.8.1/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
resample-1.8.1/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
resample-1.8.1/install-sh-210-      fi
resample-1.8.1/install-sh:211:      dst=$dst/`basename "$src"`
resample-1.8.1/install-sh-212-    fi
##############################################
resample-1.8.1/install-sh-215-  # This sed command emulates the dirname command.
resample-1.8.1/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
resample-1.8.1/install-sh-217-
##############################################
resample-1.8.1/install-sh-228-    IFS='%'
resample-1.8.1/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
resample-1.8.1/install-sh-230-    shift
##############################################
resample-1.8.1/install-sh-256-  else
resample-1.8.1/install-sh:257:    dstfile=`basename "$dst"`
resample-1.8.1/install-sh-258-
##############################################
resample-1.8.1/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
resample-1.8.1/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
resample-1.8.1/aclocal.m4-44-#
##############################################
resample-1.8.1/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
resample-1.8.1/aclocal.m4:67:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
resample-1.8.1/aclocal.m4-68-# and then we would define $MISSING as
##############################################
resample-1.8.1/aclocal.m4-82-# expand $ac_aux_dir to an absolute path
resample-1.8.1/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd`
resample-1.8.1/aclocal.m4-84-])
##############################################
resample-1.8.1/aclocal.m4-180-  if test "$am_compiler_list" = ""; then
resample-1.8.1/aclocal.m4:181:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
resample-1.8.1/aclocal.m4-182-  fi
##############################################
resample-1.8.1/aclocal.m4-290-  # Strip MF so we end up with the name of the file.
resample-1.8.1/aclocal.m4:291:  mf=`echo "$mf" | sed -e 's/:.*$//'`
resample-1.8.1/aclocal.m4-292-  # Check whether this is an Automake generated Makefile or not.
##############################################
resample-1.8.1/aclocal.m4-298-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
resample-1.8.1/aclocal.m4:299:    dirpart=`AS_DIRNAME("$mf")`
resample-1.8.1/aclocal.m4-300-  else
##############################################
resample-1.8.1/aclocal.m4-304-  # from the Makefile without running `make'.
resample-1.8.1/aclocal.m4:305:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
resample-1.8.1/aclocal.m4-306-  test -z "$DEPDIR" && continue
resample-1.8.1/aclocal.m4:307:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
resample-1.8.1/aclocal.m4-308-  test -z "am__include" && continue
resample-1.8.1/aclocal.m4:309:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
resample-1.8.1/aclocal.m4-310-  # When using ansi2knr, U may be empty or an underscore; expand it
resample-1.8.1/aclocal.m4:311:  U=`sed -n 's/^U = //p' < "$mf"`
resample-1.8.1/aclocal.m4-312-  # Find all dependency output files, they are included files with
##############################################
resample-1.8.1/aclocal.m4-320-    test -f "$dirpart/$file" && continue
resample-1.8.1/aclocal.m4:321:    fdir=`AS_DIRNAME(["$file"])`
resample-1.8.1/aclocal.m4-322-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
resample-1.8.1/aclocal.m4-375-# test to see if srcdir already configured
resample-1.8.1/aclocal.m4:376:if test "`cd $srcdir && pwd`" != "`pwd`" &&
resample-1.8.1/aclocal.m4-377-   test -f $srcdir/config.status; then
##############################################
resample-1.8.1/aclocal.m4-451-    * )
resample-1.8.1/aclocal.m4:452:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
resample-1.8.1/aclocal.m4-453-  esac
resample-1.8.1/aclocal.m4-454-done
resample-1.8.1/aclocal.m4:455:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
resample-1.8.1/aclocal.m4-456-
##############################################
resample-1.8.1/aclocal.m4-523-# case it prints its new name instead of `make'.
resample-1.8.1/aclocal.m4:524:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
resample-1.8.1/aclocal.m4-525-   am__include=include
##############################################
resample-1.8.1/aclocal.m4-531-   echo '.include "confinc"' > confmf
resample-1.8.1/aclocal.m4:532:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
resample-1.8.1/aclocal.m4-533-      am__include=.include
##############################################
resample-1.8.1/aclocal.m4-698-if (
resample-1.8.1/aclocal.m4:699:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
resample-1.8.1/aclocal.m4-700-   if test "$[*]" = "X"; then
resample-1.8.1/aclocal.m4-701-      # -L didn't work.
resample-1.8.1/aclocal.m4:702:      set X `ls -t $srcdir/configure conftest.file`
resample-1.8.1/aclocal.m4-703-   fi
##############################################
resample-1.8.1/configure-45-do
resample-1.8.1/configure:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
resample-1.8.1/configure-47-    eval $as_var=C; export $as_var
##############################################
resample-1.8.1/configure-103-  as_lineno_2=$LINENO
resample-1.8.1/configure:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
resample-1.8.1/configure-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
resample-1.8.1/configure-142-  as_lineno_2=$LINENO
resample-1.8.1/configure:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
resample-1.8.1/configure-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
resample-1.8.1/configure-364-
resample-1.8.1/configure:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
resample-1.8.1/configure-366-
##############################################
resample-1.8.1/configure-397-  -disable-* | --disable-*)
resample-1.8.1/configure:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
resample-1.8.1/configure-399-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/configure-402-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
resample-1.8.1/configure-404-    eval "enable_$ac_feature=no" ;;
##############################################
resample-1.8.1/configure-406-  -enable-* | --enable-*)
resample-1.8.1/configure:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
resample-1.8.1/configure-408-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/configure-411-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
resample-1.8.1/configure-413-    case $ac_option in
resample-1.8.1/configure:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
resample-1.8.1/configure-415-      *) ac_optarg=yes ;;
##############################################
resample-1.8.1/configure-588-  -with-* | --with-*)
resample-1.8.1/configure:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
resample-1.8.1/configure-590-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/configure-593-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
resample-1.8.1/configure-595-    case $ac_option in
resample-1.8.1/configure:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
resample-1.8.1/configure-597-      *) ac_optarg=yes ;;
##############################################
resample-1.8.1/configure-601-  -without-* | --without-*)
resample-1.8.1/configure:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
resample-1.8.1/configure-603-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/configure-606-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
resample-1.8.1/configure-608-    eval "with_$ac_package=no" ;;
##############################################
resample-1.8.1/configure-633-  *=*)
resample-1.8.1/configure:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
resample-1.8.1/configure-635-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/configure-638-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
resample-1.8.1/configure-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
resample-1.8.1/configure-654-if test -n "$ac_prev"; then
resample-1.8.1/configure:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
resample-1.8.1/configure-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
resample-1.8.1/configure-662-do
resample-1.8.1/configure:663:  eval ac_val=$`echo $ac_var`
resample-1.8.1/configure-664-  case $ac_val in
##############################################
resample-1.8.1/configure-674-do
resample-1.8.1/configure:675:  eval ac_val=$`echo $ac_var`
resample-1.8.1/configure-676-  case $ac_val in
##############################################
resample-1.8.1/configure-741-   { (exit 1); exit 1; }; }
resample-1.8.1/configure:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
resample-1.8.1/configure-743-ac_env_build_alias_set=${build_alias+set}
##############################################
resample-1.8.1/configure-812-By default, \`make install' will install all the files in
resample-1.8.1/configure:813:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
resample-1.8.1/configure:814:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
resample-1.8.1/configure-815-for instance \`--prefix=\$HOME'.
##############################################
resample-1.8.1/configure-878-if test "$ac_dir" != .; then
resample-1.8.1/configure:879:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
resample-1.8.1/configure-880-  # A "../" for each directory in $ac_dir_suffix.
resample-1.8.1/configure:881:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
resample-1.8.1/configure-882-else
##############################################
resample-1.8.1/configure-891-    else
resample-1.8.1/configure:892:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
resample-1.8.1/configure-893-    fi ;;
##############################################
resample-1.8.1/configure-1047-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
resample-1.8.1/configure:1048:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
resample-1.8.1/configure-1049-    esac
##############################################
resample-1.8.1/configure-1119-    do
resample-1.8.1/configure:1120:      eval ac_val=$`echo $ac_var`
resample-1.8.1/configure-1121-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
resample-1.8.1/configure-1133-      do
resample-1.8.1/configure:1134:	eval ac_val=$`echo $ac_var`
resample-1.8.1/configure-1135-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
resample-1.8.1/configure-1240-    set,)
resample-1.8.1/configure:1241:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
resample-1.8.1/configure:1242:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
resample-1.8.1/configure-1243-      ac_cache_corrupted=: ;;
##############################################
resample-1.8.1/configure-1263-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
resample-1.8.1/configure:1264:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
resample-1.8.1/configure-1265-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
resample-1.8.1/configure-1428-if (
resample-1.8.1/configure:1429:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
resample-1.8.1/configure-1430-   if test "$*" = "X"; then
resample-1.8.1/configure-1431-      # -L didn't work.
resample-1.8.1/configure:1432:      set X `ls -t $srcdir/configure conftest.file`
resample-1.8.1/configure-1433-   fi
##############################################
resample-1.8.1/configure-1472-_ACEOF
resample-1.8.1/configure:1473:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
resample-1.8.1/configure-1474-rm conftest.sed
##############################################
resample-1.8.1/configure-1476-# expand $ac_aux_dir to an absolute path
resample-1.8.1/configure:1477:am_aux_dir=`cd $ac_aux_dir && pwd`
resample-1.8.1/configure-1478-
##############################################
resample-1.8.1/configure-1563-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
resample-1.8.1/configure:1564:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
resample-1.8.1/configure-1565-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
resample-1.8.1/configure-1572-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
resample-1.8.1/configure:1573:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
resample-1.8.1/configure-1574-if test -n "$ac_maketemp"; then
##############################################
resample-1.8.1/configure-1580-fi
resample-1.8.1/configure:1581:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
resample-1.8.1/configure-1582-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
resample-1.8.1/configure-1600-# test to see if srcdir already configured
resample-1.8.1/configure:1601:if test "`cd $srcdir && pwd`" != "`pwd`" &&
resample-1.8.1/configure-1602-   test -f $srcdir/config.status; then
##############################################
resample-1.8.1/configure-2074-     "checking for C compiler version" >&5
resample-1.8.1/configure:2075:ac_compiler=`set X $ac_compile; echo $2`
resample-1.8.1/configure-2076-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
resample-1.8.1/configure-2113-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
resample-1.8.1/configure:2114:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
resample-1.8.1/configure-2115-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
resample-1.8.1/configure-2141-    *.* )
resample-1.8.1/configure:2142:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
resample-1.8.1/configure-2143-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
resample-1.8.1/configure-2221-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
resample-1.8.1/configure:2222:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
resample-1.8.1/configure-2223-	  export ac_cv_exeext
##############################################
resample-1.8.1/configure-2271-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
resample-1.8.1/configure:2272:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
resample-1.8.1/configure-2273-       break;;
##############################################
resample-1.8.1/configure-2350-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
resample-1.8.1/configure:2351:GCC=`test $ac_compiler_gnu = yes && echo yes`
resample-1.8.1/configure-2352-ac_test_CFLAGS=${CFLAGS+set}
##############################################
resample-1.8.1/configure-2709-# case it prints its new name instead of `make'.
resample-1.8.1/configure:2710:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
resample-1.8.1/configure-2711-   am__include=include
##############################################
resample-1.8.1/configure-2717-   echo '.include "confinc"' > confmf
resample-1.8.1/configure:2718:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
resample-1.8.1/configure-2719-      am__include=.include
##############################################
resample-1.8.1/configure-2779-  if test "$am_compiler_list" = ""; then
resample-1.8.1/configure:2780:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
resample-1.8.1/configure-2781-  fi
##############################################
resample-1.8.1/configure-3522-do
resample-1.8.1/configure:3523:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/configure-3524-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
resample-1.8.1/configure-3569-fi
resample-1.8.1/configure:3570:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:3571:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure:3572:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/configure-3573-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:3574:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/configure-3575-_ACEOF
##############################################
resample-1.8.1/configure-3591-do
resample-1.8.1/configure:3592:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/configure-3593-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
resample-1.8.1/configure-3598-fi
resample-1.8.1/configure:3599:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:3600:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-3601-else
##############################################
resample-1.8.1/configure-3725-fi
resample-1.8.1/configure:3726:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:3727:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-3728-
resample-1.8.1/configure-3729-fi
resample-1.8.1/configure:3730:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/configure-3731-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:3732:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/configure-3733-_ACEOF
##############################################
resample-1.8.1/configure-4460-  for ac_func in _getb67 GETB67 getb67; do
resample-1.8.1/configure:4461:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
resample-1.8.1/configure-4462-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
resample-1.8.1/configure-4549-fi
resample-1.8.1/configure:4550:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
resample-1.8.1/configure:4551:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
resample-1.8.1/configure:4552:if test `eval echo '${'$as_ac_var'}'` = yes; then
resample-1.8.1/configure-4553-
##############################################
resample-1.8.1/configure-4683-do
resample-1.8.1/configure:4684:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/configure-4685-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
resample-1.8.1/configure-4690-fi
resample-1.8.1/configure:4691:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:4692:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-4693-else
##############################################
resample-1.8.1/configure-4817-fi
resample-1.8.1/configure:4818:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:4819:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-4820-
resample-1.8.1/configure-4821-fi
resample-1.8.1/configure:4822:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/configure-4823-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:4824:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/configure-4825-_ACEOF
##############################################
resample-1.8.1/configure-4914-do
resample-1.8.1/configure:4915:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/configure-4916-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
resample-1.8.1/configure-4921-fi
resample-1.8.1/configure:4922:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:4923:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-4924-else
##############################################
resample-1.8.1/configure-5048-fi
resample-1.8.1/configure:5049:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
resample-1.8.1/configure:5050:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
resample-1.8.1/configure-5051-
resample-1.8.1/configure-5052-fi
resample-1.8.1/configure:5053:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/configure-5054-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:5055:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/configure-5056-_ACEOF
##############################################
resample-1.8.1/configure-5291-do
resample-1.8.1/configure:5292:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
resample-1.8.1/configure-5293-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
resample-1.8.1/configure-5380-fi
resample-1.8.1/configure:5381:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
resample-1.8.1/configure:5382:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
resample-1.8.1/configure:5383:if test `eval echo '${'$as_ac_var'}'` = yes; then
resample-1.8.1/configure-5384-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:5385:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
resample-1.8.1/configure-5386-_ACEOF
##############################################
resample-1.8.1/configure-5467-do
resample-1.8.1/configure:5468:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
resample-1.8.1/configure-5469-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
resample-1.8.1/configure-5556-fi
resample-1.8.1/configure:5557:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
resample-1.8.1/configure:5558:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
resample-1.8.1/configure:5559:if test `eval echo '${'$as_ac_var'}'` = yes; then
resample-1.8.1/configure-5560-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:5561:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
resample-1.8.1/configure-5562-_ACEOF
##############################################
resample-1.8.1/configure-5678-do
resample-1.8.1/configure:5679:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
resample-1.8.1/configure-5680-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
resample-1.8.1/configure-5767-fi
resample-1.8.1/configure:5768:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
resample-1.8.1/configure:5769:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
resample-1.8.1/configure:5770:if test `eval echo '${'$as_ac_var'}'` = yes; then
resample-1.8.1/configure-5771-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/configure:5772:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
resample-1.8.1/configure-5773-_ACEOF
##############################################
resample-1.8.1/configure-5941-do
resample-1.8.1/configure:5942:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
resample-1.8.1/configure-5943-    eval $as_var=C; export $as_var
##############################################
resample-1.8.1/configure-5999-  as_lineno_2=$LINENO
resample-1.8.1/configure:6000:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
resample-1.8.1/configure-6001-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
resample-1.8.1/configure-6039-  as_lineno_2=$LINENO
resample-1.8.1/configure:6040:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
resample-1.8.1/configure-6041-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
resample-1.8.1/configure-6221-configured by $0, generated by GNU Autoconf 2.59,
resample-1.8.1/configure:6222:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
resample-1.8.1/configure-6223-
##############################################
resample-1.8.1/configure-6238-  --*=*)
resample-1.8.1/configure:6239:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
resample-1.8.1/configure:6240:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
resample-1.8.1/configure-6241-    ac_shift=:
##############################################
resample-1.8.1/configure-6499-      fi
resample-1.8.1/configure:6500:      ac_sed_frag=`expr $ac_sed_frag + 1`
resample-1.8.1/configure-6501-      ac_beg=$ac_end
resample-1.8.1/configure:6502:      ac_end=`expr $ac_end + $ac_max_sed_lines`
resample-1.8.1/configure-6503-    fi
##############################################
resample-1.8.1/configure-6516-	cat >$tmp/stdin
resample-1.8.1/configure:6517:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
resample-1.8.1/configure:6518:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
resample-1.8.1/configure:6519:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
resample-1.8.1/configure:6520:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
resample-1.8.1/configure-6521-  * )   ac_file_in=$ac_file.in ;;
##############################################
resample-1.8.1/configure-6564-if test "$ac_dir" != .; then
resample-1.8.1/configure:6565:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
resample-1.8.1/configure-6566-  # A "../" for each directory in $ac_dir_suffix.
resample-1.8.1/configure:6567:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
resample-1.8.1/configure-6568-else
##############################################
resample-1.8.1/configure-6577-    else
resample-1.8.1/configure:6578:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
resample-1.8.1/configure-6579-    fi ;;
##############################################
resample-1.8.1/configure-6729-	cat >$tmp/stdin
resample-1.8.1/configure:6730:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
resample-1.8.1/configure:6731:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
resample-1.8.1/configure:6732:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
resample-1.8.1/configure:6733:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
resample-1.8.1/configure-6734-  * )   ac_file_in=$ac_file.in ;;
##############################################
resample-1.8.1/configure-6932-    * )
resample-1.8.1/configure:6933:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
resample-1.8.1/configure-6934-  esac
##############################################
resample-1.8.1/configure-6955-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
resample-1.8.1/configure:6956:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
resample-1.8.1/configure:6957:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
resample-1.8.1/configure-6958-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
resample-1.8.1/configure-6997-if test "$ac_dir" != .; then
resample-1.8.1/configure:6998:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
resample-1.8.1/configure-6999-  # A "../" for each directory in $ac_dir_suffix.
resample-1.8.1/configure:7000:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
resample-1.8.1/configure-7001-else
##############################################
resample-1.8.1/configure-7010-    else
resample-1.8.1/configure:7011:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
resample-1.8.1/configure-7012-    fi ;;
##############################################
resample-1.8.1/configure-7065-  # Strip MF so we end up with the name of the file.
resample-1.8.1/configure:7066:  mf=`echo "$mf" | sed -e 's/:.*$//'`
resample-1.8.1/configure-7067-  # Check whether this is an Automake generated Makefile or not.
##############################################
resample-1.8.1/configure-7090-  # from the Makefile without running `make'.
resample-1.8.1/configure:7091:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
resample-1.8.1/configure-7092-  test -z "$DEPDIR" && continue
resample-1.8.1/configure:7093:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
resample-1.8.1/configure-7094-  test -z "am__include" && continue
resample-1.8.1/configure:7095:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
resample-1.8.1/configure-7096-  # When using ansi2knr, U may be empty or an underscore; expand it
resample-1.8.1/configure:7097:  U=`sed -n 's/^U = //p' < "$mf"`
resample-1.8.1/configure-7098-  # Find all dependency output files, they are included files with
##############################################
resample-1.8.1/configure-7182-# test to see if srcdir already configured
resample-1.8.1/configure:7183:if test "`cd $srcdir && pwd`" != "`pwd`" &&
resample-1.8.1/configure-7184-   test -f $srcdir/config.status; then
##############################################
resample-1.8.1/configure-7358-  if test "$am_compiler_list" = ""; then
resample-1.8.1/configure:7359:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
resample-1.8.1/configure-7360-  fi
##############################################
resample-1.8.1/src/Makefile.in-196-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
resample-1.8.1/src/Makefile.in:197:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
resample-1.8.1/src/Makefile.in-198-	  if test -f $$p \
resample-1.8.1/src/Makefile.in-199-	  ; then \
resample-1.8.1/src/Makefile.in:200:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
resample-1.8.1/src/Makefile.in-201-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
resample-1.8.1/src/Makefile.in-208-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
resample-1.8.1/src/Makefile.in:209:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
resample-1.8.1/src/Makefile.in-210-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
resample-1.8.1/src/Makefile.in-246-.c.obj:
resample-1.8.1/src/Makefile.in:247:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
resample-1.8.1/src/Makefile.in-248-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-250-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:251:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
resample-1.8.1/src/Makefile.in-252-
resample-1.8.1/src/Makefile.in-253-audio.o: $(SNDLIB)/audio.c
resample-1.8.1/src/Makefile.in:254:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.o -MD -MP -MF "$(DEPDIR)/audio.Tpo" -c -o audio.o `test -f '$(SNDLIB)/audio.c' || echo '$(srcdir)/'`$(SNDLIB)/audio.c; \
resample-1.8.1/src/Makefile.in-255-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-257-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:258:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio.o `test -f '$(SNDLIB)/audio.c' || echo '$(srcdir)/'`$(SNDLIB)/audio.c
resample-1.8.1/src/Makefile.in-259-
resample-1.8.1/src/Makefile.in-260-audio.obj: $(SNDLIB)/audio.c
resample-1.8.1/src/Makefile.in:261:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT audio.obj -MD -MP -MF "$(DEPDIR)/audio.Tpo" -c -o audio.obj `if test -f '$(SNDLIB)/audio.c'; then $(CYGPATH_W) '$(SNDLIB)/audio.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/audio.c'; fi`; \
resample-1.8.1/src/Makefile.in-262-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/audio.Tpo" "$(DEPDIR)/audio.Po"; else rm -f "$(DEPDIR)/audio.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:265:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o audio.obj `if test -f '$(SNDLIB)/audio.c'; then $(CYGPATH_W) '$(SNDLIB)/audio.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/audio.c'; fi`
resample-1.8.1/src/Makefile.in-266-
resample-1.8.1/src/Makefile.in-267-io.o: $(SNDLIB)/io.c
resample-1.8.1/src/Makefile.in:268:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT io.o -MD -MP -MF "$(DEPDIR)/io.Tpo" -c -o io.o `test -f '$(SNDLIB)/io.c' || echo '$(srcdir)/'`$(SNDLIB)/io.c; \
resample-1.8.1/src/Makefile.in-269-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/io.Tpo" "$(DEPDIR)/io.Po"; else rm -f "$(DEPDIR)/io.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:272:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o io.o `test -f '$(SNDLIB)/io.c' || echo '$(srcdir)/'`$(SNDLIB)/io.c
resample-1.8.1/src/Makefile.in-273-
resample-1.8.1/src/Makefile.in-274-io.obj: $(SNDLIB)/io.c
resample-1.8.1/src/Makefile.in:275:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT io.obj -MD -MP -MF "$(DEPDIR)/io.Tpo" -c -o io.obj `if test -f '$(SNDLIB)/io.c'; then $(CYGPATH_W) '$(SNDLIB)/io.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/io.c'; fi`; \
resample-1.8.1/src/Makefile.in-276-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/io.Tpo" "$(DEPDIR)/io.Po"; else rm -f "$(DEPDIR)/io.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-278-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:279:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o io.obj `if test -f '$(SNDLIB)/io.c'; then $(CYGPATH_W) '$(SNDLIB)/io.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/io.c'; fi`
resample-1.8.1/src/Makefile.in-280-
resample-1.8.1/src/Makefile.in-281-headers.o: $(SNDLIB)/headers.c
resample-1.8.1/src/Makefile.in:282:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT headers.o -MD -MP -MF "$(DEPDIR)/headers.Tpo" -c -o headers.o `test -f '$(SNDLIB)/headers.c' || echo '$(srcdir)/'`$(SNDLIB)/headers.c; \
resample-1.8.1/src/Makefile.in-283-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/headers.Tpo" "$(DEPDIR)/headers.Po"; else rm -f "$(DEPDIR)/headers.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:286:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o headers.o `test -f '$(SNDLIB)/headers.c' || echo '$(srcdir)/'`$(SNDLIB)/headers.c
resample-1.8.1/src/Makefile.in-287-
resample-1.8.1/src/Makefile.in-288-headers.obj: $(SNDLIB)/headers.c
resample-1.8.1/src/Makefile.in:289:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT headers.obj -MD -MP -MF "$(DEPDIR)/headers.Tpo" -c -o headers.obj `if test -f '$(SNDLIB)/headers.c'; then $(CYGPATH_W) '$(SNDLIB)/headers.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/headers.c'; fi`; \
resample-1.8.1/src/Makefile.in-290-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/headers.Tpo" "$(DEPDIR)/headers.Po"; else rm -f "$(DEPDIR)/headers.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:293:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o headers.obj `if test -f '$(SNDLIB)/headers.c'; then $(CYGPATH_W) '$(SNDLIB)/headers.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/headers.c'; fi`
resample-1.8.1/src/Makefile.in-294-
resample-1.8.1/src/Makefile.in-295-sound.o: $(SNDLIB)/sound.c
resample-1.8.1/src/Makefile.in:296:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sound.o -MD -MP -MF "$(DEPDIR)/sound.Tpo" -c -o sound.o `test -f '$(SNDLIB)/sound.c' || echo '$(srcdir)/'`$(SNDLIB)/sound.c; \
resample-1.8.1/src/Makefile.in-297-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sound.Tpo" "$(DEPDIR)/sound.Po"; else rm -f "$(DEPDIR)/sound.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:300:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sound.o `test -f '$(SNDLIB)/sound.c' || echo '$(srcdir)/'`$(SNDLIB)/sound.c
resample-1.8.1/src/Makefile.in-301-
resample-1.8.1/src/Makefile.in-302-sound.obj: $(SNDLIB)/sound.c
resample-1.8.1/src/Makefile.in:303:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sound.obj -MD -MP -MF "$(DEPDIR)/sound.Tpo" -c -o sound.obj `if test -f '$(SNDLIB)/sound.c'; then $(CYGPATH_W) '$(SNDLIB)/sound.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/sound.c'; fi`; \
resample-1.8.1/src/Makefile.in-304-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/sound.Tpo" "$(DEPDIR)/sound.Po"; else rm -f "$(DEPDIR)/sound.Tpo"; exit 1; fi
##############################################
resample-1.8.1/src/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
resample-1.8.1/src/Makefile.in:307:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sound.obj `if test -f '$(SNDLIB)/sound.c'; then $(CYGPATH_W) '$(SNDLIB)/sound.c'; else $(CYGPATH_W) '$(srcdir)/$(SNDLIB)/sound.c'; fi`
resample-1.8.1/src/Makefile.in-308-uninstall-info-am:
##############################################
resample-1.8.1/src/Makefile.in-350-GTAGS:
resample-1.8.1/src/Makefile.in:351:	here=`$(am__cd) $(top_builddir) && pwd` \
resample-1.8.1/src/Makefile.in-352-	  && cd $(top_srcdir) \
##############################################
resample-1.8.1/src/Makefile.in-358-distdir: $(DISTFILES)
resample-1.8.1/src/Makefile.in:359:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/src/Makefile.in:360:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/src/Makefile.in-361-	list='$(DISTFILES)'; for file in $$list; do \
resample-1.8.1/src/Makefile.in-362-	  case $$file in \
resample-1.8.1/src/Makefile.in:363:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
resample-1.8.1/src/Makefile.in:364:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
resample-1.8.1/src/Makefile.in-365-	  esac; \
resample-1.8.1/src/Makefile.in-366-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
resample-1.8.1/src/Makefile.in:367:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
resample-1.8.1/src/Makefile.in-368-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
resample-1.8.1/sndlib-20/configure-105-do
resample-1.8.1/sndlib-20/configure:106:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
resample-1.8.1/sndlib-20/configure-107-    eval $as_var=C; export $as_var
##############################################
resample-1.8.1/sndlib-20/configure-213-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
resample-1.8.1/sndlib-20/configure:214:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
resample-1.8.1/sndlib-20/configure-215-") 2> /dev/null; then
##############################################
resample-1.8.1/sndlib-20/configure-326-  test "x$as_lineno_1" != "x$as_lineno_2" &&
resample-1.8.1/sndlib-20/configure:327:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
resample-1.8.1/sndlib-20/configure-328-
##############################################
resample-1.8.1/sndlib-20/configure-421-  test "x$as_lineno_1" != "x$as_lineno_2" &&
resample-1.8.1/sndlib-20/configure:422:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
resample-1.8.1/sndlib-20/configure-423-
##############################################
resample-1.8.1/sndlib-20/configure-758-  case $ac_option in
resample-1.8.1/sndlib-20/configure:759:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
resample-1.8.1/sndlib-20/configure-760-  *)	ac_optarg=yes ;;
##############################################
resample-1.8.1/sndlib-20/configure-801-  -disable-* | --disable-*)
resample-1.8.1/sndlib-20/configure:802:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
resample-1.8.1/sndlib-20/configure-803-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/sndlib-20/configure-806-   { (exit 1); exit 1; }; }
resample-1.8.1/sndlib-20/configure:807:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
resample-1.8.1/sndlib-20/configure-808-    eval enable_$ac_feature=no ;;
##############################################
resample-1.8.1/sndlib-20/configure-820-  -enable-* | --enable-*)
resample-1.8.1/sndlib-20/configure:821:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
resample-1.8.1/sndlib-20/configure-822-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/sndlib-20/configure-825-   { (exit 1); exit 1; }; }
resample-1.8.1/sndlib-20/configure:826:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
resample-1.8.1/sndlib-20/configure-827-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
resample-1.8.1/sndlib-20/configure-1017-  -with-* | --with-*)
resample-1.8.1/sndlib-20/configure:1018:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
resample-1.8.1/sndlib-20/configure-1019-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/sndlib-20/configure-1022-   { (exit 1); exit 1; }; }
resample-1.8.1/sndlib-20/configure:1023:    ac_package=`echo $ac_package| sed 's/-/_/g'`
resample-1.8.1/sndlib-20/configure-1024-    eval with_$ac_package=\$ac_optarg ;;
##############################################
resample-1.8.1/sndlib-20/configure-1026-  -without-* | --without-*)
resample-1.8.1/sndlib-20/configure:1027:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
resample-1.8.1/sndlib-20/configure-1028-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/sndlib-20/configure-1031-   { (exit 1); exit 1; }; }
resample-1.8.1/sndlib-20/configure:1032:    ac_package=`echo $ac_package | sed 's/-/_/g'`
resample-1.8.1/sndlib-20/configure-1033-    eval with_$ac_package=no ;;
##############################################
resample-1.8.1/sndlib-20/configure-1058-  *=*)
resample-1.8.1/sndlib-20/configure:1059:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
resample-1.8.1/sndlib-20/configure-1060-    # Reject names that are not valid shell variable names.
##############################################
resample-1.8.1/sndlib-20/configure-1078-if test -n "$ac_prev"; then
resample-1.8.1/sndlib-20/configure:1079:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
resample-1.8.1/sndlib-20/configure-1080-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
resample-1.8.1/sndlib-20/configure-1124-ac_ls_di=`ls -di .` &&
resample-1.8.1/sndlib-20/configure:1125:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
resample-1.8.1/sndlib-20/configure-1126-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
resample-1.8.1/sndlib-20/configure-1184-case $srcdir in
resample-1.8.1/sndlib-20/configure:1185:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
resample-1.8.1/sndlib-20/configure-1186-esac
##############################################
resample-1.8.1/sndlib-20/configure-1227-By default, \`make install' will install all the files in
resample-1.8.1/sndlib-20/configure:1228:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
resample-1.8.1/sndlib-20/configure:1229:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
resample-1.8.1/sndlib-20/configure-1230-for instance \`--prefix=\$HOME'.
##############################################
resample-1.8.1/sndlib-20/configure-1318-*)
resample-1.8.1/sndlib-20/configure:1319:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
resample-1.8.1/sndlib-20/configure-1320-  # A ".." for each directory in $ac_dir_suffix.
resample-1.8.1/sndlib-20/configure:1321:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
resample-1.8.1/sndlib-20/configure-1322-  case $ac_top_builddir_sub in
##############################################
resample-1.8.1/sndlib-20/configure-1451-    *\'*)
resample-1.8.1/sndlib-20/configure:1452:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
resample-1.8.1/sndlib-20/configure-1453-    esac
##############################################
resample-1.8.1/sndlib-20/configure-1537-      case $ac_val in
resample-1.8.1/sndlib-20/configure:1538:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
resample-1.8.1/sndlib-20/configure-1539-      esac
##############################################
resample-1.8.1/sndlib-20/configure-1554-	case $ac_val in
resample-1.8.1/sndlib-20/configure:1555:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
resample-1.8.1/sndlib-20/configure-1556-	esac
##############################################
resample-1.8.1/sndlib-20/configure-1662-    set,)
resample-1.8.1/sndlib-20/configure:1663:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
resample-1.8.1/sndlib-20/configure:1664:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
resample-1.8.1/sndlib-20/configure-1665-      ac_cache_corrupted=: ;;
##############################################
resample-1.8.1/sndlib-20/configure-1684-    case $ac_new_val in
resample-1.8.1/sndlib-20/configure:1685:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
resample-1.8.1/sndlib-20/configure-1686-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
resample-1.8.1/sndlib-20/configure-1784-test "x$ac_build_alias" = x &&
resample-1.8.1/sndlib-20/configure:1785:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
resample-1.8.1/sndlib-20/configure-1786-test "x$ac_build_alias" = x &&
##############################################
resample-1.8.1/sndlib-20/configure-1789-   { (exit 1); exit 1; }; }
resample-1.8.1/sndlib-20/configure:1790:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
resample-1.8.1/sndlib-20/configure-1791-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
resample-1.8.1/sndlib-20/configure-1814-IFS=$ac_save_IFS
resample-1.8.1/sndlib-20/configure:1815:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
resample-1.8.1/sndlib-20/configure-1816-
##############################################
resample-1.8.1/sndlib-20/configure-1825-else
resample-1.8.1/sndlib-20/configure:1826:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
resample-1.8.1/sndlib-20/configure-1827-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
resample-1.8.1/sndlib-20/configure-1851-IFS=$ac_save_IFS
resample-1.8.1/sndlib-20/configure:1852:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
resample-1.8.1/sndlib-20/configure-1853-
##############################################
resample-1.8.1/sndlib-20/configure-2170-echo "$as_me:$LINENO: checking for C compiler version" >&5
resample-1.8.1/sndlib-20/configure:2171:ac_compiler=`set X $ac_compile; echo $2`
resample-1.8.1/sndlib-20/configure-2172-{ (ac_try="$ac_compiler --version >&5"
##############################################
resample-1.8.1/sndlib-20/configure-2224-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
resample-1.8.1/sndlib-20/configure:2225:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
resample-1.8.1/sndlib-20/configure-2226-#
##############################################
resample-1.8.1/sndlib-20/configure-2272-	then :; else
resample-1.8.1/sndlib-20/configure:2273:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
resample-1.8.1/sndlib-20/configure-2274-	fi
##############################################
resample-1.8.1/sndlib-20/configure-2365-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
resample-1.8.1/sndlib-20/configure:2366:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
resample-1.8.1/sndlib-20/configure-2367-	  break;;
##############################################
resample-1.8.1/sndlib-20/configure-2420-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
resample-1.8.1/sndlib-20/configure:2421:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
resample-1.8.1/sndlib-20/configure-2422-       break;;
##############################################
resample-1.8.1/sndlib-20/configure-2512-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
resample-1.8.1/sndlib-20/configure:2513:GCC=`test $ac_compiler_gnu = yes && echo yes`
resample-1.8.1/sndlib-20/configure-2514-ac_test_CFLAGS=${CFLAGS+set}
##############################################
resample-1.8.1/sndlib-20/configure-3140-  # Check for GNU $ac_path_GREP
resample-1.8.1/sndlib-20/configure:3141:case `"$ac_path_GREP" --version 2>&1` in
resample-1.8.1/sndlib-20/configure-3142-*GNU*)
##############################################
resample-1.8.1/sndlib-20/configure-3154-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
resample-1.8.1/sndlib-20/configure:3155:    ac_count=`expr $ac_count + 1`
resample-1.8.1/sndlib-20/configure-3156-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
resample-1.8.1/sndlib-20/configure-3222-  # Check for GNU $ac_path_EGREP
resample-1.8.1/sndlib-20/configure:3223:case `"$ac_path_EGREP" --version 2>&1` in
resample-1.8.1/sndlib-20/configure-3224-*GNU*)
##############################################
resample-1.8.1/sndlib-20/configure-3236-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
resample-1.8.1/sndlib-20/configure:3237:    ac_count=`expr $ac_count + 1`
resample-1.8.1/sndlib-20/configure-3238-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
resample-1.8.1/sndlib-20/configure-3959-do
resample-1.8.1/sndlib-20/configure:3960:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-3961-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
resample-1.8.1/sndlib-20/configure-4019-fi
resample-1.8.1/sndlib-20/configure:4020:ac_res=`eval echo '${'$as_ac_Header'}'`
resample-1.8.1/sndlib-20/configure-4021-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-4022-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:4023:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/sndlib-20/configure-4024-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/sndlib-20/configure:4025:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/sndlib-20/configure-4026-_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-4043-do
resample-1.8.1/sndlib-20/configure:4044:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-4045-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
resample-1.8.1/sndlib-20/configure-4050-fi
resample-1.8.1/sndlib-20/configure:4051:ac_res=`eval echo '${'$as_ac_Header'}'`
resample-1.8.1/sndlib-20/configure-4052-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
resample-1.8.1/sndlib-20/configure-4195-fi
resample-1.8.1/sndlib-20/configure:4196:ac_res=`eval echo '${'$as_ac_Header'}'`
resample-1.8.1/sndlib-20/configure-4197-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
resample-1.8.1/sndlib-20/configure-4200-fi
resample-1.8.1/sndlib-20/configure:4201:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/sndlib-20/configure-4202-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/sndlib-20/configure:4203:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/sndlib-20/configure-4204-_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-4213-do
resample-1.8.1/sndlib-20/configure:4214:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-4215-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
resample-1.8.1/sndlib-20/configure-4220-fi
resample-1.8.1/sndlib-20/configure:4221:ac_res=`eval echo '${'$as_ac_Header'}'`
resample-1.8.1/sndlib-20/configure-4222-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
resample-1.8.1/sndlib-20/configure-4365-fi
resample-1.8.1/sndlib-20/configure:4366:ac_res=`eval echo '${'$as_ac_Header'}'`
resample-1.8.1/sndlib-20/configure-4367-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
resample-1.8.1/sndlib-20/configure-4370-fi
resample-1.8.1/sndlib-20/configure:4371:if test `eval echo '${'$as_ac_Header'}'` = yes; then
resample-1.8.1/sndlib-20/configure-4372-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/sndlib-20/configure:4373:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
resample-1.8.1/sndlib-20/configure-4374-_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-6914-
resample-1.8.1/sndlib-20/configure:6915:	ac_lo=`expr $ac_mid + 1`
resample-1.8.1/sndlib-20/configure-6916-			if test $ac_lo -le $ac_mid; then
##############################################
resample-1.8.1/sndlib-20/configure-6919-			fi
resample-1.8.1/sndlib-20/configure:6920:			ac_mid=`expr 2 '*' $ac_mid + 1`
resample-1.8.1/sndlib-20/configure-6921-fi
##############################################
resample-1.8.1/sndlib-20/configure-7039-
resample-1.8.1/sndlib-20/configure:7040:	ac_hi=`expr '(' $ac_mid ')' - 1`
resample-1.8.1/sndlib-20/configure-7041-			if test $ac_mid -le $ac_hi; then
##############################################
resample-1.8.1/sndlib-20/configure-7044-			fi
resample-1.8.1/sndlib-20/configure:7045:			ac_mid=`expr 2 '*' $ac_mid`
resample-1.8.1/sndlib-20/configure-7046-fi
##############################################
resample-1.8.1/sndlib-20/configure-7062-while test "x$ac_lo" != "x$ac_hi"; do
resample-1.8.1/sndlib-20/configure:7063:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
resample-1.8.1/sndlib-20/configure-7064-  cat >conftest.$ac_ext <<_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-7120-
resample-1.8.1/sndlib-20/configure:7121:	ac_lo=`expr '(' $ac_mid ')' + 1`
resample-1.8.1/sndlib-20/configure-7122-fi
##############################################
resample-1.8.1/sndlib-20/configure-7487-do
resample-1.8.1/sndlib-20/configure:7488:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-7489-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
resample-1.8.1/sndlib-20/configure-7583-fi
resample-1.8.1/sndlib-20/configure:7584:ac_res=`eval echo '${'$as_ac_var'}'`
resample-1.8.1/sndlib-20/configure-7585-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-7586-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:7587:if test `eval echo '${'$as_ac_var'}'` = yes; then
resample-1.8.1/sndlib-20/configure-7588-  cat >>confdefs.h <<_ACEOF
resample-1.8.1/sndlib-20/configure:7589:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
resample-1.8.1/sndlib-20/configure-7590-_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-7728-else
resample-1.8.1/sndlib-20/configure:7729:  GSL_CFLAGS=`$GSL_CONFIG --cflags`
resample-1.8.1/sndlib-20/configure:7730:  GSL_PREFIX=`$GSL_CONFIG --prefix`
resample-1.8.1/sndlib-20/configure-7731-  if test "$with_static_gsl" = yes ; then
resample-1.8.1/sndlib-20/configure:7732:    as_ac_File=`echo "ac_cv_file_$GSL_PREFIX/lib/libgsl.a" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-7733-{ echo "$as_me:$LINENO: checking for $GSL_PREFIX/lib/libgsl.a" >&5
##############################################
resample-1.8.1/sndlib-20/configure-7747-fi
resample-1.8.1/sndlib-20/configure:7748:ac_res=`eval echo '${'$as_ac_File'}'`
resample-1.8.1/sndlib-20/configure-7749-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-7750-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:7751:if test `eval echo '${'$as_ac_File'}'` = yes; then
resample-1.8.1/sndlib-20/configure-7752-  GSL_LIBS="$GSL_PREFIX/lib/libgsl.a"
resample-1.8.1/sndlib-20/configure-7753-else
resample-1.8.1/sndlib-20/configure:7754:  GSL_LIBS=`$GSL_CONFIG --libs`
resample-1.8.1/sndlib-20/configure-7755-	 with_static_gsl=no
##############################################
resample-1.8.1/sndlib-20/configure-7760-  else
resample-1.8.1/sndlib-20/configure:7761:    GSL_LIBS=`$GSL_CONFIG --libs`
resample-1.8.1/sndlib-20/configure-7762-  fi
resample-1.8.1/sndlib-20/configure:7763:  gsl_version="`$GSL_CONFIG --version`"
resample-1.8.1/sndlib-20/configure-7764-  { echo "$as_me:$LINENO: result: $gsl_version" >&5
##############################################
resample-1.8.1/sndlib-20/configure-7769-
resample-1.8.1/sndlib-20/configure:7770:  if test "`$GSL_CONFIG --version`" = "0.6" || test "`$GSL_CONFIG --version`" = "0.7"; then
resample-1.8.1/sndlib-20/configure-7771-    { echo "$as_me:$LINENO: WARNING: sndlib needs GSL 0.8 or later" >&5
##############################################
resample-1.8.1/sndlib-20/configure-7773-  else
resample-1.8.1/sndlib-20/configure:7774:    if test "`$GSL_CONFIG --version`" = "0.8" && test "$with_static_gsl" = yes ; then
resample-1.8.1/sndlib-20/configure-7775-      GSL_LIBS="$GSL_LIBS $GSL_PREFIX/lib/libgslcblas.a"
##############################################
resample-1.8.1/sndlib-20/configure-7805-echo $ECHO_N "checking for Ruby... $ECHO_C" >&6; }
resample-1.8.1/sndlib-20/configure:7806:	    RUBY_VERSION=`$RUBY -e 'puts RUBY_VERSION'`
resample-1.8.1/sndlib-20/configure:7807:	    RUBY_RELEASE_DATE=`$RUBY -e 'puts RUBY_RELEASE_DATE'`
resample-1.8.1/sndlib-20/configure-7808-            if test "$RUBY_VERSION" > "0" ; then
##############################################
resample-1.8.1/sndlib-20/configure-7827-
resample-1.8.1/sndlib-20/configure:7828:	      GUILE_CFLAGS=`$RUBY -e '\$:.each {|path| print "-I", path, " "}'`
resample-1.8.1/sndlib-20/configure:7829:	      GUILE_LIBS=`$RUBY -e '\$:.each {|path| print "-L", path, " "}'`
resample-1.8.1/sndlib-20/configure:7830:#	      RUBY_SEARCH_PATH=`$RUBY -e [['\$:.each {|path| print path, ":"}']]`
resample-1.8.1/sndlib-20/configure:7831:	      RUBY_LIBS=`$RUBY -e 'require "rbconfig"; include Config; print CONFIG["LIBS"]'`
resample-1.8.1/sndlib-20/configure-7832-
##############################################
resample-1.8.1/sndlib-20/configure-8170-    # check for version >= 0.8.7
resample-1.8.1/sndlib-20/configure:8171:    gauche_version="`$GAUCHE_CONFIG -V`"
resample-1.8.1/sndlib-20/configure-8172-    { echo "$as_me:$LINENO: result: $gauche_version" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8178-    #   in this context, so I use \x27 = ASCII for single quote.
resample-1.8.1/sndlib-20/configure:8179:#   GUILE_CFLAGS=`$GAUCHE_CONFIG -I | sed 's/\x27//g'`
resample-1.8.1/sndlib-20/configure:8180:    GUILE_CFLAGS=`$GAUCHE_CONFIG -I | tr -d "'"`
resample-1.8.1/sndlib-20/configure-8181-    CFLAGS="$CFLAGS $GUILE_CFLAGS"
##############################################
resample-1.8.1/sndlib-20/configure-8253-
resample-1.8.1/sndlib-20/configure:8254:                 GUILE_LIBS=`$GAUCHE_CONFIG -L  | sed 's/\x27//g'`
resample-1.8.1/sndlib-20/configure-8255-                 GUILE_LIBS="$GUILE_LIBS -lgauche"
##############################################
resample-1.8.1/sndlib-20/configure-8385-  if test "${FTH}" != no ; then
resample-1.8.1/sndlib-20/configure:8386:    FTH_VERSION=`${FTH} --no-init-file --eval .version`
resample-1.8.1/sndlib-20/configure:8387:    FTH_CFLAGS=`${FTH} --no-init-file --eval .cflags`
resample-1.8.1/sndlib-20/configure:8388:    FTH_LIBS=`${FTH} --no-init-file --eval .libs`
resample-1.8.1/sndlib-20/configure-8389-    { echo "$as_me:$LINENO: result: FTH version ${FTH_VERSION}" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8670-if test $GUILE_CONFIG_works = yes; then
resample-1.8.1/sndlib-20/configure:8671:  GUILE_CFLAGS="`${GUILE_CONFIG_path}guile-config compile`"
resample-1.8.1/sndlib-20/configure-8672-  if test "$GUILE_LIB_path" != "" ; then
##############################################
resample-1.8.1/sndlib-20/configure-8675-      *-apple-*)
resample-1.8.1/sndlib-20/configure:8676:        GUILE_LIBS="`${GUILE_CONFIG_path}guile-config link`"
resample-1.8.1/sndlib-20/configure-8677-        ;;
resample-1.8.1/sndlib-20/configure-8678-      *)
resample-1.8.1/sndlib-20/configure:8679:        GUILE_LIBS="-Xlinker -rpath -Xlinker $GUILE_LIB_path `${GUILE_CONFIG_path}guile-config link`"
resample-1.8.1/sndlib-20/configure:8680:	XM_LIBS="`${GUILE_CONFIG_path}guile-config link`"
resample-1.8.1/sndlib-20/configure-8681-	;;
##############################################
resample-1.8.1/sndlib-20/configure-8683-  else
resample-1.8.1/sndlib-20/configure:8684:    GUILE_LIBS="`${GUILE_CONFIG_path}guile-config link`"
resample-1.8.1/sndlib-20/configure-8685-  fi
resample-1.8.1/sndlib-20/configure-8686-
resample-1.8.1/sndlib-20/configure:8687:  guile_version="`${GUILE_CONFIG_path}guile -c '(display (version))'`"
resample-1.8.1/sndlib-20/configure-8688-  { echo "$as_me:$LINENO: result: $guile_version" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8690-
resample-1.8.1/sndlib-20/configure:8691:  if test "`${GUILE_CONFIG_path}guile -c '(display (string>=? (version) "1.3.4"))'`" != "#t"; then
resample-1.8.1/sndlib-20/configure-8692-    { echo "$as_me:$LINENO: WARNING: sndlib needs Guile 1.3.4 or later" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8735-
resample-1.8.1/sndlib-20/configure:8736:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_set_smob_apply" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-8737-{ echo "$as_me:$LINENO: checking for scm_set_smob_apply in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8811-fi
resample-1.8.1/sndlib-20/configure:8812:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-8813-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-8814-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:8815:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-8816-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-8821-
resample-1.8.1/sndlib-20/configure:8822:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_remember_upto_here" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-8823-{ echo "$as_me:$LINENO: checking for scm_remember_upto_here in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8897-fi
resample-1.8.1/sndlib-20/configure:8898:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-8899-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-8900-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:8901:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-8902-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-8907-
resample-1.8.1/sndlib-20/configure:8908:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_make_real" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-8909-{ echo "$as_me:$LINENO: checking for scm_make_real in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-8983-fi
resample-1.8.1/sndlib-20/configure:8984:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-8985-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-8986-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:8987:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-8988-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-8993-
resample-1.8.1/sndlib-20/configure:8994:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_object_to_string" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-8995-{ echo "$as_me:$LINENO: checking for scm_object_to_string in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9069-fi
resample-1.8.1/sndlib-20/configure:9070:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9071-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9072-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9073:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9074-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9079-
resample-1.8.1/sndlib-20/configure:9080:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_num2long_long" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9081-{ echo "$as_me:$LINENO: checking for scm_num2long_long in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9155-fi
resample-1.8.1/sndlib-20/configure:9156:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9157-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9158-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9159:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9160-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9165-
resample-1.8.1/sndlib-20/configure:9166:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_num2int" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9167-{ echo "$as_me:$LINENO: checking for scm_num2int in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9241-fi
resample-1.8.1/sndlib-20/configure:9242:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9243-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9244-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9245:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9246-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9251-
resample-1.8.1/sndlib-20/configure:9252:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_make_vector" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9253-{ echo "$as_me:$LINENO: checking for scm_c_make_vector in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9327-fi
resample-1.8.1/sndlib-20/configure:9328:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9329-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9330-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9331:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9332-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9337-
resample-1.8.1/sndlib-20/configure:9338:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_define" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9339-{ echo "$as_me:$LINENO: checking for scm_c_define in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9413-fi
resample-1.8.1/sndlib-20/configure:9414:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9415-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9416-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9417:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9418-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9423-
resample-1.8.1/sndlib-20/configure:9424:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_define_gsubr" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9425-{ echo "$as_me:$LINENO: checking for scm_c_define_gsubr in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9499-fi
resample-1.8.1/sndlib-20/configure:9500:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9501-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9502-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9503:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9504-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9509-
resample-1.8.1/sndlib-20/configure:9510:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_eval_string" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9511-{ echo "$as_me:$LINENO: checking for scm_c_eval_string in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9585-fi
resample-1.8.1/sndlib-20/configure:9586:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9587-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9588-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9589:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9590-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9595-
resample-1.8.1/sndlib-20/configure:9596:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_list_n" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9597-{ echo "$as_me:$LINENO: checking for scm_list_n in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9671-fi
resample-1.8.1/sndlib-20/configure:9672:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9673-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9674-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9675:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9676-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9681-
resample-1.8.1/sndlib-20/configure:9682:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_str2symbol" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9683-{ echo "$as_me:$LINENO: checking for scm_str2symbol in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9757-fi
resample-1.8.1/sndlib-20/configure:9758:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9759-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9760-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9761:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9762-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9767-
resample-1.8.1/sndlib-20/configure:9768:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_to_signed_integer" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9769-{ echo "$as_me:$LINENO: checking for scm_to_signed_integer in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9843-fi
resample-1.8.1/sndlib-20/configure:9844:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9845-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9846-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9847:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9848-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9853-
resample-1.8.1/sndlib-20/configure:9854:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_make_rectangular" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9855-{ echo "$as_me:$LINENO: checking for scm_c_make_rectangular in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-9929-fi
resample-1.8.1/sndlib-20/configure:9930:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-9931-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-9932-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:9933:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-9934-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-9939-
resample-1.8.1/sndlib-20/configure:9940:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_car" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-9941-{ echo "$as_me:$LINENO: checking for scm_car in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-10015-fi
resample-1.8.1/sndlib-20/configure:10016:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-10017-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-10018-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:10019:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-10020-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-10025-
resample-1.8.1/sndlib-20/configure:10026:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_from_locale_keyword" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-10027-{ echo "$as_me:$LINENO: checking for scm_from_locale_keyword in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-10101-fi
resample-1.8.1/sndlib-20/configure:10102:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-10103-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-10104-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:10105:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-10106-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-10111-
resample-1.8.1/sndlib-20/configure:10112:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_is_vector" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-10113-{ echo "$as_me:$LINENO: checking for scm_is_vector in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-10187-fi
resample-1.8.1/sndlib-20/configure:10188:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-10189-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-10190-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:10191:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-10192-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-10197-
resample-1.8.1/sndlib-20/configure:10198:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_is_simple_vector" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-10199-{ echo "$as_me:$LINENO: checking for scm_is_simple_vector in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-10273-fi
resample-1.8.1/sndlib-20/configure:10274:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-10275-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-10276-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:10277:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-10278-  cat >>confdefs.h <<\_ACEOF
##############################################
resample-1.8.1/sndlib-20/configure-10283-
resample-1.8.1/sndlib-20/configure:10284:    as_ac_Lib=`echo "ac_cv_lib_$GNAME''_scm_c_define_module" | $as_tr_sh`
resample-1.8.1/sndlib-20/configure-10285-{ echo "$as_me:$LINENO: checking for scm_c_define_module in -l$GNAME" >&5
##############################################
resample-1.8.1/sndlib-20/configure-10359-fi
resample-1.8.1/sndlib-20/configure:10360:ac_res=`eval echo '${'$as_ac_Lib'}'`
resample-1.8.1/sndlib-20/configure-10361-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
resample-1.8.1/sndlib-20/configure-10362-echo "${ECHO_T}$ac_res" >&6; }
resample-1.8.1/sndlib-20/configure:10363:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
resample-1.8.1/sndlib-20/configure-10364-  if test "$with_modules" = yes; then
##############################################
resample-1.8.1/sndlib-20/configure-10531-
resample-1.8.1/sndlib-20/configure:10532:    if test "`${GUILE_CONFIG_path}guile -c '(display (string<=? (version) "1.3.4"))'`" = "#t"; then
resample-1.8.1/sndlib-20/configure-10533-      echo found old out-of-date Guile library
##############################################
resample-1.8.1/sndlib-20/configure-11988-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
resample-1.8.1/sndlib-20/configure:11989:  ac_i=`echo "$ac_i" | sed "$ac_script"`
resample-1.8.1/sndlib-20/configure-11990-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
resample-1.8.1/sndlib-20/configure-12114-do
resample-1.8.1/sndlib-20/configure:12115:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
resample-1.8.1/sndlib-20/configure-12116-    eval $as_var=C; export $as_var
##############################################
resample-1.8.1/sndlib-20/configure-12164-  test "x$as_lineno_1" != "x$as_lineno_2" &&
resample-1.8.1/sndlib-20/configure:12165:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
resample-1.8.1/sndlib-20/configure-12166-
##############################################
resample-1.8.1/sndlib-20/configure-12337-configured by $0, generated by GNU Autoconf 2.60,
resample-1.8.1/sndlib-20/configure:12338:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
resample-1.8.1/sndlib-20/configure-12339-
##############################################
resample-1.8.1/sndlib-20/configure-12356-  --*=*)
resample-1.8.1/sndlib-20/configure:12357:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
resample-1.8.1/sndlib-20/configure:12358:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
resample-1.8.1/sndlib-20/configure-12359-    ac_shift=:
##############################################
resample-1.8.1/sndlib-20/configure-12598-
resample-1.8.1/sndlib-20/configure:12599:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
resample-1.8.1/sndlib-20/configure-12600-    break
##############################################
resample-1.8.1/sndlib-20/configure-12609-
resample-1.8.1/sndlib-20/configure:12610:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
resample-1.8.1/sndlib-20/configure-12611-if test -n "$ac_eof"; then
resample-1.8.1/sndlib-20/configure:12612:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
resample-1.8.1/sndlib-20/configure:12613:  ac_eof=`expr $ac_eof + 1`
resample-1.8.1/sndlib-20/configure-12614-fi
##############################################
resample-1.8.1/sndlib-20/configure-12747-      case $as_dir in #(
resample-1.8.1/sndlib-20/configure:12748:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
resample-1.8.1/sndlib-20/configure-12749-      *) as_qdir=$as_dir;;
##############################################
resample-1.8.1/sndlib-20/configure-12785-*)
resample-1.8.1/sndlib-20/configure:12786:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
resample-1.8.1/sndlib-20/configure-12787-  # A ".." for each directory in $ac_dir_suffix.
resample-1.8.1/sndlib-20/configure:12788:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
resample-1.8.1/sndlib-20/configure-12789-  case $ac_top_builddir_sub in
##############################################
resample-1.8.1/sndlib-20/configure-12858-
resample-1.8.1/sndlib-20/configure:12859:# Neutralize VPATH when `$srcdir' = `.'.
resample-1.8.1/sndlib-20/configure-12860-# Shell code in configure.ac might set extrasub.
##############################################
resample-1.8.1/sndlib-20/configure-12882-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
resample-1.8.1/sndlib-20/configure:12883:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
resample-1.8.1/sndlib-20/configure:12884:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
resample-1.8.1/sndlib-20/configure-12885-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
resample-1.8.1/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
resample-1.8.1/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
resample-1.8.1/depcomp-70-
##############################################
resample-1.8.1/depcomp-203-  # Version 6 uses the directory in both cases.
resample-1.8.1/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
resample-1.8.1/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
resample-1.8.1/depcomp-214-  else
resample-1.8.1/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
resample-1.8.1/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
resample-1.8.1/depcomp-228-    # Do two passes, one to just change these to
resample-1.8.1/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
resample-1.8.1/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
resample-1.8.1/depcomp-269-  # Do two passes, one to just change these to
resample-1.8.1/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
resample-1.8.1/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
resample-1.8.1/depcomp-284-   # Subdirectories are respected.
resample-1.8.1/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
resample-1.8.1/depcomp-286-   test "x$dir" = "x$object" && dir=
resample-1.8.1/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
resample-1.8.1/depcomp-288-
##############################################
resample-1.8.1/depcomp-423-  done
resample-1.8.1/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
resample-1.8.1/depcomp-425-  touch "$tmpdepfile"
##############################################
resample-1.8.1/Makefile.in-223-	dot_seen=no; \
resample-1.8.1/Makefile.in:224:	target=`echo $@ | sed s/-recursive//`; \
resample-1.8.1/Makefile.in-225-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
resample-1.8.1/Makefile.in-259-	rev="$$rev ."; \
resample-1.8.1/Makefile.in:260:	target=`echo $@ | sed s/-recursive//`; \
resample-1.8.1/Makefile.in-261-	for subdir in $$rev; do \
##############################################
resample-1.8.1/Makefile.in-333-GTAGS:
resample-1.8.1/Makefile.in:334:	here=`$(am__cd) $(top_builddir) && pwd` \
resample-1.8.1/Makefile.in-335-	  && cd $(top_srcdir) \
##############################################
resample-1.8.1/Makefile.in-344-	$(mkdir_p) $(distdir)/sndlib-20 $(distdir)/sndlib-20/sndins
resample-1.8.1/Makefile.in:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/Makefile.in:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
resample-1.8.1/Makefile.in-347-	list='$(DISTFILES)'; for file in $$list; do \
resample-1.8.1/Makefile.in-348-	  case $$file in \
resample-1.8.1/Makefile.in:349:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
resample-1.8.1/Makefile.in:350:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
resample-1.8.1/Makefile.in-351-	  esac; \
resample-1.8.1/Makefile.in-352-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
resample-1.8.1/Makefile.in:353:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
resample-1.8.1/Makefile.in-354-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
resample-1.8.1/Makefile.in-375-	    || exit 1; \
resample-1.8.1/Makefile.in:376:	    distdir=`$(am__cd) $(distdir) && pwd`; \
resample-1.8.1/Makefile.in:377:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
resample-1.8.1/Makefile.in-378-	    (cd $$subdir && \
##############################################
resample-1.8.1/Makefile.in-435-	chmod a-w $(distdir)
resample-1.8.1/Makefile.in:436:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
resample-1.8.1/Makefile.in-437-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
resample-1.8.1/Makefile.in-466-	@cd $(distuninstallcheck_dir) \
resample-1.8.1/Makefile.in:467:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
resample-1.8.1/Makefile.in-468-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
resample-1.8.1/Makefile.in-478-	fi
resample-1.8.1/Makefile.in:479:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
resample-1.8.1/Makefile.in-480-	  || { echo "ERROR: files left in build directory after distclean:" ; \