===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yabasic-2.87.1/config.sub-52-
yabasic-2.87.1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
yabasic-2.87.1/config.sub-54-
##############################################
yabasic-2.87.1/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
yabasic-2.87.1/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
yabasic-2.87.1/config.sub-117-case $maybe_os in
##############################################
yabasic-2.87.1/config.sub-123-    os=-$maybe_os
yabasic-2.87.1/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
yabasic-2.87.1/config.sub-125-    ;;
##############################################
yabasic-2.87.1/config.sub-127-    os=-linux-android
yabasic-2.87.1/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
yabasic-2.87.1/config.sub-129-    ;;
yabasic-2.87.1/config.sub-130-  *)
yabasic-2.87.1/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
yabasic-2.87.1/config.sub-132-    if [ $basic_machine != $1 ]
yabasic-2.87.1/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
yabasic-2.87.1/config.sub-134-    else os=; fi
##############################################
yabasic-2.87.1/config.sub-181-		os=-sco5v6
yabasic-2.87.1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-183-		;;
##############################################
yabasic-2.87.1/config.sub-185-		os=-sco3.2v5
yabasic-2.87.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-187-		;;
##############################################
yabasic-2.87.1/config.sub-189-		os=-sco3.2v4
yabasic-2.87.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-191-		;;
yabasic-2.87.1/config.sub-192-	-sco3.2.[4-9]*)
yabasic-2.87.1/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
yabasic-2.87.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-195-		;;
##############################################
yabasic-2.87.1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
yabasic-2.87.1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-199-		;;
##############################################
yabasic-2.87.1/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
yabasic-2.87.1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-203-		;;
##############################################
yabasic-2.87.1/config.sub-205-		os=-sco3.2v2
yabasic-2.87.1/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-207-		;;
yabasic-2.87.1/config.sub-208-	-udk*)
yabasic-2.87.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-210-		;;
##############################################
yabasic-2.87.1/config.sub-212-		os=-isc2.2
yabasic-2.87.1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-214-		;;
##############################################
yabasic-2.87.1/config.sub-218-	-isc*)
yabasic-2.87.1/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yabasic-2.87.1/config.sub-220-		;;
##############################################
yabasic-2.87.1/config.sub-230-	-ptx*)
yabasic-2.87.1/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
yabasic-2.87.1/config.sub-232-		;;
yabasic-2.87.1/config.sub-233-	-windowsnt*)
yabasic-2.87.1/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
yabasic-2.87.1/config.sub-235-		;;
##############################################
yabasic-2.87.1/config.sub-366-	*-*-*)
yabasic-2.87.1/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yabasic-2.87.1/config.sub-368-		exit 1
##############################################
yabasic-2.87.1/config.sub-491-	amd64-*)
yabasic-2.87.1/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-493-		;;
##############################################
yabasic-2.87.1/config.sub-533-	blackfin-*)
yabasic-2.87.1/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-535-		os=-linux
##############################################
yabasic-2.87.1/config.sub-541-	c54x-*)
yabasic-2.87.1/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-543-		;;
yabasic-2.87.1/config.sub-544-	c55x-*)
yabasic-2.87.1/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-546-		;;
yabasic-2.87.1/config.sub-547-	c6x-*)
yabasic-2.87.1/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-549-		;;
##############################################
yabasic-2.87.1/config.sub-744-	i*86v32)
yabasic-2.87.1/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yabasic-2.87.1/config.sub-746-		os=-sysv32
##############################################
yabasic-2.87.1/config.sub-748-	i*86v4*)
yabasic-2.87.1/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yabasic-2.87.1/config.sub-750-		os=-sysv4
##############################################
yabasic-2.87.1/config.sub-752-	i*86v)
yabasic-2.87.1/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yabasic-2.87.1/config.sub-754-		os=-sysv
##############################################
yabasic-2.87.1/config.sub-756-	i*86sol2)
yabasic-2.87.1/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yabasic-2.87.1/config.sub-758-		os=-solaris2
##############################################
yabasic-2.87.1/config.sub-782-	leon-*|leon[3-9]-*)
yabasic-2.87.1/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
yabasic-2.87.1/config.sub-784-		;;
##############################################
yabasic-2.87.1/config.sub-789-	m68knommu-*)
yabasic-2.87.1/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-791-		os=-linux
##############################################
yabasic-2.87.1/config.sub-826-	mips3*-*)
yabasic-2.87.1/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
yabasic-2.87.1/config.sub-828-		;;
yabasic-2.87.1/config.sub-829-	mips3*)
yabasic-2.87.1/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
yabasic-2.87.1/config.sub-831-		;;
##############################################
yabasic-2.87.1/config.sub-848-	ms1-*)
yabasic-2.87.1/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
yabasic-2.87.1/config.sub-850-		;;
##############################################
yabasic-2.87.1/config.sub-967-	parisc-*)
yabasic-2.87.1/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-969-		os=-linux
##############################################
yabasic-2.87.1/config.sub-983-	pc98-*)
yabasic-2.87.1/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-985-		;;
##############################################
yabasic-2.87.1/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
yabasic-2.87.1/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1000-		;;
yabasic-2.87.1/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
yabasic-2.87.1/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1003-		;;
yabasic-2.87.1/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
yabasic-2.87.1/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1006-		;;
yabasic-2.87.1/config.sub-1007-	pentium4-*)
yabasic-2.87.1/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1009-		;;
##############################################
yabasic-2.87.1/config.sub-1017-	ppc-* | ppcbe-*)
yabasic-2.87.1/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1019-		;;
##############################################
yabasic-2.87.1/config.sub-1023-	ppcle-* | powerpclittle-*)
yabasic-2.87.1/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1025-		;;
##############################################
yabasic-2.87.1/config.sub-1027-		;;
yabasic-2.87.1/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1029-		;;
##############################################
yabasic-2.87.1/config.sub-1033-	ppc64le-* | powerpc64little-*)
yabasic-2.87.1/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1035-		;;
##############################################
yabasic-2.87.1/config.sub-1116-	strongarm-* | thumb-*)
yabasic-2.87.1/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
yabasic-2.87.1/config.sub-1118-		;;
##############################################
yabasic-2.87.1/config.sub-1246-	xscale-* | xscalee[bl]-*)
yabasic-2.87.1/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
yabasic-2.87.1/config.sub-1248-		;;
##############################################
yabasic-2.87.1/config.sub-1323-	*)
yabasic-2.87.1/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yabasic-2.87.1/config.sub-1325-		exit 1
##############################################
yabasic-2.87.1/config.sub-1331-	*-digital*)
yabasic-2.87.1/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
yabasic-2.87.1/config.sub-1333-		;;
yabasic-2.87.1/config.sub-1334-	*-commodore*)
yabasic-2.87.1/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
yabasic-2.87.1/config.sub-1336-		;;
##############################################
yabasic-2.87.1/config.sub-1352-	-solaris1 | -solaris1.*)
yabasic-2.87.1/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
yabasic-2.87.1/config.sub-1354-		;;
##############################################
yabasic-2.87.1/config.sub-1364-	-gnu/linux*)
yabasic-2.87.1/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
yabasic-2.87.1/config.sub-1366-		;;
##############################################
yabasic-2.87.1/config.sub-1410-	-nto*)
yabasic-2.87.1/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
yabasic-2.87.1/config.sub-1412-		;;
##############################################
yabasic-2.87.1/config.sub-1417-	-mac*)
yabasic-2.87.1/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
yabasic-2.87.1/config.sub-1419-		;;
##############################################
yabasic-2.87.1/config.sub-1423-	-linux*)
yabasic-2.87.1/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
yabasic-2.87.1/config.sub-1425-		;;
yabasic-2.87.1/config.sub-1426-	-sunos5*)
yabasic-2.87.1/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
yabasic-2.87.1/config.sub-1428-		;;
yabasic-2.87.1/config.sub-1429-	-sunos6*)
yabasic-2.87.1/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
yabasic-2.87.1/config.sub-1431-		;;
##############################################
yabasic-2.87.1/config.sub-1478-	-sinix5.*)
yabasic-2.87.1/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
yabasic-2.87.1/config.sub-1480-		;;
##############################################
yabasic-2.87.1/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
yabasic-2.87.1/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
yabasic-2.87.1/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
yabasic-2.87.1/config.sub-1534-		exit 1
##############################################
yabasic-2.87.1/config.sub-1794-		esac
yabasic-2.87.1/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
yabasic-2.87.1/config.sub-1796-		;;
##############################################
yabasic-2.87.1/config.guess-34-
yabasic-2.87.1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
yabasic-2.87.1/config.guess-36-
##############################################
yabasic-2.87.1/config.guess-102-: ${TMPDIR=/tmp} ;
yabasic-2.87.1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
yabasic-2.87.1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
yabasic-2.87.1/config.guess-151-	EOF
yabasic-2.87.1/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
yabasic-2.87.1/config.guess-153-	;;
##############################################
yabasic-2.87.1/config.guess-209-	    *)
yabasic-2.87.1/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
yabasic-2.87.1/config.guess-211-		;;
##############################################
yabasic-2.87.1/config.guess-240-	*4.0)
yabasic-2.87.1/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
yabasic-2.87.1/config.guess-242-		;;
yabasic-2.87.1/config.guess-243-	*5.*)
yabasic-2.87.1/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
yabasic-2.87.1/config.guess-245-		;;
##############################################
yabasic-2.87.1/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
yabasic-2.87.1/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
yabasic-2.87.1/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
yabasic-2.87.1/config.guess-288-	# 1.2 uses "1.2" for uname -r.
yabasic-2.87.1/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
yabasic-2.87.1/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
yabasic-2.87.1/config.guess-348-    s390x:SunOS:*:*)
yabasic-2.87.1/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-350-	exit ;;
yabasic-2.87.1/config.guess-351-    sun4H:SunOS:5.*:*)
yabasic-2.87.1/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-353-	exit ;;
yabasic-2.87.1/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
yabasic-2.87.1/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-356-	exit ;;
##############################################
yabasic-2.87.1/config.guess-373-	fi
yabasic-2.87.1/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-375-	exit ;;
##############################################
yabasic-2.87.1/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
yabasic-2.87.1/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-381-	exit ;;
##############################################
yabasic-2.87.1/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
yabasic-2.87.1/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
yabasic-2.87.1/config.guess-390-	exit ;;
##############################################
yabasic-2.87.1/config.guess-394-    sun*:*:4.2BSD:*)
yabasic-2.87.1/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
yabasic-2.87.1/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
yabasic-2.87.1/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
yabasic-2.87.1/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
yabasic-2.87.1/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
yabasic-2.87.1/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
yabasic-2.87.1/config.guess-532-    *:IRIX*:*:*)
yabasic-2.87.1/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
yabasic-2.87.1/config.guess-534-	exit ;;
##############################################
yabasic-2.87.1/config.guess-562-EOF
yabasic-2.87.1/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
yabasic-2.87.1/config.guess-564-		then
##############################################
yabasic-2.87.1/config.guess-575-    *:AIX:*:[4567])
yabasic-2.87.1/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
yabasic-2.87.1/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
yabasic-2.87.1/config.guess-611-    9000/[34678]??:HP-UX:*:*)
yabasic-2.87.1/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yabasic-2.87.1/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
yabasic-2.87.1/config.guess-665-EOF
yabasic-2.87.1/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
yabasic-2.87.1/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
yabasic-2.87.1/config.guess-693-    ia64:HP-UX:*:*)
yabasic-2.87.1/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yabasic-2.87.1/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
yabasic-2.87.1/config.guess-723-EOF
yabasic-2.87.1/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
yabasic-2.87.1/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
yabasic-2.87.1/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yabasic-2.87.1/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
yabasic-2.87.1/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yabasic-2.87.1/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yabasic-2.87.1/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
yabasic-2.87.1/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yabasic-2.87.1/config.guess-815-	    amd64)
yabasic-2.87.1/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yabasic-2.87.1/config.guess-817-	    *)
yabasic-2.87.1/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yabasic-2.87.1/config.guess-819-	esac
##############################################
yabasic-2.87.1/config.guess-873-    prep*:SunOS:5.*:*)
yabasic-2.87.1/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yabasic-2.87.1/config.guess-875-	exit ;;
##############################################
yabasic-2.87.1/config.guess-877-	# the GNU system
yabasic-2.87.1/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
yabasic-2.87.1/config.guess-879-	exit ;;
##############################################
yabasic-2.87.1/config.guess-881-	# other systems with GNU libc and userland
yabasic-2.87.1/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
yabasic-2.87.1/config.guess-883-	exit ;;
##############################################
yabasic-2.87.1/config.guess-969-EOF
yabasic-2.87.1/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
yabasic-2.87.1/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
yabasic-2.87.1/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
yabasic-2.87.1/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
yabasic-2.87.1/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
yabasic-2.87.1/config.guess-1263-	fi
yabasic-2.87.1/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
yabasic-2.87.1/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
yabasic-2.87.1/config.guess-1348-    *:DragonFly:*:*)
yabasic-2.87.1/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
yabasic-2.87.1/config.guess-1350-	exit ;;
##############################################
yabasic-2.87.1/config.guess-1361-    i*86:skyos:*:*)
yabasic-2.87.1/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
yabasic-2.87.1/config.guess-1363-	exit ;;
##############################################
yabasic-2.87.1/install-sh-234-      fi
yabasic-2.87.1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
yabasic-2.87.1/install-sh-236-    *)
##############################################
yabasic-2.87.1/install-sh-281-      dstdir=$dst
yabasic-2.87.1/install-sh:282:      dst=$dstdir/`basename "$src"`
yabasic-2.87.1/install-sh-283-      dstdir_status=0
yabasic-2.87.1/install-sh-284-    else
yabasic-2.87.1/install-sh:285:      dstdir=`dirname "$dst"`
yabasic-2.87.1/install-sh-286-      test -d "$dstdir"
##############################################
yabasic-2.87.1/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
yabasic-2.87.1/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
yabasic-2.87.1/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
yabasic-2.87.1/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
yabasic-2.87.1/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
yabasic-2.87.1/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
yabasic-2.87.1/install-sh-402-            case $prefix in
yabasic-2.87.1/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
yabasic-2.87.1/install-sh-404-              *) qprefix=$prefix;;
##############################################
yabasic-2.87.1/install-sh-451-    if $copy_on_change &&
yabasic-2.87.1/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
yabasic-2.87.1/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
yabasic-2.87.1/install-sh-454-       set -f &&
##############################################
yabasic-2.87.1/mkinstalldirs-12-do
yabasic-2.87.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
yabasic-2.87.1/mkinstalldirs-14-   shift
##############################################
yabasic-2.87.1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
yabasic-2.87.1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
yabasic-2.87.1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
yabasic-2.87.1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
yabasic-2.87.1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
yabasic-2.87.1/aclocal.m4-109-])
##############################################
yabasic-2.87.1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
yabasic-2.87.1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
yabasic-2.87.1/aclocal.m4-207-  fi
##############################################
yabasic-2.87.1/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
yabasic-2.87.1/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
yabasic-2.87.1/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
yabasic-2.87.1/aclocal.m4-365-      || continue
yabasic-2.87.1/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
yabasic-2.87.1/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
yabasic-2.87.1/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
yabasic-2.87.1/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
yabasic-2.87.1/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yabasic-2.87.1/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yabasic-2.87.1/aclocal.m4-592-    * )
yabasic-2.87.1/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yabasic-2.87.1/aclocal.m4-594-  esac
yabasic-2.87.1/aclocal.m4-595-done
yabasic-2.87.1/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
yabasic-2.87.1/aclocal.m4-597-
##############################################
yabasic-2.87.1/aclocal.m4-848-     echo "timestamp, slept: $am_has_slept" > conftest.file
yabasic-2.87.1/aclocal.m4:849:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yabasic-2.87.1/aclocal.m4-850-     if test "$[*]" = "X"; then
yabasic-2.87.1/aclocal.m4-851-	# -L didn't work.
yabasic-2.87.1/aclocal.m4:852:	set X `ls -t "$srcdir/configure" conftest.file`
yabasic-2.87.1/aclocal.m4-853-     fi
##############################################
yabasic-2.87.1/configure.ac-91-
yabasic-2.87.1/configure.ac:92:dnl  check for dladdr() function
yabasic-2.87.1/configure.ac-93-AC_SEARCH_LIBS([dladdr], [dl dld])
##############################################
yabasic-2.87.1/configure.ac-104-dnl  build-time, that will be displayed in banner
yabasic-2.87.1/configure.ac:105:AC_DEFINE_UNQUOTED(BUILD_TIME,"`date -u -d @$SOURCE_DATE_EPOCH 2>/dev/null || date -u -r $SOURCE_DATE_EPOCH 2>/dev/null || date -u`",[build-time, that will be displayed in banner])
yabasic-2.87.1/configure.ac-106-
##############################################
yabasic-2.87.1/ltmain.sh-103-#
yabasic-2.87.1/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
yabasic-2.87.1/ltmain.sh-105-#
##############################################
yabasic-2.87.1/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
yabasic-2.87.1/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
yabasic-2.87.1/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
yabasic-2.87.1/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
yabasic-2.87.1/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
yabasic-2.87.1/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
yabasic-2.87.1/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
yabasic-2.87.1/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
yabasic-2.87.1/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
yabasic-2.87.1/ltmain.sh-410-# The name of this program.
yabasic-2.87.1/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
yabasic-2.87.1/ltmain.sh-412-
##############################################
yabasic-2.87.1/ltmain.sh-416-  *[\\/]*)
yabasic-2.87.1/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
yabasic-2.87.1/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
yabasic-2.87.1/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
yabasic-2.87.1/ltmain.sh-610-
yabasic-2.87.1/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
yabasic-2.87.1/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
yabasic-2.87.1/ltmain.sh-613-
##############################################
yabasic-2.87.1/ltmain.sh-639-
yabasic-2.87.1/ltmain.sh:640:    func_arith_result=`expr "$@"`
yabasic-2.87.1/ltmain.sh-641-  }
##############################################
yabasic-2.87.1/ltmain.sh-660-  # ...otherwise fall back to using sed.
yabasic-2.87.1/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
yabasic-2.87.1/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
yabasic-2.87.1/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
yabasic-2.87.1/ltmain.sh-757-      test -n "$_G_tc" && {
yabasic-2.87.1/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
yabasic-2.87.1/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
yabasic-2.87.1/ltmain.sh-760-      }
yabasic-2.87.1/ltmain.sh-761-    done
yabasic-2.87.1/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
yabasic-2.87.1/ltmain.sh-763-
##############################################
yabasic-2.87.1/ltmain.sh-831-
yabasic-2.87.1/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
yabasic-2.87.1/ltmain.sh-833-  }
##############################################
yabasic-2.87.1/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
yabasic-2.87.1/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
yabasic-2.87.1/ltmain.sh-865-      done
yabasic-2.87.1/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
yabasic-2.87.1/ltmain.sh-867-
##############################################
yabasic-2.87.1/ltmain.sh-901-      # If mktemp works, use that first and foremost
yabasic-2.87.1/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
yabasic-2.87.1/ltmain.sh-903-
##############################################
yabasic-2.87.1/ltmain.sh-1111-        *[\\\`\"\$]*)
yabasic-2.87.1/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
yabasic-2.87.1/ltmain.sh-1113-        *)
##############################################
yabasic-2.87.1/ltmain.sh-1198-    case $2 in
yabasic-2.87.1/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
yabasic-2.87.1/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
yabasic-2.87.1/ltmain.sh-1201-    esac
##############################################
yabasic-2.87.1/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
yabasic-2.87.1/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
yabasic-2.87.1/ltmain.sh-1273-      ;;
##############################################
yabasic-2.87.1/ltmain.sh-1358-
yabasic-2.87.1/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
yabasic-2.87.1/ltmain.sh-1360-}
##############################################
yabasic-2.87.1/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
yabasic-2.87.1/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
yabasic-2.87.1/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
yabasic-2.87.1/ltmain.sh-1517-
yabasic-2.87.1/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
yabasic-2.87.1/ltmain.sh-1519-}
##############################################
yabasic-2.87.1/ltmain.sh-1870-
yabasic-2.87.1/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
yabasic-2.87.1/ltmain.sh-1872-      func_split_equals_rhs=
yabasic-2.87.1/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
yabasic-2.87.1/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
yabasic-2.87.1/ltmain.sh-1875-  }
##############################################
yabasic-2.87.1/ltmain.sh-1898-
yabasic-2.87.1/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
yabasic-2.87.1/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
yabasic-2.87.1/ltmain.sh-1901-  }
##############################################
yabasic-2.87.1/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
yabasic-2.87.1/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
yabasic-2.87.1/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
yabasic-2.87.1/ltmain.sh-2074-
##############################################
yabasic-2.87.1/ltmain.sh-2110-  {
yabasic-2.87.1/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
yabasic-2.87.1/ltmain.sh-2112-  }
##############################################
yabasic-2.87.1/ltmain.sh-2115-  {
yabasic-2.87.1/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
yabasic-2.87.1/ltmain.sh-2117-  }
##############################################
yabasic-2.87.1/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
yabasic-2.87.1/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
yabasic-2.87.1/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
yabasic-2.87.1/ltmain.sh-2659-      done
yabasic-2.87.1/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
yabasic-2.87.1/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
yabasic-2.87.1/ltmain.sh-2662-      case $@ in
##############################################
yabasic-2.87.1/ltmain.sh-2672-	    # Evaluate the configuration.
yabasic-2.87.1/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
yabasic-2.87.1/ltmain.sh-2674-	    CC_quoted=
##############################################
yabasic-2.87.1/ltmain.sh-2678-	    done
yabasic-2.87.1/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
yabasic-2.87.1/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
yabasic-2.87.1/ltmain.sh-2681-	    case "$@ " in
##############################################
yabasic-2.87.1/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
yabasic-2.87.1/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
yabasic-2.87.1/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
yabasic-2.87.1/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
yabasic-2.87.1/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
yabasic-2.87.1/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
yabasic-2.87.1/ltmain.sh-3009-    # LT_CYGPATH in this case.
yabasic-2.87.1/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
yabasic-2.87.1/ltmain.sh-3011-  fi
##############################################
yabasic-2.87.1/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
yabasic-2.87.1/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
yabasic-2.87.1/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
yabasic-2.87.1/ltmain.sh-3376-    *.[cCFSifmso] | \
yabasic-2.87.1/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
yabasic-2.87.1/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
yabasic-2.87.1/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
yabasic-2.87.1/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
yabasic-2.87.1/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
yabasic-2.87.1/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
yabasic-2.87.1/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
yabasic-2.87.1/ltmain.sh-3474-
##############################################
yabasic-2.87.1/ltmain.sh-3520-      if test warn = "$need_locks" &&
yabasic-2.87.1/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
yabasic-2.87.1/ltmain.sh-3522-	$ECHO "\
yabasic-2.87.1/ltmain.sh-3523-*** ERROR, $lockfile contains:
yabasic-2.87.1/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
yabasic-2.87.1/ltmain.sh-3525-
##############################################
yabasic-2.87.1/ltmain.sh-3569-      if test warn = "$need_locks" &&
yabasic-2.87.1/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
yabasic-2.87.1/ltmain.sh-3571-	$ECHO "\
yabasic-2.87.1/ltmain.sh-3572-*** ERROR, $lockfile contains:
yabasic-2.87.1/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
yabasic-2.87.1/ltmain.sh-3574-
##############################################
yabasic-2.87.1/ltmain.sh-3895-      # Get the absolute pathname.
yabasic-2.87.1/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
yabasic-2.87.1/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
yabasic-2.87.1/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
yabasic-2.87.1/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
yabasic-2.87.1/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
yabasic-2.87.1/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
yabasic-2.87.1/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
yabasic-2.87.1/ltmain.sh-4280-
##############################################
yabasic-2.87.1/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
yabasic-2.87.1/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
yabasic-2.87.1/ltmain.sh-4293-	  else
yabasic-2.87.1/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
yabasic-2.87.1/ltmain.sh-4295-	  fi
##############################################
yabasic-2.87.1/ltmain.sh-4458-	    fi
yabasic-2.87.1/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
yabasic-2.87.1/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
yabasic-2.87.1/ltmain.sh-4477-	        # Replace the output file specification.
yabasic-2.87.1/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
yabasic-2.87.1/ltmain.sh-4479-
##############################################
yabasic-2.87.1/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
yabasic-2.87.1/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
yabasic-2.87.1/ltmain.sh-4498-	  fi
##############################################
yabasic-2.87.1/ltmain.sh-4570-    my_pic_p=${3-false}
yabasic-2.87.1/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
yabasic-2.87.1/ltmain.sh-4572-    my_dlsyms=
##############################################
yabasic-2.87.1/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
yabasic-2.87.1/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
yabasic-2.87.1/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
yabasic-2.87.1/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
yabasic-2.87.1/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
yabasic-2.87.1/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
yabasic-2.87.1/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
yabasic-2.87.1/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
yabasic-2.87.1/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
yabasic-2.87.1/ltmain.sh-4862-	  else
yabasic-2.87.1/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yabasic-2.87.1/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yabasic-2.87.1/ltmain.sh-4865-	  fi
##############################################
yabasic-2.87.1/ltmain.sh-4867-	*)
yabasic-2.87.1/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yabasic-2.87.1/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
yabasic-2.87.1/ltmain.sh-4870-	  ;;
##############################################
yabasic-2.87.1/ltmain.sh-4882-      # Nullify the symbol file.
yabasic-2.87.1/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
yabasic-2.87.1/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
yabasic-2.87.1/ltmain.sh-4885-    fi
##############################################
yabasic-2.87.1/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
yabasic-2.87.1/ltmain.sh:4897:  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)$'`
yabasic-2.87.1/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
yabasic-2.87.1/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
yabasic-2.87.1/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
yabasic-2.87.1/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
yabasic-2.87.1/ltmain.sh-4925-  win32_libid_type=unknown
yabasic-2.87.1/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
yabasic-2.87.1/ltmain.sh-4927-  case $win32_fileres in
##############################################
yabasic-2.87.1/ltmain.sh-4990-
yabasic-2.87.1/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
yabasic-2.87.1/ltmain.sh-4992-}
##############################################
yabasic-2.87.1/ltmain.sh-5008-
yabasic-2.87.1/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
yabasic-2.87.1/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
yabasic-2.87.1/ltmain.sh-5072-    # binutils import library
yabasic-2.87.1/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
yabasic-2.87.1/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
yabasic-2.87.1/ltmain.sh-5075-    # ms-generated import library
yabasic-2.87.1/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
yabasic-2.87.1/ltmain.sh-5077-  else
##############################################
yabasic-2.87.1/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
yabasic-2.87.1/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
yabasic-2.87.1/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
yabasic-2.87.1/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
yabasic-2.87.1/ltmain.sh-5160-	    darwin_arch=
##############################################
yabasic-2.87.1/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
yabasic-2.87.1/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
yabasic-2.87.1/ltmain.sh-5172-	    darwin_file=
##############################################
yabasic-2.87.1/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
yabasic-2.87.1/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
yabasic-2.87.1/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
yabasic-2.87.1/ltmain.sh-5189-      esac
yabasic-2.87.1/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
yabasic-2.87.1/ltmain.sh-5191-    done
##############################################
yabasic-2.87.1/ltmain.sh-5260-
yabasic-2.87.1/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
yabasic-2.87.1/ltmain.sh-5262-    $ECHO "\
##############################################
yabasic-2.87.1/ltmain.sh-5295-    --lt-dump-script)
yabasic-2.87.1/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
yabasic-2.87.1/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
yabasic-2.87.1/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
yabasic-2.87.1/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
yabasic-2.87.1/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
yabasic-2.87.1/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
yabasic-2.87.1/ltmain.sh-5324-  done
##############################################
yabasic-2.87.1/ltmain.sh-5380-  # Find the directory that this script lives in.
yabasic-2.87.1/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
yabasic-2.87.1/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
yabasic-2.87.1/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
yabasic-2.87.1/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
yabasic-2.87.1/ltmain.sh-5386-  while test -n \"\$file\"; do
yabasic-2.87.1/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
yabasic-2.87.1/ltmain.sh-5388-
##############################################
yabasic-2.87.1/ltmain.sh-5396-
yabasic-2.87.1/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
yabasic-2.87.1/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
yabasic-2.87.1/ltmain.sh-5399-  done
##############################################
yabasic-2.87.1/ltmain.sh-5410-    case \"\$thisdir\" in
yabasic-2.87.1/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
yabasic-2.87.1/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
yabasic-2.87.1/ltmain.sh-5416-  # Try to get the absolute directory name.
yabasic-2.87.1/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
yabasic-2.87.1/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
yabasic-2.87.1/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
yabasic-2.87.1/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
yabasic-2.87.1/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
yabasic-2.87.1/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
yabasic-2.87.1/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
yabasic-2.87.1/ltmain.sh-5443-      else
##############################################
yabasic-2.87.1/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
yabasic-2.87.1/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
yabasic-2.87.1/ltmain.sh-5487-
##############################################
yabasic-2.87.1/ltmain.sh-6464-
yabasic-2.87.1/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
yabasic-2.87.1/ltmain.sh-6466-    *import*) : ;;
##############################################
yabasic-2.87.1/ltmain.sh-6712-	    moreargs=
yabasic-2.87.1/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
yabasic-2.87.1/ltmain.sh-6714-	    do
##############################################
yabasic-2.87.1/ltmain.sh-6973-	*)
yabasic-2.87.1/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
yabasic-2.87.1/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
yabasic-2.87.1/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
yabasic-2.87.1/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
yabasic-2.87.1/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
yabasic-2.87.1/ltmain.sh-7287-      -Z*)
yabasic-2.87.1/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
yabasic-2.87.1/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
yabasic-2.87.1/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
yabasic-2.87.1/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
yabasic-2.87.1/ltmain.sh-7459-    else
##############################################
yabasic-2.87.1/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
yabasic-2.87.1/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yabasic-2.87.1/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
yabasic-2.87.1/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
yabasic-2.87.1/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
yabasic-2.87.1/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
yabasic-2.87.1/ltmain.sh-7871-	fi
yabasic-2.87.1/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
yabasic-2.87.1/ltmain.sh-7944-	*)
yabasic-2.87.1/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
yabasic-2.87.1/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
yabasic-2.87.1/ltmain.sh-8197-	    shift
yabasic-2.87.1/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
yabasic-2.87.1/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
yabasic-2.87.1/ltmain.sh-8489-		*)
yabasic-2.87.1/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
yabasic-2.87.1/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
yabasic-2.87.1/ltmain.sh-8500-		  depdepl=
yabasic-2.87.1/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
yabasic-2.87.1/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
yabasic-2.87.1/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
yabasic-2.87.1/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
yabasic-2.87.1/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
yabasic-2.87.1/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
yabasic-2.87.1/ltmain.sh-8511-                      fi
##############################################
yabasic-2.87.1/ltmain.sh-8522-		else
yabasic-2.87.1/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
yabasic-2.87.1/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
yabasic-2.87.1/ltmain.sh-8545-	else
yabasic-2.87.1/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh-8547-	fi
##############################################
yabasic-2.87.1/ltmain.sh-8634-        linux*)
yabasic-2.87.1/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
yabasic-2.87.1/ltmain.sh-9039-	removelist=
yabasic-2.87.1/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
yabasic-2.87.1/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
yabasic-2.87.1/ltmain.sh-9065-	# Transform .lo files to .o files.
yabasic-2.87.1/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
yabasic-2.87.1/ltmain.sh-9067-      fi
##############################################
yabasic-2.87.1/ltmain.sh-9070-      #for path in $notinst_path; do
yabasic-2.87.1/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
yabasic-2.87.1/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
yabasic-2.87.1/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
yabasic-2.87.1/ltmain.sh-9074-      #done
##############################################
yabasic-2.87.1/ltmain.sh-9191-		if test -n "$i"; then
yabasic-2.87.1/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
yabasic-2.87.1/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
yabasic-2.87.1/ltmain.sh-9194-		  set dummy $deplib_matches; shift
yabasic-2.87.1/ltmain.sh-9195-		  deplib_match=$1
yabasic-2.87.1/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
yabasic-2.87.1/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
yabasic-2.87.1/ltmain.sh-9234-		  if test -n "$i"; then
yabasic-2.87.1/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
yabasic-2.87.1/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
yabasic-2.87.1/ltmain.sh-9237-		    set dummy $deplib_matches; shift
yabasic-2.87.1/ltmain.sh-9238-		    deplib_match=$1
yabasic-2.87.1/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
yabasic-2.87.1/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
yabasic-2.87.1/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
yabasic-2.87.1/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yabasic-2.87.1/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
yabasic-2.87.1/ltmain.sh-9284-	      if test -n "$a_deplib"; then
yabasic-2.87.1/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
yabasic-2.87.1/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
yabasic-2.87.1/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
yabasic-2.87.1/ltmain.sh-9288-		else
##############################################
yabasic-2.87.1/ltmain.sh-9294-		    shopt -s nocaseglob
yabasic-2.87.1/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
yabasic-2.87.1/ltmain.sh-9296-		    $nocaseglob
yabasic-2.87.1/ltmain.sh-9297-		  else
yabasic-2.87.1/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
yabasic-2.87.1/ltmain.sh-9299-		  fi
##############################################
yabasic-2.87.1/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
yabasic-2.87.1/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
yabasic-2.87.1/ltmain.sh-9314-			case $potliblink in
yabasic-2.87.1/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
yabasic-2.87.1/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
yabasic-2.87.1/ltmain.sh-9317-			esac
##############################################
yabasic-2.87.1/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
yabasic-2.87.1/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
yabasic-2.87.1/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
yabasic-2.87.1/ltmain.sh-9368-	      if test -n "$a_deplib"; then
yabasic-2.87.1/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
yabasic-2.87.1/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
yabasic-2.87.1/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
yabasic-2.87.1/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
yabasic-2.87.1/ltmain.sh-9407-	  newdeplibs=
yabasic-2.87.1/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
yabasic-2.87.1/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
yabasic-2.87.1/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
yabasic-2.87.1/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
yabasic-2.87.1/ltmain.sh-9413-	    done
##############################################
yabasic-2.87.1/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
yabasic-2.87.1/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
yabasic-2.87.1/ltmain.sh-9439-	  ;;
##############################################
yabasic-2.87.1/ltmain.sh-9489-	*-*-darwin*)
yabasic-2.87.1/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh-9493-	  ;;
##############################################
yabasic-2.87.1/ltmain.sh-9616-	# Use standard objects if they are pic
yabasic-2.87.1/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
yabasic-2.87.1/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
yabasic-2.87.1/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
yabasic-2.87.1/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
yabasic-2.87.1/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
yabasic-2.87.1/ltmain.sh-10145-      # Create the old-style object.
yabasic-2.87.1/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
yabasic-2.87.1/ltmain.sh-10147-
##############################################
yabasic-2.87.1/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
yabasic-2.87.1/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
yabasic-2.87.1/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
yabasic-2.87.1/ltmain.sh-10206-	;;
##############################################
yabasic-2.87.1/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
yabasic-2.87.1/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
yabasic-2.87.1/ltmain.sh-10224-	;;
##############################################
yabasic-2.87.1/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
yabasic-2.87.1/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
yabasic-2.87.1/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
yabasic-2.87.1/ltmain.sh-10359-	# Transform all the library objects into standard objects.
yabasic-2.87.1/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
yabasic-2.87.1/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
yabasic-2.87.1/ltmain.sh-10362-      fi
##############################################
yabasic-2.87.1/ltmain.sh-10387-	# Replace the output file specification.
yabasic-2.87.1/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
yabasic-2.87.1/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
yabasic-2.87.1/ltmain.sh-10396-	  func_to_tool_file "$output"
yabasic-2.87.1/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
yabasic-2.87.1/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yabasic-2.87.1/ltmain.sh-10440-	# Replace the output file specification.
yabasic-2.87.1/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
yabasic-2.87.1/ltmain.sh-10442-	# Delete the old output file.
##############################################
yabasic-2.87.1/ltmain.sh-10448-	  func_to_tool_file "$output"
yabasic-2.87.1/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
yabasic-2.87.1/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yabasic-2.87.1/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
yabasic-2.87.1/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
yabasic-2.87.1/ltmain.sh-10468-          ;;
##############################################
yabasic-2.87.1/ltmain.sh-10479-      # Replace the output file specification.
yabasic-2.87.1/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
yabasic-2.87.1/ltmain.sh-10481-
##############################################
yabasic-2.87.1/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
yabasic-2.87.1/ltmain.sh:10489:	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'`
yabasic-2.87.1/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
yabasic-2.87.1/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
yabasic-2.87.1/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
yabasic-2.87.1/ltmain.sh-10511-      fi
##############################################
yabasic-2.87.1/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
yabasic-2.87.1/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
yabasic-2.87.1/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
yabasic-2.87.1/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
yabasic-2.87.1/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
yabasic-2.87.1/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
yabasic-2.87.1/ltmain.sh-10802-		name=$func_basename_result
yabasic-2.87.1/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
yabasic-2.87.1/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
yabasic-2.87.1/ltmain.sh-10821-		name=$func_basename_result
yabasic-2.87.1/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
yabasic-2.87.1/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
yabasic-2.87.1/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
yabasic-2.87.1/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
yabasic-2.87.1/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
yabasic-2.87.1/yabasic.bison-596-  
yabasic-2.87.1/yabasic.bison:597:paramitem: tSYMBOL {create_require(stNUMBER);create_makelocal(dotify($1,FALSE),syNUMBER);add_command(cPOPDBLSYM,dotify($1,FALSE),NULL);}
yabasic-2.87.1/yabasic.bison:598:  | tSTRSYM {create_require(stSTRING);create_makelocal(dotify($1,FALSE),sySTRING);add_command(cPOPSTRSYM,dotify($1,FALSE),NULL);}
yabasic-2.87.1/yabasic.bison:599:  | tSYMBOL '(' ')' {create_require(stNUMBERARRAYREF);create_arraylink(dotify($1,FALSE),stNUMBERARRAYREF);}
yabasic-2.87.1/yabasic.bison:600:  | tSTRSYM '(' ')' {create_require(stSTRINGARRAYREF);create_arraylink(dotify($1,FALSE),stSTRINGARRAYREF);}
yabasic-2.87.1/yabasic.bison-601-  ;
##############################################
yabasic-2.87.1/whereami.c-53-#elif defined(__GNUC__)
yabasic-2.87.1/whereami.c:54:#define WAI_RETURN_ADDRESS() __builtin_extract_return_addr(__builtin_return_address(0))
yabasic-2.87.1/whereami.c-55-#else
##############################################
yabasic-2.87.1/whereami.c-438-
yabasic-2.87.1/whereami.c:439:    if (dladdr(WAI_RETURN_ADDRESS(), &info))
yabasic-2.87.1/whereami.c-440-    {
##############################################
yabasic-2.87.1/whereami.c-544-
yabasic-2.87.1/whereami.c:545:    if (dladdr(WAI_RETURN_ADDRESS(), &info))
yabasic-2.87.1/whereami.c-546-    {
##############################################
yabasic-2.87.1/whereami.c-649-
yabasic-2.87.1/whereami.c:650:    if (dladdr(WAI_RETURN_ADDRESS(), &info))
yabasic-2.87.1/whereami.c-651-    {
##############################################
yabasic-2.87.1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
yabasic-2.87.1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yabasic-2.87.1/configure-45-  as_echo='print -r --'
yabasic-2.87.1/configure-46-  as_echo_n='print -rn --'
yabasic-2.87.1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yabasic-2.87.1/configure-48-  as_echo='printf %s\n'
##############################################
yabasic-2.87.1/configure-50-else
yabasic-2.87.1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yabasic-2.87.1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yabasic-2.87.1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
yabasic-2.87.1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yabasic-2.87.1/configure-62-      esac;
##############################################
yabasic-2.87.1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
yabasic-2.87.1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
yabasic-2.87.1/configure-199-
##############################################
yabasic-2.87.1/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
yabasic-2.87.1/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
yabasic-2.87.1/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
yabasic-2.87.1/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
yabasic-2.87.1/configure-332-      case $as_dir in #(
yabasic-2.87.1/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yabasic-2.87.1/configure-334-      *) as_qdir=$as_dir;;
##############################################
yabasic-2.87.1/configure-405-  {
yabasic-2.87.1/configure:406:    as_val=`expr "$@" || test $? -eq 1`
yabasic-2.87.1/configure-407-  }
##############################################
yabasic-2.87.1/configure-412-# ----------------------------------------
yabasic-2.87.1/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yabasic-2.87.1/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yabasic-2.87.1/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
yabasic-2.87.1/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
yabasic-2.87.1/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
yabasic-2.87.1/configure-855-  case $ac_option in
yabasic-2.87.1/configure:856:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
yabasic-2.87.1/configure-857-  *=)   ac_optarg= ;;
##############################################
yabasic-2.87.1/configure-899-  -disable-* | --disable-*)
yabasic-2.87.1/configure:900:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
yabasic-2.87.1/configure-901-    # Reject names that are not valid shell variable names.
##############################################
yabasic-2.87.1/configure-904-    ac_useropt_orig=$ac_useropt
yabasic-2.87.1/configure:905:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yabasic-2.87.1/configure-906-    case $ac_user_opts in
##############################################
yabasic-2.87.1/configure-925-  -enable-* | --enable-*)
yabasic-2.87.1/configure:926:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
yabasic-2.87.1/configure-927-    # Reject names that are not valid shell variable names.
##############################################
yabasic-2.87.1/configure-930-    ac_useropt_orig=$ac_useropt
yabasic-2.87.1/configure:931:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yabasic-2.87.1/configure-932-    case $ac_user_opts in
##############################################
yabasic-2.87.1/configure-1129-  -with-* | --with-*)
yabasic-2.87.1/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
yabasic-2.87.1/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
yabasic-2.87.1/configure-1134-    ac_useropt_orig=$ac_useropt
yabasic-2.87.1/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yabasic-2.87.1/configure-1136-    case $ac_user_opts in
##############################################
yabasic-2.87.1/configure-1145-  -without-* | --without-*)
yabasic-2.87.1/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
yabasic-2.87.1/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
yabasic-2.87.1/configure-1150-    ac_useropt_orig=$ac_useropt
yabasic-2.87.1/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yabasic-2.87.1/configure-1152-    case $ac_user_opts in
##############################################
yabasic-2.87.1/configure-1183-  *=*)
yabasic-2.87.1/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
yabasic-2.87.1/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
yabasic-2.87.1/configure-1204-if test -n "$ac_prev"; then
yabasic-2.87.1/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
yabasic-2.87.1/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
yabasic-2.87.1/configure-1226-    */ )
yabasic-2.87.1/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
yabasic-2.87.1/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
yabasic-2.87.1/configure-1261-ac_ls_di=`ls -di .` &&
yabasic-2.87.1/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
yabasic-2.87.1/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
yabasic-2.87.1/configure-1317-case $srcdir in
yabasic-2.87.1/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
yabasic-2.87.1/configure-1319-esac
##############################################
yabasic-2.87.1/configure-1360-By default, \`make install' will install all the files in
yabasic-2.87.1/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
yabasic-2.87.1/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
yabasic-2.87.1/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
yabasic-2.87.1/configure-1481-*)
yabasic-2.87.1/configure:1482:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yabasic-2.87.1/configure-1483-  # A ".." for each directory in $ac_dir_suffix.
yabasic-2.87.1/configure:1484:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yabasic-2.87.1/configure-1485-  case $ac_top_builddir_sub in
##############################################
yabasic-2.87.1/configure-2019-    *\'*)
yabasic-2.87.1/configure:2020:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
yabasic-2.87.1/configure-2021-    esac
##############################################
yabasic-2.87.1/configure-2102-      case $ac_val in
yabasic-2.87.1/configure:2103:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yabasic-2.87.1/configure-2104-      esac
##############################################
yabasic-2.87.1/configure-2117-	case $ac_val in
yabasic-2.87.1/configure:2118:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yabasic-2.87.1/configure-2119-	esac
##############################################
yabasic-2.87.1/configure-2237-    set,)
yabasic-2.87.1/configure:2238:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
yabasic-2.87.1/configure:2239:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
yabasic-2.87.1/configure-2240-      ac_cache_corrupted=: ;;
##############################################
yabasic-2.87.1/configure-2248-	# differences in whitespace do not lead to failure.
yabasic-2.87.1/configure:2249:	ac_old_val_w=`echo x $ac_old_val`
yabasic-2.87.1/configure:2250:	ac_new_val_w=`echo x $ac_new_val`
yabasic-2.87.1/configure-2251-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
yabasic-2.87.1/configure-2268-    case $ac_new_val in
yabasic-2.87.1/configure:2269:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
yabasic-2.87.1/configure-2270-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
yabasic-2.87.1/configure-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
yabasic-2.87.1/configure:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yabasic-2.87.1/configure-2446-     if test "$*" = "X"; then
yabasic-2.87.1/configure-2447-	# -L didn't work.
yabasic-2.87.1/configure:2448:	set X `ls -t "$srcdir/configure" conftest.file`
yabasic-2.87.1/configure-2449-     fi
##############################################
yabasic-2.87.1/configure-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
yabasic-2.87.1/configure:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
yabasic-2.87.1/configure-2497-
yabasic-2.87.1/configure-2498-# Expand $ac_aux_dir to an absolute path.
yabasic-2.87.1/configure:2499:am_aux_dir=`cd "$ac_aux_dir" && pwd`
yabasic-2.87.1/configure-2500-
##############################################
yabasic-2.87.1/configure-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
yabasic-2.87.1/configure:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
yabasic-2.87.1/configure-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
yabasic-2.87.1/configure-2713-set x ${MAKE-make}
yabasic-2.87.1/configure:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
yabasic-2.87.1/configure-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
yabasic-2.87.1/configure-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
yabasic-2.87.1/configure:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
yabasic-2.87.1/configure-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
yabasic-2.87.1/configure-2789-
yabasic-2.87.1/configure:2790:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yabasic-2.87.1/configure-2791-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yabasic-2.87.1/configure-2940-test "x$ac_build_alias" = x &&
yabasic-2.87.1/configure:2941:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
yabasic-2.87.1/configure-2942-test "x$ac_build_alias" = x &&
yabasic-2.87.1/configure-2943-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
yabasic-2.87.1/configure:2944:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
yabasic-2.87.1/configure-2945-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
yabasic-2.87.1/configure-2964-IFS=$ac_save_IFS
yabasic-2.87.1/configure:2965:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
yabasic-2.87.1/configure-2966-
##############################################
yabasic-2.87.1/configure-2975-else
yabasic-2.87.1/configure:2976:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
yabasic-2.87.1/configure-2977-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
yabasic-2.87.1/configure-2997-IFS=$ac_save_IFS
yabasic-2.87.1/configure:2998:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
yabasic-2.87.1/configure-2999-
##############################################
yabasic-2.87.1/configure-3025-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
yabasic-2.87.1/configure:3026:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
yabasic-2.87.1/configure-3027-  ECHO='print -r --'
yabasic-2.87.1/configure:3028:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
yabasic-2.87.1/configure-3029-  ECHO='printf %s\n'
##############################################
yabasic-2.87.1/configure-3478-$as_echo_n "checking whether the C compiler works... " >&6; }
yabasic-2.87.1/configure:3479:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
yabasic-2.87.1/configure-3480-
##############################################
yabasic-2.87.1/configure-3522-	then :; else
yabasic-2.87.1/configure:3523:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yabasic-2.87.1/configure-3524-	fi
##############################################
yabasic-2.87.1/configure-3582-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
yabasic-2.87.1/configure:3583:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yabasic-2.87.1/configure-3584-	  break;;
##############################################
yabasic-2.87.1/configure-3691-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
yabasic-2.87.1/configure:3692:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
yabasic-2.87.1/configure-3693-       break;;
##############################################
yabasic-2.87.1/configure-4009-  if test "$am_compiler_list" = ""; then
yabasic-2.87.1/configure:4010:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
yabasic-2.87.1/configure-4011-  fi
##############################################
yabasic-2.87.1/configure-4133-  # Check for GNU $ac_path_SED
yabasic-2.87.1/configure:4134:case `"$ac_path_SED" --version 2>&1` in
yabasic-2.87.1/configure-4135-*GNU*)
##############################################
yabasic-2.87.1/configure-4209-  # Check for GNU $ac_path_GREP
yabasic-2.87.1/configure:4210:case `"$ac_path_GREP" --version 2>&1` in
yabasic-2.87.1/configure-4211-*GNU*)
##############################################
yabasic-2.87.1/configure-4275-  # Check for GNU $ac_path_EGREP
yabasic-2.87.1/configure:4276:case `"$ac_path_EGREP" --version 2>&1` in
yabasic-2.87.1/configure-4277-*GNU*)
##############################################
yabasic-2.87.1/configure-4342-  # Check for GNU $ac_path_FGREP
yabasic-2.87.1/configure:4343:case `"$ac_path_FGREP" --version 2>&1` in
yabasic-2.87.1/configure-4344-*GNU*)
##############################################
yabasic-2.87.1/configure-4422-    # gcc leaves a trailing carriage return, which upsets mingw
yabasic-2.87.1/configure:4423:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yabasic-2.87.1/configure-4424-  *)
yabasic-2.87.1/configure:4425:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yabasic-2.87.1/configure-4426-  esac
##############################################
yabasic-2.87.1/configure-4431-      # Canonicalize the pathname of ld
yabasic-2.87.1/configure:4432:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
yabasic-2.87.1/configure-4433-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
yabasic-2.87.1/configure:4434:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
yabasic-2.87.1/configure-4435-      done
##############################################
yabasic-2.87.1/configure-4466-      # Break only if it was the GNU/non-GNU ld that we prefer.
yabasic-2.87.1/configure:4467:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
yabasic-2.87.1/configure-4468-      *GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/configure-4497-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
yabasic-2.87.1/configure:4498:case `$LD -v 2>&1 </dev/null` in
yabasic-2.87.1/configure-4499-*GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/configure-4547-	esac
yabasic-2.87.1/configure:4548:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
yabasic-2.87.1/configure-4549-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
yabasic-2.87.1/configure-4553-	*)
yabasic-2.87.1/configure:4554:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
yabasic-2.87.1/configure-4555-	  */dev/null*)
##############################################
yabasic-2.87.1/configure-4681-
yabasic-2.87.1/configure:4682:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
yabasic-2.87.1/configure-4683-    *COFF*)
##############################################
yabasic-2.87.1/configure-4793-    # And add a safety zone
yabasic-2.87.1/configure:4794:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yabasic-2.87.1/configure:4795:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yabasic-2.87.1/configure-4796-    ;;
##############################################
yabasic-2.87.1/configure-4826-    if test -n "$kargmax"; then
yabasic-2.87.1/configure:4827:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
yabasic-2.87.1/configure-4828-    else
##############################################
yabasic-2.87.1/configure-4835-       test undefined != "$lt_cv_sys_max_cmd_len"; then
yabasic-2.87.1/configure:4836:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yabasic-2.87.1/configure:4837:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yabasic-2.87.1/configure-4838-    else
##############################################
yabasic-2.87.1/configure-4847-      # we can't tell.
yabasic-2.87.1/configure:4848:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
yabasic-2.87.1/configure-4849-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
yabasic-2.87.1/configure-4851-      do
yabasic-2.87.1/configure:4852:        i=`expr $i + 1`
yabasic-2.87.1/configure-4853-        teststring=$teststring$teststring
##############################################
yabasic-2.87.1/configure-4855-      # Only check the string length outside the loop.
yabasic-2.87.1/configure:4856:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
yabasic-2.87.1/configure-4857-      teststring=
##############################################
yabasic-2.87.1/configure-4860-      # linker.  It appears as though 1/2 is a usable value.
yabasic-2.87.1/configure:4861:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
yabasic-2.87.1/configure-4862-    fi
##############################################
yabasic-2.87.1/configure-5271-openbsd* | bitrig*)
yabasic-2.87.1/configure:5272:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/configure-5273-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
yabasic-2.87.1/configure-5341-    else
yabasic-2.87.1/configure:5342:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
yabasic-2.87.1/configure-5343-    fi
##############################################
yabasic-2.87.1/configure-5486-  # decide which one to use based on capabilities of $DLLTOOL
yabasic-2.87.1/configure:5487:  case `$DLLTOOL --help 2>&1` in
yabasic-2.87.1/configure-5488-  *--identify-strict*)
##############################################
yabasic-2.87.1/configure-6008-# If we're using GNU nm, then use its standard symbol codes.
yabasic-2.87.1/configure:6009:case `$NM -V 2>&1` in
yabasic-2.87.1/configure-6010-*GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/configure-6056-mingw*)
yabasic-2.87.1/configure:6057:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
yabasic-2.87.1/configure-6058-  ;;
##############################################
yabasic-2.87.1/configure-6288-   if test yes = "$GCC"; then
yabasic-2.87.1/configure:6289:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
yabasic-2.87.1/configure-6290-   fi
##############################################
yabasic-2.87.1/configure-6292- /*)
yabasic-2.87.1/configure:6293:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
yabasic-2.87.1/configure-6294-   ;; #(
##############################################
yabasic-2.87.1/configure-6387-    done
yabasic-2.87.1/configure:6388:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
yabasic-2.87.1/configure-6389-}
##############################################
yabasic-2.87.1/configure-6409-  test $ac_status = 0; }; then
yabasic-2.87.1/configure:6410:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6411-      *ELF-32*)
##############################################
yabasic-2.87.1/configure-6430-    if test yes = "$lt_cv_prog_gnu_ld"; then
yabasic-2.87.1/configure:6431:      case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6432-	*32-bit*)
##############################################
yabasic-2.87.1/configure-6442-    else
yabasic-2.87.1/configure:6443:      case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6444-	*32-bit*)
##############################################
yabasic-2.87.1/configure-6468-    emul=elf
yabasic-2.87.1/configure:6469:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6470-      *32-bit*)
##############################################
yabasic-2.87.1/configure-6476-    esac
yabasic-2.87.1/configure:6477:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6478-      *MSB*)
##############################################
yabasic-2.87.1/configure-6484-    esac
yabasic-2.87.1/configure:6485:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/configure-6486-      *N32*)
##############################################
yabasic-2.87.1/configure-7417-    *:)
yabasic-2.87.1/configure:7418:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
yabasic-2.87.1/configure-7419-        ;;
yabasic-2.87.1/configure-7420-    x:*)
yabasic-2.87.1/configure:7421:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/configure-7422-        ;;
yabasic-2.87.1/configure-7423-    *::*)
yabasic-2.87.1/configure:7424:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
yabasic-2.87.1/configure:7425:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
yabasic-2.87.1/configure-7426-        ;;
yabasic-2.87.1/configure-7427-    *)
yabasic-2.87.1/configure:7428:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/configure-7429-        ;;
##############################################
yabasic-2.87.1/configure-7686-do :
yabasic-2.87.1/configure:7687:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yabasic-2.87.1/configure-7688-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
yabasic-2.87.1/configure-7691-  cat >>confdefs.h <<_ACEOF
yabasic-2.87.1/configure:7692:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yabasic-2.87.1/configure-7693-_ACEOF
##############################################
yabasic-2.87.1/configure-8049-	"file_magic "*)
yabasic-2.87.1/configure:8050:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yabasic-2.87.1/configure-8051-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
yabasic-2.87.1/configure-8115-	"file_magic "*)
yabasic-2.87.1/configure:8116:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yabasic-2.87.1/configure-8117-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
yabasic-2.87.1/configure-8513-      *)
yabasic-2.87.1/configure:8514:	case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/configure-8515-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
yabasic-2.87.1/configure-8959-	# shared libraries, regardless of the interface used.
yabasic-2.87.1/configure:8960:	case `$LD -v 2>&1` in
yabasic-2.87.1/configure-8961-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
yabasic-2.87.1/configure-8991-    supports_anon_versioning=no
yabasic-2.87.1/configure:8992:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
yabasic-2.87.1/configure-8993-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
yabasic-2.87.1/configure-9060-	# is; otherwise, prepend EXPORTS...
yabasic-2.87.1/configure:9061:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
yabasic-2.87.1/configure-9062-          cp $export_symbols $output_objdir/$soname.def;
##############################################
yabasic-2.87.1/configure-9094-	prefix_cmds="$SED"~
yabasic-2.87.1/configure:9095:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
yabasic-2.87.1/configure-9096-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
yabasic-2.87.1/configure-9116-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yabasic-2.87.1/configure:9117:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
yabasic-2.87.1/configure:9118:      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'
yabasic-2.87.1/configure-9119-      ;;
##############################################
yabasic-2.87.1/configure-9134-        pgcc*)				# Portland Group C compiler
yabasic-2.87.1/configure:9135:	  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'
yabasic-2.87.1/configure-9136-	  tmp_addflag=' $pic_flag'
##############################################
yabasic-2.87.1/configure-9139-					# Portland Group f77 and f90 compilers
yabasic-2.87.1/configure:9140:	  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'
yabasic-2.87.1/configure-9141-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
yabasic-2.87.1/configure-9156-	nvcc*)	# Cuda Compiler Driver 2.2
yabasic-2.87.1/configure:9157:	  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'
yabasic-2.87.1/configure-9158-	  compiler_needs_object=yes
##############################################
yabasic-2.87.1/configure-9160-	esac
yabasic-2.87.1/configure:9161:	case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/configure-9162-	*Sun\ C*)			# Sun C 5.9
yabasic-2.87.1/configure:9163:	  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'
yabasic-2.87.1/configure-9164-	  compiler_needs_object=yes
##############################################
yabasic-2.87.1/configure-9231-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yabasic-2.87.1/configure:9232:      case `$LD -v 2>&1` in
yabasic-2.87.1/configure-9233-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
yabasic-2.87.1/configure-9320-	else
yabasic-2.87.1/configure:9321:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
yabasic-2.87.1/configure-9322-	fi
##############################################
yabasic-2.87.1/configure-9385-	# below for broken collect2 doesn't work under 4.3+
yabasic-2.87.1/configure:9386:	  collect2name=`$CC -print-prog-name=collect2`
yabasic-2.87.1/configure-9387-	  if test -f "$collect2name" &&
##############################################
yabasic-2.87.1/configure-9465-      }'
yabasic-2.87.1/configure:9466:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/configure-9467-  # Check for a 64-bit object if we didn't find anything.
yabasic-2.87.1/configure-9468-  if test -z "$lt_cv_aix_libpath_"; then
yabasic-2.87.1/configure:9469:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/configure-9470-  fi
##############################################
yabasic-2.87.1/configure-9483-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
yabasic-2.87.1/configure:9484:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
yabasic-2.87.1/configure-9485-      else
##############################################
yabasic-2.87.1/configure-9518-      }'
yabasic-2.87.1/configure:9519:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/configure-9520-  # Check for a 64-bit object if we didn't find anything.
yabasic-2.87.1/configure-9521-  if test -z "$lt_cv_aix_libpath_"; then
yabasic-2.87.1/configure:9522:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/configure-9523-  fi
##############################################
yabasic-2.87.1/configure-9550-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
yabasic-2.87.1/configure:9551:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
yabasic-2.87.1/configure-9552-	  if test svr4 != "$with_aix_soname"; then
##############################################
yabasic-2.87.1/configure-9603-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
yabasic-2.87.1/configure:9604:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
yabasic-2.87.1/configure-9605-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
yabasic-2.87.1/configure-9641-	# FIXME: Setting linknames here is a bad hack.
yabasic-2.87.1/configure:9642:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
yabasic-2.87.1/configure-9643-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
yabasic-2.87.1/configure-9659-  if test yes = "$lt_cv_ld_force_load"; then
yabasic-2.87.1/configure:9660:    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\"`'
yabasic-2.87.1/configure-9661-
##############################################
yabasic-2.87.1/configure-9839-      if test yes = "$GCC"; then
yabasic-2.87.1/configure:9840:	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'
yabasic-2.87.1/configure-9841-	# Try to use the -exported_symbol ld option, if it does not
##############################################
yabasic-2.87.1/configure-9867-	if test yes = "$lt_cv_irix_exported_symbol"; then
yabasic-2.87.1/configure:9868:          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'
yabasic-2.87.1/configure-9869-	fi
yabasic-2.87.1/configure-9870-      else
yabasic-2.87.1/configure:9871:	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'
yabasic-2.87.1/configure:9872:	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'
yabasic-2.87.1/configure-9873-      fi
##############################################
yabasic-2.87.1/configure-9917-	hardcode_direct_absolute=yes
yabasic-2.87.1/configure:9918:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/configure-9919-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
yabasic-2.87.1/configure-9948-	prefix_cmds="$SED"~
yabasic-2.87.1/configure:9949:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
yabasic-2.87.1/configure-9950-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
yabasic-2.87.1/configure-9962-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
yabasic-2.87.1/configure:9963:	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'
yabasic-2.87.1/configure-9964-      else
yabasic-2.87.1/configure-9965-	allow_undefined_flag=' -expect_unresolved \*'
yabasic-2.87.1/configure:9966:	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'
yabasic-2.87.1/configure-9967-      fi
##############################################
yabasic-2.87.1/configure-9975-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
yabasic-2.87.1/configure:9976:	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'
yabasic-2.87.1/configure-9977-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
yabasic-2.87.1/configure-9979-	allow_undefined_flag=' -expect_unresolved \*'
yabasic-2.87.1/configure:9980:	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'
yabasic-2.87.1/configure:9981:	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~
yabasic-2.87.1/configure:9982:          $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'
yabasic-2.87.1/configure-9983-
##############################################
yabasic-2.87.1/configure-9998-      else
yabasic-2.87.1/configure:9999:	case `$CC -V 2>&1` in
yabasic-2.87.1/configure-10000-	*"Compilers 5.0"*)
##############################################
yabasic-2.87.1/configure-10397-  esac
yabasic-2.87.1/configure:10398:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
yabasic-2.87.1/configure-10399-  case $lt_search_path_spec in
##############################################
yabasic-2.87.1/configure-10404-    # okay in the real world where ";" in dirpaths is itself problematic.
yabasic-2.87.1/configure:10405:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
yabasic-2.87.1/configure-10406-    ;;
yabasic-2.87.1/configure-10407-  *)
yabasic-2.87.1/configure:10408:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/configure-10409-    ;;
##############################################
yabasic-2.87.1/configure-10413-  lt_tmp_lt_search_path_spec=
yabasic-2.87.1/configure:10414:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
yabasic-2.87.1/configure-10415-  # ...but if some path component already ends with the multilib dir we assume
##############################################
yabasic-2.87.1/configure-10455-  esac
yabasic-2.87.1/configure:10456:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
yabasic-2.87.1/configure-10457-else
##############################################
yabasic-2.87.1/configure-10595-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
yabasic-2.87.1/configure:10596:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
yabasic-2.87.1/configure-10597-    ;;
##############################################
yabasic-2.87.1/configure-10631-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yabasic-2.87.1/configure:10632:    postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/configure:10633:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
yabasic-2.87.1/configure:10634:      dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/configure-10635-      test -d \$dldir || mkdir -p \$dldir~
##############################################
yabasic-2.87.1/configure-10640-      fi'
yabasic-2.87.1/configure:10641:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yabasic-2.87.1/configure-10642-      dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/configure-10648-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
yabasic-2.87.1/configure:10649:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/configure-10650-
##############################################
yabasic-2.87.1/configure-10654-      # MinGW DLLs use traditional 'lib' prefix
yabasic-2.87.1/configure:10655:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/configure-10656-      ;;
##############################################
yabasic-2.87.1/configure-10658-      # pw32 DLLs use 'pw' prefix rather than 'lib'
yabasic-2.87.1/configure:10659:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/configure-10660-      ;;
##############################################
yabasic-2.87.1/configure-10667-    libname_spec='$name'
yabasic-2.87.1/configure:10668:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/configure-10669-    library_names_spec='$libname.dll.lib'
##############################################
yabasic-2.87.1/configure-10679-        # Let DOS variable expansion print the short 8.3 style file name.
yabasic-2.87.1/configure:10680:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
yabasic-2.87.1/configure-10681-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
yabasic-2.87.1/configure-10684-      # Convert to MSYS style.
yabasic-2.87.1/configure:10685:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
yabasic-2.87.1/configure-10686-      ;;
##############################################
yabasic-2.87.1/configure-10690-      # like /cygdrive/c/PROGRA~1:/cygdr...
yabasic-2.87.1/configure:10691:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
yabasic-2.87.1/configure:10692:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
yabasic-2.87.1/configure:10693:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/configure-10694-      ;;
##############################################
yabasic-2.87.1/configure-10698-        # It is most probably a Windows format PATH.
yabasic-2.87.1/configure:10699:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
yabasic-2.87.1/configure-10700-      else
yabasic-2.87.1/configure:10701:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/configure-10702-      fi
##############################################
yabasic-2.87.1/configure-10708-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yabasic-2.87.1/configure:10709:    postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/configure:10710:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
yabasic-2.87.1/configure:10711:      dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/configure-10712-      test -d \$dldir || mkdir -p \$dldir~
yabasic-2.87.1/configure-10713-      $install_prog $dir/$dlname \$dldir/$dlname'
yabasic-2.87.1/configure:10714:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yabasic-2.87.1/configure-10715-      dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/configure-10722-    # Assume MSVC wrapper
yabasic-2.87.1/configure:10723:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
yabasic-2.87.1/configure-10724-    dynamic_linker='Win32 ld.exe'
##############################################
yabasic-2.87.1/configure-10739-  shlibpath_var=DYLD_LIBRARY_PATH
yabasic-2.87.1/configure:10740:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
yabasic-2.87.1/configure-10741-
##############################################
yabasic-2.87.1/configure-10992-  if test -f /etc/ld.so.conf; then
yabasic-2.87.1/configure:10993:    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' ' '`
yabasic-2.87.1/configure-10994-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
yabasic-2.87.1/configure-11046-  need_lib_prefix=no
yabasic-2.87.1/configure:11047:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/configure-11048-    need_version=no
##############################################
yabasic-2.87.1/configure-11073-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
yabasic-2.87.1/configure:11074:  postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/configure:11075:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
yabasic-2.87.1/configure:11076:    dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/configure-11077-    test -d \$dldir || mkdir -p \$dldir~
##############################################
yabasic-2.87.1/configure-11082-    fi'
yabasic-2.87.1/configure:11083:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
yabasic-2.87.1/configure-11084-    dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/configure-12642-  if test "$am_compiler_list" = ""; then
yabasic-2.87.1/configure:12643:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
yabasic-2.87.1/configure-12644-  fi
##############################################
yabasic-2.87.1/configure-12782-do :
yabasic-2.87.1/configure:12783:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yabasic-2.87.1/configure-12784-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yabasic-2.87.1/configure-12786-  cat >>confdefs.h <<_ACEOF
yabasic-2.87.1/configure:12787:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yabasic-2.87.1/configure-12788-_ACEOF
##############################################
yabasic-2.87.1/configure-12929-  for ac_func in _getb67 GETB67 getb67; do
yabasic-2.87.1/configure:12930:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yabasic-2.87.1/configure-12931-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yabasic-2.87.1/configure-13118-do :
yabasic-2.87.1/configure:13119:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yabasic-2.87.1/configure-13120-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yabasic-2.87.1/configure-13122-  cat >>confdefs.h <<_ACEOF
yabasic-2.87.1/configure:13123:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yabasic-2.87.1/configure-13124-_ACEOF
##############################################
yabasic-2.87.1/configure-13277-  test $ac_status = 0; }; then
yabasic-2.87.1/configure:13278:  pkg_cv_FFI_CFLAGS=`$PKG_CONFIG --cflags "libffi" 2>/dev/null`
yabasic-2.87.1/configure-13279-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yabasic-2.87.1/configure-13294-  test $ac_status = 0; }; then
yabasic-2.87.1/configure:13295:  pkg_cv_FFI_LIBS=`$PKG_CONFIG --libs "libffi" 2>/dev/null`
yabasic-2.87.1/configure-13296-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yabasic-2.87.1/configure-13315-        if test $_pkg_short_errors_supported = yes; then
yabasic-2.87.1/configure:13316:	        FFI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libffi" 2>&1`
yabasic-2.87.1/configure-13317-        else
yabasic-2.87.1/configure:13318:	        FFI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libffi" 2>&1`
yabasic-2.87.1/configure-13319-        fi
##############################################
yabasic-2.87.1/configure-13581-do :
yabasic-2.87.1/configure:13582:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yabasic-2.87.1/configure-13583-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yabasic-2.87.1/configure-13585-  cat >>confdefs.h <<_ACEOF
yabasic-2.87.1/configure:13586:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yabasic-2.87.1/configure-13587-_ACEOF
##############################################
yabasic-2.87.1/configure-13622-#endif
yabasic-2.87.1/configure:13623:char dladdr ();
yabasic-2.87.1/configure-13624-int
##############################################
yabasic-2.87.1/configure-13626-{
yabasic-2.87.1/configure:13627:return dladdr ();
yabasic-2.87.1/configure-13628-  ;
##############################################
yabasic-2.87.1/configure-13699-    for ac_var in incroot usrlibdir libdir; do
yabasic-2.87.1/configure:13700:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
yabasic-2.87.1/configure-13701-    done
##############################################
yabasic-2.87.1/configure-13809-  LIBS=$ac_save_LIBS
yabasic-2.87.1/configure:13810:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
yabasic-2.87.1/configure-13811-do
##############################################
yabasic-2.87.1/configure-14359-cat >>confdefs.h <<_ACEOF
yabasic-2.87.1/configure:14360:#define BUILD_TIME "`date -u -d @$SOURCE_DATE_EPOCH 2>/dev/null || date -u -r $SOURCE_DATE_EPOCH 2>/dev/null || date -u`"
yabasic-2.87.1/configure-14361-_ACEOF
##############################################
yabasic-2.87.1/configure-14465-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
yabasic-2.87.1/configure:14466:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
yabasic-2.87.1/configure-14467-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
yabasic-2.87.1/configure-14560-if test -z "$BASH_VERSION$ZSH_VERSION" \
yabasic-2.87.1/configure:14561:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yabasic-2.87.1/configure-14562-  as_echo='print -r --'
yabasic-2.87.1/configure-14563-  as_echo_n='print -rn --'
yabasic-2.87.1/configure:14564:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yabasic-2.87.1/configure-14565-  as_echo='printf %s\n'
##############################################
yabasic-2.87.1/configure-14567-else
yabasic-2.87.1/configure:14568:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yabasic-2.87.1/configure-14569-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yabasic-2.87.1/configure-14577-	expr "X$arg" : "X\\(.*\\)$as_nl";
yabasic-2.87.1/configure:14578:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yabasic-2.87.1/configure-14579-      esac;
##############################################
yabasic-2.87.1/configure-14654-# ----------------------------------------
yabasic-2.87.1/configure:14655:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yabasic-2.87.1/configure-14656-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yabasic-2.87.1/configure-14726-  {
yabasic-2.87.1/configure:14727:    as_val=`expr "$@" || test $? -eq 1`
yabasic-2.87.1/configure-14728-  }
##############################################
yabasic-2.87.1/configure-14830-      case $as_dir in #(
yabasic-2.87.1/configure:14831:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yabasic-2.87.1/configure-14832-      *) as_qdir=$as_dir;;
##############################################
yabasic-2.87.1/configure-14965-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
yabasic-2.87.1/configure:14966:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
yabasic-2.87.1/configure-14967-ac_cs_version="\\
##############################################
yabasic-2.87.1/configure-14990-  --*=?*)
yabasic-2.87.1/configure:14991:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yabasic-2.87.1/configure:14992:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
yabasic-2.87.1/configure-14993-    ac_shift=:
##############################################
yabasic-2.87.1/configure-14995-  --*=)
yabasic-2.87.1/configure:14996:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yabasic-2.87.1/configure-14997-    ac_optarg=
##############################################
yabasic-2.87.1/configure-15019-    case $ac_optarg in
yabasic-2.87.1/configure:15020:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yabasic-2.87.1/configure-15021-    '') as_fn_error $? "missing file argument" ;;
##############################################
yabasic-2.87.1/configure-15027-    case $ac_optarg in
yabasic-2.87.1/configure:15028:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yabasic-2.87.1/configure-15029-    esac
##############################################
yabasic-2.87.1/configure-15096-delay_variable_subst='$delay_variable_subst'
yabasic-2.87.1/configure:15097:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15098:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15099:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15100:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15101:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15102:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15103:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15104:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15105:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15106:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15107:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15108:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15109:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15110:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15111:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15112:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15113:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15114:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15115:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15116:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15117:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15118:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15119:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15120:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15121:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15122:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15123:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15124:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15125:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15126:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15127:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15128:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15129:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15130:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15131:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15132:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15133:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15134:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15135:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15136:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15137:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15138:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15139:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15140:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15141:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15142:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15143:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15144:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15145:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15146:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15147:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15148:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15149:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15150:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15151:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15152:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15153:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15154:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15155: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"`'
yabasic-2.87.1/configure:15156:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15157:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15158:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15159:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15160:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15161:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15162:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15163:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15164:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15165:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15166:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15167:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15168:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15169:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15170:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15171:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15172:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15173:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15174:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15175:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15176:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15177:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15178:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15179:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15180:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15181:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15182:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15183:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15184:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15185:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15186:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15187:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15188:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15189:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15190:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15191:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15192:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15193:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15194:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15195:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15196:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15197:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15198:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15199:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15200:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15201:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15202:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15203:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15204:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15205:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15206:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15207:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15208:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15209:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15210:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15211:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15212:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15213:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15214:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15215:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15216:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15217:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15218:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15219:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15220:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15221:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15222:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15223:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15224:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15225:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15226:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15227:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15228:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15229:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15230:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure:15231:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/configure-15232-
##############################################
yabasic-2.87.1/configure-15313-striplib; do
yabasic-2.87.1/configure:15314:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yabasic-2.87.1/configure-15315-    *[\\\\\\\`\\"\\\$]*)
yabasic-2.87.1/configure:15316:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
yabasic-2.87.1/configure-15317-      ;;
##############################################
yabasic-2.87.1/configure-15344-configure_time_lt_sys_library_path; do
yabasic-2.87.1/configure:15345:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yabasic-2.87.1/configure-15346-    *[\\\\\\\`\\"\\\$]*)
yabasic-2.87.1/configure:15347:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
yabasic-2.87.1/configure-15348-      ;;
##############################################
yabasic-2.87.1/configure-15439-fi
yabasic-2.87.1/configure:15440:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
yabasic-2.87.1/configure-15441-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
yabasic-2.87.1/configure-15456-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
yabasic-2.87.1/configure:15457:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
yabasic-2.87.1/configure-15458-ac_delim='%!_!# '
##############################################
yabasic-2.87.1/configure-15462-
yabasic-2.87.1/configure:15463:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
yabasic-2.87.1/configure-15464-  if test $ac_delim_n = $ac_delim_num; then
##############################################
yabasic-2.87.1/configure-15600-for ac_last_try in false false :; do
yabasic-2.87.1/configure:15601:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
yabasic-2.87.1/configure-15602-  if test -z "$ac_tt"; then
##############################################
yabasic-2.87.1/configure-15732-      esac
yabasic-2.87.1/configure:15733:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
yabasic-2.87.1/configure-15734-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
yabasic-2.87.1/configure-15791-*)
yabasic-2.87.1/configure:15792:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yabasic-2.87.1/configure-15793-  # A ".." for each directory in $ac_dir_suffix.
yabasic-2.87.1/configure:15794:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yabasic-2.87.1/configure-15795-  case $ac_top_builddir_sub in
##############################################
yabasic-2.87.1/configure-15852-/@mandir@/p'
yabasic-2.87.1/configure:15853:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
yabasic-2.87.1/configure-15854-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
yabasic-2.87.1/configure-15869-
yabasic-2.87.1/configure:15870:# Neutralize VPATH when `$srcdir' = `.'.
yabasic-2.87.1/configure-15871-# Shell code in configure.ac might set extrasub.
##############################################
yabasic-2.87.1/configure-15897-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
yabasic-2.87.1/configure:15898:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
yabasic-2.87.1/configure-15899-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
yabasic-2.87.1/configure-15943-    * )
yabasic-2.87.1/configure:15944:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yabasic-2.87.1/configure-15945-  esac
##############################################
yabasic-2.87.1/configure-15998-    # Strip MF so we end up with the name of the file.
yabasic-2.87.1/configure:15999:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
yabasic-2.87.1/configure-16000-    # Check whether this is an Automake generated Makefile which includes
##############################################
yabasic-2.87.1/configure-16550-    *:)
yabasic-2.87.1/configure:16551:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
yabasic-2.87.1/configure-16552-        ;;
yabasic-2.87.1/configure-16553-    x:*)
yabasic-2.87.1/configure:16554:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/configure-16555-        ;;
yabasic-2.87.1/configure-16556-    *::*)
yabasic-2.87.1/configure:16557:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
yabasic-2.87.1/configure:16558:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
yabasic-2.87.1/configure-16559-        ;;
yabasic-2.87.1/configure-16560-    *)
yabasic-2.87.1/configure:16561:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/configure-16562-        ;;
##############################################
yabasic-2.87.1/configure-16577-    done
yabasic-2.87.1/configure:16578:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
yabasic-2.87.1/configure-16579-}
##############################################
yabasic-2.87.1/Makefile.in-50-  { \
yabasic-2.87.1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yabasic-2.87.1/Makefile.in-52-  }; \
##############################################
yabasic-2.87.1/Makefile.in-166-  esac
yabasic-2.87.1/Makefile.in:167:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yabasic-2.87.1/Makefile.in-168-am__vpath_adj = case $$p in \
yabasic-2.87.1/Makefile.in:169:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yabasic-2.87.1/Makefile.in-170-    *) f=$$p;; \
yabasic-2.87.1/Makefile.in-171-  esac;
yabasic-2.87.1/Makefile.in:172:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yabasic-2.87.1/Makefile.in-173-am__install_max = 40
yabasic-2.87.1/Makefile.in-174-am__nobase_strip_setup = \
yabasic-2.87.1/Makefile.in:175:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yabasic-2.87.1/Makefile.in-176-am__nobase_strip = \
##############################################
yabasic-2.87.1/Makefile.in-341-case "$@" in						\
yabasic-2.87.1/Makefile.in:342:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
yabasic-2.87.1/Makefile.in-343-    *) am__odir=.;; 					\
##############################################
yabasic-2.87.1/Makefile.in-371-  bases='$(TEST_LOGS)'; \
yabasic-2.87.1/Makefile.in:372:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
yabasic-2.87.1/Makefile.in:373:  bases=`echo $$bases`
yabasic-2.87.1/Makefile.in-374-RECHECK_LOGS = $(TEST_LOGS)
##############################################
yabasic-2.87.1/Makefile.in-383-        */*) b='$*';; \
yabasic-2.87.1/Makefile.in:384:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
yabasic-2.87.1/Makefile.in-385-       esac;; \
##############################################
yabasic-2.87.1/Makefile.in-657-	test -n "$(EXEEXT)" || exit 0; \
yabasic-2.87.1/Makefile.in:658:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
yabasic-2.87.1/Makefile.in-659-	echo " rm -f" $$list; \
##############################################
yabasic-2.87.1/Makefile.in-689-.c.o:
yabasic-2.87.1/Makefile.in:690:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
yabasic-2.87.1/Makefile.in-691-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
yabasic-2.87.1/Makefile.in-697-.c.obj:
yabasic-2.87.1/Makefile.in:698:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
yabasic-2.87.1/Makefile.in:699:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
yabasic-2.87.1/Makefile.in-700-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
yabasic-2.87.1/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yabasic-2.87.1/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
yabasic-2.87.1/Makefile.in-704-
yabasic-2.87.1/Makefile.in-705-.c.lo:
yabasic-2.87.1/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
yabasic-2.87.1/Makefile.in-707-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
yabasic-2.87.1/Makefile.in-725-	test -n "$(man1dir)" \
yabasic-2.87.1/Makefile.in:726:	  && test -n "`echo $$list1$$list2`" \
yabasic-2.87.1/Makefile.in-727-	  || exit 0; \
##############################################
yabasic-2.87.1/Makefile.in-794-GTAGS:
yabasic-2.87.1/Makefile.in:795:	here=`$(am__cd) $(top_builddir) && pwd` \
yabasic-2.87.1/Makefile.in-796-	  && $(am__cd) $(top_srcdir) \
##############################################
yabasic-2.87.1/Makefile.in-844-	if test -n "$$redo_bases"; then \
yabasic-2.87.1/Makefile.in:845:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
yabasic-2.87.1/Makefile.in:846:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
yabasic-2.87.1/Makefile.in-847-	  if $(am__make_dryrun); then :; else \
##############################################
yabasic-2.87.1/Makefile.in-869-	ws='[ 	]'; \
yabasic-2.87.1/Makefile.in:870:	results=`for b in $$bases; do echo $$b.trs; done`; \
yabasic-2.87.1/Makefile.in-871-	test -n "$$results" || results=/dev/null; \
yabasic-2.87.1/Makefile.in:872:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:873:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:874:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:875:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:876:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:877:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:878:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
yabasic-2.87.1/Makefile.in:879:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
yabasic-2.87.1/Makefile.in-880-	  success=true; \
##############################################
yabasic-2.87.1/Makefile.in-948-	@set +e; $(am__set_TESTS_bases); \
yabasic-2.87.1/Makefile.in:949:	log_list=`for i in $$bases; do echo $$i.log; done`; \
yabasic-2.87.1/Makefile.in:950:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
yabasic-2.87.1/Makefile.in:951:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
yabasic-2.87.1/Makefile.in-952-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
yabasic-2.87.1/Makefile.in-958-	         | $(am__list_recheck_tests)` || exit 1; \
yabasic-2.87.1/Makefile.in:959:	log_list=`for i in $$bases; do echo $$i.log; done`; \
yabasic-2.87.1/Makefile.in:960:	log_list=`echo $$log_list`; \
yabasic-2.87.1/Makefile.in-961-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
yabasic-2.87.1/Makefile.in-1116-distdir-am: $(DISTFILES)
yabasic-2.87.1/Makefile.in:1117:	@case `sed 15q $(srcdir)/NEWS` in \
yabasic-2.87.1/Makefile.in-1118-	*"$(VERSION)"*) : ;; \
##############################################
yabasic-2.87.1/Makefile.in-1124-	test -d "$(distdir)" || mkdir "$(distdir)"
yabasic-2.87.1/Makefile.in:1125:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yabasic-2.87.1/Makefile.in:1126:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yabasic-2.87.1/Makefile.in-1127-	list='$(DISTFILES)'; \
##############################################
yabasic-2.87.1/Makefile.in-1138-	  if test -d $$d/$$file; then \
yabasic-2.87.1/Makefile.in:1139:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yabasic-2.87.1/Makefile.in-1140-	    if test -d "$(distdir)/$$file"; then \
##############################################
yabasic-2.87.1/Makefile.in-1224-	test -d $(distdir)/_build || exit 0; \
yabasic-2.87.1/Makefile.in:1225:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
yabasic-2.87.1/Makefile.in-1226-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
yabasic-2.87.1/Makefile.in-1268-	}; \
yabasic-2.87.1/Makefile.in:1269:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
yabasic-2.87.1/Makefile.in-1270-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
yabasic-2.87.1/Makefile.in-1280-	fi
yabasic-2.87.1/Makefile.in:1281:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
yabasic-2.87.1/Makefile.in-1282-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
yabasic-2.87.1/m4/ltsugar.m4-68-m4_define([lt_combine],
yabasic-2.87.1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
yabasic-2.87.1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
yabasic-2.87.1/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
yabasic-2.87.1/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
yabasic-2.87.1/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
yabasic-2.87.1/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
yabasic-2.87.1/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
yabasic-2.87.1/m4/pkg.m4-159-        else 
yabasic-2.87.1/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
yabasic-2.87.1/m4/pkg.m4-161-        fi
##############################################
yabasic-2.87.1/m4/libtool.m4-119-    done
yabasic-2.87.1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
yabasic-2.87.1/m4/libtool.m4-121-}
##############################################
yabasic-2.87.1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
yabasic-2.87.1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
yabasic-2.87.1/m4/libtool.m4-439-
##############################################
yabasic-2.87.1/m4/libtool.m4-447-#
yabasic-2.87.1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
yabasic-2.87.1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
yabasic-2.87.1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
yabasic-2.87.1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yabasic-2.87.1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
yabasic-2.87.1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
yabasic-2.87.1/m4/libtool.m4-561-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
yabasic-2.87.1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
yabasic-2.87.1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
yabasic-2.87.1/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
yabasic-2.87.1/m4/libtool.m4-574-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
yabasic-2.87.1/m4/libtool.m4:1113:    _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\"`'
yabasic-2.87.1/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
yabasic-2.87.1/m4/libtool.m4-1165-      }]'
yabasic-2.87.1/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
yabasic-2.87.1/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
yabasic-2.87.1/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
yabasic-2.87.1/m4/libtool.m4-1170-  fi],[])
##############################################
yabasic-2.87.1/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
yabasic-2.87.1/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
yabasic-2.87.1/m4/libtool.m4-1203-  ECHO='print -r --'
yabasic-2.87.1/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
yabasic-2.87.1/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
yabasic-2.87.1/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
yabasic-2.87.1/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
yabasic-2.87.1/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
yabasic-2.87.1/m4/libtool.m4-1239-
##############################################
yabasic-2.87.1/m4/libtool.m4-1260-   if test yes = "$GCC"; then
yabasic-2.87.1/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
yabasic-2.87.1/m4/libtool.m4-1262-   fi
##############################################
yabasic-2.87.1/m4/libtool.m4-1264- /*)
yabasic-2.87.1/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
yabasic-2.87.1/m4/libtool.m4-1266-   ;; #(
##############################################
yabasic-2.87.1/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
yabasic-2.87.1/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1296-      *ELF-32*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
yabasic-2.87.1/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1313-	*32-bit*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1323-    else
yabasic-2.87.1/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1325-	*32-bit*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1345-    emul=elf
yabasic-2.87.1/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1347-      *32-bit*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1353-    esac
yabasic-2.87.1/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1355-      *MSB*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1361-    esac
yabasic-2.87.1/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
yabasic-2.87.1/m4/libtool.m4-1363-      *N32*)
##############################################
yabasic-2.87.1/m4/libtool.m4-1726-    # And add a safety zone
yabasic-2.87.1/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yabasic-2.87.1/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yabasic-2.87.1/m4/libtool.m4-1729-    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-1759-    if test -n "$kargmax"; then
yabasic-2.87.1/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
yabasic-2.87.1/m4/libtool.m4-1761-    else
##############################################
yabasic-2.87.1/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
yabasic-2.87.1/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
yabasic-2.87.1/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
yabasic-2.87.1/m4/libtool.m4-1771-    else
##############################################
yabasic-2.87.1/m4/libtool.m4-1780-      # we can't tell.
yabasic-2.87.1/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
yabasic-2.87.1/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
yabasic-2.87.1/m4/libtool.m4-1784-      do
yabasic-2.87.1/m4/libtool.m4:1785:        i=`expr $i + 1`
yabasic-2.87.1/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
yabasic-2.87.1/m4/libtool.m4-1788-      # Only check the string length outside the loop.
yabasic-2.87.1/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
yabasic-2.87.1/m4/libtool.m4-1790-      teststring=
##############################################
yabasic-2.87.1/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
yabasic-2.87.1/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
yabasic-2.87.1/m4/libtool.m4-1795-    fi
##############################################
yabasic-2.87.1/m4/libtool.m4-2259-    *:)
yabasic-2.87.1/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
yabasic-2.87.1/m4/libtool.m4-2261-        ;;
yabasic-2.87.1/m4/libtool.m4-2262-    x:*)
yabasic-2.87.1/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/m4/libtool.m4-2264-        ;;
yabasic-2.87.1/m4/libtool.m4-2265-    *::*)
yabasic-2.87.1/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
yabasic-2.87.1/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
yabasic-2.87.1/m4/libtool.m4-2268-        ;;
yabasic-2.87.1/m4/libtool.m4-2269-    *)
yabasic-2.87.1/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
yabasic-2.87.1/m4/libtool.m4-2271-        ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2299-  esac
yabasic-2.87.1/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
yabasic-2.87.1/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
yabasic-2.87.1/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
yabasic-2.87.1/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
yabasic-2.87.1/m4/libtool.m4-2308-    ;;
yabasic-2.87.1/m4/libtool.m4-2309-  *)
yabasic-2.87.1/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/m4/libtool.m4-2311-    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
yabasic-2.87.1/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
yabasic-2.87.1/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
yabasic-2.87.1/m4/libtool.m4-2357-  esac
yabasic-2.87.1/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
yabasic-2.87.1/m4/libtool.m4-2359-else
##############################################
yabasic-2.87.1/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
yabasic-2.87.1/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
yabasic-2.87.1/m4/libtool.m4-2500-    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yabasic-2.87.1/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
yabasic-2.87.1/m4/libtool.m4-2543-      fi'
yabasic-2.87.1/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
yabasic-2.87.1/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
yabasic-2.87.1/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
yabasic-2.87.1/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/m4/libtool.m4-2559-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
yabasic-2.87.1/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/m4/libtool.m4-2563-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2570-    libname_spec='$name'
yabasic-2.87.1/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
yabasic-2.87.1/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
yabasic-2.87.1/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
yabasic-2.87.1/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
yabasic-2.87.1/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
yabasic-2.87.1/m4/libtool.m4-2587-      # Convert to MSYS style.
yabasic-2.87.1/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
yabasic-2.87.1/m4/libtool.m4-2589-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
yabasic-2.87.1/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
yabasic-2.87.1/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
yabasic-2.87.1/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/m4/libtool.m4-2597-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
yabasic-2.87.1/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
yabasic-2.87.1/m4/libtool.m4-2603-      else
yabasic-2.87.1/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
yabasic-2.87.1/m4/libtool.m4-2605-      fi
##############################################
yabasic-2.87.1/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
yabasic-2.87.1/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
yabasic-2.87.1/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
yabasic-2.87.1/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/m4/libtool.m4-2625-    # Assume MSVC wrapper
yabasic-2.87.1/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
yabasic-2.87.1/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
yabasic-2.87.1/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
yabasic-2.87.1/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
yabasic-2.87.1/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
yabasic-2.87.1/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
yabasic-2.87.1/m4/libtool.m4:2877:    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' ' '`
yabasic-2.87.1/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
yabasic-2.87.1/m4/libtool.m4-2930-  need_lib_prefix=no
yabasic-2.87.1/m4/libtool.m4:2931:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/m4/libtool.m4-2932-    need_version=no
##############################################
yabasic-2.87.1/m4/libtool.m4-2957-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
yabasic-2.87.1/m4/libtool.m4:2958:  postinstall_cmds='base_file=`basename \$file`~
yabasic-2.87.1/m4/libtool.m4:2959:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4:2960:    dldir=$destdir/`dirname \$dlpath`~
yabasic-2.87.1/m4/libtool.m4-2961-    test -d \$dldir || mkdir -p \$dldir~
##############################################
yabasic-2.87.1/m4/libtool.m4-2966-    fi'
yabasic-2.87.1/m4/libtool.m4:2967:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
yabasic-2.87.1/m4/libtool.m4-2968-    dlpath=$dir/\$dldll~
##############################################
yabasic-2.87.1/m4/libtool.m4-3177-	"file_magic "*)
yabasic-2.87.1/m4/libtool.m4:3178:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
yabasic-2.87.1/m4/libtool.m4-3179-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
yabasic-2.87.1/m4/libtool.m4-3260-    # gcc leaves a trailing carriage return, which upsets mingw
yabasic-2.87.1/m4/libtool.m4:3261:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yabasic-2.87.1/m4/libtool.m4-3262-  *)
yabasic-2.87.1/m4/libtool.m4:3263:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yabasic-2.87.1/m4/libtool.m4-3264-  esac
##############################################
yabasic-2.87.1/m4/libtool.m4-3269-      # Canonicalize the pathname of ld
yabasic-2.87.1/m4/libtool.m4:3270:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
yabasic-2.87.1/m4/libtool.m4-3271-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
yabasic-2.87.1/m4/libtool.m4:3272:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
yabasic-2.87.1/m4/libtool.m4-3273-      done
##############################################
yabasic-2.87.1/m4/libtool.m4-3300-      # Break only if it was the GNU/non-GNU ld that we prefer.
yabasic-2.87.1/m4/libtool.m4:3301:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
yabasic-2.87.1/m4/libtool.m4-3302-      *GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3340-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
yabasic-2.87.1/m4/libtool.m4:3341:case `$LD -v 2>&1 </dev/null` in
yabasic-2.87.1/m4/libtool.m4-3342-*GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3567-openbsd* | bitrig*)
yabasic-2.87.1/m4/libtool.m4:3568:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/m4/libtool.m4-3569-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
yabasic-2.87.1/m4/libtool.m4-3634-    else
yabasic-2.87.1/m4/libtool.m4:3635:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
yabasic-2.87.1/m4/libtool.m4-3636-    fi
##############################################
yabasic-2.87.1/m4/libtool.m4-3685-	esac
yabasic-2.87.1/m4/libtool.m4:3686:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
yabasic-2.87.1/m4/libtool.m4-3687-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3691-	*)
yabasic-2.87.1/m4/libtool.m4:3692:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
yabasic-2.87.1/m4/libtool.m4-3693-	  */dev/null*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3717-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
yabasic-2.87.1/m4/libtool.m4:3718:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
yabasic-2.87.1/m4/libtool.m4-3719-    *COFF*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3776-  # decide which one to use based on capabilities of $DLLTOOL
yabasic-2.87.1/m4/libtool.m4:3777:  case `$DLLTOOL --help 2>&1` in
yabasic-2.87.1/m4/libtool.m4-3778-  *--identify-strict*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3950-# If we're using GNU nm, then use its standard symbol codes.
yabasic-2.87.1/m4/libtool.m4:3951:case `$NM -V 2>&1` in
yabasic-2.87.1/m4/libtool.m4-3952-*GNU* | *'with BFD'*)
##############################################
yabasic-2.87.1/m4/libtool.m4-3998-mingw*)
yabasic-2.87.1/m4/libtool.m4:3999:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
yabasic-2.87.1/m4/libtool.m4-4000-  ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-4054-    nlist=conftest.nm
yabasic-2.87.1/m4/libtool.m4:4055:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
yabasic-2.87.1/m4/libtool.m4-4056-      # Try sorting and uniquifying the output.
##############################################
yabasic-2.87.1/m4/libtool.m4-4402-	  *)
yabasic-2.87.1/m4/libtool.m4:4403:	    case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/m4/libtool.m4-4404-	    *Sun\ C*)
##############################################
yabasic-2.87.1/m4/libtool.m4-4738-      *)
yabasic-2.87.1/m4/libtool.m4:4739:	case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/m4/libtool.m4-4740-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
yabasic-2.87.1/m4/libtool.m4-4921-    else
yabasic-2.87.1/m4/libtool.m4:4922:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
yabasic-2.87.1/m4/libtool.m4-4923-    fi
##############################################
yabasic-2.87.1/m4/libtool.m4-5014-	# shared libraries, regardless of the interface used.
yabasic-2.87.1/m4/libtool.m4:5015:	case `$LD -v 2>&1` in
yabasic-2.87.1/m4/libtool.m4-5016-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-5046-    supports_anon_versioning=no
yabasic-2.87.1/m4/libtool.m4:5047:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
yabasic-2.87.1/m4/libtool.m4-5048-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-5149-	prefix_cmds="$SED"~
yabasic-2.87.1/m4/libtool.m4:5150:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
yabasic-2.87.1/m4/libtool.m4-5151-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
yabasic-2.87.1/m4/libtool.m4-5171-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yabasic-2.87.1/m4/libtool.m4:5172:      _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'
yabasic-2.87.1/m4/libtool.m4:5173:      _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'
yabasic-2.87.1/m4/libtool.m4-5174-      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-5189-        pgcc*)				# Portland Group C compiler
yabasic-2.87.1/m4/libtool.m4:5190:	  _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'
yabasic-2.87.1/m4/libtool.m4-5191-	  tmp_addflag=' $pic_flag'
##############################################
yabasic-2.87.1/m4/libtool.m4-5194-					# Portland Group f77 and f90 compilers
yabasic-2.87.1/m4/libtool.m4:5195:	  _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'
yabasic-2.87.1/m4/libtool.m4-5196-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-5211-	nvcc*)	# Cuda Compiler Driver 2.2
yabasic-2.87.1/m4/libtool.m4:5212:	  _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'
yabasic-2.87.1/m4/libtool.m4-5213-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yabasic-2.87.1/m4/libtool.m4-5215-	esac
yabasic-2.87.1/m4/libtool.m4:5216:	case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/m4/libtool.m4-5217-	*Sun\ C*)			# Sun C 5.9
yabasic-2.87.1/m4/libtool.m4:5218:	  _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'
yabasic-2.87.1/m4/libtool.m4-5219-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yabasic-2.87.1/m4/libtool.m4-5286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yabasic-2.87.1/m4/libtool.m4:5287:      case `$LD -v 2>&1` in
yabasic-2.87.1/m4/libtool.m4-5288-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
yabasic-2.87.1/m4/libtool.m4-5375-	else
yabasic-2.87.1/m4/libtool.m4:5376:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
yabasic-2.87.1/m4/libtool.m4-5377-	fi
##############################################
yabasic-2.87.1/m4/libtool.m4-5440-	# below for broken collect2 doesn't work under 4.3+
yabasic-2.87.1/m4/libtool.m4:5441:	  collect2name=`$CC -print-prog-name=collect2`
yabasic-2.87.1/m4/libtool.m4-5442-	  if test -f "$collect2name" &&
##############################################
yabasic-2.87.1/m4/libtool.m4-5496-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
yabasic-2.87.1/m4/libtool.m4:5497:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
yabasic-2.87.1/m4/libtool.m4-5498-      else
##############################################
yabasic-2.87.1/m4/libtool.m4-5521-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
yabasic-2.87.1/m4/libtool.m4:5522:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
yabasic-2.87.1/m4/libtool.m4-5523-	  if test svr4 != "$with_aix_soname"; then
##############################################
yabasic-2.87.1/m4/libtool.m4-5612-	# FIXME: Setting linknames here is a bad hack.
yabasic-2.87.1/m4/libtool.m4:5613:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
yabasic-2.87.1/m4/libtool.m4-5614-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
yabasic-2.87.1/m4/libtool.m4-5750-      if test yes = "$GCC"; then
yabasic-2.87.1/m4/libtool.m4:5751:	_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'
yabasic-2.87.1/m4/libtool.m4-5752-	# Try to use the -exported_symbol ld option, if it does not
##############################################
yabasic-2.87.1/m4/libtool.m4-5773-	if test yes = "$lt_cv_irix_exported_symbol"; then
yabasic-2.87.1/m4/libtool.m4:5774:          _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'
yabasic-2.87.1/m4/libtool.m4-5775-	fi
yabasic-2.87.1/m4/libtool.m4-5776-      else
yabasic-2.87.1/m4/libtool.m4:5777:	_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'
yabasic-2.87.1/m4/libtool.m4:5778:	_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'
yabasic-2.87.1/m4/libtool.m4-5779-      fi
##############################################
yabasic-2.87.1/m4/libtool.m4-5823-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
yabasic-2.87.1/m4/libtool.m4:5824:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
yabasic-2.87.1/m4/libtool.m4-5825-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
yabasic-2.87.1/m4/libtool.m4-5854-	prefix_cmds="$SED"~
yabasic-2.87.1/m4/libtool.m4:5855:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
yabasic-2.87.1/m4/libtool.m4-5856-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
yabasic-2.87.1/m4/libtool.m4-5868-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
yabasic-2.87.1/m4/libtool.m4:5869:	_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'
yabasic-2.87.1/m4/libtool.m4-5870-      else
yabasic-2.87.1/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yabasic-2.87.1/m4/libtool.m4:5872:	_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'
yabasic-2.87.1/m4/libtool.m4-5873-      fi
##############################################
yabasic-2.87.1/m4/libtool.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
yabasic-2.87.1/m4/libtool.m4:5882:	_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'
yabasic-2.87.1/m4/libtool.m4-5883-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
yabasic-2.87.1/m4/libtool.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yabasic-2.87.1/m4/libtool.m4:5886:	_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'
yabasic-2.87.1/m4/libtool.m4:5887:	_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~
yabasic-2.87.1/m4/libtool.m4:5888:          $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'
yabasic-2.87.1/m4/libtool.m4-5889-
##############################################
yabasic-2.87.1/m4/libtool.m4-5904-      else
yabasic-2.87.1/m4/libtool.m4:5905:	case `$CC -V 2>&1` in
yabasic-2.87.1/m4/libtool.m4-5906-	*"Compilers 5.0"*)
##############################################
yabasic-2.87.1/m4/libtool.m4-6097-	  _LT_TAGVAR(allow_undefined_flag, $1)=
yabasic-2.87.1/m4/libtool.m4:6098:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
yabasic-2.87.1/m4/libtool.m4-6099-	  then
##############################################
yabasic-2.87.1/m4/libtool.m4-6401-        # ancient GNU ld didn't support --whole-archive et. al.
yabasic-2.87.1/m4/libtool.m4:6402:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
yabasic-2.87.1/m4/libtool.m4-6403-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
yabasic-2.87.1/m4/libtool.m4-6511-          # below for broken collect2 doesn't work under 4.3+
yabasic-2.87.1/m4/libtool.m4:6512:	  collect2name=`$CC -print-prog-name=collect2`
yabasic-2.87.1/m4/libtool.m4-6513-	  if test -f "$collect2name" &&
##############################################
yabasic-2.87.1/m4/libtool.m4-6569-
yabasic-2.87.1/m4/libtool.m4:6570:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
yabasic-2.87.1/m4/libtool.m4-6571-        else
##############################################
yabasic-2.87.1/m4/libtool.m4-6594-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
yabasic-2.87.1/m4/libtool.m4:6595:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
yabasic-2.87.1/m4/libtool.m4-6596-	    if test svr4 != "$with_aix_soname"; then
##############################################
yabasic-2.87.1/m4/libtool.m4-6723-	  prefix_cmds="$SED"~
yabasic-2.87.1/m4/libtool.m4:6724:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
yabasic-2.87.1/m4/libtool.m4-6725-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
yabasic-2.87.1/m4/libtool.m4-6797-            # dependencies.
yabasic-2.87.1/m4/libtool.m4:6798:            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"'
yabasic-2.87.1/m4/libtool.m4-6799-            ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-6862-	    # dependencies.
yabasic-2.87.1/m4/libtool.m4:6863:	    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"'
yabasic-2.87.1/m4/libtool.m4-6864-	    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-6898-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
yabasic-2.87.1/m4/libtool.m4:6899:	_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'
yabasic-2.87.1/m4/libtool.m4:6900:	_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'
yabasic-2.87.1/m4/libtool.m4-6901-	;;
##############################################
yabasic-2.87.1/m4/libtool.m4-6905-	    # SGI C++
yabasic-2.87.1/m4/libtool.m4:6906:	    _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'
yabasic-2.87.1/m4/libtool.m4-6907-
##############################################
yabasic-2.87.1/m4/libtool.m4-6916-	      if test no = "$with_gnu_ld"; then
yabasic-2.87.1/m4/libtool.m4:6917:	        _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'
yabasic-2.87.1/m4/libtool.m4-6918-	      else
yabasic-2.87.1/m4/libtool.m4:6919:	        _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'
yabasic-2.87.1/m4/libtool.m4-6920-	      fi
##############################################
yabasic-2.87.1/m4/libtool.m4-6937-	    # to its proper name (with version) after linking.
yabasic-2.87.1/m4/libtool.m4:6938:	    _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'
yabasic-2.87.1/m4/libtool.m4:6939:	    _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'
yabasic-2.87.1/m4/libtool.m4-6940-	    # Commands to make compiler produce verbose output that lists
##############################################
yabasic-2.87.1/m4/libtool.m4-6947-	    # dependencies.
yabasic-2.87.1/m4/libtool.m4:6948:	    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"'
yabasic-2.87.1/m4/libtool.m4-6949-
##############################################
yabasic-2.87.1/m4/libtool.m4-6962-	    # earlier do not add the objects themselves.
yabasic-2.87.1/m4/libtool.m4:6963:	    case `$CC -V 2>&1` in
yabasic-2.87.1/m4/libtool.m4-6964-	      *"Version 7."*)
##############################################
yabasic-2.87.1/m4/libtool.m4-6983-            # Portland Group C++ compiler
yabasic-2.87.1/m4/libtool.m4:6984:	    case `$CC -V` in
yabasic-2.87.1/m4/libtool.m4-6985-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
yabasic-2.87.1/m4/libtool.m4-6988-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
yabasic-2.87.1/m4/libtool.m4:6989:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
yabasic-2.87.1/m4/libtool.m4-6990-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
yabasic-2.87.1/m4/libtool.m4-6992-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
yabasic-2.87.1/m4/libtool.m4:6993:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
yabasic-2.87.1/m4/libtool.m4-6994-                $RANLIB $oldlib'
##############################################
yabasic-2.87.1/m4/libtool.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
yabasic-2.87.1/m4/libtool.m4:6998:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
yabasic-2.87.1/m4/libtool.m4-6999-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
yabasic-2.87.1/m4/libtool.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
yabasic-2.87.1/m4/libtool.m4:7002:                $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'
yabasic-2.87.1/m4/libtool.m4-7003-	      ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-7011-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
yabasic-2.87.1/m4/libtool.m4:7012:	    _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'
yabasic-2.87.1/m4/libtool.m4-7013-            ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-7030-	    # dependencies.
yabasic-2.87.1/m4/libtool.m4:7031:	    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'
yabasic-2.87.1/m4/libtool.m4-7032-	    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-7045-	  *)
yabasic-2.87.1/m4/libtool.m4:7046:	    case `$CC -V 2>&1 | sed 5q` in
yabasic-2.87.1/m4/libtool.m4-7047-	    *Sun\ C*)
##############################################
yabasic-2.87.1/m4/libtool.m4-7052-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
yabasic-2.87.1/m4/libtool.m4:7053:	      _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'
yabasic-2.87.1/m4/libtool.m4-7054-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
yabasic-2.87.1/m4/libtool.m4-7117-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
yabasic-2.87.1/m4/libtool.m4:7118:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
yabasic-2.87.1/m4/libtool.m4-7119-	    _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'
##############################################
yabasic-2.87.1/m4/libtool.m4-7136-	    # to its proper name (with version) after linking.
yabasic-2.87.1/m4/libtool.m4:7137:	    _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'
yabasic-2.87.1/m4/libtool.m4-7138-
##############################################
yabasic-2.87.1/m4/libtool.m4-7157-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
yabasic-2.87.1/m4/libtool.m4:7158:	        _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'
yabasic-2.87.1/m4/libtool.m4-7159-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
yabasic-2.87.1/m4/libtool.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
yabasic-2.87.1/m4/libtool.m4:7163:	        _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'
yabasic-2.87.1/m4/libtool.m4:7164:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
yabasic-2.87.1/m4/libtool.m4-7165-                  echo "-hidden">> $lib.exp~
yabasic-2.87.1/m4/libtool.m4:7166:                  $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~
yabasic-2.87.1/m4/libtool.m4-7167-                  $RM $lib.exp'
##############################################
yabasic-2.87.1/m4/libtool.m4-7181-	    # dependencies.
yabasic-2.87.1/m4/libtool.m4:7182:	    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"'
yabasic-2.87.1/m4/libtool.m4-7183-	    ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-7188-	        osf3*)
yabasic-2.87.1/m4/libtool.m4:7189:	          _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'
yabasic-2.87.1/m4/libtool.m4-7190-		  ;;
yabasic-2.87.1/m4/libtool.m4-7191-	        *)
yabasic-2.87.1/m4/libtool.m4:7192:	          _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'
yabasic-2.87.1/m4/libtool.m4-7193-		  ;;
##############################################
yabasic-2.87.1/m4/libtool.m4-7441-  case @S|@2 in
yabasic-2.87.1/m4/libtool.m4:7442:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
yabasic-2.87.1/m4/libtool.m4:7443:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
yabasic-2.87.1/m4/libtool.m4-7444-  esac
##############################################
yabasic-2.87.1/m4/libtool.m4-7530-
yabasic-2.87.1/m4/libtool.m4:7531:  for p in `eval "$output_verbose_link_cmd"`; do
yabasic-2.87.1/m4/libtool.m4-7532-    case $prev$p in
##############################################
yabasic-2.87.1/m4/libtool.m4-7634-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
yabasic-2.87.1/m4/libtool.m4:7635: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
yabasic-2.87.1/m4/libtool.m4-7636-fi
##############################################
yabasic-2.87.1/m4/libtool.m4-8254-    test 10 -lt "$lt_ac_count" && break
yabasic-2.87.1/m4/libtool.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
yabasic-2.87.1/m4/libtool.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
yabasic-2.87.1/compile-67-	mingw/*)
yabasic-2.87.1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
yabasic-2.87.1/compile-69-	  ;;
yabasic-2.87.1/compile-70-	cygwin/*)
yabasic-2.87.1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
yabasic-2.87.1/compile-72-	  ;;
yabasic-2.87.1/compile-73-	wine/*)
yabasic-2.87.1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
yabasic-2.87.1/compile-75-	  ;;
##############################################
yabasic-2.87.1/compile-310-# Name of file we expect compiler to create.
yabasic-2.87.1/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
yabasic-2.87.1/compile-312-
##############################################
yabasic-2.87.1/compile-316-# object file name, since that is what matters with a parallel build.
yabasic-2.87.1/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
yabasic-2.87.1/compile-318-while true; do
##############################################
yabasic-2.87.1/missing-128-         from any GNU archive site."
yabasic-2.87.1/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
yabasic-2.87.1/missing-130-    test -z "$files" && files="config.h"
##############################################
yabasic-2.87.1/missing-167-         proper tools for further handling them.
yabasic-2.87.1/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
yabasic-2.87.1/missing-169-         archive site."
yabasic-2.87.1/missing-170-
yabasic-2.87.1/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
yabasic-2.87.1/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
yabasic-2.87.1/missing-173-    if test -f "$file"; then
##############################################
yabasic-2.87.1/missing-196-	*.y)
yabasic-2.87.1/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
yabasic-2.87.1/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
yabasic-2.87.1/missing-200-	    fi
yabasic-2.87.1/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
yabasic-2.87.1/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
yabasic-2.87.1/missing-226-	*.l)
yabasic-2.87.1/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
yabasic-2.87.1/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
yabasic-2.87.1/missing-250-
yabasic-2.87.1/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
yabasic-2.87.1/missing-252-    if test -z "$file"; then
yabasic-2.87.1/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
yabasic-2.87.1/missing-254-    fi
##############################################
yabasic-2.87.1/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
yabasic-2.87.1/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
yabasic-2.87.1/missing-278-    if test -z "$file"; then
yabasic-2.87.1/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
yabasic-2.87.1/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
yabasic-2.87.1/missing-281-    fi
##############################################
yabasic-2.87.1/missing-304-	*o*)
yabasic-2.87.1/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
yabasic-2.87.1/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
yabasic-2.87.1/missing-310-	*h*)
yabasic-2.87.1/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
yabasic-2.87.1/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
yabasic-2.87.1/yabasic.htm-29-</pre><p>This will set the foreground color of the graphic-window to <span class="emphasis"><em>blue</em></span> and the background color to <span class="emphasis"><em>gold</em></span>. The window will appear at position <span class="emphasis"><em>10,10</em></span> and the text font will be <span class="emphasis"><em>9x15</em></span>.</p></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="chapter_options"></a>Chapter 4. Command line options of <span class="application">yabasic</span></h1></div></div></div><p>Here are the options, that <span class="application">yabasic</span> accepts on the command line (both under Unix and Windows).</p><p>All the options below may be abbreviated (and one hyphen may be dropped), as long as the abbreviation does not become ambiguous. For example, you may write <code class="literal">-e</code> instead of <code class="literal">--execute</code>.</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">--help</code> or <code class="literal">-?</code></span></dt><dd><p>Prints a short help message, which itself describes two further help-options.</p></dd><dt><span class="term"><code class="literal">--version</code></span></dt><dd><p>Prints the version of <span class="application">yabasic</span>.</p></dd><dt><span class="term"><code class="literal">--infolevel <em class="replaceable"><code>INFOLEVEL</code></em></code></span></dt><dd><p>Change the <span class="emphasis"><em>infolevel</em></span> of yabasic, where <em class="replaceable"><code>INFOLEVEL</code></em> can be one of <code class="literal">debug</code>, <code class="literal">note</code>, <code class="literal">warning</code>, <code class="literal">error</code>, <code class="literal">fatal</code> and <code class="literal">bison</code> (the default is <code class="literal">warning</code>). This option changes the amount of debugging-information <span class="application">yabasic</span> produces. However, normally only the author of <span class="application">yabasic</span> (<span class="emphasis"><em>me</em></span> !) would want to change this.</p></dd><dt><span class="term"><code class="literal">--execute <em class="replaceable"><code>A-PROGRAM-AS-A-SINGLE-STRING</code></em></code></span></dt><dd><p>With this option you may specify some <span class="application">yabasic</span>-code to be executed right away. This is useful for very short programs, which you do not want to save to a file. If this option is given, <span class="application">yabasic</span> will not read any code from a file. E.g. </p><pre class="programlisting">yabasic -e 'for a=1 to 10:print a*a:next a'</pre><p> prints the square numbers from 1 to 10.
yabasic-2.87.1/yabasic.htm:30:</p></dd><dt><span class="term"><code class="literal">--bind <em class="replaceable"><code>NAME-OF-STANDALONE-PROGRAM</code></em></code></span></dt><dd><p>Create a standalone program (whose name is specified by <em class="replaceable"><code>NAME-OF-STANDALONE-PROGRAM</code></em>) from the <span class="application">yabasic</span>-program, that is specified on the command line. See the section about <a class="link" href="#ref_standalone" title="Creating a standalone program from your yabasic-program">creating a <span class="emphasis"><em>standalone</em></span>-program</a> for details.</p></dd><dt><span class="term"><code class="literal">--geometry +<em class="replaceable"><code>X-POSITION</code></em>+<em class="replaceable"><code>Y-POSITION</code></em></code></span></dt><dd><p>Sets the position of the graphic window, that is opened by <code class="function">open window</code> (the <span class="emphasis"><em>size</em></span> of this window, of course, is specified within the <code class="function">open window</code>-command). An example would be <code class="literal">-geometry +20+10</code>, which would place the graphic window 10 pixels below the upper border and 20 pixels right of the left border of the screen. This value cannot be changed, once <span class="application">yabasic</span> has been started.</p></dd><dt><span class="term"><code class="literal">-fg <em class="replaceable"><code>FOREGROUND-COLOR</code></em></code> or <code class="literal">--foreground <em class="replaceable"><code>FOREGROUND-COLOR</code></em></code></span></dt><dd><p><span class="emphasis"><em>Unix only.</em></span> Define the foreground color for the graphics-window (that will be opened with <code class="function"><a class="link" href="#ref_open_window" title="open window">open window</a></code>). The usual X11 color names, like <span class="emphasis"><em>red</em></span>, <span class="emphasis"><em>green</em></span>, … are accepted. This value cannot be changed, once <span class="application">yabasic</span> has been started.</p></dd><dt><span class="term"><code class="literal">-bg <em class="replaceable"><code>BACKGROUND-COLOR</code></em></code> or <code class="literal">--background <em class="replaceable"><code>BACKGROUND-COLOR</code></em></code></span></dt><dd><p><span class="emphasis"><em>Unix only.</em></span> Define the background color for the graphics-window. The usual X11 color names are accepted. This value cannot be changed, once <span class="application">yabasic</span> has been started.</p></dd><dt><span class="term"><code class="literal">--display <em class="replaceable"><code>X11-DISPLAY-SPECIFICATION</code></em></code></span></dt><dd><p><span class="emphasis"><em>Unix only.</em></span> Specify the <span class="emphasis"><em>display</em></span>, where the graphics window of yabasic should appear. Normally this value will be already present within the environment variable <code class="envar">DISPLAY</code>.</p></dd><dt><span class="term"><code class="literal">--font <em class="replaceable"><code>NAME-OF-FONT</code></em></code></span></dt><dd><p><span class="emphasis"><em>Under Unix.</em></span> Name of the font, which will be used for text within the graphics window.</p></dd><dt><span class="term"><code class="literal">--font <em class="replaceable"><code>NAME-OF-FONT</code></em></code></span></dt><dd><p><span class="emphasis"><em>Under Windows.</em></span> Name of the font, which will be used for graphic-text; can be any of <code class="literal">decorative, dontcare, modern, roman, script, swiss</code>. You may append a fontsize (measured in pixels) to any of those fontnames; for example <code class="literal">-font swiss30</code> chooses a swiss-type font with a size of 30 pixels.</p></dd><dt><span class="term"><code class="literal">--docu <em class="replaceable"><code>NAME-OF-A-PROGRAM</code></em></code></span></dt><dd><p>Print the <span class="emphasis"><em>embedded documentation</em></span> of the named program. The embedded documentation of a program consists of all the comments within the program, which start with the special keyword <code class="function"><a class="link" href="#ref_doc" title="doc">doc</a></code>. This documentation can also be seen by choosing the corresponding entry from the context-menu of any <span class="application">yabasic</span>-program.</p></dd><dt><span class="term"><code class="literal">--check</code></span></dt><dd><p>Check for possible compatibility problems within your <span class="application">yabasic</span>-program. E.g. this option reports, if you are using a function, that has recently changed.</p></dd><dt><span class="term"><code class="literal">--librarypath <em class="replaceable"><code>DIRECTORY-WITH-LIBRARIES</code></em></code></span></dt><dd><p>Change the directory, wherein libraries will be searched and imported (with the <code class="function"><a class="link" href="#ref_import" title="import">import</a></code>-command). See also <code class="function"><a class="link" href="#ref_import" title="import">import</a></code> for more information about the way, libraries are searched.</p></dd><dt><span class="term"><code class="literal">--</code></span></dt><dd><p>Do not try to parse any further options; rather pass the subsequent words from the commandline to <span class="application">yabasic</span>.</p></dd></dl></div></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="chapter_topics_list"></a>Chapter 5. All commands and functions of <span class="application">yabasic</span> listed by topic</h1></div></div></div><div class="toc"><dl class="toc"><dt><span class="sect1"><a href="#top_numbers_with_base_2_or_16">Numbers with base 2 or 16</a></span></dt><dt><span class="sect1"><a href="#top_numbers">Number processing and conversion</a></span></dt><dt><span class="sect1"><a href="#top_conditions">Conditions and control structures</a></span></dt><dt><span class="sect1"><a href="#top_data">Data keeping and processing</a></span></dt><dt><span class="sect1"><a href="#top_strings">String processing</a></span></dt><dt><span class="sect1"><a href="#top_io">File operations and printing</a></span></dt><dt><span class="sect1"><a href="#top_sub">Subroutines and libraries</a></span></dt><dt><span class="sect1"><a href="#top_outside">Invoking functionality outside of yabasic</a></span></dt><dt><span class="sect1"><a href="#top_other">Other commands</a></span></dt><dt><span class="sect1"><a href="#top_graphics">Graphics and printing</a></span></dt><dt><span class="sect1"><a href="#top_ffi">The foreign function interface</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="top_numbers_with_base_2_or_16"></a>Numbers with base 2 or 16</h2></div></div></div><p>In addition to the usual decimal notation (e.g. <code class="literal">1234</code>), <span class="application">yabasic</span> also supports numeric literals with base 2 or 16; examples are <code class="literal">0b10011</code> (the number 19, written with base 2) or <code class="literal">0x34AF</code> (the number 13487, written with base 16) respectively. Please note that these numbers (apart from the way you write them into your program) are no different from <span class="quote">“<span class="quote">ordinary</span>”</span> numbers and can be used in any place, where a normal number with base 10 would fit. E.g. you may compute the sine <code class="literal">sin(0b110)</code>; so the base 2 (or 16) is just a different way of <span class="emphasis"><em>representation</em></span>.</p><p>See <code class="function"><a class="link" href="#ref_bin" title="bin$()">bin$</a></code>, <code class="function"><a class="link" href="#ref_hex" title="hex$()">hex$</a></code> or <code class="function"><a class="link" href="#ref_dec" title="dec()">dec</a></code> for related functions.</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="top_numbers"></a>Number processing and conversion</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"><a class="link" href="#ref_abs" title="abs()">abs()</a></span></dt><dd>
yabasic-2.87.1/yabasic.htm-31-	    returns the absolute value of its numeric argument
##############################################
yabasic-2.87.1/yabasic.htm-764-clear screen
yabasic-2.87.1/yabasic.htm:765:</pre></div><div class="refsect1"><a id="idm46541523953936"></a><h2>Description</h2><p><code class="function">clear screen</code> erases the text window (the window where the output of <code class="function">print</code> appears).</p><p>It must be issued at least once, before some advanced screen-commands (e.g. <code class="function">print at</code> or <code class="function">inkey$</code>) may be called; this requirement is due to some limitations of the <code class="systemitem">curses</code>-library, which is used by <span class="application">yabasic</span> under <acronym class="acronym">Unix</acronym> for some commands.</p></div><div class="refsect1"><a id="idm46541523947520"></a><h2>Example</h2><div class="informalexample"><pre class="programlisting">
yabasic-2.87.1/yabasic.htm-766-clear screen
##############################################
yabasic-2.87.1/yabasic.htm-1210-print foreign_buffer_get(handle$,10,"int")
yabasic-2.87.1/yabasic.htm:1211:</pre></div><div class="refsect1"><a id="idm46541523244096"></a><h2>Description</h2><p><code class="function">foreign_buffer_get()</code> retrieves a simple type from a buffer, that is assumed to contain a structure (see the <a class="link" href="#ffi" title="Interaction with functions from a non-yabasic library or dll">overview-section</a> for the necessary background). For this it needs three arguments:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>A handle to a buffer, that has been previously filled, e.g. by a foreign function call.</p></li><li class="listitem"><p>An offset, counted in bytes from the start of the buffer, which specifies where the value can be found within the structure.</p></li><li class="listitem"><p>A string, specifying the type of the value that should be retrieved, which for this function is always an integer type like <code class="literal">"int"</code>, <code class="literal">"short"</code> or <code class="literal">"long"</code>.</p></li></ul></div><p>Correct usage of this function requires an good understanding of the respective structure contained within the buffer.</p></div><div class="refsect1"><a id="idm46541523235712"></a><h2>See also</h2><p>The <a class="link" href="#ffi" title="Interaction with functions from a non-yabasic library or dll">overview-section on foreign functions</a>, <a class="link" href="#top_ffi" title="The foreign function interface">list of related functions and commands</a>, the neighbouring functions for retrieving other values from the buffer.</p></div></div><div class="refentry"><div class="refentry.separator"><hr /></div><a id="ref_foreign_buffer_get2"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>foreign_buffer_get$() — extract a string from a foreign buffer</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-1212-print foreign_buffer_get$(handle$,0,12)
##############################################
yabasic-2.87.1/yabasic.htm-1232-	      foreign_function_call(lib$,"double","cos","double",2,"options","error")
yabasic-2.87.1/yabasic.htm:1233:	    </pre></div><p>Each option can be preceded with the string <code class="literal">no_</code> to invert its meaning. As given below (i.e. with or without <code class="literal">no_</code>) the values represent the respective default.</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">error</code></span></dt><dd><p>In case of errors (e.g. if a library cannot be found), should the function report them actively (which terminates your <span class="application">yabasic</span>-program) ? Or should the error silently stored away for later retrieval by <code class="function"><a class="link" href="#ref_peek" title="peek">peek("last_foreign_function_call_okay")</a></code> and <code class="function"><a class="link" href="#ref_peek2" title="peek$">peek$("last_foreign_function_call_error_text")</a></code> ?</p></dd><dt><span class="term"><code class="literal">no_copy_string_result</code></span></dt><dd><p>If the foreign function returns a string-value (like <code class="literal">strstr</code>), it should be invoked using <code class="function"><a class="link" href="#ref_foreign_function_call2" title="foreign_function_call$()">foreign_function_call$</a></code>, which returns a string. Now, depending on the foreign function invoked, it might be necessary to make a copy of its result before returning it to <span class="application">yabasic</span>. In the case of <code class="literal">strstr</code> this is needed, because it returns just a pointer to part of its input string which will <span class="application">yabasic</span> happily free later on, probably leading to a segfault after.</p></dd><dt><span class="term"><code class="literal">no_unload_library</code></span></dt><dd><p>Normally, after making a call to a foreign function, the named library is kept in memory for further use (see <a class="link" href="#background_ffi" title="Some Background">background</a>). However, sometimes you might want to dismiss the library right after the call; then you may specify this option.</p></dd></dl></div></div><div class="refsect1"><a id="idm46541523119152"></a><h2>See also</h2><p>The <a class="link" href="#ffi" title="Interaction with functions from a non-yabasic library or dll">overview-section on foreign functions</a>, <a class="link" href="#top_ffi" title="The foreign function interface">list of related functions and commands</a>, <code class="function"><a class="link" href="#ref_system" title="system()">system</a></code></p></div></div><div class="refentry"><div class="refentry.separator"><hr /></div><a id="ref_foreign_function_call2"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>foreign_function_call$() — call a function (returning a string or a buffer) from a non-<span class="application">yabasic</span> library or dll</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-1234-a$=foreign_function_call$("libupper","string","toupper","string","hello world")	    
##############################################
yabasic-2.87.1/yabasic.htm-1424-inkey$(bar)
yabasic-2.87.1/yabasic.htm:1425:</pre></div><div class="refsect1"><a id="idm46541522882160"></a><h2>Description</h2><p>The <code class="function">inkeys$</code>-function waits, until the user presses a key on the keyboard or a button of his mouse, and returns this very key. An optional argument specifies the number of seconds to wait; if omitted, <code class="function">inkey$</code> will wait indefinitely.</p><p><code class="function">inkey$</code> may only be used, if <code class="function"><a class="link" href="#ref_clear_screen" title="clear screen">clear screen</a></code> has been called at least once.</p><p>For normal keys, <span class="application">yabasic</span> simply returns the key, e.g. <code class="computeroutput">a</code>, <code class="computeroutput">1</code> or <code class="computeroutput">!</code>. For function keys you will get <code class="computeroutput">f1</code>, <code class="computeroutput">f2</code> and so on. Other special keys will return these strings respectively: <code class="computeroutput">enter</code>, <code class="computeroutput">backspace</code>, <code class="computeroutput">del</code>, <code class="computeroutput">esc</code>, <code class="computeroutput">scrnup</code> (for <span class="emphasis"><em>screen up</em></span>), <code class="computeroutput">scrndown</code> and <code class="computeroutput">tab</code>. Modifier keys (e.g. <code class="computeroutput">ctrl</code>, <code class="computeroutput">alt</code> or <code class="computeroutput">shift</code>) by themselves can <span class="emphasis"><em>not</em></span> be detected (e.g. if you simultaneously press <code class="computeroutput">shift</code> and '<code class="computeroutput">a</code>', <code class="function">inkey$</code> will return the letter '<code class="computeroutput">A</code>' instead of '<code class="computeroutput">a</code>' of course).</p><p>If a graphical window has been opened (via <code class="function">open window</code>) any mouseclick within this window will be returned by <code class="function">inkey$</code> too. The string returned (e.g. <code class="computeroutput">MB1d+0:0028,0061</code>, <code class="computeroutput">MB2u+0:0028,0061</code> or <code class="computeroutput">MB1d+1:0028,0061</code>) is constructed as follows: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>Every string associated with a mouseclick will start with the fixed string <code class="computeroutput">MB</code></p></li><li class="listitem"><p>The next digit (<code class="computeroutput">1</code>, <code class="computeroutput">2</code> or <code class="computeroutput">3</code>) specifies the mousebutton pressed.</p></li><li class="listitem"><p>A single letter, <code class="computeroutput">d</code> or <code class="computeroutput">u</code>, specifies, if the mousebutton has been pressed or released: <code class="computeroutput">d</code> stands for <span class="emphasis"><em>down</em></span>, i.e. the mousebutton has been pressed; <code class="computeroutput">u</code> means <span class="emphasis"><em>up</em></span>, i.e. the mousebutton has been released.</p></li><li class="listitem"><p>The plus-sign ('<code class="computeroutput">+</code>'), which follows is always fixed.</p></li><li class="listitem"><p>The next digit (in the range 0 to 7) encodes the modifier keys pressed, where <code class="computeroutput">1</code> stands for <code class="computeroutput">shift</code>, <code class="computeroutput">2</code> stands for <code class="computeroutput">alt</code> and <code class="computeroutput">4</code> stands for <code class="computeroutput">ctrl</code>.</p></li><li class="listitem"><p>The next four digits (e.g. <code class="computeroutput">0028</code>) contain the x-position, where the mousebutton has been pressed.</p></li><li class="listitem"><p>The comma to follow is always fixed.</p></li><li class="listitem"><p>The last four digits (e.g. <code class="computeroutput">0061</code>) contain the y-position, where the mousebutton has been pressed.</p></li></ul></div><p>All those fields are of fixed length, so you may use functions like <code class="function">mid$</code> to extract certain fields. However, note that with <code class="function">mousex</code>, <code class="function">mousey</code>, <code class="function">mouseb</code> and <code class="function">mousemod</code> there are specialized functions to return detailed information about the mouseclick. Finally it should be noted, that <code class="function">inkey$</code> will only register mouseclicks within the graphic-window; mouseclicks in the text-window cannot be detected.</p><p><code class="function">inkey$</code> accepts an optional argument, specifying a timeout in seconds; if no key has been pressed within this span of time, an empty string is returned. If the timeout-argument is omitted, <code class="function">inkey$</code> will wait for ever.</p></div><div class="refsect1"><a id="idm46541522830464"></a><h2>Example</h2><div class="informalexample"><pre class="programlisting">
yabasic-2.87.1/yabasic.htm-1426-clear screen
##############################################
yabasic-2.87.1/yabasic.htm-1639-mid$(a$,5)="foo"
yabasic-2.87.1/yabasic.htm:1640:</pre></div><div class="refsect1"><a id="idm46541522580816"></a><h2>Description</h2><p>The <code class="function">mid$</code>-function requires three arguments: a string and two numbers, where the first number specifies a position within the string and the second one gives the number of characters to be returned; if you omit the second argument, the <code class="function">mid$</code>-function returns all characters up to the end of the string.</p><p>Note, that you may assign to the <code class="function">mid$</code>-function, i.e. <code class="function">mid$</code> may appear on the left hand side of an assignment. In this way it is possible to change a part of the variable used within the <code class="function">mid$</code>-function. Note, that that way the <span class="emphasis"><em>length</em></span> of the string cannot be changed, i.e. characters might be overwritten, but not added. For an example see below.</p></div><div class="refsect1"><a id="idm46541522574640"></a><h2>Example</h2><div class="informalexample"><pre class="programlisting">
yabasic-2.87.1/yabasic.htm-1641-input "Please enter a string: " a$
##############################################
yabasic-2.87.1/yabasic.htm-1671-next a
yabasic-2.87.1/yabasic.htm:1672:          </pre><p>This example executes some time consuming action within a loop (in fact, it simply sleeps) and gives the user some indication of progress by displaying a rotating bar (that's where the <code class="function">mod</code>-function comes into play).</p></div></div><div class="refsect1"><a id="idm46541522547024"></a><h2>See also</h2><p><code class="function"><a class="link" href="#ref_int" title="int()">int</a></code>, <code class="function"><a class="link" href="#ref_frac" title="frac()">frac</a></code>, <code class="function"><a class="link" href="#ref_round" title="round()">round</a></code></p></div></div><div class="refentry"><div class="refentry.separator"><hr /></div><a id="ref_mouseb"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>mouseb — extract the state of the mousebuttons from a string returned by <code class="function">inkey$</code></p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-1673-inkey$
##############################################
yabasic-2.87.1/yabasic.htm-1726-loop
yabasic-2.87.1/yabasic.htm:1727:          </pre><p>This example draws vertical lines at the position, where the mousebutton has been pressed.</p></div></div><div class="refsect1"><a id="idm46541522473984"></a><h2>See also</h2><p><code class="function"><a class="link" href="#ref_inkey" title="inkey$">inkey$</a></code>, <code class="function"><a class="link" href="#ref_mousemod" title="mousemod">mousemod</a></code>, <code class="function"><a class="link" href="#ref_mousey" title="mousey">mousey</a></code> and <code class="function"><a class="link" href="#ref_mouseb" title="mouseb">mouseb</a></code></p></div></div><div class="refentry"><div class="refentry.separator"><hr /></div><a id="ref_mousey"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>mousey — return the y-position of a mouseclick</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-1728-inkey$
##############################################
yabasic-2.87.1/yabasic.htm-1741-loop
yabasic-2.87.1/yabasic.htm:1742:          </pre><p>This example draws horizontal lines at the position, where the mousebutton has been pressed.</p></div></div><div class="refsect1"><a id="idm46541522452784"></a><h2>See also</h2><p><code class="function"><a class="link" href="#ref_inkey" title="inkey$">inkey$</a></code>, <code class="function"><a class="link" href="#ref_mousemod" title="mousemod">mousemod</a></code>, <code class="function"><a class="link" href="#ref_mousey" title="mousey">mousex</a></code> and <code class="function"><a class="link" href="#ref_mouseb" title="mouseb">mouseb</a></code></p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="ref_n"></a>N</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="#ref_new_curve">new curve</a></span><span class="refpurpose"> — start a new curve, that will be drawn with the <code class="function">line</code>-command</span></dt><dt><span class="refentrytitle"><a href="#ref_next">next</a></span><span class="refpurpose"> — mark the end of a for loop</span></dt><dt><span class="refentrytitle"><a href="#ref_logical_not">not</a></span><span class="refpurpose"> — negate a logical expression; can be written as <code class="function">!</code></span></dt><dt><span class="refentrytitle"><a href="#ref_numparams">numparams</a></span><span class="refpurpose"> — return the number of parameters, that have been passed to a subroutine</span></dt></dl></div><div class="refentry"><a id="ref_new_curve"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>new curve — start a new curve, that will be drawn with the <code class="function">line</code>-command</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-1743-new curve
##############################################
yabasic-2.87.1/yabasic.htm-1928-pause 5
yabasic-2.87.1/yabasic.htm:1929:</pre></div><div class="refsect1"><a id="idm46541522214240"></a><h2>Description</h2><p>The <code class="function">pause</code>-command has many different names: You may write <code class="function">pause</code>, <code class="function">sleep</code> or <code class="function">wait</code> interchangeably; whatever you write, <span class="application">yabasic</span> will always do exactly the same.</p><p>The <code class="function">pause</code>-command will simply wait for the specified number of seconds. This may be a fractional number, so you may well wait less than a second. However, if you try to pause for a smaller and smaller interval (e.g. 0.1 seconds, 0.01 seconds, 0.001 seconds and so on) you will find that at some point <span class="application">yabasic</span> will not wait at all. The minimal interval that can be waited depends on the system (Unix, Windows) you are using.</p><p>The <code class="function">pause</code>-command cannot be interrupted. However, sometimes you may want the wait to be interruptible by simply pressing a key on the keyboard. In such cases you should consider using the <code class="function"><a class="link" href="#ref_inkey" title="inkey$">inkey$</a></code>-function, with a number of seconds as an argument).</p></div><div class="refsect1"><a id="idm46541522204608"></a><h2>Example</h2><div class="informalexample"><pre class="programlisting">
yabasic-2.87.1/yabasic.htm-1930-deg=0
##############################################
yabasic-2.87.1/yabasic.htm-1950-print peek$("foo")
yabasic-2.87.1/yabasic.htm:1951:</pre></div><div class="refsect1"><a id="idm46541522058496"></a><h2>Description</h2><p>The <code class="function">peek$</code>-function has many different and unrelated uses. It is a kind of grab-bag for retrieving all kinds of string information, internal to <span class="application">yabasic</span>; the exact nature of the strings returned be the <code class="function">peek$</code>-function depends on the string passed as an argument.</p><p><code class="function">peek$</code> always returns a string, however the closely related <code class="function"><a class="link" href="#ref_peek" title="peek">peek</a></code>-function exists, which may be used to retrieve numerical information from among the internals of <span class="application">yabasic</span>. Finally note, that some of the values which are retrieved with <code class="function">peek$</code> may even be changed, using the <code class="function"><a class="link" href="#ref_poke" title="poke">poke</a></code>-function.</p><p>The following list shows all possible arguments to <code class="function">peek$</code>:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="function">peek$("infolevel")</code></span></dt><dd><p>Returns either <code class="literal">"debug"</code>, <code class="literal">"note"</code>, <code class="literal">"warning"</code>, <code class="literal">"error"</code> or <code class="literal">"fatal"</code>, depending on the current infolevel. This value can be specified with an <a class="link" href="#chapter_options" title="Chapter 4. Command line options of yabasic">option</a> on the command line or changed during the execution of the program with the corresponding <code class="function"><a class="link" href="#ref_poke" title="poke">poke</a></code>; however, normally only the author of <span class="application">yabasic</span> (<span class="emphasis"><em>me</em></span> !) would want to change this from its default value <code class="literal">"warning"</code>.</p></dd><dt><span class="term"><code class="function">peek$("textalign")</code></span></dt><dd><p>Returns one of nine possible strings, specifying the default alignment of text within the graphics-window. The alignment-string returned by this <code class="function">peek</code> describes, how the <code class="function"><a class="link" href="#ref_text" title="text">text</a></code>-command aligns its string-argument with respect to the coordinates supplied. However, this value does <span class="emphasis"><em>not apply</em></span>, if the <code class="function">text</code>-command explicitly specifies an alignment. Each of these strings is two characters long. The first character specifies the horizontal alignment and can be either <code class="literal">l</code>, <code class="literal">r</code> or <code class="literal">c</code>, which stand for <em class="wordasword">left</em>, <em class="wordasword">right</em> or <em class="wordasword">center</em>. The second character specifies the vertical alignment and can be one of <code class="literal">t</code>, <code class="literal">b</code> or <code class="literal">c</code>, which stand for <em class="wordasword">top</em>, <em class="wordasword">bottom</em> or <em class="wordasword">center</em> respectively.</p><p>You may change this value with the corresponding command <code class="function">poke "textalign",…</code>; the initial value is <code class="literal">lb</code>, which means the top of the left and the top edge if the text will be aligned with the coordinates, that are specified within the <code class="function">text</code>-command.</p></dd><dt><span class="term"><code class="function">peek$("windoworigin")</code></span></dt><dd><p>This <code class="function">peek</code> returns a two character string, which specifies the position of the origin of the coordinate system of the window; this string might be changed with the corresponding command <code class="function">poke "windoworigin",x,y</code> or specified as the argument of the <code class="function"><a class="link" href="#ref_origin" title="window origin">origin</a></code> command; see there for a detailed description of the string, which might be returned by this <code class="function">peek</code>.</p></dd><dt><span class="term"><code class="function">peek$("program_name")</code></span></dt><dd><p>Returns the name of the <span class="application">yabasic</span>-program that is currently executing; typically this is the name, that you have specified on the commandline, but without any path-components. So this <code class="function">peek$</code> might return <code class="filename">foo.yab</code>. As a special case when <span class="application">yabasic</span> has been invoked without the name of a program to be executed this peek will return the literal strings <code class="literal">standard input</code> or, when also the option <code class="literal">-e</code> has been specified, <code class="literal">command line</code>. See also <code class="function">peek$("program_file_name")</code> and <code class="function">peek$("interpreter_path")</code> for related information.</p></dd><dt><span class="term"><code class="function">peek$("program_file_name")</code></span></dt><dd><p>Returns the full file-name of the <span class="application">yabasic</span>-program that is currently executing; typically this is the name, that you have specified on the commandline, including any path-components. For the special case, that you have bound your <span class="application">yabasic</span>-program with the interpreter to a single <a class="link" href="#ref_standalone" title="Creating a standalone program from your yabasic-program">standalone</a> executable, this <code class="function">peek$</code> will return its name. See also <code class="function">peek$("program_name")</code> and <code class="function">peek$("interpreter_path")</code> for related information.</p></dd><dt><span class="term"><code class="function">peek$("interpreter_path")</code></span></dt><dd><p>Return the full file-name of the <span class="application">yabasic</span>-interpreter that is currently executing your program; typically this will end on <code class="filename">yabasic</code> or <code class="filename">yabasic.exe</code> depending on your platform and the path will be where you installed <span class="application">yabasic</span>. For bound programs (see <a class="link" href="#ref_standalone" title="Creating a standalone program from your yabasic-program">creating a <span class="emphasis"><em>standalone</em></span>-program</a>) however, this may be different and will include whatever you specified during the <code class="function"><a class="link" href="#ref_bind" title="bind()">bind</a></code>-command.</p><p>See also <code class="function">peek$("program_name")</code> and <code class="function">peek$("program_file_name")</code> for related information. Employing these, it would be possible for a <span class="application">yabasic</span>-program to start itself: <code class="function">system(peek$("interpreter_path") + " " + peek$("program_file_name"))</code>. Of course, in this simple form this would be a bad idea, because this would start concurrent instances of <span class="application">yabasic</span> without end.</p></dd><dt><span class="term"><code class="function">peek$("error")</code></span></dt><dd><p>Return a string describing the nature of the last error in an <code class="function">open</code>- or <code class="function">seek</code>-statement. See the corresponding <code class="function"><a class="link" href="#ref_peek" title="peek">peek("error")</a></code> for a detailed description.</p></dd><dt><span class="term"><code class="function">peek$("library")</code></span></dt><dd><p>Return the name of the library, this statement is contained in. See the <code class="function"><a class="link" href="#ref_import" title="import">import</a></code>-command for a detailed description or for more about libraries.</p></dd><dt><span class="term"><code class="function">peek$("version")</code></span></dt><dd><p>Version of <span class="application">yabasic</span> as a string; e.g. <code class="literal">2.77.1</code>. See also the related <code class="function"><a class="link" href="#ref_peek" title="peek">peek("version")</a></code>, which returns nearly the same information (minus the patchlevel) as a number, e.g. <code class="literal">2.77</code>.</p></dd><dt><span class="term"><code class="function">peek$("os")</code></span></dt><dd><p>This <code class="function">peek</code> returns the name of the operating system, where your program executes. This can be either <code class="literal">windows</code> or <code class="literal">unix</code>.</p></dd><dt><span class="term"><code class="function">peek$("font")</code></span></dt><dd><p>Return the name of the font, which is used for text within the graphic window; this value can be specified as the third argument to the <code class="function"><a class="link" href="#ref_open_window" title="open window">open window</a></code>-command.</p></dd><dt><span class="term"><code class="function">peek$("env","<em class="replaceable"><code>NAME</code></em>")</code></span></dt><dd><p>Return the environment variable specified by <em class="replaceable"><code>NAME</code></em> (which may be any string expression). Which kind of environment variables are available on your system depends, as well as their meaning, on your system; however typing <span class="command"><strong>env</strong></span> on the command line will produce a list (for Windows and Unix alike). Note, that <code class="function">peek$("env",...)</code> can be written as <code class="function">peek$("environment",...)</code> too.</p></dd><dt><span class="term"><code class="function">peek$("argument")</code></span></dt><dd><p>Return one of the arguments, that have been passed to <span class="application">yabasic</span> at invocation time (the next call will return the the second argument, and so on). E.g. if <span class="application">yabasic</span> has been called like this: <code class="literal">yabasic foo.yab bar baz</code>, then the first call to <code class="function">peek$("argument")</code> will return <code class="literal">bar</code>. This is because <code class="literal">foo.yab</code> is treated as the name of the program to run, whereas <code class="literal">bar</code> and <code class="literal">baz</code> are considered arguments to this program, which are passed on the command line. The second call to <code class="function">peek$("argument")</code> will return <code class="literal">baz</code>. <span class="emphasis"><em>Note</em></span>, that for windows-users, who tend to click on the icon (as opposed to starting <span class="application">yabasic</span> on the command line), this <code class="function">peek</code>will mostly return the empty string.</p><p>Note, that <code class="function">peek$("argument")</code> can be written as <code class="function">peek$("arguments")</code>.</p><p>Finally you will want to check out the corresponding function <code class="function"><a class="link" href="#ref_peek" title="peek">peek("argument")</a></code>.</p></dd><dt><span class="term"><code class="function">peek$("last_foreign_function_call_error_text")</code></span></dt><dd><p>Retrieve error text: If passing <code class="literal">"no_error"</code> to <code class="function"><a class="link" href="#ref_foreign_function_call" title="foreign_function_call()">foreign_function_call</a></code>, any error (e.g. failure to load the specified library), will <span class="emphasis"><em>not</em></span> terminate your <span class="application">yabasic</span>-program but rather store a descriptive error message away for later retrieval. Later on you may then check <code class="function"><a class="link" href="#ref_peek" title="peek">peek("last_foreign_function_call_okay")</a></code> to find out, if something went wrong and retrieve a description with <code class="function">peek$("last_foreign_function_call_error_text")</code>.</p><p>This peek can be abbreviated as <code class="function">peek$("last_frnfn_call_error_text")</code></p></dd></dl></div></div><div class="refsect1"><a id="idm46541521941312"></a><h2>Example</h2><div class="informalexample"><pre class="programlisting">
yabasic-2.87.1/yabasic.htm-1952-print "You have supplied these arguments: "
##############################################
yabasic-2.87.1/yabasic.htm-2273-print "Read ",l," lines"
yabasic-2.87.1/yabasic.htm:2274:          </pre><p>This example reads the file <code class="filename">foo</code> allowing for <span class="emphasis"><em>continuation lines</em></span>, which are marked by a <code class="literal">\</code>, which appears as the last character on a line. For convenience whitespace at the right end of a line is trimmed with <code class="function">rtrim</code>.</p></div></div><div class="refsect1"><a id="idm46541521437120"></a><h2>See also</h2><p><code class="function"><a class="link" href="#ref_ltrim" title="ltrim$()">ltrim$</a></code>, <code class="function"><a class="link" href="#ref_trim" title="trim$()">trim$</a></code></p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="ref_s"></a>S</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="#ref_screen">screen</a></span><span class="refpurpose"> — as <code class="function">clear screen</code> clears the text window</span></dt><dt><span class="refentrytitle"><a href="#ref_seek">seek()</a></span><span class="refpurpose"> — change the position within an open file</span></dt><dt><span class="refentrytitle"><a href="#ref_sig">sig()</a></span><span class="refpurpose"> — return the sign of its argument</span></dt><dt><span class="refentrytitle"><a href="#ref_sin">sin()</a></span><span class="refpurpose"> — return the sine of its single argument</span></dt><dt><span class="refentrytitle"><a href="#ref_shl">shl()</a></span><span class="refpurpose"> — shift its argument bitwise to the left</span></dt><dt><span class="refentrytitle"><a href="#ref_shr">shr()</a></span><span class="refpurpose"> — shift its argument bitwise to the right</span></dt><dt><span class="refentrytitle"><a href="#ref_sleep">sleep</a></span><span class="refpurpose"> — pause, sleep, wait for the specified number of seconds</span></dt><dt><span class="refentrytitle"><a href="#ref_split">split()</a></span><span class="refpurpose"> — split a string into many strings</span></dt><dt><span class="refentrytitle"><a href="#ref_sqr">sqr()</a></span><span class="refpurpose"> — compute the square of its argument</span></dt><dt><span class="refentrytitle"><a href="#ref_sqrt">sqrt()</a></span><span class="refpurpose"> — compute the square root of its argument</span></dt><dt><span class="refentrytitle"><a href="#ref_static">static</a></span><span class="refpurpose"> — preserves the value of a variable between calls to a subroutine</span></dt><dt><span class="refentrytitle"><a href="#ref_step">step</a></span><span class="refpurpose"> — specifies the increment step in a for-loop</span></dt><dt><span class="refentrytitle"><a href="#ref_str">str$()</a></span><span class="refpurpose"> — convert a number into a string</span></dt><dt><span class="refentrytitle"><a href="#ref_sub">sub</a></span><span class="refpurpose"> — declare a user defined subroutine</span></dt><dt><span class="refentrytitle"><a href="#ref_switch">switch</a></span><span class="refpurpose"> — select one of many alternatives depending on a value</span></dt><dt><span class="refentrytitle"><a href="#ref_system">system()</a></span><span class="refpurpose"> — hand the name of an external command over to your operating system and return its exitcode</span></dt><dt><span class="refentrytitle"><a href="#ref_system2">system$()</a></span><span class="refpurpose"> — hand the name of an external command over to your operating system and return its output</span></dt></dl></div><div class="refentry"><a id="ref_screen"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>screen — as <code class="function">clear screen</code> clears the text window</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-2275-clear screen
##############################################
yabasic-2.87.1/yabasic.htm-2512-input f$
yabasic-2.87.1/yabasic.htm:2513:if (system("rm "+f$+" &gt;/dev/null 2&gt;&amp;1")) then
yabasic-2.87.1/yabasic.htm-2514-  print "Error !"
##############################################
yabasic-2.87.1/yabasic.htm-2524-print system$("dir "+d$)
yabasic-2.87.1/yabasic.htm:2525:          </pre><p>This example lists the contents of a directory, employing the <span class="application">dir</span>-command  (which is about the only program, that is known under Unix as well as Windows).</p></div></div><div class="refsect1"><a id="idm46541521088144"></a><h2>See also</h2><p><code class="function"><a class="link" href="#ref_system" title="system()">system</a></code>, <code class="function"><a class="link" href="#ref_chomp" title="chomp$()">chomp</a></code></p></div></div></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="ref_t"></a>T</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="#ref_tan">tan()</a></span><span class="refpurpose"> — return the tangent of its argument</span></dt><dt><span class="refentrytitle"><a href="#ref_tell">tell</a></span><span class="refpurpose"> — get the current position within an open file</span></dt><dt><span class="refentrytitle"><a href="#ref_text">text</a></span><span class="refpurpose"> — write text into your graphic-window</span></dt><dt><span class="refentrytitle"><a href="#ref_then">then</a></span><span class="refpurpose"> — tell the long from the short form of the <code class="function">if</code>-statement</span></dt><dt><span class="refentrytitle"><a href="#ref_time">time$</a></span><span class="refpurpose"> — return a string containing the current time</span></dt><dt><span class="refentrytitle"><a href="#ref_to">to</a></span><span class="refpurpose"> — this keyword appears as part of other statements</span></dt><dt><span class="refentrytitle"><a href="#ref_token">token()</a></span><span class="refpurpose"> — split a string into multiple strings</span></dt><dt><span class="refentrytitle"><a href="#ref_triangle">triangle</a></span><span class="refpurpose"> — draw a triangle</span></dt><dt><span class="refentrytitle"><a href="#ref_trim">trim$()</a></span><span class="refpurpose"> — remove leading and trailing spaces from its argument</span></dt><dt><span class="refentrytitle"><a href="#ref_true">true</a></span><span class="refpurpose"> — a constant with the value of 1</span></dt></dl></div><div class="refentry"><a id="ref_tan"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>tan() — return the tangent of its argument</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
yabasic-2.87.1/yabasic.htm-2526-foo=tan(bar)
##############################################
yabasic-2.87.1/yabasic.1-5866-     information. Employing these, it would be possible for a yabasic-program to
yabasic-2.87.1/yabasic.1:5867:     start itself: system(peek$("interpreter_path") + " " + peek$
yabasic-2.87.1/yabasic.1-5868-     ("program_file_name")). Of course, in this simple form this would be a bad
##############################################
yabasic-2.87.1/yabasic.1-7636- input f$
yabasic-2.87.1/yabasic.1:7637: if (system("rm "+f$+" >/dev/null 2>&1")) then
yabasic-2.87.1/yabasic.1-7638-   print "Error !"
##############################################
yabasic-2.87.1/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
yabasic-2.87.1/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
yabasic-2.87.1/depcomp-74-
##############################################
yabasic-2.87.1/depcomp-248-  # Version 6 uses the directory in both cases.
yabasic-2.87.1/depcomp:249:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
yabasic-2.87.1/depcomp-250-  test "x$dir" = "x$object" && dir=
yabasic-2.87.1/depcomp:251:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
yabasic-2.87.1/depcomp-252-  if test "$libtool" = yes; then
##############################################
yabasic-2.87.1/depcomp-343-  # Much of this is similar to the tru64 case; see comments there.
yabasic-2.87.1/depcomp:344:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
yabasic-2.87.1/depcomp-345-  test "x$dir" = "x$object" && dir=
yabasic-2.87.1/depcomp:346:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
yabasic-2.87.1/depcomp-347-  if test "$libtool" = yes; then
##############################################
yabasic-2.87.1/depcomp-387-   # Subdirectories are respected.
yabasic-2.87.1/depcomp:388:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
yabasic-2.87.1/depcomp-389-   test "x$dir" = "x$object" && dir=
yabasic-2.87.1/depcomp:390:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
yabasic-2.87.1/depcomp-391-
##############################################
yabasic-2.87.1/depcomp-577-  done
yabasic-2.87.1/depcomp:578:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
yabasic-2.87.1/depcomp-579-  touch "$tmpdepfile"