===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
quickplot-1.0.1~rc/config.guess-34-
quickplot-1.0.1~rc/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
quickplot-1.0.1~rc/config.guess-36-
##############################################
quickplot-1.0.1~rc/config.guess-102-: ${TMPDIR=/tmp} ;
quickplot-1.0.1~rc/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
quickplot-1.0.1~rc/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
quickplot-1.0.1~rc/config.guess-151-	EOF
quickplot-1.0.1~rc/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
quickplot-1.0.1~rc/config.guess-153-	;;
##############################################
quickplot-1.0.1~rc/config.guess-209-	    *)
quickplot-1.0.1~rc/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
quickplot-1.0.1~rc/config.guess-211-		;;
##############################################
quickplot-1.0.1~rc/config.guess-240-	*4.0)
quickplot-1.0.1~rc/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
quickplot-1.0.1~rc/config.guess-242-		;;
quickplot-1.0.1~rc/config.guess-243-	*5.*)
quickplot-1.0.1~rc/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
quickplot-1.0.1~rc/config.guess-245-		;;
##############################################
quickplot-1.0.1~rc/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
quickplot-1.0.1~rc/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
quickplot-1.0.1~rc/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
quickplot-1.0.1~rc/config.guess-288-	# 1.2 uses "1.2" for uname -r.
quickplot-1.0.1~rc/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
quickplot-1.0.1~rc/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
quickplot-1.0.1~rc/config.guess-348-    s390x:SunOS:*:*)
quickplot-1.0.1~rc/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-350-	exit ;;
quickplot-1.0.1~rc/config.guess-351-    sun4H:SunOS:5.*:*)
quickplot-1.0.1~rc/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-353-	exit ;;
quickplot-1.0.1~rc/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
quickplot-1.0.1~rc/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-356-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-373-	fi
quickplot-1.0.1~rc/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-375-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
quickplot-1.0.1~rc/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-381-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
quickplot-1.0.1~rc/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
quickplot-1.0.1~rc/config.guess-390-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-394-    sun*:*:4.2BSD:*)
quickplot-1.0.1~rc/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
quickplot-1.0.1~rc/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
quickplot-1.0.1~rc/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
quickplot-1.0.1~rc/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
quickplot-1.0.1~rc/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
quickplot-1.0.1~rc/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
quickplot-1.0.1~rc/config.guess-532-    *:IRIX*:*:*)
quickplot-1.0.1~rc/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
quickplot-1.0.1~rc/config.guess-534-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-562-EOF
quickplot-1.0.1~rc/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
quickplot-1.0.1~rc/config.guess-564-		then
##############################################
quickplot-1.0.1~rc/config.guess-575-    *:AIX:*:[4567])
quickplot-1.0.1~rc/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
quickplot-1.0.1~rc/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
quickplot-1.0.1~rc/config.guess-610-    9000/[34678]??:HP-UX:*:*)
quickplot-1.0.1~rc/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
quickplot-1.0.1~rc/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
quickplot-1.0.1~rc/config.guess-664-EOF
quickplot-1.0.1~rc/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
quickplot-1.0.1~rc/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
quickplot-1.0.1~rc/config.guess-692-    ia64:HP-UX:*:*)
quickplot-1.0.1~rc/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
quickplot-1.0.1~rc/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
quickplot-1.0.1~rc/config.guess-722-EOF
quickplot-1.0.1~rc/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
quickplot-1.0.1~rc/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
quickplot-1.0.1~rc/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
quickplot-1.0.1~rc/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
quickplot-1.0.1~rc/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
quickplot-1.0.1~rc/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
quickplot-1.0.1~rc/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
quickplot-1.0.1~rc/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
quickplot-1.0.1~rc/config.guess-814-	    amd64)
quickplot-1.0.1~rc/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
quickplot-1.0.1~rc/config.guess-816-	    *)
quickplot-1.0.1~rc/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
quickplot-1.0.1~rc/config.guess-818-	esac
##############################################
quickplot-1.0.1~rc/config.guess-872-    prep*:SunOS:5.*:*)
quickplot-1.0.1~rc/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
quickplot-1.0.1~rc/config.guess-874-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-876-	# the GNU system
quickplot-1.0.1~rc/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
quickplot-1.0.1~rc/config.guess-878-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-880-	# other systems with GNU libc and userland
quickplot-1.0.1~rc/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
quickplot-1.0.1~rc/config.guess-882-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-968-EOF
quickplot-1.0.1~rc/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
quickplot-1.0.1~rc/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
quickplot-1.0.1~rc/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
quickplot-1.0.1~rc/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
quickplot-1.0.1~rc/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
quickplot-1.0.1~rc/config.guess-1337-    *:DragonFly:*:*)
quickplot-1.0.1~rc/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
quickplot-1.0.1~rc/config.guess-1339-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-1350-    i*86:skyos:*:*)
quickplot-1.0.1~rc/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
quickplot-1.0.1~rc/config.guess-1352-	exit ;;
##############################################
quickplot-1.0.1~rc/config.guess-1478-
quickplot-1.0.1~rc/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
quickplot-1.0.1~rc/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
quickplot-1.0.1~rc/m4/ltsugar.m4-67-m4_define([lt_combine],
quickplot-1.0.1~rc/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
quickplot-1.0.1~rc/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-125-done
quickplot-1.0.1~rc/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
quickplot-1.0.1~rc/m4/libtool.m4-127-])
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
quickplot-1.0.1~rc/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
quickplot-1.0.1~rc/m4/libtool.m4-429-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-437-#
quickplot-1.0.1~rc/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
quickplot-1.0.1~rc/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
quickplot-1.0.1~rc/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
quickplot-1.0.1~rc/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
quickplot-1.0.1~rc/m4/libtool.m4-551-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
quickplot-1.0.1~rc/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
quickplot-1.0.1~rc/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
quickplot-1.0.1~rc/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
quickplot-1.0.1~rc/m4/libtool.m4-564-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-720-
quickplot-1.0.1~rc/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
quickplot-1.0.1~rc/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
quickplot-1.0.1~rc/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
quickplot-1.0.1~rc/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1143-      }]'
quickplot-1.0.1~rc/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
quickplot-1.0.1~rc/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
quickplot-1.0.1~rc/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/m4/libtool.m4-1148-  fi],[])
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
quickplot-1.0.1~rc/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
quickplot-1.0.1~rc/m4/libtool.m4-1181-  ECHO='print -r --'
quickplot-1.0.1~rc/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
quickplot-1.0.1~rc/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
quickplot-1.0.1~rc/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
quickplot-1.0.1~rc/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
quickplot-1.0.1~rc/m4/libtool.m4-1217-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1237-   if test "$GCC" = yes; then
quickplot-1.0.1~rc/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
quickplot-1.0.1~rc/m4/libtool.m4-1239-   fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1241- /*)
quickplot-1.0.1~rc/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
quickplot-1.0.1~rc/m4/libtool.m4-1243-   ;; #(
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
quickplot-1.0.1~rc/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/m4/libtool.m4-1272-      *ELF-32*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
quickplot-1.0.1~rc/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/m4/libtool.m4-1288-	*32-bit*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1298-    else
quickplot-1.0.1~rc/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/m4/libtool.m4-1300-	*32-bit*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1663-    # And add a safety zone
quickplot-1.0.1~rc/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
quickplot-1.0.1~rc/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
quickplot-1.0.1~rc/m4/libtool.m4-1666-    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1696-    if test -n "$kargmax"; then
quickplot-1.0.1~rc/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
quickplot-1.0.1~rc/m4/libtool.m4-1698-    else
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
quickplot-1.0.1~rc/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
quickplot-1.0.1~rc/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
quickplot-1.0.1~rc/m4/libtool.m4-1708-    else
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1717-      # we can't tell.
quickplot-1.0.1~rc/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
quickplot-1.0.1~rc/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1721-      do
quickplot-1.0.1~rc/m4/libtool.m4:1722:        i=`expr $i + 1`
quickplot-1.0.1~rc/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1725-      # Only check the string length outside the loop.
quickplot-1.0.1~rc/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
quickplot-1.0.1~rc/m4/libtool.m4-1727-      teststring=
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
quickplot-1.0.1~rc/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
quickplot-1.0.1~rc/m4/libtool.m4-1732-    fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2055-  if test "$hard_links" = no; then
quickplot-1.0.1~rc/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
quickplot-1.0.1~rc/m4/libtool.m4-2057-    need_locks=warn
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2186-  esac
quickplot-1.0.1~rc/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
quickplot-1.0.1~rc/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
quickplot-1.0.1~rc/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
quickplot-1.0.1~rc/m4/libtool.m4-2195-    ;;
quickplot-1.0.1~rc/m4/libtool.m4-2196-  *)
quickplot-1.0.1~rc/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/m4/libtool.m4-2198-    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
quickplot-1.0.1~rc/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
quickplot-1.0.1~rc/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2237-  esac
quickplot-1.0.1~rc/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
quickplot-1.0.1~rc/m4/libtool.m4-2239-else
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
quickplot-1.0.1~rc/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
quickplot-1.0.1~rc/m4/libtool.m4-2327-    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
quickplot-1.0.1~rc/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
quickplot-1.0.1~rc/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
quickplot-1.0.1~rc/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
quickplot-1.0.1~rc/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2370-      fi'
quickplot-1.0.1~rc/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
quickplot-1.0.1~rc/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
quickplot-1.0.1~rc/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
quickplot-1.0.1~rc/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/m4/libtool.m4-2386-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
quickplot-1.0.1~rc/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/m4/libtool.m4-2390-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2397-    libname_spec='$name'
quickplot-1.0.1~rc/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
quickplot-1.0.1~rc/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
quickplot-1.0.1~rc/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2414-      # Convert to MSYS style.
quickplot-1.0.1~rc/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
quickplot-1.0.1~rc/m4/libtool.m4-2416-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
quickplot-1.0.1~rc/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
quickplot-1.0.1~rc/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
quickplot-1.0.1~rc/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/m4/libtool.m4-2424-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
quickplot-1.0.1~rc/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
quickplot-1.0.1~rc/m4/libtool.m4-2430-      else
quickplot-1.0.1~rc/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/m4/libtool.m4-2432-      fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
quickplot-1.0.1~rc/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
quickplot-1.0.1~rc/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
quickplot-1.0.1~rc/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
quickplot-1.0.1~rc/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
quickplot-1.0.1~rc/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
quickplot-1.0.1~rc/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
quickplot-1.0.1~rc/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2452-    # Assume MSVC wrapper
quickplot-1.0.1~rc/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
quickplot-1.0.1~rc/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
quickplot-1.0.1~rc/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
quickplot-1.0.1~rc/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
quickplot-1.0.1~rc/m4/libtool.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
quickplot-1.0.1~rc/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
quickplot-1.0.1~rc/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/m4/libtool.m4-2752-    case $host_os in
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-2967-	"file_magic "*)
quickplot-1.0.1~rc/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
quickplot-1.0.1~rc/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
quickplot-1.0.1~rc/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
quickplot-1.0.1~rc/m4/libtool.m4-3052-  *)
quickplot-1.0.1~rc/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
quickplot-1.0.1~rc/m4/libtool.m4-3054-  esac
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
quickplot-1.0.1~rc/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
quickplot-1.0.1~rc/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
quickplot-1.0.1~rc/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
quickplot-1.0.1~rc/m4/libtool.m4-3063-      done
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
quickplot-1.0.1~rc/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
quickplot-1.0.1~rc/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
quickplot-1.0.1~rc/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
quickplot-1.0.1~rc/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3321-openbsd*)
quickplot-1.0.1~rc/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3385-    else
quickplot-1.0.1~rc/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
quickplot-1.0.1~rc/m4/libtool.m4-3387-    fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
quickplot-1.0.1~rc/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3437-	*)
quickplot-1.0.1~rc/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/m4/libtool.m4-3439-	  */dev/null*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
quickplot-1.0.1~rc/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/m4/libtool.m4-3465-    *COFF*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
quickplot-1.0.1~rc/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
quickplot-1.0.1~rc/m4/libtool.m4:3682:case `$NM -V 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3699-mingw*)
quickplot-1.0.1~rc/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
quickplot-1.0.1~rc/m4/libtool.m4-3701-  ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-3752-    nlist=conftest.nm
quickplot-1.0.1~rc/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
quickplot-1.0.1~rc/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4090-	  *)
quickplot-1.0.1~rc/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4395-      *)
quickplot-1.0.1~rc/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
quickplot-1.0.1~rc/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4705-    supports_anon_versioning=no
quickplot-1.0.1~rc/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
quickplot-1.0.1~rc/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
quickplot-1.0.1~rc/m4/libtool.m4:4803:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4:4804:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-4805-      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
quickplot-1.0.1~rc/m4/libtool.m4:4821:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
quickplot-1.0.1~rc/m4/libtool.m4:4826:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
quickplot-1.0.1~rc/m4/libtool.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4844-	esac
quickplot-1.0.1~rc/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
quickplot-1.0.1~rc/m4/libtool.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
quickplot-1.0.1~rc/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
quickplot-1.0.1~rc/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
quickplot-1.0.1~rc/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
quickplot-1.0.1~rc/m4/libtool.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
quickplot-1.0.1~rc/m4/libtool.m4-5087-      else
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
quickplot-1.0.1~rc/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
quickplot-1.0.1~rc/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
quickplot-1.0.1~rc/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5326-      if test "$GCC" = yes; then
quickplot-1.0.1~rc/m4/libtool.m4:5327:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
quickplot-1.0.1~rc/m4/libtool.m4:5350:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5351-	fi
quickplot-1.0.1~rc/m4/libtool.m4-5352-      else
quickplot-1.0.1~rc/m4/libtool.m4:5353:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4:5354:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5355-      fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
quickplot-1.0.1~rc/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
quickplot-1.0.1~rc/m4/libtool.m4:5423:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5424-      else
quickplot-1.0.1~rc/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
quickplot-1.0.1~rc/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5427-      fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
quickplot-1.0.1~rc/m4/libtool.m4:5436:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
quickplot-1.0.1~rc/m4/libtool.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4:5441:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
quickplot-1.0.1~rc/m4/libtool.m4:5442:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
quickplot-1.0.1~rc/m4/libtool.m4-5443-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5458-      else
quickplot-1.0.1~rc/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
quickplot-1.0.1~rc/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
quickplot-1.0.1~rc/m4/libtool.m4-5653-	  then
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
quickplot-1.0.1~rc/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
quickplot-1.0.1~rc/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
quickplot-1.0.1~rc/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
quickplot-1.0.1~rc/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6084-
quickplot-1.0.1~rc/m4/libtool.m4:6085:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
quickplot-1.0.1~rc/m4/libtool.m4-6086-        else
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
quickplot-1.0.1~rc/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
quickplot-1.0.1~rc/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6271-            # dependencies.
quickplot-1.0.1~rc/m4/libtool.m4:6272:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
quickplot-1.0.1~rc/m4/libtool.m4-6273-            ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6336-	    # dependencies.
quickplot-1.0.1~rc/m4/libtool.m4:6337:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
quickplot-1.0.1~rc/m4/libtool.m4-6338-	    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
quickplot-1.0.1~rc/m4/libtool.m4:6373:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4:6374:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6375-	;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6379-	    # SGI C++
quickplot-1.0.1~rc/m4/libtool.m4:6380:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6381-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
quickplot-1.0.1~rc/m4/libtool.m4:6391:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6392-	      else
quickplot-1.0.1~rc/m4/libtool.m4:6393:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6394-	      fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
quickplot-1.0.1~rc/m4/libtool.m4:6412:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
quickplot-1.0.1~rc/m4/libtool.m4:6413:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6421-	    # dependencies.
quickplot-1.0.1~rc/m4/libtool.m4:6422:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
quickplot-1.0.1~rc/m4/libtool.m4-6423-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
quickplot-1.0.1~rc/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
quickplot-1.0.1~rc/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6457-            # Portland Group C++ compiler
quickplot-1.0.1~rc/m4/libtool.m4:6458:	    case `$CC -V` in
quickplot-1.0.1~rc/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
quickplot-1.0.1~rc/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
quickplot-1.0.1~rc/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
quickplot-1.0.1~rc/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
quickplot-1.0.1~rc/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
quickplot-1.0.1~rc/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
quickplot-1.0.1~rc/m4/libtool.m4:6476:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6477-	      ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
quickplot-1.0.1~rc/m4/libtool.m4:6486:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-6487-            ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6504-	    # dependencies.
quickplot-1.0.1~rc/m4/libtool.m4:6505:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
quickplot-1.0.1~rc/m4/libtool.m4-6506-	    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6519-	  *)
quickplot-1.0.1~rc/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
quickplot-1.0.1~rc/m4/libtool.m4:6527:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
quickplot-1.0.1~rc/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/m4/libtool.m4-6598-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
quickplot-1.0.1~rc/m4/libtool.m4:6616:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6617-
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
quickplot-1.0.1~rc/m4/libtool.m4:6637:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
quickplot-1.0.1~rc/m4/libtool.m4:6642:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
quickplot-1.0.1~rc/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
quickplot-1.0.1~rc/m4/libtool.m4:6645:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
quickplot-1.0.1~rc/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6660-	    # dependencies.
quickplot-1.0.1~rc/m4/libtool.m4:6661:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
quickplot-1.0.1~rc/m4/libtool.m4-6662-	    ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6667-	        osf3*)
quickplot-1.0.1~rc/m4/libtool.m4:6668:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6669-		  ;;
quickplot-1.0.1~rc/m4/libtool.m4-6670-	        *)
quickplot-1.0.1~rc/m4/libtool.m4:6671:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/m4/libtool.m4-6672-		  ;;
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-6920-  case ${2} in
quickplot-1.0.1~rc/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
quickplot-1.0.1~rc/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
quickplot-1.0.1~rc/m4/libtool.m4-6923-  esac
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-7008-
quickplot-1.0.1~rc/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
quickplot-1.0.1~rc/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-7106-linux*)
quickplot-1.0.1~rc/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
quickplot-1.0.1~rc/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
quickplot-1.0.1~rc/m4/libtool.m4-7159-fi
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
quickplot-1.0.1~rc/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
quickplot-1.0.1~rc/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
quickplot-1.0.1~rc/m4/libtool.m4-7840-# ------------------------------------------------------
quickplot-1.0.1~rc/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
quickplot-1.0.1~rc/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
quickplot-1.0.1~rc/install-sh-229-      fi
quickplot-1.0.1~rc/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
quickplot-1.0.1~rc/install-sh-231-    *)
##############################################
quickplot-1.0.1~rc/install-sh-276-      dstdir=$dst
quickplot-1.0.1~rc/install-sh:277:      dst=$dstdir/`basename "$src"`
quickplot-1.0.1~rc/install-sh-278-      dstdir_status=0
##############################################
quickplot-1.0.1~rc/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
quickplot-1.0.1~rc/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
quickplot-1.0.1~rc/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
quickplot-1.0.1~rc/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
quickplot-1.0.1~rc/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
quickplot-1.0.1~rc/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
quickplot-1.0.1~rc/install-sh-425-	    case $prefix in
quickplot-1.0.1~rc/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
quickplot-1.0.1~rc/install-sh-427-	      *) qprefix=$prefix;;
##############################################
quickplot-1.0.1~rc/install-sh-474-    if $copy_on_change &&
quickplot-1.0.1~rc/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
quickplot-1.0.1~rc/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
quickplot-1.0.1~rc/install-sh-477-
##############################################
quickplot-1.0.1~rc/config.sub-52-
quickplot-1.0.1~rc/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
quickplot-1.0.1~rc/config.sub-54-
##############################################
quickplot-1.0.1~rc/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
quickplot-1.0.1~rc/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
quickplot-1.0.1~rc/config.sub-117-case $maybe_os in
##############################################
quickplot-1.0.1~rc/config.sub-123-    os=-$maybe_os
quickplot-1.0.1~rc/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
quickplot-1.0.1~rc/config.sub-125-    ;;
##############################################
quickplot-1.0.1~rc/config.sub-127-    os=-linux-android
quickplot-1.0.1~rc/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
quickplot-1.0.1~rc/config.sub-129-    ;;
quickplot-1.0.1~rc/config.sub-130-  *)
quickplot-1.0.1~rc/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
quickplot-1.0.1~rc/config.sub-132-    if [ $basic_machine != $1 ]
quickplot-1.0.1~rc/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
quickplot-1.0.1~rc/config.sub-134-    else os=; fi
##############################################
quickplot-1.0.1~rc/config.sub-181-		os=-sco5v6
quickplot-1.0.1~rc/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-183-		;;
##############################################
quickplot-1.0.1~rc/config.sub-185-		os=-sco3.2v5
quickplot-1.0.1~rc/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-187-		;;
##############################################
quickplot-1.0.1~rc/config.sub-189-		os=-sco3.2v4
quickplot-1.0.1~rc/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-191-		;;
quickplot-1.0.1~rc/config.sub-192-	-sco3.2.[4-9]*)
quickplot-1.0.1~rc/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
quickplot-1.0.1~rc/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-195-		;;
##############################################
quickplot-1.0.1~rc/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
quickplot-1.0.1~rc/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-199-		;;
##############################################
quickplot-1.0.1~rc/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
quickplot-1.0.1~rc/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-203-		;;
##############################################
quickplot-1.0.1~rc/config.sub-205-		os=-sco3.2v2
quickplot-1.0.1~rc/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-207-		;;
quickplot-1.0.1~rc/config.sub-208-	-udk*)
quickplot-1.0.1~rc/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-210-		;;
##############################################
quickplot-1.0.1~rc/config.sub-212-		os=-isc2.2
quickplot-1.0.1~rc/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-214-		;;
##############################################
quickplot-1.0.1~rc/config.sub-218-	-isc*)
quickplot-1.0.1~rc/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-220-		;;
##############################################
quickplot-1.0.1~rc/config.sub-230-	-ptx*)
quickplot-1.0.1~rc/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
quickplot-1.0.1~rc/config.sub-232-		;;
quickplot-1.0.1~rc/config.sub-233-	-windowsnt*)
quickplot-1.0.1~rc/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
quickplot-1.0.1~rc/config.sub-235-		;;
##############################################
quickplot-1.0.1~rc/config.sub-359-	*-*-*)
quickplot-1.0.1~rc/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
quickplot-1.0.1~rc/config.sub-361-		exit 1
##############################################
quickplot-1.0.1~rc/config.sub-479-	amd64-*)
quickplot-1.0.1~rc/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-481-		;;
##############################################
quickplot-1.0.1~rc/config.sub-521-	blackfin-*)
quickplot-1.0.1~rc/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-523-		os=-linux
##############################################
quickplot-1.0.1~rc/config.sub-529-	c54x-*)
quickplot-1.0.1~rc/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-531-		;;
quickplot-1.0.1~rc/config.sub-532-	c55x-*)
quickplot-1.0.1~rc/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-534-		;;
quickplot-1.0.1~rc/config.sub-535-	c6x-*)
quickplot-1.0.1~rc/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-537-		;;
##############################################
quickplot-1.0.1~rc/config.sub-732-	i*86v32)
quickplot-1.0.1~rc/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-734-		os=-sysv32
##############################################
quickplot-1.0.1~rc/config.sub-736-	i*86v4*)
quickplot-1.0.1~rc/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-738-		os=-sysv4
##############################################
quickplot-1.0.1~rc/config.sub-740-	i*86v)
quickplot-1.0.1~rc/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-742-		os=-sysv
##############################################
quickplot-1.0.1~rc/config.sub-744-	i*86sol2)
quickplot-1.0.1~rc/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
quickplot-1.0.1~rc/config.sub-746-		os=-solaris2
##############################################
quickplot-1.0.1~rc/config.sub-774-	m68knommu-*)
quickplot-1.0.1~rc/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-776-		os=-linux
##############################################
quickplot-1.0.1~rc/config.sub-811-	mips3*-*)
quickplot-1.0.1~rc/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
quickplot-1.0.1~rc/config.sub-813-		;;
quickplot-1.0.1~rc/config.sub-814-	mips3*)
quickplot-1.0.1~rc/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
quickplot-1.0.1~rc/config.sub-816-		;;
##############################################
quickplot-1.0.1~rc/config.sub-829-	ms1-*)
quickplot-1.0.1~rc/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
quickplot-1.0.1~rc/config.sub-831-		;;
##############################################
quickplot-1.0.1~rc/config.sub-948-	parisc-*)
quickplot-1.0.1~rc/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-950-		os=-linux
##############################################
quickplot-1.0.1~rc/config.sub-964-	pc98-*)
quickplot-1.0.1~rc/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-966-		;;
##############################################
quickplot-1.0.1~rc/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
quickplot-1.0.1~rc/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-981-		;;
quickplot-1.0.1~rc/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
quickplot-1.0.1~rc/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-984-		;;
quickplot-1.0.1~rc/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
quickplot-1.0.1~rc/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-987-		;;
quickplot-1.0.1~rc/config.sub-988-	pentium4-*)
quickplot-1.0.1~rc/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-990-		;;
##############################################
quickplot-1.0.1~rc/config.sub-998-	ppc-* | ppcbe-*)
quickplot-1.0.1~rc/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-1000-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1004-	ppcle-* | powerpclittle-*)
quickplot-1.0.1~rc/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-1006-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1008-		;;
quickplot-1.0.1~rc/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-1010-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1014-	ppc64le-* | powerpc64little-*)
quickplot-1.0.1~rc/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-1016-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1097-	strongarm-* | thumb-*)
quickplot-1.0.1~rc/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
quickplot-1.0.1~rc/config.sub-1099-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1227-	xscale-* | xscalee[bl]-*)
quickplot-1.0.1~rc/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
quickplot-1.0.1~rc/config.sub-1229-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1304-	*)
quickplot-1.0.1~rc/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
quickplot-1.0.1~rc/config.sub-1306-		exit 1
##############################################
quickplot-1.0.1~rc/config.sub-1312-	*-digital*)
quickplot-1.0.1~rc/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
quickplot-1.0.1~rc/config.sub-1314-		;;
quickplot-1.0.1~rc/config.sub-1315-	*-commodore*)
quickplot-1.0.1~rc/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
quickplot-1.0.1~rc/config.sub-1317-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1333-	-solaris1 | -solaris1.*)
quickplot-1.0.1~rc/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
quickplot-1.0.1~rc/config.sub-1335-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1345-	-gnu/linux*)
quickplot-1.0.1~rc/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
quickplot-1.0.1~rc/config.sub-1347-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1391-	-nto*)
quickplot-1.0.1~rc/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
quickplot-1.0.1~rc/config.sub-1393-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1398-	-mac*)
quickplot-1.0.1~rc/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
quickplot-1.0.1~rc/config.sub-1400-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1404-	-linux*)
quickplot-1.0.1~rc/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
quickplot-1.0.1~rc/config.sub-1406-		;;
quickplot-1.0.1~rc/config.sub-1407-	-sunos5*)
quickplot-1.0.1~rc/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
quickplot-1.0.1~rc/config.sub-1409-		;;
quickplot-1.0.1~rc/config.sub-1410-	-sunos6*)
quickplot-1.0.1~rc/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
quickplot-1.0.1~rc/config.sub-1412-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1459-	-sinix5.*)
quickplot-1.0.1~rc/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
quickplot-1.0.1~rc/config.sub-1461-		;;
##############################################
quickplot-1.0.1~rc/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
quickplot-1.0.1~rc/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
quickplot-1.0.1~rc/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
quickplot-1.0.1~rc/config.sub-1515-		exit 1
##############################################
quickplot-1.0.1~rc/config.sub-1778-		esac
quickplot-1.0.1~rc/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
quickplot-1.0.1~rc/config.sub-1780-		;;
##############################################
quickplot-1.0.1~rc/Makefile.in-68-  { \
quickplot-1.0.1~rc/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
quickplot-1.0.1~rc/Makefile.in-70-  }; \
##############################################
quickplot-1.0.1~rc/Makefile.in-161-CONFIG_CLEAN_VPATH_FILES =
quickplot-1.0.1~rc/Makefile.in:162:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
quickplot-1.0.1~rc/Makefile.in-163-am__vpath_adj = case $$p in \
quickplot-1.0.1~rc/Makefile.in:164:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
quickplot-1.0.1~rc/Makefile.in-165-    *) f=$$p;; \
quickplot-1.0.1~rc/Makefile.in-166-  esac;
quickplot-1.0.1~rc/Makefile.in:167:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
quickplot-1.0.1~rc/Makefile.in-168-am__install_max = 40
quickplot-1.0.1~rc/Makefile.in-169-am__nobase_strip_setup = \
quickplot-1.0.1~rc/Makefile.in:170:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
quickplot-1.0.1~rc/Makefile.in-171-am__nobase_strip = \
##############################################
quickplot-1.0.1~rc/Makefile.in-704-	test -n "$(EXEEXT)" || exit 0; \
quickplot-1.0.1~rc/Makefile.in:705:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
quickplot-1.0.1~rc/Makefile.in-706-	echo " rm -f" $$list; \
##############################################
quickplot-1.0.1~rc/Makefile.in-713-	test -n "$(EXEEXT)" || exit 0; \
quickplot-1.0.1~rc/Makefile.in:714:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
quickplot-1.0.1~rc/Makefile.in-715-	echo " rm -f" $$list; \
##############################################
quickplot-1.0.1~rc/Makefile.in-777-.c.obj:
quickplot-1.0.1~rc/Makefile.in:778:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
quickplot-1.0.1~rc/Makefile.in-779-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
quickplot-1.0.1~rc/Makefile.in-781-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:782:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
quickplot-1.0.1~rc/Makefile.in-783-
##############################################
quickplot-1.0.1~rc/Makefile.in-791-lib-callbacks.lo: callbacks.c
quickplot-1.0.1~rc/Makefile.in:792:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-callbacks.lo -MD -MP -MF $(DEPDIR)/lib-callbacks.Tpo -c -o lib-callbacks.lo `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c
quickplot-1.0.1~rc/Makefile.in-793-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-callbacks.Tpo $(DEPDIR)/lib-callbacks.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-795-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:796:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-callbacks.lo `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c
quickplot-1.0.1~rc/Makefile.in-797-
quickplot-1.0.1~rc/Makefile.in-798-lib-channel.lo: channel.c
quickplot-1.0.1~rc/Makefile.in:799:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-channel.lo -MD -MP -MF $(DEPDIR)/lib-channel.Tpo -c -o lib-channel.lo `test -f 'channel.c' || echo '$(srcdir)/'`channel.c
quickplot-1.0.1~rc/Makefile.in-800-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-channel.Tpo $(DEPDIR)/lib-channel.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-802-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:803:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-channel.lo `test -f 'channel.c' || echo '$(srcdir)/'`channel.c
quickplot-1.0.1~rc/Makefile.in-804-
quickplot-1.0.1~rc/Makefile.in-805-lib-channel_double.lo: channel_double.c
quickplot-1.0.1~rc/Makefile.in:806:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-channel_double.lo -MD -MP -MF $(DEPDIR)/lib-channel_double.Tpo -c -o lib-channel_double.lo `test -f 'channel_double.c' || echo '$(srcdir)/'`channel_double.c
quickplot-1.0.1~rc/Makefile.in-807-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-channel_double.Tpo $(DEPDIR)/lib-channel_double.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-809-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:810:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-channel_double.lo `test -f 'channel_double.c' || echo '$(srcdir)/'`channel_double.c
quickplot-1.0.1~rc/Makefile.in-811-
quickplot-1.0.1~rc/Makefile.in-812-lib-color_gen.lo: color_gen.c
quickplot-1.0.1~rc/Makefile.in:813:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-color_gen.lo -MD -MP -MF $(DEPDIR)/lib-color_gen.Tpo -c -o lib-color_gen.lo `test -f 'color_gen.c' || echo '$(srcdir)/'`color_gen.c
quickplot-1.0.1~rc/Makefile.in-814-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-color_gen.Tpo $(DEPDIR)/lib-color_gen.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-816-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:817:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-color_gen.lo `test -f 'color_gen.c' || echo '$(srcdir)/'`color_gen.c
quickplot-1.0.1~rc/Makefile.in-818-
quickplot-1.0.1~rc/Makefile.in-819-lib-get_opt.lo: get_opt.c
quickplot-1.0.1~rc/Makefile.in:820:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-get_opt.lo -MD -MP -MF $(DEPDIR)/lib-get_opt.Tpo -c -o lib-get_opt.lo `test -f 'get_opt.c' || echo '$(srcdir)/'`get_opt.c
quickplot-1.0.1~rc/Makefile.in-821-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-get_opt.Tpo $(DEPDIR)/lib-get_opt.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-823-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:824:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-get_opt.lo `test -f 'get_opt.c' || echo '$(srcdir)/'`get_opt.c
quickplot-1.0.1~rc/Makefile.in-825-
quickplot-1.0.1~rc/Makefile.in-826-lib-graph.lo: graph.c
quickplot-1.0.1~rc/Makefile.in:827:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-graph.lo -MD -MP -MF $(DEPDIR)/lib-graph.Tpo -c -o lib-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c
quickplot-1.0.1~rc/Makefile.in-828-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-graph.Tpo $(DEPDIR)/lib-graph.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-830-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:831:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c
quickplot-1.0.1~rc/Makefile.in-832-
quickplot-1.0.1~rc/Makefile.in-833-lib-graph_detail.lo: graph_detail.c
quickplot-1.0.1~rc/Makefile.in:834:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-graph_detail.lo -MD -MP -MF $(DEPDIR)/lib-graph_detail.Tpo -c -o lib-graph_detail.lo `test -f 'graph_detail.c' || echo '$(srcdir)/'`graph_detail.c
quickplot-1.0.1~rc/Makefile.in-835-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-graph_detail.Tpo $(DEPDIR)/lib-graph_detail.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-837-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:838:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-graph_detail.lo `test -f 'graph_detail.c' || echo '$(srcdir)/'`graph_detail.c
quickplot-1.0.1~rc/Makefile.in-839-
quickplot-1.0.1~rc/Makefile.in-840-lib-graph_draw.lo: graph_draw.c
quickplot-1.0.1~rc/Makefile.in:841:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-graph_draw.lo -MD -MP -MF $(DEPDIR)/lib-graph_draw.Tpo -c -o lib-graph_draw.lo `test -f 'graph_draw.c' || echo '$(srcdir)/'`graph_draw.c
quickplot-1.0.1~rc/Makefile.in-842-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-graph_draw.Tpo $(DEPDIR)/lib-graph_draw.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-844-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:845:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-graph_draw.lo `test -f 'graph_draw.c' || echo '$(srcdir)/'`graph_draw.c
quickplot-1.0.1~rc/Makefile.in-846-
quickplot-1.0.1~rc/Makefile.in-847-lib-graph_grid.lo: graph_grid.c
quickplot-1.0.1~rc/Makefile.in:848:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-graph_grid.lo -MD -MP -MF $(DEPDIR)/lib-graph_grid.Tpo -c -o lib-graph_grid.lo `test -f 'graph_grid.c' || echo '$(srcdir)/'`graph_grid.c
quickplot-1.0.1~rc/Makefile.in-849-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-graph_grid.Tpo $(DEPDIR)/lib-graph_grid.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-851-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:852:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-graph_grid.lo `test -f 'graph_grid.c' || echo '$(srcdir)/'`graph_grid.c
quickplot-1.0.1~rc/Makefile.in-853-
quickplot-1.0.1~rc/Makefile.in-854-lib-launch_browser.lo: launch_browser.c
quickplot-1.0.1~rc/Makefile.in:855:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-launch_browser.lo -MD -MP -MF $(DEPDIR)/lib-launch_browser.Tpo -c -o lib-launch_browser.lo `test -f 'launch_browser.c' || echo '$(srcdir)/'`launch_browser.c
quickplot-1.0.1~rc/Makefile.in-856-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-launch_browser.Tpo $(DEPDIR)/lib-launch_browser.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-858-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:859:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-launch_browser.lo `test -f 'launch_browser.c' || echo '$(srcdir)/'`launch_browser.c
quickplot-1.0.1~rc/Makefile.in-860-
quickplot-1.0.1~rc/Makefile.in-861-lib-list.lo: list.c
quickplot-1.0.1~rc/Makefile.in:862:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-list.lo -MD -MP -MF $(DEPDIR)/lib-list.Tpo -c -o lib-list.lo `test -f 'list.c' || echo '$(srcdir)/'`list.c
quickplot-1.0.1~rc/Makefile.in-863-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-list.Tpo $(DEPDIR)/lib-list.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-865-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:866:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-list.lo `test -f 'list.c' || echo '$(srcdir)/'`list.c
quickplot-1.0.1~rc/Makefile.in-867-
quickplot-1.0.1~rc/Makefile.in-868-lib-parse_argument_options.lo: parse_argument_options.c
quickplot-1.0.1~rc/Makefile.in:869:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-parse_argument_options.lo -MD -MP -MF $(DEPDIR)/lib-parse_argument_options.Tpo -c -o lib-parse_argument_options.lo `test -f 'parse_argument_options.c' || echo '$(srcdir)/'`parse_argument_options.c
quickplot-1.0.1~rc/Makefile.in-870-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-parse_argument_options.Tpo $(DEPDIR)/lib-parse_argument_options.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-872-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:873:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-parse_argument_options.lo `test -f 'parse_argument_options.c' || echo '$(srcdir)/'`parse_argument_options.c
quickplot-1.0.1~rc/Makefile.in-874-
quickplot-1.0.1~rc/Makefile.in-875-lib-plot.lo: plot.c
quickplot-1.0.1~rc/Makefile.in:876:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-plot.lo -MD -MP -MF $(DEPDIR)/lib-plot.Tpo -c -o lib-plot.lo `test -f 'plot.c' || echo '$(srcdir)/'`plot.c
quickplot-1.0.1~rc/Makefile.in-877-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-plot.Tpo $(DEPDIR)/lib-plot.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-879-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:880:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-plot.lo `test -f 'plot.c' || echo '$(srcdir)/'`plot.c
quickplot-1.0.1~rc/Makefile.in-881-
quickplot-1.0.1~rc/Makefile.in-882-lib-process_gtk_options.lo: process_gtk_options.c
quickplot-1.0.1~rc/Makefile.in:883:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-process_gtk_options.lo -MD -MP -MF $(DEPDIR)/lib-process_gtk_options.Tpo -c -o lib-process_gtk_options.lo `test -f 'process_gtk_options.c' || echo '$(srcdir)/'`process_gtk_options.c
quickplot-1.0.1~rc/Makefile.in-884-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-process_gtk_options.Tpo $(DEPDIR)/lib-process_gtk_options.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-886-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:887:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-process_gtk_options.lo `test -f 'process_gtk_options.c' || echo '$(srcdir)/'`process_gtk_options.c
quickplot-1.0.1~rc/Makefile.in-888-
quickplot-1.0.1~rc/Makefile.in-889-lib-qp.lo: qp.c
quickplot-1.0.1~rc/Makefile.in:890:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-qp.lo -MD -MP -MF $(DEPDIR)/lib-qp.Tpo -c -o lib-qp.lo `test -f 'qp.c' || echo '$(srcdir)/'`qp.c
quickplot-1.0.1~rc/Makefile.in-891-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-qp.Tpo $(DEPDIR)/lib-qp.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-893-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:894:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-qp.lo `test -f 'qp.c' || echo '$(srcdir)/'`qp.c
quickplot-1.0.1~rc/Makefile.in-895-
quickplot-1.0.1~rc/Makefile.in-896-lib-shell.lo: shell.c
quickplot-1.0.1~rc/Makefile.in:897:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-shell.lo -MD -MP -MF $(DEPDIR)/lib-shell.Tpo -c -o lib-shell.lo `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
quickplot-1.0.1~rc/Makefile.in-898-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-shell.Tpo $(DEPDIR)/lib-shell.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-900-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:901:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-shell.lo `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
quickplot-1.0.1~rc/Makefile.in-902-
quickplot-1.0.1~rc/Makefile.in-903-lib-source.lo: source.c
quickplot-1.0.1~rc/Makefile.in:904:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-source.lo -MD -MP -MF $(DEPDIR)/lib-source.Tpo -c -o lib-source.lo `test -f 'source.c' || echo '$(srcdir)/'`source.c
quickplot-1.0.1~rc/Makefile.in-905-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-source.Tpo $(DEPDIR)/lib-source.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-907-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:908:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-source.lo `test -f 'source.c' || echo '$(srcdir)/'`source.c
quickplot-1.0.1~rc/Makefile.in-909-
quickplot-1.0.1~rc/Makefile.in-910-lib-source_double.lo: source_double.c
quickplot-1.0.1~rc/Makefile.in:911:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-source_double.lo -MD -MP -MF $(DEPDIR)/lib-source_double.Tpo -c -o lib-source_double.lo `test -f 'source_double.c' || echo '$(srcdir)/'`source_double.c
quickplot-1.0.1~rc/Makefile.in-912-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-source_double.Tpo $(DEPDIR)/lib-source_double.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-914-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:915:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-source_double.lo `test -f 'source_double.c' || echo '$(srcdir)/'`source_double.c
quickplot-1.0.1~rc/Makefile.in-916-
quickplot-1.0.1~rc/Makefile.in-917-lib-shell_common.lo: shell_common.c
quickplot-1.0.1~rc/Makefile.in:918:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-shell_common.lo -MD -MP -MF $(DEPDIR)/lib-shell_common.Tpo -c -o lib-shell_common.lo `test -f 'shell_common.c' || echo '$(srcdir)/'`shell_common.c
quickplot-1.0.1~rc/Makefile.in-919-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-shell_common.Tpo $(DEPDIR)/lib-shell_common.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-921-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:922:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-shell_common.lo `test -f 'shell_common.c' || echo '$(srcdir)/'`shell_common.c
quickplot-1.0.1~rc/Makefile.in-923-
quickplot-1.0.1~rc/Makefile.in-924-lib-shell_server_commands.lo: shell_server_commands.c
quickplot-1.0.1~rc/Makefile.in:925:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-shell_server_commands.lo -MD -MP -MF $(DEPDIR)/lib-shell_server_commands.Tpo -c -o lib-shell_server_commands.lo `test -f 'shell_server_commands.c' || echo '$(srcdir)/'`shell_server_commands.c
quickplot-1.0.1~rc/Makefile.in-926-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-shell_server_commands.Tpo $(DEPDIR)/lib-shell_server_commands.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-928-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:929:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-shell_server_commands.lo `test -f 'shell_server_commands.c' || echo '$(srcdir)/'`shell_server_commands.c
quickplot-1.0.1~rc/Makefile.in-930-
quickplot-1.0.1~rc/Makefile.in-931-lib-spew.lo: spew.c
quickplot-1.0.1~rc/Makefile.in:932:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-spew.lo -MD -MP -MF $(DEPDIR)/lib-spew.Tpo -c -o lib-spew.lo `test -f 'spew.c' || echo '$(srcdir)/'`spew.c
quickplot-1.0.1~rc/Makefile.in-933-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-spew.Tpo $(DEPDIR)/lib-spew.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-935-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:936:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-spew.lo `test -f 'spew.c' || echo '$(srcdir)/'`spew.c
quickplot-1.0.1~rc/Makefile.in-937-
quickplot-1.0.1~rc/Makefile.in-938-lib-term_color.lo: term_color.c
quickplot-1.0.1~rc/Makefile.in:939:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-term_color.lo -MD -MP -MF $(DEPDIR)/lib-term_color.Tpo -c -o lib-term_color.lo `test -f 'term_color.c' || echo '$(srcdir)/'`term_color.c
quickplot-1.0.1~rc/Makefile.in-940-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-term_color.Tpo $(DEPDIR)/lib-term_color.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-942-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:943:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-term_color.lo `test -f 'term_color.c' || echo '$(srcdir)/'`term_color.c
quickplot-1.0.1~rc/Makefile.in-944-
quickplot-1.0.1~rc/Makefile.in-945-lib-win.lo: win.c
quickplot-1.0.1~rc/Makefile.in:946:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-win.lo -MD -MP -MF $(DEPDIR)/lib-win.Tpo -c -o lib-win.lo `test -f 'win.c' || echo '$(srcdir)/'`win.c
quickplot-1.0.1~rc/Makefile.in-947-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-win.Tpo $(DEPDIR)/lib-win.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-949-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:950:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-win.lo `test -f 'win.c' || echo '$(srcdir)/'`win.c
quickplot-1.0.1~rc/Makefile.in-951-
quickplot-1.0.1~rc/Makefile.in-952-lib-exec_lib.lo: exec_lib.c
quickplot-1.0.1~rc/Makefile.in:953:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-exec_lib.lo -MD -MP -MF $(DEPDIR)/lib-exec_lib.Tpo -c -o lib-exec_lib.lo `test -f 'exec_lib.c' || echo '$(srcdir)/'`exec_lib.c
quickplot-1.0.1~rc/Makefile.in-954-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-exec_lib.Tpo $(DEPDIR)/lib-exec_lib.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-956-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:957:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-exec_lib.lo `test -f 'exec_lib.c' || echo '$(srcdir)/'`exec_lib.c
quickplot-1.0.1~rc/Makefile.in-958-
quickplot-1.0.1~rc/Makefile.in-959-lib-debug_spew.lo: debug_spew.c
quickplot-1.0.1~rc/Makefile.in:960:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -MT lib-debug_spew.lo -MD -MP -MF $(DEPDIR)/lib-debug_spew.Tpo -c -o lib-debug_spew.lo `test -f 'debug_spew.c' || echo '$(srcdir)/'`debug_spew.c
quickplot-1.0.1~rc/Makefile.in-961-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lib-debug_spew.Tpo $(DEPDIR)/lib-debug_spew.Plo
##############################################
quickplot-1.0.1~rc/Makefile.in-963-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:964:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libquickplot_la_CFLAGS) $(CFLAGS) -c -o lib-debug_spew.lo `test -f 'debug_spew.c' || echo '$(srcdir)/'`debug_spew.c
quickplot-1.0.1~rc/Makefile.in-965-
quickplot-1.0.1~rc/Makefile.in-966-qp-qp_main.o: qp_main.c
quickplot-1.0.1~rc/Makefile.in:967:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quickplot_CFLAGS) $(CFLAGS) -MT qp-qp_main.o -MD -MP -MF $(DEPDIR)/qp-qp_main.Tpo -c -o qp-qp_main.o `test -f 'qp_main.c' || echo '$(srcdir)/'`qp_main.c
quickplot-1.0.1~rc/Makefile.in-968-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qp-qp_main.Tpo $(DEPDIR)/qp-qp_main.Po
##############################################
quickplot-1.0.1~rc/Makefile.in-970-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:971:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quickplot_CFLAGS) $(CFLAGS) -c -o qp-qp_main.o `test -f 'qp_main.c' || echo '$(srcdir)/'`qp_main.c
quickplot-1.0.1~rc/Makefile.in-972-
quickplot-1.0.1~rc/Makefile.in-973-qp-qp_main.obj: qp_main.c
quickplot-1.0.1~rc/Makefile.in:974:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quickplot_CFLAGS) $(CFLAGS) -MT qp-qp_main.obj -MD -MP -MF $(DEPDIR)/qp-qp_main.Tpo -c -o qp-qp_main.obj `if test -f 'qp_main.c'; then $(CYGPATH_W) 'qp_main.c'; else $(CYGPATH_W) '$(srcdir)/qp_main.c'; fi`
quickplot-1.0.1~rc/Makefile.in-975-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/qp-qp_main.Tpo $(DEPDIR)/qp-qp_main.Po
##############################################
quickplot-1.0.1~rc/Makefile.in-977-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
quickplot-1.0.1~rc/Makefile.in:978:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(quickplot_CFLAGS) $(CFLAGS) -c -o qp-qp_main.obj `if test -f 'qp_main.c'; then $(CYGPATH_W) 'qp_main.c'; else $(CYGPATH_W) '$(srcdir)/qp_main.c'; fi`
quickplot-1.0.1~rc/Makefile.in-979-
##############################################
quickplot-1.0.1~rc/Makefile.in-992-	test -n "$(man1dir)" \
quickplot-1.0.1~rc/Makefile.in:993:	  && test -n "`echo $$list1$$list2`" \
quickplot-1.0.1~rc/Makefile.in-994-	  || exit 0; \
##############################################
quickplot-1.0.1~rc/Makefile.in-1049-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
quickplot-1.0.1~rc/Makefile.in:1050:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quickplot-1.0.1~rc/Makefile.in-1051-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
quickplot-1.0.1~rc/Makefile.in-1070-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
quickplot-1.0.1~rc/Makefile.in:1071:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quickplot-1.0.1~rc/Makefile.in-1072-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
quickplot-1.0.1~rc/Makefile.in-1091-	@list='$(quickplotinclude_HEADERS)'; test -n "$(quickplotincludedir)" || list=; \
quickplot-1.0.1~rc/Makefile.in:1092:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
quickplot-1.0.1~rc/Makefile.in-1093-	dir='$(DESTDIR)$(quickplotincludedir)'; $(am__uninstall_files_from_dir)
##############################################
quickplot-1.0.1~rc/Makefile.in-1124-GTAGS:
quickplot-1.0.1~rc/Makefile.in:1125:	here=`$(am__cd) $(top_builddir) && pwd` \
quickplot-1.0.1~rc/Makefile.in-1126-	  && $(am__cd) $(top_srcdir) \
##############################################
quickplot-1.0.1~rc/Makefile.in-1156-	test -d "$(distdir)" || mkdir "$(distdir)"
quickplot-1.0.1~rc/Makefile.in:1157:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
quickplot-1.0.1~rc/Makefile.in:1158:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
quickplot-1.0.1~rc/Makefile.in-1159-	list='$(DISTFILES)'; \
##############################################
quickplot-1.0.1~rc/Makefile.in-1170-	  if test -d $$d/$$file; then \
quickplot-1.0.1~rc/Makefile.in:1171:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
quickplot-1.0.1~rc/Makefile.in-1172-	    if test -d "$(distdir)/$$file"; then \
##############################################
quickplot-1.0.1~rc/Makefile.in-1257-	test -d $(distdir)/_build || exit 0; \
quickplot-1.0.1~rc/Makefile.in:1258:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
quickplot-1.0.1~rc/Makefile.in-1259-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
quickplot-1.0.1~rc/Makefile.in-1301-	}; \
quickplot-1.0.1~rc/Makefile.in:1302:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
quickplot-1.0.1~rc/Makefile.in-1303-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
quickplot-1.0.1~rc/Makefile.in-1313-	fi
quickplot-1.0.1~rc/Makefile.in:1314:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
quickplot-1.0.1~rc/Makefile.in-1315-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
quickplot-1.0.1~rc/Makefile.in-1507-about.html: about.htm
quickplot-1.0.1~rc/Makefile.in:1508:	repo_version="`${top_srcdir}/repo_version.bash ${top_srcdir}/REPO_VERSION ${top_srcdir}`";\
quickplot-1.0.1~rc/Makefile.in:1509: rel_date="`${top_srcdir}/release_date.bash ${top_srcdir}/RELEASE_DATE`"; sed $<\
quickplot-1.0.1~rc/Makefile.in-1510- -e "s/@release_date@/$$rel_date/g"\
##############################################
quickplot-1.0.1~rc/configure.ac-261-
quickplot-1.0.1~rc/configure.ac:262:RELEASE_DATE="`${srcdir}/release_date.bash ${srcdir}/RELEASE_DATE`"
quickplot-1.0.1~rc/configure.ac-263-AC_SUBST(RELEASE_DATE)
##############################################
quickplot-1.0.1~rc/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
quickplot-1.0.1~rc/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
quickplot-1.0.1~rc/configure-47-  as_echo='print -r --'
quickplot-1.0.1~rc/configure-48-  as_echo_n='print -rn --'
quickplot-1.0.1~rc/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
quickplot-1.0.1~rc/configure-50-  as_echo='printf %s\n'
##############################################
quickplot-1.0.1~rc/configure-52-else
quickplot-1.0.1~rc/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
quickplot-1.0.1~rc/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
quickplot-1.0.1~rc/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
quickplot-1.0.1~rc/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
quickplot-1.0.1~rc/configure-64-      esac;
##############################################
quickplot-1.0.1~rc/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
quickplot-1.0.1~rc/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
quickplot-1.0.1~rc/configure-201-
##############################################
quickplot-1.0.1~rc/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
quickplot-1.0.1~rc/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
quickplot-1.0.1~rc/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
quickplot-1.0.1~rc/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
quickplot-1.0.1~rc/configure-335-      case $as_dir in #(
quickplot-1.0.1~rc/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
quickplot-1.0.1~rc/configure-337-      *) as_qdir=$as_dir;;
##############################################
quickplot-1.0.1~rc/configure-408-  {
quickplot-1.0.1~rc/configure:409:    as_val=`expr "$@" || test $? -eq 1`
quickplot-1.0.1~rc/configure-410-  }
##############################################
quickplot-1.0.1~rc/configure-415-# ----------------------------------------
quickplot-1.0.1~rc/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
quickplot-1.0.1~rc/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
quickplot-1.0.1~rc/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
quickplot-1.0.1~rc/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
quickplot-1.0.1~rc/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
quickplot-1.0.1~rc/configure-873-  case $ac_option in
quickplot-1.0.1~rc/configure:874:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
quickplot-1.0.1~rc/configure-875-  *=)   ac_optarg= ;;
##############################################
quickplot-1.0.1~rc/configure-917-  -disable-* | --disable-*)
quickplot-1.0.1~rc/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
quickplot-1.0.1~rc/configure-919-    # Reject names that are not valid shell variable names.
##############################################
quickplot-1.0.1~rc/configure-922-    ac_useropt_orig=$ac_useropt
quickplot-1.0.1~rc/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quickplot-1.0.1~rc/configure-924-    case $ac_user_opts in
##############################################
quickplot-1.0.1~rc/configure-943-  -enable-* | --enable-*)
quickplot-1.0.1~rc/configure:944:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
quickplot-1.0.1~rc/configure-945-    # Reject names that are not valid shell variable names.
##############################################
quickplot-1.0.1~rc/configure-948-    ac_useropt_orig=$ac_useropt
quickplot-1.0.1~rc/configure:949:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quickplot-1.0.1~rc/configure-950-    case $ac_user_opts in
##############################################
quickplot-1.0.1~rc/configure-1147-  -with-* | --with-*)
quickplot-1.0.1~rc/configure:1148:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
quickplot-1.0.1~rc/configure-1149-    # Reject names that are not valid shell variable names.
##############################################
quickplot-1.0.1~rc/configure-1152-    ac_useropt_orig=$ac_useropt
quickplot-1.0.1~rc/configure:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quickplot-1.0.1~rc/configure-1154-    case $ac_user_opts in
##############################################
quickplot-1.0.1~rc/configure-1163-  -without-* | --without-*)
quickplot-1.0.1~rc/configure:1164:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
quickplot-1.0.1~rc/configure-1165-    # Reject names that are not valid shell variable names.
##############################################
quickplot-1.0.1~rc/configure-1168-    ac_useropt_orig=$ac_useropt
quickplot-1.0.1~rc/configure:1169:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
quickplot-1.0.1~rc/configure-1170-    case $ac_user_opts in
##############################################
quickplot-1.0.1~rc/configure-1201-  *=*)
quickplot-1.0.1~rc/configure:1202:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
quickplot-1.0.1~rc/configure-1203-    # Reject names that are not valid shell variable names.
##############################################
quickplot-1.0.1~rc/configure-1222-if test -n "$ac_prev"; then
quickplot-1.0.1~rc/configure:1223:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
quickplot-1.0.1~rc/configure-1224-  as_fn_error $? "missing argument to $ac_option"
##############################################
quickplot-1.0.1~rc/configure-1244-    */ )
quickplot-1.0.1~rc/configure:1245:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
quickplot-1.0.1~rc/configure-1246-      eval $ac_var=\$ac_val;;
##############################################
quickplot-1.0.1~rc/configure-1279-ac_ls_di=`ls -di .` &&
quickplot-1.0.1~rc/configure:1280:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
quickplot-1.0.1~rc/configure-1281-  as_fn_error $? "working directory cannot be determined"
##############################################
quickplot-1.0.1~rc/configure-1335-case $srcdir in
quickplot-1.0.1~rc/configure:1336:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
quickplot-1.0.1~rc/configure-1337-esac
##############################################
quickplot-1.0.1~rc/configure-1378-By default, \`make install' will install all the files in
quickplot-1.0.1~rc/configure:1379:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
quickplot-1.0.1~rc/configure:1380:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
quickplot-1.0.1~rc/configure-1381-for instance \`--prefix=\$HOME'.
##############################################
quickplot-1.0.1~rc/configure-1504-*)
quickplot-1.0.1~rc/configure:1505:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
quickplot-1.0.1~rc/configure-1506-  # A ".." for each directory in $ac_dir_suffix.
quickplot-1.0.1~rc/configure:1507:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
quickplot-1.0.1~rc/configure-1508-  case $ac_top_builddir_sub in
##############################################
quickplot-1.0.1~rc/configure-1992-    *\'*)
quickplot-1.0.1~rc/configure:1993:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
quickplot-1.0.1~rc/configure-1994-    esac
##############################################
quickplot-1.0.1~rc/configure-2075-      case $ac_val in
quickplot-1.0.1~rc/configure:2076:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
quickplot-1.0.1~rc/configure-2077-      esac
##############################################
quickplot-1.0.1~rc/configure-2090-	case $ac_val in
quickplot-1.0.1~rc/configure:2091:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
quickplot-1.0.1~rc/configure-2092-	esac
##############################################
quickplot-1.0.1~rc/configure-2210-    set,)
quickplot-1.0.1~rc/configure:2211:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
quickplot-1.0.1~rc/configure:2212:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
quickplot-1.0.1~rc/configure-2213-      ac_cache_corrupted=: ;;
##############################################
quickplot-1.0.1~rc/configure-2221-	# differences in whitespace do not lead to failure.
quickplot-1.0.1~rc/configure:2222:	ac_old_val_w=`echo x $ac_old_val`
quickplot-1.0.1~rc/configure:2223:	ac_new_val_w=`echo x $ac_new_val`
quickplot-1.0.1~rc/configure-2224-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
quickplot-1.0.1~rc/configure-2241-    case $ac_new_val in
quickplot-1.0.1~rc/configure:2242:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
quickplot-1.0.1~rc/configure-2243-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
quickplot-1.0.1~rc/configure-2456-     echo "timestamp, slept: $am_has_slept" > conftest.file
quickplot-1.0.1~rc/configure:2457:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
quickplot-1.0.1~rc/configure-2458-     if test "$*" = "X"; then
quickplot-1.0.1~rc/configure-2459-	# -L didn't work.
quickplot-1.0.1~rc/configure:2460:	set X `ls -t "$srcdir/configure" conftest.file`
quickplot-1.0.1~rc/configure-2461-     fi
##############################################
quickplot-1.0.1~rc/configure-2507-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
quickplot-1.0.1~rc/configure:2508:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
quickplot-1.0.1~rc/configure-2509-
quickplot-1.0.1~rc/configure-2510-# expand $ac_aux_dir to an absolute path
quickplot-1.0.1~rc/configure:2511:am_aux_dir=`cd $ac_aux_dir && pwd`
quickplot-1.0.1~rc/configure-2512-
##############################################
quickplot-1.0.1~rc/configure-2652-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
quickplot-1.0.1~rc/configure:2653:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
quickplot-1.0.1~rc/configure-2654-	     'mkdir (GNU coreutils) '* | \
##############################################
quickplot-1.0.1~rc/configure-2725-set x ${MAKE-make}
quickplot-1.0.1~rc/configure:2726:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
quickplot-1.0.1~rc/configure-2727-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
quickplot-1.0.1~rc/configure-2735-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
quickplot-1.0.1~rc/configure:2736:case `${MAKE-make} -f conftest.make 2>/dev/null` in
quickplot-1.0.1~rc/configure-2737-  *@@@%%%=?*=@@@%%%*)
##############################################
quickplot-1.0.1~rc/configure-2801-
quickplot-1.0.1~rc/configure:2802:if test "`cd $srcdir && pwd`" != "`pwd`"; then
quickplot-1.0.1~rc/configure-2803-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
quickplot-1.0.1~rc/configure-2939-# Ignore all kinds of additional output from 'make'.
quickplot-1.0.1~rc/configure:2940:case `$am_make -s -f confmf 2> /dev/null` in #(
quickplot-1.0.1~rc/configure-2941-*the\ am__doit\ target*)
##############################################
quickplot-1.0.1~rc/configure-2949-   echo '.include "confinc"' > confmf
quickplot-1.0.1~rc/configure:2950:   case `$am_make -s -f confmf 2> /dev/null` in #(
quickplot-1.0.1~rc/configure-2951-   *the\ am__doit\ target*)
##############################################
quickplot-1.0.1~rc/configure-3328-$as_echo_n "checking whether the C compiler works... " >&6; }
quickplot-1.0.1~rc/configure:3329:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
quickplot-1.0.1~rc/configure-3330-
##############################################
quickplot-1.0.1~rc/configure-3372-	then :; else
quickplot-1.0.1~rc/configure:3373:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
quickplot-1.0.1~rc/configure-3374-	fi
##############################################
quickplot-1.0.1~rc/configure-3432-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
quickplot-1.0.1~rc/configure:3433:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
quickplot-1.0.1~rc/configure-3434-	  break;;
##############################################
quickplot-1.0.1~rc/configure-3541-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
quickplot-1.0.1~rc/configure:3542:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
quickplot-1.0.1~rc/configure-3543-       break;;
##############################################
quickplot-1.0.1~rc/configure-3859-  if test "$am_compiler_list" = ""; then
quickplot-1.0.1~rc/configure:3860:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
quickplot-1.0.1~rc/configure-3861-  fi
##############################################
quickplot-1.0.1~rc/configure-4107-test "x$ac_build_alias" = x &&
quickplot-1.0.1~rc/configure:4108:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
quickplot-1.0.1~rc/configure-4109-test "x$ac_build_alias" = x &&
quickplot-1.0.1~rc/configure-4110-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
quickplot-1.0.1~rc/configure:4111:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
quickplot-1.0.1~rc/configure-4112-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
quickplot-1.0.1~rc/configure-4131-IFS=$ac_save_IFS
quickplot-1.0.1~rc/configure:4132:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
quickplot-1.0.1~rc/configure-4133-
##############################################
quickplot-1.0.1~rc/configure-4142-else
quickplot-1.0.1~rc/configure:4143:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
quickplot-1.0.1~rc/configure-4144-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
quickplot-1.0.1~rc/configure-4164-IFS=$ac_save_IFS
quickplot-1.0.1~rc/configure:4165:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
quickplot-1.0.1~rc/configure-4166-
##############################################
quickplot-1.0.1~rc/configure-4192-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
quickplot-1.0.1~rc/configure:4193:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
quickplot-1.0.1~rc/configure-4194-  ECHO='print -r --'
quickplot-1.0.1~rc/configure:4195:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
quickplot-1.0.1~rc/configure-4196-  ECHO='printf %s\n'
##############################################
quickplot-1.0.1~rc/configure-4261-  # Check for GNU $ac_path_SED
quickplot-1.0.1~rc/configure:4262:case `"$ac_path_SED" --version 2>&1` in
quickplot-1.0.1~rc/configure-4263-*GNU*)
##############################################
quickplot-1.0.1~rc/configure-4337-  # Check for GNU $ac_path_GREP
quickplot-1.0.1~rc/configure:4338:case `"$ac_path_GREP" --version 2>&1` in
quickplot-1.0.1~rc/configure-4339-*GNU*)
##############################################
quickplot-1.0.1~rc/configure-4403-  # Check for GNU $ac_path_EGREP
quickplot-1.0.1~rc/configure:4404:case `"$ac_path_EGREP" --version 2>&1` in
quickplot-1.0.1~rc/configure-4405-*GNU*)
##############################################
quickplot-1.0.1~rc/configure-4470-  # Check for GNU $ac_path_FGREP
quickplot-1.0.1~rc/configure:4471:case `"$ac_path_FGREP" --version 2>&1` in
quickplot-1.0.1~rc/configure-4472-*GNU*)
##############################################
quickplot-1.0.1~rc/configure-4550-    # gcc leaves a trailing carriage return which upsets mingw
quickplot-1.0.1~rc/configure:4551:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
quickplot-1.0.1~rc/configure-4552-  *)
quickplot-1.0.1~rc/configure:4553:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
quickplot-1.0.1~rc/configure-4554-  esac
##############################################
quickplot-1.0.1~rc/configure-4559-      # Canonicalize the pathname of ld
quickplot-1.0.1~rc/configure:4560:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
quickplot-1.0.1~rc/configure-4561-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
quickplot-1.0.1~rc/configure:4562:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
quickplot-1.0.1~rc/configure-4563-      done
##############################################
quickplot-1.0.1~rc/configure-4594-      # Break only if it was the GNU/non-GNU ld that we prefer.
quickplot-1.0.1~rc/configure:4595:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
quickplot-1.0.1~rc/configure-4596-      *GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/configure-4625-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
quickplot-1.0.1~rc/configure:4626:case `$LD -v 2>&1 </dev/null` in
quickplot-1.0.1~rc/configure-4627-*GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/configure-4670-	# Tru64's nm complains that /dev/null is an invalid object file
quickplot-1.0.1~rc/configure:4671:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/configure-4672-	*/dev/null* | *'Invalid file or object type'*)
##############################################
quickplot-1.0.1~rc/configure-4676-	*)
quickplot-1.0.1~rc/configure:4677:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/configure-4678-	  */dev/null*)
##############################################
quickplot-1.0.1~rc/configure-4804-
quickplot-1.0.1~rc/configure:4805:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
quickplot-1.0.1~rc/configure-4806-    *COFF*)
##############################################
quickplot-1.0.1~rc/configure-4916-    # And add a safety zone
quickplot-1.0.1~rc/configure:4917:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
quickplot-1.0.1~rc/configure:4918:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
quickplot-1.0.1~rc/configure-4919-    ;;
##############################################
quickplot-1.0.1~rc/configure-4949-    if test -n "$kargmax"; then
quickplot-1.0.1~rc/configure:4950:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
quickplot-1.0.1~rc/configure-4951-    else
##############################################
quickplot-1.0.1~rc/configure-4958-	test undefined != "$lt_cv_sys_max_cmd_len"; then
quickplot-1.0.1~rc/configure:4959:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
quickplot-1.0.1~rc/configure:4960:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
quickplot-1.0.1~rc/configure-4961-    else
##############################################
quickplot-1.0.1~rc/configure-4970-      # we can't tell.
quickplot-1.0.1~rc/configure:4971:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
quickplot-1.0.1~rc/configure-4972-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
quickplot-1.0.1~rc/configure-4974-      do
quickplot-1.0.1~rc/configure:4975:        i=`expr $i + 1`
quickplot-1.0.1~rc/configure-4976-        teststring=$teststring$teststring
##############################################
quickplot-1.0.1~rc/configure-4978-      # Only check the string length outside the loop.
quickplot-1.0.1~rc/configure:4979:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
quickplot-1.0.1~rc/configure-4980-      teststring=
##############################################
quickplot-1.0.1~rc/configure-4983-      # linker.  It appears as though 1/2 is a usable value.
quickplot-1.0.1~rc/configure:4984:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
quickplot-1.0.1~rc/configure-4985-    fi
##############################################
quickplot-1.0.1~rc/configure-5419-openbsd*)
quickplot-1.0.1~rc/configure:5420:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/configure-5421-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
quickplot-1.0.1~rc/configure-5486-    else
quickplot-1.0.1~rc/configure:5487:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
quickplot-1.0.1~rc/configure-5488-    fi
##############################################
quickplot-1.0.1~rc/configure-5631-  # decide which to use based on capabilities of $DLLTOOL
quickplot-1.0.1~rc/configure:5632:  case `$DLLTOOL --help 2>&1` in
quickplot-1.0.1~rc/configure-5633-  *--identify-strict*)
##############################################
quickplot-1.0.1~rc/configure-6153-# If we're using GNU nm, then use its standard symbol codes.
quickplot-1.0.1~rc/configure:6154:case `$NM -V 2>&1` in
quickplot-1.0.1~rc/configure-6155-*GNU* | *'with BFD'*)
##############################################
quickplot-1.0.1~rc/configure-6171-mingw*)
quickplot-1.0.1~rc/configure:6172:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
quickplot-1.0.1~rc/configure-6173-  ;;
##############################################
quickplot-1.0.1~rc/configure-6390-   if test "$GCC" = yes; then
quickplot-1.0.1~rc/configure:6391:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
quickplot-1.0.1~rc/configure-6392-   fi
##############################################
quickplot-1.0.1~rc/configure-6394- /*)
quickplot-1.0.1~rc/configure:6395:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
quickplot-1.0.1~rc/configure-6396-   ;; #(
##############################################
quickplot-1.0.1~rc/configure-6430-  test $ac_status = 0; }; then
quickplot-1.0.1~rc/configure:6431:    case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/configure-6432-      *ELF-32*)
##############################################
quickplot-1.0.1~rc/configure-6450-    if test "$lt_cv_prog_gnu_ld" = yes; then
quickplot-1.0.1~rc/configure:6451:      case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/configure-6452-	*32-bit*)
##############################################
quickplot-1.0.1~rc/configure-6462-    else
quickplot-1.0.1~rc/configure:6463:      case `/usr/bin/file conftest.$ac_objext` in
quickplot-1.0.1~rc/configure-6464-	*32-bit*)
##############################################
quickplot-1.0.1~rc/configure-7629-do :
quickplot-1.0.1~rc/configure:7630:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
quickplot-1.0.1~rc/configure-7631-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
quickplot-1.0.1~rc/configure-7634-  cat >>confdefs.h <<_ACEOF
quickplot-1.0.1~rc/configure:7635:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
quickplot-1.0.1~rc/configure-7636-_ACEOF
##############################################
quickplot-1.0.1~rc/configure-7920-done
quickplot-1.0.1~rc/configure:7921:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
quickplot-1.0.1~rc/configure-7922-
##############################################
quickplot-1.0.1~rc/configure-7949-	"file_magic "*)
quickplot-1.0.1~rc/configure:7950:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
quickplot-1.0.1~rc/configure-7951-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
quickplot-1.0.1~rc/configure-8015-	"file_magic "*)
quickplot-1.0.1~rc/configure:8016:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
quickplot-1.0.1~rc/configure-8017-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
quickplot-1.0.1~rc/configure-8382-      *)
quickplot-1.0.1~rc/configure:8383:	case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/configure-8384-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
quickplot-1.0.1~rc/configure-8742-  if test "$hard_links" = no; then
quickplot-1.0.1~rc/configure:8743:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
quickplot-1.0.1~rc/configure:8744:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
quickplot-1.0.1~rc/configure-8745-    need_locks=warn
##############################################
quickplot-1.0.1~rc/configure-8831-	# shared libraries, regardless of the interface used.
quickplot-1.0.1~rc/configure:8832:	case `$LD -v 2>&1` in
quickplot-1.0.1~rc/configure-8833-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
quickplot-1.0.1~rc/configure-8863-    supports_anon_versioning=no
quickplot-1.0.1~rc/configure:8864:    case `$LD -v 2>&1` in
quickplot-1.0.1~rc/configure-8865-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
quickplot-1.0.1~rc/configure-8932-	# is EXPORTS), use it as is; otherwise, prepend...
quickplot-1.0.1~rc/configure:8933:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/configure-8934-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
quickplot-1.0.1~rc/configure-8960-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
quickplot-1.0.1~rc/configure:8961:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/configure:8962:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
quickplot-1.0.1~rc/configure-8963-      ;;
##############################################
quickplot-1.0.1~rc/configure-8978-        pgcc*)				# Portland Group C compiler
quickplot-1.0.1~rc/configure:8979:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/configure-8980-	  tmp_addflag=' $pic_flag'
##############################################
quickplot-1.0.1~rc/configure-8983-					# Portland Group f77 and f90 compilers
quickplot-1.0.1~rc/configure:8984:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/configure-8985-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
quickplot-1.0.1~rc/configure-8998-	nvcc*)	# Cuda Compiler Driver 2.2
quickplot-1.0.1~rc/configure:8999:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/configure-9000-	  compiler_needs_object=yes
##############################################
quickplot-1.0.1~rc/configure-9002-	esac
quickplot-1.0.1~rc/configure:9003:	case `$CC -V 2>&1 | sed 5q` in
quickplot-1.0.1~rc/configure-9004-	*Sun\ C*)			# Sun C 5.9
quickplot-1.0.1~rc/configure:9005:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
quickplot-1.0.1~rc/configure-9006-	  compiler_needs_object=yes
##############################################
quickplot-1.0.1~rc/configure-9070-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
quickplot-1.0.1~rc/configure:9071:      case `$LD -v 2>&1` in
quickplot-1.0.1~rc/configure-9072-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
quickplot-1.0.1~rc/configure-9193-	# below for broken collect2 doesn't work under 4.3+
quickplot-1.0.1~rc/configure:9194:	  collect2name=`${CC} -print-prog-name=collect2`
quickplot-1.0.1~rc/configure-9195-	  if test -f "$collect2name" &&
##############################################
quickplot-1.0.1~rc/configure-9267-      }'
quickplot-1.0.1~rc/configure:9268:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/configure-9269-  # Check for a 64-bit object if we didn't find anything.
quickplot-1.0.1~rc/configure-9270-  if test -z "$lt_cv_aix_libpath_"; then
quickplot-1.0.1~rc/configure:9271:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/configure-9272-  fi
##############################################
quickplot-1.0.1~rc/configure-9285-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
quickplot-1.0.1~rc/configure:9286:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
quickplot-1.0.1~rc/configure-9287-      else
##############################################
quickplot-1.0.1~rc/configure-9320-      }'
quickplot-1.0.1~rc/configure:9321:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/configure-9322-  # Check for a 64-bit object if we didn't find anything.
quickplot-1.0.1~rc/configure-9323-  if test -z "$lt_cv_aix_libpath_"; then
quickplot-1.0.1~rc/configure:9324:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
quickplot-1.0.1~rc/configure-9325-  fi
##############################################
quickplot-1.0.1~rc/configure-9393-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
quickplot-1.0.1~rc/configure:9394:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
quickplot-1.0.1~rc/configure-9395-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
quickplot-1.0.1~rc/configure-9430-	# FIXME: Setting linknames here is a bad hack.
quickplot-1.0.1~rc/configure:9431:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
quickplot-1.0.1~rc/configure-9432-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
quickplot-1.0.1~rc/configure-9448-  if test "$lt_cv_ld_force_load" = "yes"; then
quickplot-1.0.1~rc/configure:9449:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
quickplot-1.0.1~rc/configure-9450-
##############################################
quickplot-1.0.1~rc/configure-9628-      if test "$GCC" = yes; then
quickplot-1.0.1~rc/configure:9629:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure-9630-	# Try to use the -exported_symbol ld option, if it does not
##############################################
quickplot-1.0.1~rc/configure-9656-	if test "$lt_cv_irix_exported_symbol" = yes; then
quickplot-1.0.1~rc/configure:9657:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
quickplot-1.0.1~rc/configure-9658-	fi
quickplot-1.0.1~rc/configure-9659-      else
quickplot-1.0.1~rc/configure:9660:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure:9661:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
quickplot-1.0.1~rc/configure-9662-      fi
##############################################
quickplot-1.0.1~rc/configure-9696-	hardcode_direct_absolute=yes
quickplot-1.0.1~rc/configure:9697:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/configure-9698-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
quickplot-1.0.1~rc/configure-9729-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
quickplot-1.0.1~rc/configure:9730:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure-9731-      else
quickplot-1.0.1~rc/configure-9732-	allow_undefined_flag=' -expect_unresolved \*'
quickplot-1.0.1~rc/configure:9733:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure-9734-      fi
##############################################
quickplot-1.0.1~rc/configure-9742-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
quickplot-1.0.1~rc/configure:9743:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure-9744-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
quickplot-1.0.1~rc/configure-9746-	allow_undefined_flag=' -expect_unresolved \*'
quickplot-1.0.1~rc/configure:9747:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
quickplot-1.0.1~rc/configure:9748:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
quickplot-1.0.1~rc/configure:9749:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
quickplot-1.0.1~rc/configure-9750-
##############################################
quickplot-1.0.1~rc/configure-9765-      else
quickplot-1.0.1~rc/configure:9766:	case `$CC -V 2>&1` in
quickplot-1.0.1~rc/configure-9767-	*"Compilers 5.0"*)
##############################################
quickplot-1.0.1~rc/configure-10164-  esac
quickplot-1.0.1~rc/configure:10165:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
quickplot-1.0.1~rc/configure-10166-  case $lt_search_path_spec in
##############################################
quickplot-1.0.1~rc/configure-10171-    # okay in the real world where ";" in dirpaths is itself problematic.
quickplot-1.0.1~rc/configure:10172:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
quickplot-1.0.1~rc/configure-10173-    ;;
quickplot-1.0.1~rc/configure-10174-  *)
quickplot-1.0.1~rc/configure:10175:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/configure-10176-    ;;
##############################################
quickplot-1.0.1~rc/configure-10180-  lt_tmp_lt_search_path_spec=
quickplot-1.0.1~rc/configure:10181:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
quickplot-1.0.1~rc/configure-10182-  for lt_sys_path in $lt_search_path_spec; do
##############################################
quickplot-1.0.1~rc/configure-10215-  esac
quickplot-1.0.1~rc/configure:10216:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
quickplot-1.0.1~rc/configure-10217-else
##############################################
quickplot-1.0.1~rc/configure-10303-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
quickplot-1.0.1~rc/configure:10304:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
quickplot-1.0.1~rc/configure-10305-    ;;
##############################################
quickplot-1.0.1~rc/configure-10339-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
quickplot-1.0.1~rc/configure:10340:    postinstall_cmds='base_file=`basename \${file}`~
quickplot-1.0.1~rc/configure:10341:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
quickplot-1.0.1~rc/configure:10342:      dldir=$destdir/`dirname \$dlpath`~
quickplot-1.0.1~rc/configure-10343-      test -d \$dldir || mkdir -p \$dldir~
##############################################
quickplot-1.0.1~rc/configure-10348-      fi'
quickplot-1.0.1~rc/configure:10349:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
quickplot-1.0.1~rc/configure-10350-      dlpath=$dir/\$dldll~
##############################################
quickplot-1.0.1~rc/configure-10356-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
quickplot-1.0.1~rc/configure:10357:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/configure-10358-
##############################################
quickplot-1.0.1~rc/configure-10362-      # MinGW DLLs use traditional 'lib' prefix
quickplot-1.0.1~rc/configure:10363:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/configure-10364-      ;;
##############################################
quickplot-1.0.1~rc/configure-10366-      # pw32 DLLs use 'pw' prefix rather than 'lib'
quickplot-1.0.1~rc/configure:10367:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/configure-10368-      ;;
##############################################
quickplot-1.0.1~rc/configure-10375-    libname_spec='$name'
quickplot-1.0.1~rc/configure:10376:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
quickplot-1.0.1~rc/configure-10377-    library_names_spec='${libname}.dll.lib'
##############################################
quickplot-1.0.1~rc/configure-10387-        # Let DOS variable expansion print the short 8.3 style file name.
quickplot-1.0.1~rc/configure:10388:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
quickplot-1.0.1~rc/configure-10389-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
quickplot-1.0.1~rc/configure-10392-      # Convert to MSYS style.
quickplot-1.0.1~rc/configure:10393:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
quickplot-1.0.1~rc/configure-10394-      ;;
##############################################
quickplot-1.0.1~rc/configure-10398-      # like /cygdrive/c/PROGRA~1:/cygdr...
quickplot-1.0.1~rc/configure:10399:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
quickplot-1.0.1~rc/configure:10400:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
quickplot-1.0.1~rc/configure:10401:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/configure-10402-      ;;
##############################################
quickplot-1.0.1~rc/configure-10406-        # It is most probably a Windows format PATH.
quickplot-1.0.1~rc/configure:10407:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
quickplot-1.0.1~rc/configure-10408-      else
quickplot-1.0.1~rc/configure:10409:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
quickplot-1.0.1~rc/configure-10410-      fi
##############################################
quickplot-1.0.1~rc/configure-10416-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
quickplot-1.0.1~rc/configure:10417:    postinstall_cmds='base_file=`basename \${file}`~
quickplot-1.0.1~rc/configure:10418:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
quickplot-1.0.1~rc/configure:10419:      dldir=$destdir/`dirname \$dlpath`~
quickplot-1.0.1~rc/configure-10420-      test -d \$dldir || mkdir -p \$dldir~
quickplot-1.0.1~rc/configure-10421-      $install_prog $dir/$dlname \$dldir/$dlname'
quickplot-1.0.1~rc/configure:10422:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
quickplot-1.0.1~rc/configure-10423-      dlpath=$dir/\$dldll~
##############################################
quickplot-1.0.1~rc/configure-10430-    # Assume MSVC wrapper
quickplot-1.0.1~rc/configure:10431:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
quickplot-1.0.1~rc/configure-10432-    dynamic_linker='Win32 ld.exe'
##############################################
quickplot-1.0.1~rc/configure-10447-  shlibpath_var=DYLD_LIBRARY_PATH
quickplot-1.0.1~rc/configure:10448:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
quickplot-1.0.1~rc/configure-10449-
##############################################
quickplot-1.0.1~rc/configure-10673-  if test -f /etc/ld.so.conf; then
quickplot-1.0.1~rc/configure:10674:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
quickplot-1.0.1~rc/configure-10675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
quickplot-1.0.1~rc/configure-10747-  shlibpath_var=LD_LIBRARY_PATH
quickplot-1.0.1~rc/configure:10748:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
quickplot-1.0.1~rc/configure-10749-    case $host_os in
##############################################
quickplot-1.0.1~rc/configure-11831-do :
quickplot-1.0.1~rc/configure:11832:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
quickplot-1.0.1~rc/configure-11833-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
quickplot-1.0.1~rc/configure-11835-  cat >>confdefs.h <<_ACEOF
quickplot-1.0.1~rc/configure:11836:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
quickplot-1.0.1~rc/configure-11837-_ACEOF
##############################################
quickplot-1.0.1~rc/configure-11987-do :
quickplot-1.0.1~rc/configure:11988:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
quickplot-1.0.1~rc/configure-11989-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
quickplot-1.0.1~rc/configure-11991-  cat >>confdefs.h <<_ACEOF
quickplot-1.0.1~rc/configure:11992:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
quickplot-1.0.1~rc/configure-11993-_ACEOF
##############################################
quickplot-1.0.1~rc/configure-12038-do :
quickplot-1.0.1~rc/configure:12039:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
quickplot-1.0.1~rc/configure-12040-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
quickplot-1.0.1~rc/configure-12042-  cat >>confdefs.h <<_ACEOF
quickplot-1.0.1~rc/configure:12043:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
quickplot-1.0.1~rc/configure-12044-_ACEOF
##############################################
quickplot-1.0.1~rc/configure-12201-  test $ac_status = 0; }; then
quickplot-1.0.1~rc/configure:12202:  pkg_cv_gtk_3_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0.12" 2>/dev/null`
quickplot-1.0.1~rc/configure-12203-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quickplot-1.0.1~rc/configure-12218-  test $ac_status = 0; }; then
quickplot-1.0.1~rc/configure:12219:  pkg_cv_gtk_3_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0.12" 2>/dev/null`
quickplot-1.0.1~rc/configure-12220-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quickplot-1.0.1~rc/configure-12239-        if test $_pkg_short_errors_supported = yes; then
quickplot-1.0.1~rc/configure:12240:	        gtk_3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.0.12" 2>&1`
quickplot-1.0.1~rc/configure-12241-        else
quickplot-1.0.1~rc/configure:12242:	        gtk_3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.0.12" 2>&1`
quickplot-1.0.1~rc/configure-12243-        fi
##############################################
quickplot-1.0.1~rc/configure-12289-  test $ac_status = 0; }; then
quickplot-1.0.1~rc/configure:12290:  pkg_cv_sndfile_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.5" 2>/dev/null`
quickplot-1.0.1~rc/configure-12291-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quickplot-1.0.1~rc/configure-12306-  test $ac_status = 0; }; then
quickplot-1.0.1~rc/configure:12307:  pkg_cv_sndfile_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.5" 2>/dev/null`
quickplot-1.0.1~rc/configure-12308-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
quickplot-1.0.1~rc/configure-12327-        if test $_pkg_short_errors_supported = yes; then
quickplot-1.0.1~rc/configure:12328:	        sndfile_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.5" 2>&1`
quickplot-1.0.1~rc/configure-12329-        else
quickplot-1.0.1~rc/configure:12330:	        sndfile_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.5" 2>&1`
quickplot-1.0.1~rc/configure-12331-        fi
##############################################
quickplot-1.0.1~rc/configure-12475-
quickplot-1.0.1~rc/configure:12476:RELEASE_DATE="`${srcdir}/release_date.bash ${srcdir}/RELEASE_DATE`"
quickplot-1.0.1~rc/configure-12477-
##############################################
quickplot-1.0.1~rc/configure-12670-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
quickplot-1.0.1~rc/configure:12671:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
quickplot-1.0.1~rc/configure-12672-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
quickplot-1.0.1~rc/configure-12785-if test -z "$BASH_VERSION$ZSH_VERSION" \
quickplot-1.0.1~rc/configure:12786:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
quickplot-1.0.1~rc/configure-12787-  as_echo='print -r --'
quickplot-1.0.1~rc/configure-12788-  as_echo_n='print -rn --'
quickplot-1.0.1~rc/configure:12789:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
quickplot-1.0.1~rc/configure-12790-  as_echo='printf %s\n'
##############################################
quickplot-1.0.1~rc/configure-12792-else
quickplot-1.0.1~rc/configure:12793:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
quickplot-1.0.1~rc/configure-12794-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
quickplot-1.0.1~rc/configure-12802-	expr "X$arg" : "X\\(.*\\)$as_nl";
quickplot-1.0.1~rc/configure:12803:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
quickplot-1.0.1~rc/configure-12804-      esac;
##############################################
quickplot-1.0.1~rc/configure-12879-# ----------------------------------------
quickplot-1.0.1~rc/configure:12880:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
quickplot-1.0.1~rc/configure-12881-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
quickplot-1.0.1~rc/configure-12951-  {
quickplot-1.0.1~rc/configure:12952:    as_val=`expr "$@" || test $? -eq 1`
quickplot-1.0.1~rc/configure-12953-  }
##############################################
quickplot-1.0.1~rc/configure-13055-      case $as_dir in #(
quickplot-1.0.1~rc/configure:13056:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
quickplot-1.0.1~rc/configure-13057-      *) as_qdir=$as_dir;;
##############################################
quickplot-1.0.1~rc/configure-13191-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
quickplot-1.0.1~rc/configure:13192:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
quickplot-1.0.1~rc/configure-13193-ac_cs_version="\\
##############################################
quickplot-1.0.1~rc/configure-13216-  --*=?*)
quickplot-1.0.1~rc/configure:13217:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
quickplot-1.0.1~rc/configure:13218:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
quickplot-1.0.1~rc/configure-13219-    ac_shift=:
##############################################
quickplot-1.0.1~rc/configure-13221-  --*=)
quickplot-1.0.1~rc/configure:13222:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
quickplot-1.0.1~rc/configure-13223-    ac_optarg=
##############################################
quickplot-1.0.1~rc/configure-13245-    case $ac_optarg in
quickplot-1.0.1~rc/configure:13246:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
quickplot-1.0.1~rc/configure-13247-    '') as_fn_error $? "missing file argument" ;;
##############################################
quickplot-1.0.1~rc/configure-13253-    case $ac_optarg in
quickplot-1.0.1~rc/configure:13254:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
quickplot-1.0.1~rc/configure-13255-    esac
##############################################
quickplot-1.0.1~rc/configure-13322-delay_variable_subst='$delay_variable_subst'
quickplot-1.0.1~rc/configure:13323:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13324:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13325:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13326:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13327:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13328:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13329:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13330:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13331:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13332:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13333:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13334:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13335:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13336:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13337:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13338:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13339:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13340:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13341:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13342:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13343:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13344:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13345:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13346:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13347:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13348:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13349:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13350:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13351:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13352:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13353:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13354:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13355:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13356:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13357:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13358:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13359:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13360:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13361:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13362:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13363:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13364:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13365:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13366:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13367:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13368:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13369:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13370:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13371:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13372:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13373:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13374:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13375:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13376:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13377:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13378:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13379:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13380:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13381:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13382:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13383:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13384:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13385:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13386:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13387:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13388:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13389:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13390:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13391:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13392:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13393:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13394:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13395:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13396:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13397:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13398:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13399:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13400:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13401:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13402:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13403:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13404:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13405:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13406:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13407:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13408:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13409:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13410:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13411:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13412:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13413:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13414:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13415:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13416:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13417:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13418:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13419:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13420:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13421:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13422:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13423:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13424:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13425:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13426:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13427:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13428:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13429:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13430:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13431:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13432:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13433:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13434:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13435:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13436:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13437:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13438:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13439:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13440:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13441:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13442:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13443:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13444:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13445:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13446:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13447:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13448:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13449:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13450:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13451:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure:13452:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
quickplot-1.0.1~rc/configure-13453-
##############################################
quickplot-1.0.1~rc/configure-13531-striplib; do
quickplot-1.0.1~rc/configure:13532:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
quickplot-1.0.1~rc/configure-13533-    *[\\\\\\\`\\"\\\$]*)
quickplot-1.0.1~rc/configure:13534:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
quickplot-1.0.1~rc/configure-13535-      ;;
##############################################
quickplot-1.0.1~rc/configure-13561-sys_lib_dlsearch_path_spec; do
quickplot-1.0.1~rc/configure:13562:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
quickplot-1.0.1~rc/configure-13563-    *[\\\\\\\`\\"\\\$]*)
quickplot-1.0.1~rc/configure:13564:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
quickplot-1.0.1~rc/configure-13565-      ;;
##############################################
quickplot-1.0.1~rc/configure-13685-fi
quickplot-1.0.1~rc/configure:13686:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
quickplot-1.0.1~rc/configure-13687-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
quickplot-1.0.1~rc/configure-13713-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
quickplot-1.0.1~rc/configure:13714:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
quickplot-1.0.1~rc/configure-13715-ac_delim='%!_!# '
##############################################
quickplot-1.0.1~rc/configure-13719-
quickplot-1.0.1~rc/configure:13720:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
quickplot-1.0.1~rc/configure-13721-  if test $ac_delim_n = $ac_delim_num; then
##############################################
quickplot-1.0.1~rc/configure-13863-for ac_last_try in false false :; do
quickplot-1.0.1~rc/configure:13864:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
quickplot-1.0.1~rc/configure-13865-  if test -z "$ac_tt"; then
##############################################
quickplot-1.0.1~rc/configure-13995-      esac
quickplot-1.0.1~rc/configure:13996:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
quickplot-1.0.1~rc/configure-13997-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
quickplot-1.0.1~rc/configure-14054-*)
quickplot-1.0.1~rc/configure:14055:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
quickplot-1.0.1~rc/configure-14056-  # A ".." for each directory in $ac_dir_suffix.
quickplot-1.0.1~rc/configure:14057:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
quickplot-1.0.1~rc/configure-14058-  case $ac_top_builddir_sub in
##############################################
quickplot-1.0.1~rc/configure-14115-/@mandir@/p'
quickplot-1.0.1~rc/configure:14116:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
quickplot-1.0.1~rc/configure-14117-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
quickplot-1.0.1~rc/configure-14132-
quickplot-1.0.1~rc/configure:14133:# Neutralize VPATH when `$srcdir' = `.'.
quickplot-1.0.1~rc/configure-14134-# Shell code in configure.ac might set extrasub.
##############################################
quickplot-1.0.1~rc/configure-14165-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
quickplot-1.0.1~rc/configure:14166:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
quickplot-1.0.1~rc/configure-14167-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
quickplot-1.0.1~rc/configure-14211-    * )
quickplot-1.0.1~rc/configure:14212:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
quickplot-1.0.1~rc/configure-14213-  esac
##############################################
quickplot-1.0.1~rc/configure-14258-    # Strip MF so we end up with the name of the file.
quickplot-1.0.1~rc/configure:14259:    mf=`echo "$mf" | sed -e 's/:.*$//'`
quickplot-1.0.1~rc/configure-14260-    # Check whether this is an Automake generated Makefile or not.
##############################################
quickplot-1.0.1~rc/configure-14295-    # from the Makefile without running 'make'.
quickplot-1.0.1~rc/configure:14296:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
quickplot-1.0.1~rc/configure-14297-    test -z "$DEPDIR" && continue
quickplot-1.0.1~rc/configure:14298:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
quickplot-1.0.1~rc/configure-14299-    test -z "$am__include" && continue
quickplot-1.0.1~rc/configure:14300:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
quickplot-1.0.1~rc/configure-14301-    # Find all dependency output files, they are included files with
##############################################
quickplot-1.0.1~rc/configure-14354-
quickplot-1.0.1~rc/configure:14355:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
quickplot-1.0.1~rc/configure-14356-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
quickplot-1.0.1~rc/INSTALL-173-directory configuration variables that were expressed in terms of
quickplot-1.0.1~rc/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
quickplot-1.0.1~rc/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
quickplot-1.0.1~rc/compile-67-	mingw/*)
quickplot-1.0.1~rc/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
quickplot-1.0.1~rc/compile-69-	  ;;
quickplot-1.0.1~rc/compile-70-	cygwin/*)
quickplot-1.0.1~rc/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
quickplot-1.0.1~rc/compile-72-	  ;;
quickplot-1.0.1~rc/compile-73-	wine/*)
quickplot-1.0.1~rc/compile:74:	  file=`winepath -w "$file" || echo "$file"`
quickplot-1.0.1~rc/compile-75-	  ;;
##############################################
quickplot-1.0.1~rc/compile-309-# Name of file we expect compiler to create.
quickplot-1.0.1~rc/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
quickplot-1.0.1~rc/compile-311-
##############################################
quickplot-1.0.1~rc/compile-315-# object file name, since that is what matters with a parallel build.
quickplot-1.0.1~rc/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
quickplot-1.0.1~rc/compile-317-while true; do
##############################################
quickplot-1.0.1~rc/depcomp-64-  case $1 in
quickplot-1.0.1~rc/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
quickplot-1.0.1~rc/depcomp-66-      *) dir=;;
##############################################
quickplot-1.0.1~rc/depcomp-73-{
quickplot-1.0.1~rc/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
quickplot-1.0.1~rc/depcomp-75-}
##############################################
quickplot-1.0.1~rc/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
quickplot-1.0.1~rc/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
quickplot-1.0.1~rc/depcomp-128-
##############################################
quickplot-1.0.1~rc/depcomp-405-        sleep 1
quickplot-1.0.1~rc/depcomp:406:        i=`expr $i - 1`
quickplot-1.0.1~rc/depcomp-407-      done
quickplot-1.0.1~rc/depcomp-408-    fi
quickplot-1.0.1~rc/depcomp:409:    i=`expr $i - 1`
quickplot-1.0.1~rc/depcomp-410-  done
##############################################
quickplot-1.0.1~rc/depcomp-425-  # Do two passes, one to just change these to
quickplot-1.0.1~rc/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
quickplot-1.0.1~rc/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
quickplot-1.0.1~rc/depcomp-659-  done
quickplot-1.0.1~rc/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
quickplot-1.0.1~rc/depcomp-661-  touch "$tmpdepfile"
##############################################
quickplot-1.0.1~rc/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
quickplot-1.0.1~rc/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
quickplot-1.0.1~rc/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
quickplot-1.0.1~rc/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
quickplot-1.0.1~rc/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
quickplot-1.0.1~rc/aclocal.m4-148-        else 
quickplot-1.0.1~rc/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
quickplot-1.0.1~rc/aclocal.m4-150-        fi
##############################################
quickplot-1.0.1~rc/aclocal.m4-252-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
quickplot-1.0.1~rc/aclocal.m4:253:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
quickplot-1.0.1~rc/aclocal.m4-254-# and then we would define $MISSING as
##############################################
quickplot-1.0.1~rc/aclocal.m4-268-# expand $ac_aux_dir to an absolute path
quickplot-1.0.1~rc/aclocal.m4:269:am_aux_dir=`cd $ac_aux_dir && pwd`
quickplot-1.0.1~rc/aclocal.m4-270-])
##############################################
quickplot-1.0.1~rc/aclocal.m4-366-  if test "$am_compiler_list" = ""; then
quickplot-1.0.1~rc/aclocal.m4:367:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
quickplot-1.0.1~rc/aclocal.m4-368-  fi
##############################################
quickplot-1.0.1~rc/aclocal.m4-517-    # Strip MF so we end up with the name of the file.
quickplot-1.0.1~rc/aclocal.m4:518:    mf=`echo "$mf" | sed -e 's/:.*$//'`
quickplot-1.0.1~rc/aclocal.m4-519-    # Check whether this is an Automake generated Makefile or not.
##############################################
quickplot-1.0.1~rc/aclocal.m4-526-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
quickplot-1.0.1~rc/aclocal.m4:527:      dirpart=`AS_DIRNAME("$mf")`
quickplot-1.0.1~rc/aclocal.m4-528-    else
##############################################
quickplot-1.0.1~rc/aclocal.m4-532-    # from the Makefile without running 'make'.
quickplot-1.0.1~rc/aclocal.m4:533:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
quickplot-1.0.1~rc/aclocal.m4-534-    test -z "$DEPDIR" && continue
quickplot-1.0.1~rc/aclocal.m4:535:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
quickplot-1.0.1~rc/aclocal.m4-536-    test -z "$am__include" && continue
quickplot-1.0.1~rc/aclocal.m4:537:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
quickplot-1.0.1~rc/aclocal.m4-538-    # Find all dependency output files, they are included files with
##############################################
quickplot-1.0.1~rc/aclocal.m4-546-      test -f "$dirpart/$file" && continue
quickplot-1.0.1~rc/aclocal.m4:547:      fdir=`AS_DIRNAME(["$file"])`
quickplot-1.0.1~rc/aclocal.m4-548-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
quickplot-1.0.1~rc/aclocal.m4-604-AC_REQUIRE([AC_PROG_INSTALL])dnl
quickplot-1.0.1~rc/aclocal.m4:605:if test "`cd $srcdir && pwd`" != "`pwd`"; then
quickplot-1.0.1~rc/aclocal.m4-606-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
quickplot-1.0.1~rc/aclocal.m4-759-    * )
quickplot-1.0.1~rc/aclocal.m4:760:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
quickplot-1.0.1~rc/aclocal.m4-761-  esac
quickplot-1.0.1~rc/aclocal.m4-762-done
quickplot-1.0.1~rc/aclocal.m4:763:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
quickplot-1.0.1~rc/aclocal.m4-764-
##############################################
quickplot-1.0.1~rc/aclocal.m4-830-# Ignore all kinds of additional output from 'make'.
quickplot-1.0.1~rc/aclocal.m4:831:case `$am_make -s -f confmf 2> /dev/null` in #(
quickplot-1.0.1~rc/aclocal.m4-832-*the\ am__doit\ target*)
##############################################
quickplot-1.0.1~rc/aclocal.m4-840-   echo '.include "confinc"' > confmf
quickplot-1.0.1~rc/aclocal.m4:841:   case `$am_make -s -f confmf 2> /dev/null` in #(
quickplot-1.0.1~rc/aclocal.m4-842-   *the\ am__doit\ target*)
##############################################
quickplot-1.0.1~rc/aclocal.m4-1051-     echo "timestamp, slept: $am_has_slept" > conftest.file
quickplot-1.0.1~rc/aclocal.m4:1052:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
quickplot-1.0.1~rc/aclocal.m4-1053-     if test "$[*]" = "X"; then
quickplot-1.0.1~rc/aclocal.m4-1054-	# -L didn't work.
quickplot-1.0.1~rc/aclocal.m4:1055:	set X `ls -t "$srcdir/configure" conftest.file`
quickplot-1.0.1~rc/aclocal.m4-1056-     fi
##############################################
quickplot-1.0.1~rc/Makefile.am-316-about.html: about.htm
quickplot-1.0.1~rc/Makefile.am:317:	repo_version="`${top_srcdir}/repo_version.bash ${top_srcdir}/REPO_VERSION ${top_srcdir}`";\
quickplot-1.0.1~rc/Makefile.am:318: rel_date="`${top_srcdir}/release_date.bash ${top_srcdir}/RELEASE_DATE`"; sed $<\
quickplot-1.0.1~rc/Makefile.am-319- -e "s/@release_date@/$$rel_date/g"\
##############################################
quickplot-1.0.1~rc/ltmain.sh-167-{
quickplot-1.0.1~rc/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
quickplot-1.0.1~rc/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-179-{
quickplot-1.0.1~rc/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
quickplot-1.0.1~rc/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-198-    # Extract subdirectory from the argument.
quickplot-1.0.1~rc/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
quickplot-1.0.1~rc/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-204-    fi
quickplot-1.0.1~rc/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
quickplot-1.0.1~rc/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-217-    case ${2} in
quickplot-1.0.1~rc/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
quickplot-1.0.1~rc/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
quickplot-1.0.1~rc/ltmain.sh-220-    esac
##############################################
quickplot-1.0.1~rc/ltmain.sh-380-     progdir=$func_dirname_result
quickplot-1.0.1~rc/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
quickplot-1.0.1~rc/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
quickplot-1.0.1~rc/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
quickplot-1.0.1~rc/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
quickplot-1.0.1~rc/ltmain.sh-419-bs='\\'
##############################################
quickplot-1.0.1~rc/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
quickplot-1.0.1~rc/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
quickplot-1.0.1~rc/ltmain.sh-533-      done
quickplot-1.0.1~rc/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
quickplot-1.0.1~rc/ltmain.sh-535-
##############################################
quickplot-1.0.1~rc/ltmain.sh-566-      # If mktemp works, use that first and foremost
quickplot-1.0.1~rc/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-568-
##############################################
quickplot-1.0.1~rc/ltmain.sh-597-      *[\\\`\"\$]*)
quickplot-1.0.1~rc/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
quickplot-1.0.1~rc/ltmain.sh-599-      *)
##############################################
quickplot-1.0.1~rc/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
quickplot-1.0.1~rc/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
quickplot-1.0.1~rc/ltmain.sh-704-    ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
quickplot-1.0.1~rc/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
quickplot-1.0.1~rc/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
quickplot-1.0.1~rc/ltmain.sh-772-	p
##############################################
quickplot-1.0.1~rc/ltmain.sh-803-
quickplot-1.0.1~rc/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
quickplot-1.0.1~rc/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
quickplot-1.0.1~rc/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-816-
quickplot-1.0.1~rc/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
quickplot-1.0.1~rc/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
quickplot-1.0.1~rc/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-862-{
quickplot-1.0.1~rc/ltmain.sh:863:    func_arith_result=`expr "${@}"`
quickplot-1.0.1~rc/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-870-{
quickplot-1.0.1~rc/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
quickplot-1.0.1~rc/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-877-{
quickplot-1.0.1~rc/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
quickplot-1.0.1~rc/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-884-{
quickplot-1.0.1~rc/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
quickplot-1.0.1~rc/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
quickplot-1.0.1~rc/ltmain.sh-968-	# quotes we have to do it in 2 steps:
quickplot-1.0.1~rc/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
quickplot-1.0.1~rc/ltmain.sh-970-	eval "$extractedcf"
##############################################
quickplot-1.0.1~rc/ltmain.sh-1382-      done
quickplot-1.0.1~rc/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
quickplot-1.0.1~rc/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
quickplot-1.0.1~rc/ltmain.sh-1385-      case $@ in
##############################################
quickplot-1.0.1~rc/ltmain.sh-1395-	    # Evaluate the configuration.
quickplot-1.0.1~rc/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
quickplot-1.0.1~rc/ltmain.sh-1397-	    CC_quoted=
##############################################
quickplot-1.0.1~rc/ltmain.sh-1401-	    done
quickplot-1.0.1~rc/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
quickplot-1.0.1~rc/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
quickplot-1.0.1~rc/ltmain.sh-1404-	    case "$@ " in
##############################################
quickplot-1.0.1~rc/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
quickplot-1.0.1~rc/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
quickplot-1.0.1~rc/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-1721-    # LT_CYGPATH in this case.
quickplot-1.0.1~rc/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
quickplot-1.0.1~rc/ltmain.sh-1723-  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
quickplot-1.0.1~rc/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
quickplot-1.0.1~rc/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
quickplot-1.0.1~rc/ltmain.sh-2060-    *.[cCFSifmso] | \
quickplot-1.0.1~rc/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
quickplot-1.0.1~rc/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
quickplot-1.0.1~rc/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
quickplot-1.0.1~rc/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
quickplot-1.0.1~rc/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
quickplot-1.0.1~rc/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
quickplot-1.0.1~rc/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-2158-
##############################################
quickplot-1.0.1~rc/ltmain.sh-2204-      if test "$need_locks" = warn &&
quickplot-1.0.1~rc/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
quickplot-1.0.1~rc/ltmain.sh-2206-	$ECHO "\
quickplot-1.0.1~rc/ltmain.sh-2207-*** ERROR, $lockfile contains:
quickplot-1.0.1~rc/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-2209-
##############################################
quickplot-1.0.1~rc/ltmain.sh-2253-      if test "$need_locks" = warn &&
quickplot-1.0.1~rc/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
quickplot-1.0.1~rc/ltmain.sh-2255-	$ECHO "\
quickplot-1.0.1~rc/ltmain.sh-2256-*** ERROR, $lockfile contains:
quickplot-1.0.1~rc/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-2258-
##############################################
quickplot-1.0.1~rc/ltmain.sh-2548-	  test -n "$library_names" && \
quickplot-1.0.1~rc/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
quickplot-1.0.1~rc/ltmain.sh-2550-	  continue
##############################################
quickplot-1.0.1~rc/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
quickplot-1.0.1~rc/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
quickplot-1.0.1~rc/ltmain.sh-2561-	  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-2577-      # Get the absolute pathname.
quickplot-1.0.1~rc/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
quickplot-1.0.1~rc/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
quickplot-1.0.1~rc/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
quickplot-1.0.1~rc/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
quickplot-1.0.1~rc/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
quickplot-1.0.1~rc/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
quickplot-1.0.1~rc/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
quickplot-1.0.1~rc/ltmain.sh-2959-
##############################################
quickplot-1.0.1~rc/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
quickplot-1.0.1~rc/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
quickplot-1.0.1~rc/ltmain.sh-2972-	  else
quickplot-1.0.1~rc/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
quickplot-1.0.1~rc/ltmain.sh-2974-	  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-3130-	    fi
quickplot-1.0.1~rc/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
quickplot-1.0.1~rc/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
quickplot-1.0.1~rc/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
quickplot-1.0.1~rc/ltmain.sh-3134-	      finalize=no
##############################################
quickplot-1.0.1~rc/ltmain.sh-3149-	        # Replace the output file specification.
quickplot-1.0.1~rc/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
quickplot-1.0.1~rc/ltmain.sh-3151-
##############################################
quickplot-1.0.1~rc/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
quickplot-1.0.1~rc/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
quickplot-1.0.1~rc/ltmain.sh-3170-	  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-3241-    my_pic_p="${3-no}"
quickplot-1.0.1~rc/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
quickplot-1.0.1~rc/ltmain.sh-3243-    my_dlsyms=
##############################################
quickplot-1.0.1~rc/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
quickplot-1.0.1~rc/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
quickplot-1.0.1~rc/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
quickplot-1.0.1~rc/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
quickplot-1.0.1~rc/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh-3509-	  else
quickplot-1.0.1~rc/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh-3512-	  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-3514-	*)
quickplot-1.0.1~rc/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
quickplot-1.0.1~rc/ltmain.sh-3517-	  ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-3529-      # Nullify the symbol file.
quickplot-1.0.1~rc/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
quickplot-1.0.1~rc/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
quickplot-1.0.1~rc/ltmain.sh-3532-    fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-3545-  win32_libid_type="unknown"
quickplot-1.0.1~rc/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-3547-  case $win32_fileres in
##############################################
quickplot-1.0.1~rc/ltmain.sh-3596-  $opt_debug
quickplot-1.0.1~rc/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
quickplot-1.0.1~rc/ltmain.sh-3598-}
##############################################
quickplot-1.0.1~rc/ltmain.sh-3613-  $opt_debug
quickplot-1.0.1~rc/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
quickplot-1.0.1~rc/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
quickplot-1.0.1~rc/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
quickplot-1.0.1~rc/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
quickplot-1.0.1~rc/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
quickplot-1.0.1~rc/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
quickplot-1.0.1~rc/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
quickplot-1.0.1~rc/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
quickplot-1.0.1~rc/ltmain.sh-3700-    # binutils import library
quickplot-1.0.1~rc/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
quickplot-1.0.1~rc/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
quickplot-1.0.1~rc/ltmain.sh-3703-    # ms-generated import library
quickplot-1.0.1~rc/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
quickplot-1.0.1~rc/ltmain.sh-3705-  else
##############################################
quickplot-1.0.1~rc/ltmain.sh-3780-	  darwin_curdir=`pwd`
quickplot-1.0.1~rc/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
quickplot-1.0.1~rc/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
quickplot-1.0.1~rc/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
quickplot-1.0.1~rc/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
quickplot-1.0.1~rc/ltmain.sh-3785-	    darwin_arch=
##############################################
quickplot-1.0.1~rc/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
quickplot-1.0.1~rc/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
quickplot-1.0.1~rc/ltmain.sh-3797-	    darwin_file=
##############################################
quickplot-1.0.1~rc/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
quickplot-1.0.1~rc/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
quickplot-1.0.1~rc/ltmain.sh-3814-      esac
quickplot-1.0.1~rc/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-3816-    done
##############################################
quickplot-1.0.1~rc/ltmain.sh-3885-
quickplot-1.0.1~rc/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
quickplot-1.0.1~rc/ltmain.sh-3887-    $ECHO "\
##############################################
quickplot-1.0.1~rc/ltmain.sh-3920-    --lt-dump-script)
quickplot-1.0.1~rc/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
quickplot-1.0.1~rc/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
quickplot-1.0.1~rc/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
quickplot-1.0.1~rc/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
quickplot-1.0.1~rc/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
quickplot-1.0.1~rc/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
quickplot-1.0.1~rc/ltmain.sh-3949-  done
##############################################
quickplot-1.0.1~rc/ltmain.sh-4005-  # Find the directory that this script lives in.
quickplot-1.0.1~rc/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
quickplot-1.0.1~rc/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
quickplot-1.0.1~rc/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
quickplot-1.0.1~rc/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
quickplot-1.0.1~rc/ltmain.sh-4011-  while test -n \"\$file\"; do
quickplot-1.0.1~rc/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
quickplot-1.0.1~rc/ltmain.sh-4013-
##############################################
quickplot-1.0.1~rc/ltmain.sh-4021-
quickplot-1.0.1~rc/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
quickplot-1.0.1~rc/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
quickplot-1.0.1~rc/ltmain.sh-4024-  done
##############################################
quickplot-1.0.1~rc/ltmain.sh-4035-    case \"\$thisdir\" in
quickplot-1.0.1~rc/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
quickplot-1.0.1~rc/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-4041-  # Try to get the absolute directory name.
quickplot-1.0.1~rc/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
quickplot-1.0.1~rc/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
quickplot-1.0.1~rc/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
quickplot-1.0.1~rc/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
quickplot-1.0.1~rc/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
quickplot-1.0.1~rc/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
quickplot-1.0.1~rc/ltmain.sh-4068-      else
##############################################
quickplot-1.0.1~rc/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
quickplot-1.0.1~rc/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
quickplot-1.0.1~rc/ltmain.sh-4112-
##############################################
quickplot-1.0.1~rc/ltmain.sh-5085-    $opt_debug
quickplot-1.0.1~rc/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
quickplot-1.0.1~rc/ltmain.sh-5087-    *import*) : ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-5307-	    moreargs=
quickplot-1.0.1~rc/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
quickplot-1.0.1~rc/ltmain.sh-5309-	    do
##############################################
quickplot-1.0.1~rc/ltmain.sh-5563-	*)
quickplot-1.0.1~rc/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
quickplot-1.0.1~rc/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
quickplot-1.0.1~rc/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
quickplot-1.0.1~rc/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
quickplot-1.0.1~rc/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
quickplot-1.0.1~rc/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
quickplot-1.0.1~rc/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
quickplot-1.0.1~rc/ltmain.sh-6018-    else
##############################################
quickplot-1.0.1~rc/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
quickplot-1.0.1~rc/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
quickplot-1.0.1~rc/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
quickplot-1.0.1~rc/ltmain.sh-6394-	else
quickplot-1.0.1~rc/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
quickplot-1.0.1~rc/ltmain.sh-6396-	fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
quickplot-1.0.1~rc/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
quickplot-1.0.1~rc/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-6431-	fi
quickplot-1.0.1~rc/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
quickplot-1.0.1~rc/ltmain.sh-6504-	*)
quickplot-1.0.1~rc/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
quickplot-1.0.1~rc/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-6757-	    shift
quickplot-1.0.1~rc/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
quickplot-1.0.1~rc/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
quickplot-1.0.1~rc/ltmain.sh-7049-		*)
quickplot-1.0.1~rc/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
quickplot-1.0.1~rc/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-7060-		  depdepl=
quickplot-1.0.1~rc/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
quickplot-1.0.1~rc/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
quickplot-1.0.1~rc/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
quickplot-1.0.1~rc/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
quickplot-1.0.1~rc/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
quickplot-1.0.1~rc/ltmain.sh-7071-                      fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-7082-		else
quickplot-1.0.1~rc/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
quickplot-1.0.1~rc/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
quickplot-1.0.1~rc/ltmain.sh-7105-	else
quickplot-1.0.1~rc/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh-7107-	fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-7254-	test "$module" = no && \
quickplot-1.0.1~rc/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
quickplot-1.0.1~rc/ltmain.sh-7256-
##############################################
quickplot-1.0.1~rc/ltmain.sh-7392-	if test "$age" -gt "$current"; then
quickplot-1.0.1~rc/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
quickplot-1.0.1~rc/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
quickplot-1.0.1~rc/ltmain.sh-7553-	removelist=
quickplot-1.0.1~rc/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
quickplot-1.0.1~rc/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-7579-	# Transform .lo files to .o files.
quickplot-1.0.1~rc/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-7581-      fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-7584-      #for path in $notinst_path; do
quickplot-1.0.1~rc/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
quickplot-1.0.1~rc/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
quickplot-1.0.1~rc/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
quickplot-1.0.1~rc/ltmain.sh-7588-      #done
##############################################
quickplot-1.0.1~rc/ltmain.sh-7705-		if test -n "$i" ; then
quickplot-1.0.1~rc/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
quickplot-1.0.1~rc/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
quickplot-1.0.1~rc/ltmain.sh-7708-		  set dummy $deplib_matches; shift
quickplot-1.0.1~rc/ltmain.sh-7709-		  deplib_match=$1
quickplot-1.0.1~rc/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
quickplot-1.0.1~rc/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
quickplot-1.0.1~rc/ltmain.sh-7748-		  if test -n "$i" ; then
quickplot-1.0.1~rc/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
quickplot-1.0.1~rc/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
quickplot-1.0.1~rc/ltmain.sh-7751-		    set dummy $deplib_matches; shift
quickplot-1.0.1~rc/ltmain.sh-7752-		    deplib_match=$1
quickplot-1.0.1~rc/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
quickplot-1.0.1~rc/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
quickplot-1.0.1~rc/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
quickplot-1.0.1~rc/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
quickplot-1.0.1~rc/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
quickplot-1.0.1~rc/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
quickplot-1.0.1~rc/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
quickplot-1.0.1~rc/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
quickplot-1.0.1~rc/ltmain.sh-7802-		else
##############################################
quickplot-1.0.1~rc/ltmain.sh-7808-		    shopt -s nocaseglob
quickplot-1.0.1~rc/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-7810-		    $nocaseglob
quickplot-1.0.1~rc/ltmain.sh-7811-		  else
quickplot-1.0.1~rc/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-7813-		  fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
quickplot-1.0.1~rc/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
quickplot-1.0.1~rc/ltmain.sh-7828-			case $potliblink in
quickplot-1.0.1~rc/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
quickplot-1.0.1~rc/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
quickplot-1.0.1~rc/ltmain.sh-7831-			esac
##############################################
quickplot-1.0.1~rc/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
quickplot-1.0.1~rc/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
quickplot-1.0.1~rc/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
quickplot-1.0.1~rc/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
quickplot-1.0.1~rc/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
quickplot-1.0.1~rc/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
quickplot-1.0.1~rc/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
quickplot-1.0.1~rc/ltmain.sh-7921-	  newdeplibs=""
quickplot-1.0.1~rc/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
quickplot-1.0.1~rc/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
quickplot-1.0.1~rc/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
quickplot-1.0.1~rc/ltmain.sh-7927-	    done
##############################################
quickplot-1.0.1~rc/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
quickplot-1.0.1~rc/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
quickplot-1.0.1~rc/ltmain.sh-7953-	  ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-8003-	*-*-darwin*)
quickplot-1.0.1~rc/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh-8007-	  ;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-8130-	# Use standard objects if they are pic
quickplot-1.0.1~rc/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
quickplot-1.0.1~rc/ltmain.sh-8145-	    # exporting using user supplied symfile
quickplot-1.0.1~rc/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
quickplot-1.0.1~rc/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
quickplot-1.0.1~rc/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
quickplot-1.0.1~rc/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
quickplot-1.0.1~rc/ltmain.sh-8644-	else
##############################################
quickplot-1.0.1~rc/ltmain.sh-8656-      # Create the old-style object.
quickplot-1.0.1~rc/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
quickplot-1.0.1~rc/ltmain.sh-8658-
##############################################
quickplot-1.0.1~rc/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
quickplot-1.0.1~rc/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
quickplot-1.0.1~rc/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
quickplot-1.0.1~rc/ltmain.sh-8719-	;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
quickplot-1.0.1~rc/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
quickplot-1.0.1~rc/ltmain.sh-8737-	;;
##############################################
quickplot-1.0.1~rc/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
quickplot-1.0.1~rc/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
quickplot-1.0.1~rc/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
quickplot-1.0.1~rc/ltmain.sh-8872-	# Transform all the library objects into standard objects.
quickplot-1.0.1~rc/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
quickplot-1.0.1~rc/ltmain.sh-8875-      fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-8902-	# Replace the output file specification.
quickplot-1.0.1~rc/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
quickplot-1.0.1~rc/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
quickplot-1.0.1~rc/ltmain.sh-8911-	  func_to_tool_file "$output"
quickplot-1.0.1~rc/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
quickplot-1.0.1~rc/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
quickplot-1.0.1~rc/ltmain.sh-8955-	# Replace the output file specification.
quickplot-1.0.1~rc/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
quickplot-1.0.1~rc/ltmain.sh-8957-	# Delete the old output file.
##############################################
quickplot-1.0.1~rc/ltmain.sh-8963-	  func_to_tool_file "$output"
quickplot-1.0.1~rc/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
quickplot-1.0.1~rc/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
quickplot-1.0.1~rc/ltmain.sh-8981-	  if test "$fast_install" = yes; then
quickplot-1.0.1~rc/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
quickplot-1.0.1~rc/ltmain.sh-8983-	  else
##############################################
quickplot-1.0.1~rc/ltmain.sh-8993-      # Replace the output file specification.
quickplot-1.0.1~rc/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
quickplot-1.0.1~rc/ltmain.sh-8995-
##############################################
quickplot-1.0.1~rc/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
quickplot-1.0.1~rc/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
quickplot-1.0.1~rc/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
quickplot-1.0.1~rc/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
quickplot-1.0.1~rc/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
quickplot-1.0.1~rc/ltmain.sh-9025-      fi
##############################################
quickplot-1.0.1~rc/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
quickplot-1.0.1~rc/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
quickplot-1.0.1~rc/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
quickplot-1.0.1~rc/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
quickplot-1.0.1~rc/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
quickplot-1.0.1~rc/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
quickplot-1.0.1~rc/ltmain.sh-9314-		name="$func_basename_result"
quickplot-1.0.1~rc/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
quickplot-1.0.1~rc/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
quickplot-1.0.1~rc/ltmain.sh-9333-		name="$func_basename_result"
quickplot-1.0.1~rc/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
quickplot-1.0.1~rc/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
quickplot-1.0.1~rc/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
quickplot-1.0.1~rc/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
quickplot-1.0.1~rc/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static