===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gwave-20190116/config.guess-34-
gwave-20190116/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gwave-20190116/config.guess-36-
##############################################
gwave-20190116/config.guess-102-: ${TMPDIR=/tmp} ;
gwave-20190116/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gwave-20190116/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gwave-20190116/config.guess-151-	EOF
gwave-20190116/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gwave-20190116/config.guess-153-	;;
##############################################
gwave-20190116/config.guess-181-	    earmv*)
gwave-20190116/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gwave-20190116/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
gwave-20190116/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
gwave-20190116/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gwave-20190116/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
gwave-20190116/config.guess-215-		;;
##############################################
gwave-20190116/config.guess-226-	    *)
gwave-20190116/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
gwave-20190116/config.guess-228-		;;
##############################################
gwave-20190116/config.guess-267-	*4.0)
gwave-20190116/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gwave-20190116/config.guess-269-		;;
gwave-20190116/config.guess-270-	*5.*)
gwave-20190116/config.guess:271:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gwave-20190116/config.guess-272-		;;
##############################################
gwave-20190116/config.guess-277-	# types through head -n 1, so we only detect the type of CPU 0.
gwave-20190116/config.guess:278:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gwave-20190116/config.guess-279-	case "$ALPHA_CPU_TYPE" in
##############################################
gwave-20190116/config.guess-315-	# 1.2 uses "1.2" for uname -r.
gwave-20190116/config.guess:316:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
gwave-20190116/config.guess-317-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gwave-20190116/config.guess-375-    s390x:SunOS:*:*)
gwave-20190116/config.guess:376:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-377-	exit ;;
gwave-20190116/config.guess-378-    sun4H:SunOS:5.*:*)
gwave-20190116/config.guess:379:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-380-	exit ;;
gwave-20190116/config.guess-381-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gwave-20190116/config.guess:382:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-383-	exit ;;
##############################################
gwave-20190116/config.guess-400-	fi
gwave-20190116/config.guess:401:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-402-	exit ;;
##############################################
gwave-20190116/config.guess-406-	# it's likely to be more like Solaris than SunOS4.
gwave-20190116/config.guess:407:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-408-	exit ;;
##############################################
gwave-20190116/config.guess-415-	# Japanese Language versions have a version number like `4.1.3-JL'.
gwave-20190116/config.guess:416:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gwave-20190116/config.guess-417-	exit ;;
##############################################
gwave-20190116/config.guess-421-    sun*:*:4.2BSD:*)
gwave-20190116/config.guess:422:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gwave-20190116/config.guess-423-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
gwave-20190116/config.guess-503-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gwave-20190116/config.guess:504:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gwave-20190116/config.guess:505:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gwave-20190116/config.guess-506-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gwave-20190116/config.guess-559-    *:IRIX*:*:*)
gwave-20190116/config.guess:560:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gwave-20190116/config.guess-561-	exit ;;
##############################################
gwave-20190116/config.guess-589-EOF
gwave-20190116/config.guess:590:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gwave-20190116/config.guess-591-		then
##############################################
gwave-20190116/config.guess-602-    *:AIX:*:[4567])
gwave-20190116/config.guess:603:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gwave-20190116/config.guess-604-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gwave-20190116/config.guess-638-    9000/[34678]??:HP-UX:*:*)
gwave-20190116/config.guess:639:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gwave-20190116/config.guess-640-	case "${UNAME_MACHINE}" in
##############################################
gwave-20190116/config.guess-692-EOF
gwave-20190116/config.guess:693:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gwave-20190116/config.guess-694-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gwave-20190116/config.guess-720-    ia64:HP-UX:*:*)
gwave-20190116/config.guess:721:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gwave-20190116/config.guess-722-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gwave-20190116/config.guess-750-EOF
gwave-20190116/config.guess:751:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gwave-20190116/config.guess-752-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gwave-20190116/config.guess-821-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gwave-20190116/config.guess:822:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gwave-20190116/config.guess-823-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gwave-20190116/config.guess-826-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gwave-20190116/config.guess:827:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gwave-20190116/config.guess-828-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gwave-20190116/config.guess-846-	esac
gwave-20190116/config.guess:847:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gwave-20190116/config.guess-848-	exit ;;
##############################################
gwave-20190116/config.guess-901-    prep*:SunOS:5.*:*)
gwave-20190116/config.guess:902:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwave-20190116/config.guess-903-	exit ;;
##############################################
gwave-20190116/config.guess-905-	# the GNU system
gwave-20190116/config.guess:906:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gwave-20190116/config.guess-907-	exit ;;
##############################################
gwave-20190116/config.guess-909-	# other systems with GNU libc and userland
gwave-20190116/config.guess:910:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gwave-20190116/config.guess-911-	exit ;;
##############################################
gwave-20190116/config.guess-1003-EOF
gwave-20190116/config.guess:1004:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gwave-20190116/config.guess-1005-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gwave-20190116/config.guess-1103-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gwave-20190116/config.guess:1104:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gwave-20190116/config.guess-1105-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gwave-20190116/config.guess-1306-	fi
gwave-20190116/config.guess:1307:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gwave-20190116/config.guess-1308-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
gwave-20190116/config.guess-1401-    *:DragonFly:*:*)
gwave-20190116/config.guess:1402:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gwave-20190116/config.guess-1403-	exit ;;
##############################################
gwave-20190116/config.guess-1414-    i*86:skyos:*:*)
gwave-20190116/config.guess:1415:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
gwave-20190116/config.guess-1416-	exit ;;
##############################################
gwave-20190116/spicefile/Makefile.in-53-  { \
gwave-20190116/spicefile/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/spicefile/Makefile.in-55-  }; \
##############################################
gwave-20190116/spicefile/Makefile.in-431-.c.obj:
gwave-20190116/spicefile/Makefile.in:432:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/spicefile/Makefile.in-433-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwave-20190116/spicefile/Makefile.in-435-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwave-20190116/spicefile/Makefile.in:436:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/spicefile/Makefile.in-437-
##############################################
gwave-20190116/spicefile/Makefile.in-467-GTAGS:
gwave-20190116/spicefile/Makefile.in:468:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/spicefile/Makefile.in-469-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/spicefile/Makefile.in-490-distdir: $(DISTFILES)
gwave-20190116/spicefile/Makefile.in:491:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/spicefile/Makefile.in:492:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/spicefile/Makefile.in-493-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/spicefile/Makefile.in-504-	  if test -d $$d/$$file; then \
gwave-20190116/spicefile/Makefile.in:505:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/spicefile/Makefile.in-506-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/src/app/Makefile.in-55-  { \
gwave-20190116/src/app/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/src/app/Makefile.in-57-  }; \
##############################################
gwave-20190116/src/app/Makefile.in-286-distdir: $(DISTFILES)
gwave-20190116/src/app/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/src/app/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/src/app/Makefile.in-289-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/src/app/Makefile.in-300-	  if test -d $$d/$$file; then \
gwave-20190116/src/app/Makefile.in:301:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/src/app/Makefile.in-302-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/src/Makefile.in-52-  { \
gwave-20190116/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/src/Makefile.in-54-  }; \
##############################################
gwave-20190116/src/Makefile.in-197-  while test -n "$$dir1"; do \
gwave-20190116/src/Makefile.in:198:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwave-20190116/src/Makefile.in-199-    if test "$$first" != "."; then \
gwave-20190116/src/Makefile.in-200-      if test "$$first" = ".."; then \
gwave-20190116/src/Makefile.in:201:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwave-20190116/src/Makefile.in:202:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwave-20190116/src/Makefile.in-203-      else \
gwave-20190116/src/Makefile.in:204:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwave-20190116/src/Makefile.in-205-        if test "$$first2" = "$$first"; then \
gwave-20190116/src/Makefile.in:206:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwave-20190116/src/Makefile.in-207-        else \
##############################################
gwave-20190116/src/Makefile.in-212-    fi; \
gwave-20190116/src/Makefile.in:213:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwave-20190116/src/Makefile.in-214-  done; \
##############################################
gwave-20190116/src/Makefile.in-472-.c.obj:
gwave-20190116/src/Makefile.in:473:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/src/Makefile.in-474-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwave-20190116/src/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwave-20190116/src/Makefile.in:477:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/src/Makefile.in-478-
##############################################
gwave-20190116/src/Makefile.in-492-	dot_seen=no; \
gwave-20190116/src/Makefile.in:493:	target=`echo $@ | sed s/-recursive//`; \
gwave-20190116/src/Makefile.in-494-	case "$@" in \
##############################################
gwave-20190116/src/Makefile.in-555-GTAGS:
gwave-20190116/src/Makefile.in:556:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/src/Makefile.in-557-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/src/Makefile.in-578-distdir: $(DISTFILES)
gwave-20190116/src/Makefile.in:579:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/src/Makefile.in:580:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/src/Makefile.in-581-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/src/Makefile.in-592-	  if test -d $$d/$$file; then \
gwave-20190116/src/Makefile.in:593:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/src/Makefile.in-594-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/utilities/Makefile.in-50-  { \
gwave-20190116/utilities/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/utilities/Makefile.in-52-  }; \
##############################################
gwave-20190116/utilities/Makefile.in-101-CONFIG_CLEAN_VPATH_FILES =
gwave-20190116/utilities/Makefile.in:102:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwave-20190116/utilities/Makefile.in-103-am__vpath_adj = case $$p in \
gwave-20190116/utilities/Makefile.in:104:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwave-20190116/utilities/Makefile.in-105-    *) f=$$p;; \
gwave-20190116/utilities/Makefile.in-106-  esac;
gwave-20190116/utilities/Makefile.in:107:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwave-20190116/utilities/Makefile.in-108-am__install_max = 40
gwave-20190116/utilities/Makefile.in-109-am__nobase_strip_setup = \
gwave-20190116/utilities/Makefile.in:110:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwave-20190116/utilities/Makefile.in-111-am__nobase_strip = \
##############################################
gwave-20190116/utilities/Makefile.in-352-distdir: $(DISTFILES)
gwave-20190116/utilities/Makefile.in:353:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/utilities/Makefile.in:354:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/utilities/Makefile.in-355-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/utilities/Makefile.in-366-	  if test -d $$d/$$file; then \
gwave-20190116/utilities/Makefile.in:367:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/utilities/Makefile.in-368-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/utilities/gwave-doc-snarf.in-57-	(src-file (cadr (assoc 'location e)))
gwave-20190116/utilities/gwave-doc-snarf.in:58:	(src-line (caddr (assoc 'location e)))
gwave-20190116/utilities/gwave-doc-snarf.in-59-	(arglist (split-arglist argstr))
##############################################
gwave-20190116/install-sh-234-      fi
gwave-20190116/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gwave-20190116/install-sh-236-    *)
##############################################
gwave-20190116/install-sh-281-      dstdir=$dst
gwave-20190116/install-sh:282:      dst=$dstdir/`basename "$src"`
gwave-20190116/install-sh-283-      dstdir_status=0
gwave-20190116/install-sh-284-    else
gwave-20190116/install-sh:285:      dstdir=`dirname "$dst"`
gwave-20190116/install-sh-286-      test -d "$dstdir"
##############################################
gwave-20190116/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gwave-20190116/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gwave-20190116/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
gwave-20190116/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gwave-20190116/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gwave-20190116/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gwave-20190116/install-sh-402-            case $prefix in
gwave-20190116/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gwave-20190116/install-sh-404-              *) qprefix=$prefix;;
##############################################
gwave-20190116/install-sh-451-    if $copy_on_change &&
gwave-20190116/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
gwave-20190116/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
gwave-20190116/install-sh-454-       set -f &&
##############################################
gwave-20190116/Makefile.in-51-  { \
gwave-20190116/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/Makefile.in-53-  }; \
##############################################
gwave-20190116/Makefile.in-183-  while test -n "$$dir1"; do \
gwave-20190116/Makefile.in:184:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwave-20190116/Makefile.in-185-    if test "$$first" != "."; then \
gwave-20190116/Makefile.in-186-      if test "$$first" = ".."; then \
gwave-20190116/Makefile.in:187:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwave-20190116/Makefile.in:188:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwave-20190116/Makefile.in-189-      else \
gwave-20190116/Makefile.in:190:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwave-20190116/Makefile.in-191-        if test "$$first2" = "$$first"; then \
gwave-20190116/Makefile.in:192:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwave-20190116/Makefile.in-193-        else \
##############################################
gwave-20190116/Makefile.in-198-    fi; \
gwave-20190116/Makefile.in:199:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwave-20190116/Makefile.in-200-  done; \
##############################################
gwave-20190116/Makefile.in-396-	dot_seen=no; \
gwave-20190116/Makefile.in:397:	target=`echo $@ | sed s/-recursive//`; \
gwave-20190116/Makefile.in-398-	case "$@" in \
##############################################
gwave-20190116/Makefile.in-459-GTAGS:
gwave-20190116/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/Makefile.in-491-	test -d "$(distdir)" || mkdir "$(distdir)"
gwave-20190116/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/Makefile.in-505-	  if test -d $$d/$$file; then \
gwave-20190116/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/Makefile.in-619-	test -d $(distdir)/_build || exit 0; \
gwave-20190116/Makefile.in:620:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gwave-20190116/Makefile.in-621-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gwave-20190116/Makefile.in-663-	}; \
gwave-20190116/Makefile.in:664:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gwave-20190116/Makefile.in-665-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gwave-20190116/Makefile.in-675-	fi
gwave-20190116/Makefile.in:676:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gwave-20190116/Makefile.in-677-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gwave-20190116/aclocal.m4-69-  if test x"$no_gtk" = x ; then
gwave-20190116/aclocal.m4:70:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
gwave-20190116/aclocal.m4:71:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
gwave-20190116/aclocal.m4-72-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
gwave-20190116/aclocal.m4-342-  AC_MSG_CHECKING(for Guile site directory)
gwave-20190116/aclocal.m4:343:  GUILE_SITE=`$PKG_CONFIG --print-errors --variable=sitedir guile-$GUILE_EFFECTIVE_VERSION`
gwave-20190116/aclocal.m4-344-  AC_MSG_RESULT($GUILE_SITE)
##############################################
gwave-20190116/aclocal.m4-383-
gwave-20190116/aclocal.m4:384:  _guile_effective_version=`$GUILE -c "(display (effective-version))"`
gwave-20190116/aclocal.m4-385-  if test -z "$GUILE_EFFECTIVE_VERSION"; then
##############################################
gwave-20190116/aclocal.m4-390-
gwave-20190116/aclocal.m4:391:  _guile_major_version=`$GUILE -c "(display (major-version))"`
gwave-20190116/aclocal.m4:392:  _guile_minor_version=`$GUILE -c "(display (minor-version))"`
gwave-20190116/aclocal.m4:393:  _guile_micro_version=`$GUILE -c "(display (micro-version))"`
gwave-20190116/aclocal.m4-394-  _guile_prog_version="$_guile_major_version.$_guile_minor_version.$_guile_micro_version"
##############################################
gwave-20190116/aclocal.m4-396-  AC_MSG_CHECKING([for Guile version >= $_guile_required_version])
gwave-20190116/aclocal.m4:397:  _major_version=`echo $_guile_required_version | cut -d . -f 1`
gwave-20190116/aclocal.m4:398:  _minor_version=`echo $_guile_required_version | cut -d . -f 2`
gwave-20190116/aclocal.m4:399:  _micro_version=`echo $_guile_required_version | cut -d . -f 3`
gwave-20190116/aclocal.m4-400-  if test "$_guile_major_version" -ge "$_major_version"; then
##############################################
gwave-20190116/aclocal.m4-528-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gwave-20190116/aclocal.m4:529:case `$LD -v 2>&1 </dev/null` in
gwave-20190116/aclocal.m4-530-*GNU* | *'with BFD'*)
##############################################
gwave-20190116/aclocal.m4-570-    # gcc leaves a trailing carriage return which upsets mingw
gwave-20190116/aclocal.m4:571:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gwave-20190116/aclocal.m4-572-  *)
gwave-20190116/aclocal.m4:573:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gwave-20190116/aclocal.m4-574-  esac
##############################################
gwave-20190116/aclocal.m4-579-      # Canonicalize the pathname of ld
gwave-20190116/aclocal.m4:580:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
gwave-20190116/aclocal.m4-581-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
gwave-20190116/aclocal.m4:582:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
gwave-20190116/aclocal.m4-583-      done
##############################################
gwave-20190116/aclocal.m4-610-      # Break only if it was the GNU/non-GNU ld that we prefer.
gwave-20190116/aclocal.m4:611:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
gwave-20190116/aclocal.m4-612-      *GNU* | *'with BFD'*)
##############################################
gwave-20190116/aclocal.m4-881-        dnl or AC_LIB_HAVE_LINKFLAGS call.
gwave-20190116/aclocal.m4:882:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
gwave-20190116/aclocal.m4-883-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
gwave-20190116/aclocal.m4-956-                -L*)
gwave-20190116/aclocal.m4:957:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
gwave-20190116/aclocal.m4-958-                  dnl First look for a shared library.
##############################################
gwave-20190116/aclocal.m4-1100-              */$acl_libdirstem | */$acl_libdirstem/)
gwave-20190116/aclocal.m4:1101:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
gwave-20190116/aclocal.m4-1102-                if test "$name" = '$1'; then
##############################################
gwave-20190116/aclocal.m4-1107-              */$acl_libdirstem2 | */$acl_libdirstem2/)
gwave-20190116/aclocal.m4:1108:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
gwave-20190116/aclocal.m4-1109-                if test "$name" = '$1'; then
##############################################
gwave-20190116/aclocal.m4-1163-                  -L*)
gwave-20190116/aclocal.m4:1164:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
gwave-20190116/aclocal.m4-1165-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
gwave-20190116/aclocal.m4-1215-                  -R*)
gwave-20190116/aclocal.m4:1216:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
gwave-20190116/aclocal.m4-1217-                    if test "$enable_rpath" != no; then
##############################################
gwave-20190116/aclocal.m4-1245-                    dnl Handle this in the next round.
gwave-20190116/aclocal.m4:1246:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
gwave-20190116/aclocal.m4-1247-                    ;;
##############################################
gwave-20190116/aclocal.m4-1251-                    dnl option.
gwave-20190116/aclocal.m4:1252:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
gwave-20190116/aclocal.m4-1253-                    ;;
##############################################
gwave-20190116/aclocal.m4-1364-            -L) next=yes ;;
gwave-20190116/aclocal.m4:1365:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
gwave-20190116/aclocal.m4-1366-                 dnl No need to hardcode the standard /usr/lib.
##############################################
gwave-20190116/aclocal.m4-1613-    *)
gwave-20190116/aclocal.m4:1614:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
gwave-20190116/aclocal.m4-1615-      if test -n "$searchpath"; then
##############################################
gwave-20190116/aclocal.m4-1623-                ;;
gwave-20190116/aclocal.m4:1624:              *) searchdir=`cd "$searchdir" && pwd`
gwave-20190116/aclocal.m4-1625-                 case "$searchdir" in
##############################################
gwave-20190116/aclocal.m4-1746-    PKG_CHECK_EXISTS([$3],
gwave-20190116/aclocal.m4:1747:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gwave-20190116/aclocal.m4-1748-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gwave-20190116/aclocal.m4-1794-        if test $_pkg_short_errors_supported = yes; then
gwave-20190116/aclocal.m4:1795:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gwave-20190116/aclocal.m4-1796-        else 
gwave-20190116/aclocal.m4:1797:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gwave-20190116/aclocal.m4-1798-        fi
##############################################
gwave-20190116/aclocal.m4-2051-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gwave-20190116/aclocal.m4:2052:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gwave-20190116/aclocal.m4-2053-# and then we would define $MISSING as
##############################################
gwave-20190116/aclocal.m4-2066-# Expand $ac_aux_dir to an absolute path.
gwave-20190116/aclocal.m4:2067:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gwave-20190116/aclocal.m4-2068-])
##############################################
gwave-20190116/aclocal.m4-2164-  if test "$am_compiler_list" = ""; then
gwave-20190116/aclocal.m4:2165:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gwave-20190116/aclocal.m4-2166-  fi
##############################################
gwave-20190116/aclocal.m4-2315-    # Strip MF so we end up with the name of the file.
gwave-20190116/aclocal.m4:2316:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gwave-20190116/aclocal.m4-2317-    # Check whether this is an Automake generated Makefile or not.
##############################################
gwave-20190116/aclocal.m4-2324-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gwave-20190116/aclocal.m4:2325:      dirpart=`AS_DIRNAME("$mf")`
gwave-20190116/aclocal.m4-2326-    else
##############################################
gwave-20190116/aclocal.m4-2330-    # from the Makefile without running 'make'.
gwave-20190116/aclocal.m4:2331:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gwave-20190116/aclocal.m4-2332-    test -z "$DEPDIR" && continue
gwave-20190116/aclocal.m4:2333:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gwave-20190116/aclocal.m4-2334-    test -z "$am__include" && continue
gwave-20190116/aclocal.m4:2335:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gwave-20190116/aclocal.m4-2336-    # Find all dependency output files, they are included files with
##############################################
gwave-20190116/aclocal.m4-2344-      test -f "$dirpart/$file" && continue
gwave-20190116/aclocal.m4:2345:      fdir=`AS_DIRNAME(["$file"])`
gwave-20190116/aclocal.m4-2346-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gwave-20190116/aclocal.m4-2402-AC_REQUIRE([AC_PROG_INSTALL])dnl
gwave-20190116/aclocal.m4:2403:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gwave-20190116/aclocal.m4-2404-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gwave-20190116/aclocal.m4-2561-    * )
gwave-20190116/aclocal.m4:2562:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gwave-20190116/aclocal.m4-2563-  esac
gwave-20190116/aclocal.m4-2564-done
gwave-20190116/aclocal.m4:2565:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gwave-20190116/aclocal.m4-2566-
##############################################
gwave-20190116/aclocal.m4-2668-# Ignore all kinds of additional output from 'make'.
gwave-20190116/aclocal.m4:2669:case `$am_make -s -f confmf 2> /dev/null` in #(
gwave-20190116/aclocal.m4-2670-*the\ am__doit\ target*)
##############################################
gwave-20190116/aclocal.m4-2678-   echo '.include "confinc"' > confmf
gwave-20190116/aclocal.m4:2679:   case `$am_make -s -f confmf 2> /dev/null` in #(
gwave-20190116/aclocal.m4-2680-   *the\ am__doit\ target*)
##############################################
gwave-20190116/aclocal.m4-2889-     echo "timestamp, slept: $am_has_slept" > conftest.file
gwave-20190116/aclocal.m4:2890:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gwave-20190116/aclocal.m4-2891-     if test "$[*]" = "X"; then
gwave-20190116/aclocal.m4-2892-	# -L didn't work.
gwave-20190116/aclocal.m4:2893:	set X `ls -t "$srcdir/configure" conftest.file`
gwave-20190116/aclocal.m4-2894-     fi
##############################################
gwave-20190116/remote/Makefile.in-52-  { \
gwave-20190116/remote/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/remote/Makefile.in-54-  }; \
##############################################
gwave-20190116/remote/Makefile.in-393-.c.obj:
gwave-20190116/remote/Makefile.in:394:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/remote/Makefile.in-395-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwave-20190116/remote/Makefile.in-397-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwave-20190116/remote/Makefile.in:398:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/remote/Makefile.in-399-
##############################################
gwave-20190116/remote/Makefile.in-429-GTAGS:
gwave-20190116/remote/Makefile.in:430:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/remote/Makefile.in-431-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/remote/Makefile.in-452-distdir: $(DISTFILES)
gwave-20190116/remote/Makefile.in:453:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/remote/Makefile.in:454:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/remote/Makefile.in-455-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/remote/Makefile.in-466-	  if test -d $$d/$$file; then \
gwave-20190116/remote/Makefile.in:467:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/remote/Makefile.in-468-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/depcomp-64-  case $1 in
gwave-20190116/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gwave-20190116/depcomp-66-      *) dir=;;
##############################################
gwave-20190116/depcomp-73-{
gwave-20190116/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gwave-20190116/depcomp-75-}
##############################################
gwave-20190116/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gwave-20190116/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gwave-20190116/depcomp-128-
##############################################
gwave-20190116/depcomp-405-        sleep 1
gwave-20190116/depcomp:406:        i=`expr $i - 1`
gwave-20190116/depcomp-407-      done
gwave-20190116/depcomp-408-    fi
gwave-20190116/depcomp:409:    i=`expr $i - 1`
gwave-20190116/depcomp-410-  done
##############################################
gwave-20190116/depcomp-425-  # Do two passes, one to just change these to
gwave-20190116/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gwave-20190116/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gwave-20190116/depcomp-659-  done
gwave-20190116/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gwave-20190116/depcomp-661-  touch "$tmpdepfile"
##############################################
gwave-20190116/compile-67-	mingw/*)
gwave-20190116/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gwave-20190116/compile-69-	  ;;
gwave-20190116/compile-70-	cygwin/*)
gwave-20190116/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gwave-20190116/compile-72-	  ;;
gwave-20190116/compile-73-	wine/*)
gwave-20190116/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gwave-20190116/compile-75-	  ;;
##############################################
gwave-20190116/compile-310-# Name of file we expect compiler to create.
gwave-20190116/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gwave-20190116/compile-312-
##############################################
gwave-20190116/compile-316-# object file name, since that is what matters with a parallel build.
gwave-20190116/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gwave-20190116/compile-318-while true; do
##############################################
gwave-20190116/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gwave-20190116/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gwave-20190116/configure-45-  as_echo='print -r --'
gwave-20190116/configure-46-  as_echo_n='print -rn --'
gwave-20190116/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gwave-20190116/configure-48-  as_echo='printf %s\n'
##############################################
gwave-20190116/configure-50-else
gwave-20190116/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gwave-20190116/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gwave-20190116/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gwave-20190116/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gwave-20190116/configure-62-      esac;
##############################################
gwave-20190116/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gwave-20190116/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gwave-20190116/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gwave-20190116/configure-324-      case $as_dir in #(
gwave-20190116/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gwave-20190116/configure-326-      *) as_qdir=$as_dir;;
##############################################
gwave-20190116/configure-397-  {
gwave-20190116/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gwave-20190116/configure-399-  }
##############################################
gwave-20190116/configure-404-# ----------------------------------------
gwave-20190116/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gwave-20190116/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gwave-20190116/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gwave-20190116/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gwave-20190116/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gwave-20190116/configure-827-  case $ac_option in
gwave-20190116/configure:828:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gwave-20190116/configure-829-  *=)   ac_optarg= ;;
##############################################
gwave-20190116/configure-871-  -disable-* | --disable-*)
gwave-20190116/configure:872:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gwave-20190116/configure-873-    # Reject names that are not valid shell variable names.
##############################################
gwave-20190116/configure-876-    ac_useropt_orig=$ac_useropt
gwave-20190116/configure:877:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwave-20190116/configure-878-    case $ac_user_opts in
##############################################
gwave-20190116/configure-897-  -enable-* | --enable-*)
gwave-20190116/configure:898:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gwave-20190116/configure-899-    # Reject names that are not valid shell variable names.
##############################################
gwave-20190116/configure-902-    ac_useropt_orig=$ac_useropt
gwave-20190116/configure:903:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwave-20190116/configure-904-    case $ac_user_opts in
##############################################
gwave-20190116/configure-1101-  -with-* | --with-*)
gwave-20190116/configure:1102:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gwave-20190116/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
gwave-20190116/configure-1106-    ac_useropt_orig=$ac_useropt
gwave-20190116/configure:1107:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwave-20190116/configure-1108-    case $ac_user_opts in
##############################################
gwave-20190116/configure-1117-  -without-* | --without-*)
gwave-20190116/configure:1118:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gwave-20190116/configure-1119-    # Reject names that are not valid shell variable names.
##############################################
gwave-20190116/configure-1122-    ac_useropt_orig=$ac_useropt
gwave-20190116/configure:1123:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwave-20190116/configure-1124-    case $ac_user_opts in
##############################################
gwave-20190116/configure-1155-  *=*)
gwave-20190116/configure:1156:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gwave-20190116/configure-1157-    # Reject names that are not valid shell variable names.
##############################################
gwave-20190116/configure-1176-if test -n "$ac_prev"; then
gwave-20190116/configure:1177:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gwave-20190116/configure-1178-  as_fn_error $? "missing argument to $ac_option"
##############################################
gwave-20190116/configure-1198-    */ )
gwave-20190116/configure:1199:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gwave-20190116/configure-1200-      eval $ac_var=\$ac_val;;
##############################################
gwave-20190116/configure-1233-ac_ls_di=`ls -di .` &&
gwave-20190116/configure:1234:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gwave-20190116/configure-1235-  as_fn_error $? "working directory cannot be determined"
##############################################
gwave-20190116/configure-1289-case $srcdir in
gwave-20190116/configure:1290:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gwave-20190116/configure-1291-esac
##############################################
gwave-20190116/configure-1332-By default, \`make install' will install all the files in
gwave-20190116/configure:1333:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gwave-20190116/configure:1334:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gwave-20190116/configure-1335-for instance \`--prefix=\$HOME'.
##############################################
gwave-20190116/configure-1438-*)
gwave-20190116/configure:1439:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gwave-20190116/configure-1440-  # A ".." for each directory in $ac_dir_suffix.
gwave-20190116/configure:1441:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gwave-20190116/configure-1442-  case $ac_top_builddir_sub in
##############################################
gwave-20190116/configure-1922-    *\'*)
gwave-20190116/configure:1923:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwave-20190116/configure-1924-    esac
##############################################
gwave-20190116/configure-2005-      case $ac_val in
gwave-20190116/configure:2006:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gwave-20190116/configure-2007-      esac
##############################################
gwave-20190116/configure-2020-	case $ac_val in
gwave-20190116/configure:2021:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gwave-20190116/configure-2022-	esac
##############################################
gwave-20190116/configure-2140-    set,)
gwave-20190116/configure:2141:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gwave-20190116/configure:2142:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gwave-20190116/configure-2143-      ac_cache_corrupted=: ;;
##############################################
gwave-20190116/configure-2151-	# differences in whitespace do not lead to failure.
gwave-20190116/configure:2152:	ac_old_val_w=`echo x $ac_old_val`
gwave-20190116/configure:2153:	ac_new_val_w=`echo x $ac_new_val`
gwave-20190116/configure-2154-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gwave-20190116/configure-2171-    case $ac_new_val in
gwave-20190116/configure:2172:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gwave-20190116/configure-2173-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gwave-20190116/configure-2347-     echo "timestamp, slept: $am_has_slept" > conftest.file
gwave-20190116/configure:2348:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gwave-20190116/configure-2349-     if test "$*" = "X"; then
gwave-20190116/configure-2350-	# -L didn't work.
gwave-20190116/configure:2351:	set X `ls -t "$srcdir/configure" conftest.file`
gwave-20190116/configure-2352-     fi
##############################################
gwave-20190116/configure-2398-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gwave-20190116/configure:2399:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gwave-20190116/configure-2400-
gwave-20190116/configure-2401-# Expand $ac_aux_dir to an absolute path.
gwave-20190116/configure:2402:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gwave-20190116/configure-2403-
##############################################
gwave-20190116/configure-2543-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gwave-20190116/configure:2544:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gwave-20190116/configure-2545-	     'mkdir (GNU coreutils) '* | \
##############################################
gwave-20190116/configure-2616-set x ${MAKE-make}
gwave-20190116/configure:2617:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gwave-20190116/configure-2618-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gwave-20190116/configure-2626-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gwave-20190116/configure:2627:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gwave-20190116/configure-2628-  *@@@%%%=?*=@@@%%%*)
##############################################
gwave-20190116/configure-2692-
gwave-20190116/configure:2693:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gwave-20190116/configure-2694-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gwave-20190116/configure-2853-# Ignore all kinds of additional output from 'make'.
gwave-20190116/configure:2854:case `$am_make -s -f confmf 2> /dev/null` in #(
gwave-20190116/configure-2855-*the\ am__doit\ target*)
##############################################
gwave-20190116/configure-2863-   echo '.include "confinc"' > confmf
gwave-20190116/configure:2864:   case `$am_make -s -f confmf 2> /dev/null` in #(
gwave-20190116/configure-2865-   *the\ am__doit\ target*)
##############################################
gwave-20190116/configure-3242-$as_echo_n "checking whether the C compiler works... " >&6; }
gwave-20190116/configure:3243:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gwave-20190116/configure-3244-
##############################################
gwave-20190116/configure-3286-	then :; else
gwave-20190116/configure:3287:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gwave-20190116/configure-3288-	fi
##############################################
gwave-20190116/configure-3346-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gwave-20190116/configure:3347:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gwave-20190116/configure-3348-	  break;;
##############################################
gwave-20190116/configure-3455-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gwave-20190116/configure:3456:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gwave-20190116/configure-3457-       break;;
##############################################
gwave-20190116/configure-3773-  if test "$am_compiler_list" = ""; then
gwave-20190116/configure:3774:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gwave-20190116/configure-3775-  fi
##############################################
gwave-20190116/configure-4502-  if test "$am_compiler_list" = ""; then
gwave-20190116/configure:4503:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gwave-20190116/configure-4504-  fi
##############################################
gwave-20190116/configure-5069-  # Check for GNU $ac_path_GREP
gwave-20190116/configure:5070:case `"$ac_path_GREP" --version 2>&1` in
gwave-20190116/configure-5071-*GNU*)
##############################################
gwave-20190116/configure-5135-  # Check for GNU $ac_path_EGREP
gwave-20190116/configure:5136:case `"$ac_path_EGREP" --version 2>&1` in
gwave-20190116/configure-5137-*GNU*)
##############################################
gwave-20190116/configure-5296-do :
gwave-20190116/configure:5297:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gwave-20190116/configure-5298-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gwave-20190116/configure-5301-  cat >>confdefs.h <<_ACEOF
gwave-20190116/configure:5302:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gwave-20190116/configure-5303-_ACEOF
##############################################
gwave-20190116/configure-5679-  if test x"$no_gtk" = x ; then
gwave-20190116/configure:5680:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
gwave-20190116/configure:5681:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
gwave-20190116/configure-5682-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
gwave-20190116/configure-6376-
gwave-20190116/configure:6377:  _guile_effective_version=`$GUILE -c "(display (effective-version))"`
gwave-20190116/configure-6378-  if test -z "$GUILE_EFFECTIVE_VERSION"; then
##############################################
gwave-20190116/configure-6383-
gwave-20190116/configure:6384:  _guile_major_version=`$GUILE -c "(display (major-version))"`
gwave-20190116/configure:6385:  _guile_minor_version=`$GUILE -c "(display (minor-version))"`
gwave-20190116/configure:6386:  _guile_micro_version=`$GUILE -c "(display (micro-version))"`
gwave-20190116/configure-6387-  _guile_prog_version="$_guile_major_version.$_guile_minor_version.$_guile_micro_version"
##############################################
gwave-20190116/configure-6390-$as_echo_n "checking for Guile version >= $_guile_required_version... " >&6; }
gwave-20190116/configure:6391:  _major_version=`echo $_guile_required_version | cut -d . -f 1`
gwave-20190116/configure:6392:  _minor_version=`echo $_guile_required_version | cut -d . -f 2`
gwave-20190116/configure:6393:  _micro_version=`echo $_guile_required_version | cut -d . -f 3`
gwave-20190116/configure-6394-  if test "$_guile_major_version" -ge "$_major_version"; then
##############################################
gwave-20190116/configure-6552-test "x$ac_build_alias" = x &&
gwave-20190116/configure:6553:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gwave-20190116/configure-6554-test "x$ac_build_alias" = x &&
gwave-20190116/configure-6555-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gwave-20190116/configure:6556:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gwave-20190116/configure-6557-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gwave-20190116/configure-6576-IFS=$ac_save_IFS
gwave-20190116/configure:6577:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gwave-20190116/configure-6578-
##############################################
gwave-20190116/configure-6587-else
gwave-20190116/configure:6588:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gwave-20190116/configure-6589-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gwave-20190116/configure-6609-IFS=$ac_save_IFS
gwave-20190116/configure:6610:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gwave-20190116/configure-6611-
##############################################
gwave-20190116/configure-6642-    # gcc leaves a trailing carriage return which upsets mingw
gwave-20190116/configure:6643:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gwave-20190116/configure-6644-  *)
gwave-20190116/configure:6645:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gwave-20190116/configure-6646-  esac
##############################################
gwave-20190116/configure-6651-      # Canonicalize the pathname of ld
gwave-20190116/configure:6652:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
gwave-20190116/configure-6653-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
gwave-20190116/configure:6654:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
gwave-20190116/configure-6655-      done
##############################################
gwave-20190116/configure-6686-      # Break only if it was the GNU/non-GNU ld that we prefer.
gwave-20190116/configure:6687:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
gwave-20190116/configure-6688-      *GNU* | *'with BFD'*)
##############################################
gwave-20190116/configure-6717-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gwave-20190116/configure:6718:case `$LD -v 2>&1 </dev/null` in
gwave-20190116/configure-6719-*GNU* | *'with BFD'*)
##############################################
gwave-20190116/configure-6805-    *)
gwave-20190116/configure:6806:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
gwave-20190116/configure-6807-      if test -n "$searchpath"; then
##############################################
gwave-20190116/configure-6815-                ;;
gwave-20190116/configure:6816:              *) searchdir=`cd "$searchdir" && pwd`
gwave-20190116/configure-6817-                 case "$searchdir" in
##############################################
gwave-20190116/configure-6843-  test $ac_status = 0; }; then
gwave-20190116/configure:6844:  pkg_cv_GUILE_CFLAGS=`$PKG_CONFIG --cflags "guile-$GUILE_EFFECTIVE_VERSION" 2>/dev/null`
gwave-20190116/configure-6845-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gwave-20190116/configure-6860-  test $ac_status = 0; }; then
gwave-20190116/configure:6861:  pkg_cv_GUILE_LIBS=`$PKG_CONFIG --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>/dev/null`
gwave-20190116/configure-6862-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gwave-20190116/configure-6881-        if test $_pkg_short_errors_supported = yes; then
gwave-20190116/configure:6882:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>&1`
gwave-20190116/configure-6883-        else
gwave-20190116/configure:6884:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>&1`
gwave-20190116/configure-6885-        fi
##############################################
gwave-20190116/configure-6943-            -L) next=yes ;;
gwave-20190116/configure:6944:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
gwave-20190116/configure-6945-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
gwave-20190116/configure-7004-            -L) next=yes ;;
gwave-20190116/configure:7005:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
gwave-20190116/configure-7006-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
gwave-20190116/configure-7205-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gwave-20190116/configure:7206:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gwave-20190116/configure-7207-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gwave-20190116/configure-7304-if test -z "$BASH_VERSION$ZSH_VERSION" \
gwave-20190116/configure:7305:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gwave-20190116/configure-7306-  as_echo='print -r --'
gwave-20190116/configure-7307-  as_echo_n='print -rn --'
gwave-20190116/configure:7308:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gwave-20190116/configure-7309-  as_echo='printf %s\n'
##############################################
gwave-20190116/configure-7311-else
gwave-20190116/configure:7312:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gwave-20190116/configure-7313-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gwave-20190116/configure-7321-	expr "X$arg" : "X\\(.*\\)$as_nl";
gwave-20190116/configure:7322:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gwave-20190116/configure-7323-      esac;
##############################################
gwave-20190116/configure-7398-# ----------------------------------------
gwave-20190116/configure:7399:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gwave-20190116/configure-7400-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gwave-20190116/configure-7470-  {
gwave-20190116/configure:7471:    as_val=`expr "$@" || test $? -eq 1`
gwave-20190116/configure-7472-  }
##############################################
gwave-20190116/configure-7574-      case $as_dir in #(
gwave-20190116/configure:7575:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gwave-20190116/configure-7576-      *) as_qdir=$as_dir;;
##############################################
gwave-20190116/configure-7709-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gwave-20190116/configure:7710:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gwave-20190116/configure-7711-ac_cs_version="\\
##############################################
gwave-20190116/configure-7734-  --*=?*)
gwave-20190116/configure:7735:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gwave-20190116/configure:7736:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gwave-20190116/configure-7737-    ac_shift=:
##############################################
gwave-20190116/configure-7739-  --*=)
gwave-20190116/configure:7740:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gwave-20190116/configure-7741-    ac_optarg=
##############################################
gwave-20190116/configure-7763-    case $ac_optarg in
gwave-20190116/configure:7764:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwave-20190116/configure-7765-    '') as_fn_error $? "missing file argument" ;;
##############################################
gwave-20190116/configure-7771-    case $ac_optarg in
gwave-20190116/configure:7772:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwave-20190116/configure-7773-    esac
##############################################
gwave-20190116/configure-7910-fi
gwave-20190116/configure:7911:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gwave-20190116/configure-7912-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gwave-20190116/configure-7927-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gwave-20190116/configure:7928:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gwave-20190116/configure-7929-ac_delim='%!_!# '
##############################################
gwave-20190116/configure-7933-
gwave-20190116/configure:7934:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gwave-20190116/configure-7935-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gwave-20190116/configure-8071-for ac_last_try in false false :; do
gwave-20190116/configure:8072:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gwave-20190116/configure-8073-  if test -z "$ac_tt"; then
##############################################
gwave-20190116/configure-8203-      esac
gwave-20190116/configure:8204:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gwave-20190116/configure-8205-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gwave-20190116/configure-8262-*)
gwave-20190116/configure:8263:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gwave-20190116/configure-8264-  # A ".." for each directory in $ac_dir_suffix.
gwave-20190116/configure:8265:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gwave-20190116/configure-8266-  case $ac_top_builddir_sub in
##############################################
gwave-20190116/configure-8323-/@mandir@/p'
gwave-20190116/configure:8324:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gwave-20190116/configure-8325-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gwave-20190116/configure-8340-
gwave-20190116/configure:8341:# Neutralize VPATH when `$srcdir' = `.'.
gwave-20190116/configure-8342-# Shell code in configure.ac might set extrasub.
##############################################
gwave-20190116/configure-8368-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gwave-20190116/configure:8369:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gwave-20190116/configure-8370-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gwave-20190116/configure-8414-    * )
gwave-20190116/configure:8415:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gwave-20190116/configure-8416-  esac
##############################################
gwave-20190116/configure-8461-    # Strip MF so we end up with the name of the file.
gwave-20190116/configure:8462:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gwave-20190116/configure-8463-    # Check whether this is an Automake generated Makefile or not.
##############################################
gwave-20190116/configure-8498-    # from the Makefile without running 'make'.
gwave-20190116/configure:8499:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gwave-20190116/configure-8500-    test -z "$DEPDIR" && continue
gwave-20190116/configure:8501:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gwave-20190116/configure-8502-    test -z "$am__include" && continue
gwave-20190116/configure:8503:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gwave-20190116/configure-8504-    # Find all dependency output files, they are included files with
##############################################
gwave-20190116/config.sub-52-
gwave-20190116/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gwave-20190116/config.sub-54-
##############################################
gwave-20190116/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
gwave-20190116/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gwave-20190116/config.sub-116-case $maybe_os in
##############################################
gwave-20190116/config.sub-122-    os=-$maybe_os
gwave-20190116/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gwave-20190116/config.sub-124-    ;;
##############################################
gwave-20190116/config.sub-126-    os=-linux-android
gwave-20190116/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gwave-20190116/config.sub-128-    ;;
gwave-20190116/config.sub-129-  *)
gwave-20190116/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gwave-20190116/config.sub-131-    if [ $basic_machine != $1 ]
gwave-20190116/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
gwave-20190116/config.sub-133-    else os=; fi
##############################################
gwave-20190116/config.sub-180-		os=-sco5v6
gwave-20190116/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-182-		;;
##############################################
gwave-20190116/config.sub-184-		os=-sco3.2v5
gwave-20190116/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-186-		;;
##############################################
gwave-20190116/config.sub-188-		os=-sco3.2v4
gwave-20190116/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-190-		;;
gwave-20190116/config.sub-191-	-sco3.2.[4-9]*)
gwave-20190116/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gwave-20190116/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-194-		;;
##############################################
gwave-20190116/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
gwave-20190116/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-198-		;;
##############################################
gwave-20190116/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
gwave-20190116/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-202-		;;
##############################################
gwave-20190116/config.sub-204-		os=-sco3.2v2
gwave-20190116/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-206-		;;
gwave-20190116/config.sub-207-	-udk*)
gwave-20190116/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-209-		;;
##############################################
gwave-20190116/config.sub-211-		os=-isc2.2
gwave-20190116/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-213-		;;
##############################################
gwave-20190116/config.sub-217-	-isc*)
gwave-20190116/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwave-20190116/config.sub-219-		;;
##############################################
gwave-20190116/config.sub-229-	-ptx*)
gwave-20190116/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gwave-20190116/config.sub-231-		;;
gwave-20190116/config.sub-232-	-windowsnt*)
gwave-20190116/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gwave-20190116/config.sub-234-		;;
##############################################
gwave-20190116/config.sub-368-	*-*-*)
gwave-20190116/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gwave-20190116/config.sub-370-		exit 1
##############################################
gwave-20190116/config.sub-497-	amd64-*)
gwave-20190116/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-499-		;;
##############################################
gwave-20190116/config.sub-542-	blackfin-*)
gwave-20190116/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-544-		os=-linux
##############################################
gwave-20190116/config.sub-550-	c54x-*)
gwave-20190116/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-552-		;;
gwave-20190116/config.sub-553-	c55x-*)
gwave-20190116/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-555-		;;
gwave-20190116/config.sub-556-	c6x-*)
gwave-20190116/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-558-		;;
##############################################
gwave-20190116/config.sub-654-	e500v[12]-*)
gwave-20190116/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-656-		os=$os"spe"
##############################################
gwave-20190116/config.sub-761-	i*86v32)
gwave-20190116/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwave-20190116/config.sub-763-		os=-sysv32
##############################################
gwave-20190116/config.sub-765-	i*86v4*)
gwave-20190116/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwave-20190116/config.sub-767-		os=-sysv4
##############################################
gwave-20190116/config.sub-769-	i*86v)
gwave-20190116/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwave-20190116/config.sub-771-		os=-sysv
##############################################
gwave-20190116/config.sub-773-	i*86sol2)
gwave-20190116/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwave-20190116/config.sub-775-		os=-solaris2
##############################################
gwave-20190116/config.sub-799-	leon-*|leon[3-9]-*)
gwave-20190116/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
gwave-20190116/config.sub-801-		;;
##############################################
gwave-20190116/config.sub-806-	m68knommu-*)
gwave-20190116/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-808-		os=-linux
##############################################
gwave-20190116/config.sub-843-	mips3*-*)
gwave-20190116/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gwave-20190116/config.sub-845-		;;
gwave-20190116/config.sub-846-	mips3*)
gwave-20190116/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gwave-20190116/config.sub-848-		;;
##############################################
gwave-20190116/config.sub-865-	ms1-*)
gwave-20190116/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gwave-20190116/config.sub-867-		;;
##############################################
gwave-20190116/config.sub-987-	parisc-*)
gwave-20190116/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-989-		os=-linux
##############################################
gwave-20190116/config.sub-1003-	pc98-*)
gwave-20190116/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1005-		;;
##############################################
gwave-20190116/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gwave-20190116/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1020-		;;
gwave-20190116/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gwave-20190116/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1023-		;;
gwave-20190116/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gwave-20190116/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1026-		;;
gwave-20190116/config.sub-1027-	pentium4-*)
gwave-20190116/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1029-		;;
##############################################
gwave-20190116/config.sub-1037-	ppc-* | ppcbe-*)
gwave-20190116/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1039-		;;
##############################################
gwave-20190116/config.sub-1043-	ppcle-* | powerpclittle-*)
gwave-20190116/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1045-		;;
##############################################
gwave-20190116/config.sub-1047-		;;
gwave-20190116/config.sub:1048:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1049-		;;
##############################################
gwave-20190116/config.sub-1053-	ppc64le-* | powerpc64little-*)
gwave-20190116/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1055-		;;
##############################################
gwave-20190116/config.sub-1136-	strongarm-* | thumb-*)
gwave-20190116/config.sub:1137:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gwave-20190116/config.sub-1138-		;;
##############################################
gwave-20190116/config.sub-1269-	xscale-* | xscalee[bl]-*)
gwave-20190116/config.sub:1270:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gwave-20190116/config.sub-1271-		;;
##############################################
gwave-20190116/config.sub-1346-	*)
gwave-20190116/config.sub:1347:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gwave-20190116/config.sub-1348-		exit 1
##############################################
gwave-20190116/config.sub-1354-	*-digital*)
gwave-20190116/config.sub:1355:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gwave-20190116/config.sub-1356-		;;
gwave-20190116/config.sub-1357-	*-commodore*)
gwave-20190116/config.sub:1358:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gwave-20190116/config.sub-1359-		;;
##############################################
gwave-20190116/config.sub-1375-	-solaris1 | -solaris1.*)
gwave-20190116/config.sub:1376:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gwave-20190116/config.sub-1377-		;;
##############################################
gwave-20190116/config.sub-1387-	-gnu/linux*)
gwave-20190116/config.sub:1388:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gwave-20190116/config.sub-1389-		;;
##############################################
gwave-20190116/config.sub-1434-	-nto*)
gwave-20190116/config.sub:1435:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gwave-20190116/config.sub-1436-		;;
##############################################
gwave-20190116/config.sub-1441-	-mac*)
gwave-20190116/config.sub:1442:		os=`echo $os | sed -e 's|mac|macos|'`
gwave-20190116/config.sub-1443-		;;
##############################################
gwave-20190116/config.sub-1447-	-linux*)
gwave-20190116/config.sub:1448:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gwave-20190116/config.sub-1449-		;;
gwave-20190116/config.sub-1450-	-sunos5*)
gwave-20190116/config.sub:1451:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gwave-20190116/config.sub-1452-		;;
gwave-20190116/config.sub-1453-	-sunos6*)
gwave-20190116/config.sub:1454:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gwave-20190116/config.sub-1455-		;;
##############################################
gwave-20190116/config.sub-1502-	-sinix5.*)
gwave-20190116/config.sub:1503:		os=`echo $os | sed -e 's|sinix|sysv|'`
gwave-20190116/config.sub-1504-		;;
##############################################
gwave-20190116/config.sub-1557-		# Get rid of the `-' at the beginning of $os.
gwave-20190116/config.sub:1558:		os=`echo $os | sed 's/[^-]*-//'`
gwave-20190116/config.sub:1559:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gwave-20190116/config.sub-1560-		exit 1
##############################################
gwave-20190116/config.sub-1823-		esac
gwave-20190116/config.sub:1824:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gwave-20190116/config.sub-1825-		;;
##############################################
gwave-20190116/scheme/export.scm-262-				 (pp (if (>= n 0)
gwave-20190116/scheme/export.scm:263:					 (caddr (list-ref plot-list n))
gwave-20190116/scheme/export.scm-264-					 #f))
##############################################
gwave-20190116/scheme/Makefile.in-52-  { \
gwave-20190116/scheme/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/scheme/Makefile.in-54-  }; \
##############################################
gwave-20190116/scheme/Makefile.in-122-  esac
gwave-20190116/scheme/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwave-20190116/scheme/Makefile.in-124-am__vpath_adj = case $$p in \
gwave-20190116/scheme/Makefile.in:125:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwave-20190116/scheme/Makefile.in-126-    *) f=$$p;; \
gwave-20190116/scheme/Makefile.in-127-  esac;
gwave-20190116/scheme/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwave-20190116/scheme/Makefile.in-129-am__install_max = 40
gwave-20190116/scheme/Makefile.in-130-am__nobase_strip_setup = \
gwave-20190116/scheme/Makefile.in:131:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwave-20190116/scheme/Makefile.in-132-am__nobase_strip = \
##############################################
gwave-20190116/scheme/Makefile.in-335-	@list='$(guile_DATA)'; test -n "$(guiledir)" || list=; \
gwave-20190116/scheme/Makefile.in:336:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwave-20190116/scheme/Makefile.in-337-	dir='$(DESTDIR)$(guiledir)'; $(am__uninstall_files_from_dir)
##############################################
gwave-20190116/scheme/Makefile.in-345-distdir: $(DISTFILES)
gwave-20190116/scheme/Makefile.in:346:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/scheme/Makefile.in:347:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/scheme/Makefile.in-348-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/scheme/Makefile.in-359-	  if test -d $$d/$$file; then \
gwave-20190116/scheme/Makefile.in:360:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/scheme/Makefile.in-361-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-53-  { \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-55-  }; \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-433-.c.obj:
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-439-
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-469-GTAGS:
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:470:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-471-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-492-distdir: $(DISTFILES)
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:493:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:494:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-495-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-506-	  if test -d $$d/$$file; then \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in:507:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/spicefile/Makefile.in-508-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-52-  { \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-54-  }; \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-197-  while test -n "$$dir1"; do \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:198:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-199-    if test "$$first" != "."; then \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-200-      if test "$$first" = ".."; then \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:201:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:202:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-203-      else \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:204:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-205-        if test "$$first2" = "$$first"; then \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:206:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-207-        else \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-212-    fi; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:213:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-214-  done; \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-472-.c.obj:
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:473:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-474-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:477:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-478-
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-492-	dot_seen=no; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:493:	target=`echo $@ | sed s/-recursive//`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-494-	case "$@" in \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-555-GTAGS:
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:556:	here=`$(am__cd) $(top_builddir) && pwd` \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-557-	  && $(am__cd) $(top_srcdir) \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-578-distdir: $(DISTFILES)
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:579:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:580:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-581-	list='$(DISTFILES)'; \
##############################################
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-592-	  if test -d $$d/$$file; then \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in:593:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwave-20190116/.pc/fix_as-needed_linking.diff/src/Makefile.in-594-	    if test -d "$(distdir)/$$file"; then \