===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
beef-1.2.0/config.guess-34-
beef-1.2.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
beef-1.2.0/config.guess-36-
##############################################
beef-1.2.0/config.guess-102-: ${TMPDIR=/tmp} ;
beef-1.2.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
beef-1.2.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
beef-1.2.0/config.guess-151-	EOF
beef-1.2.0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
beef-1.2.0/config.guess-153-
##############################################
beef-1.2.0/config.guess-188-	    earmv*)
beef-1.2.0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
beef-1.2.0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
beef-1.2.0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
beef-1.2.0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
beef-1.2.0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
beef-1.2.0/config.guess-222-		;;
##############################################
beef-1.2.0/config.guess-233-	    *)
beef-1.2.0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
beef-1.2.0/config.guess-235-		;;
##############################################
beef-1.2.0/config.guess-280-	*4.0)
beef-1.2.0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
beef-1.2.0/config.guess-282-		;;
beef-1.2.0/config.guess-283-	*5.*)
beef-1.2.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
beef-1.2.0/config.guess-285-		;;
##############################################
beef-1.2.0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
beef-1.2.0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
beef-1.2.0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
beef-1.2.0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
beef-1.2.0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
beef-1.2.0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
beef-1.2.0/config.guess-379-    s390x:SunOS:*:*)
beef-1.2.0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-381-	exit ;;
beef-1.2.0/config.guess-382-    sun4H:SunOS:5.*:*)
beef-1.2.0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-384-	exit ;;
beef-1.2.0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
beef-1.2.0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-387-	exit ;;
##############################################
beef-1.2.0/config.guess-404-	fi
beef-1.2.0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-406-	exit ;;
##############################################
beef-1.2.0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
beef-1.2.0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-412-	exit ;;
##############################################
beef-1.2.0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
beef-1.2.0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
beef-1.2.0/config.guess-421-	exit ;;
##############################################
beef-1.2.0/config.guess-425-    sun*:*:4.2BSD:*)
beef-1.2.0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
beef-1.2.0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
beef-1.2.0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
beef-1.2.0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
beef-1.2.0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
beef-1.2.0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
beef-1.2.0/config.guess-563-    *:IRIX*:*:*)
beef-1.2.0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
beef-1.2.0/config.guess-565-	exit ;;
##############################################
beef-1.2.0/config.guess-593-EOF
beef-1.2.0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
beef-1.2.0/config.guess-595-		then
##############################################
beef-1.2.0/config.guess-606-    *:AIX:*:[4567])
beef-1.2.0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
beef-1.2.0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
beef-1.2.0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
beef-1.2.0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
beef-1.2.0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
beef-1.2.0/config.guess-696-EOF
beef-1.2.0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
beef-1.2.0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
beef-1.2.0/config.guess-724-    ia64:HP-UX:*:*)
beef-1.2.0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
beef-1.2.0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
beef-1.2.0/config.guess-754-EOF
beef-1.2.0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
beef-1.2.0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
beef-1.2.0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
beef-1.2.0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
beef-1.2.0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
beef-1.2.0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
beef-1.2.0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
beef-1.2.0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
beef-1.2.0/config.guess-850-	esac
beef-1.2.0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
beef-1.2.0/config.guess-852-	exit ;;
##############################################
beef-1.2.0/config.guess-886-    prep*:SunOS:5.*:*)
beef-1.2.0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
beef-1.2.0/config.guess-888-	exit ;;
##############################################
beef-1.2.0/config.guess-890-	# the GNU system
beef-1.2.0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
beef-1.2.0/config.guess-892-	exit ;;
##############################################
beef-1.2.0/config.guess-894-	# other systems with GNU libc and userland
beef-1.2.0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
beef-1.2.0/config.guess-896-	exit ;;
##############################################
beef-1.2.0/config.guess-988-EOF
beef-1.2.0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
beef-1.2.0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
beef-1.2.0/config.guess-1092-    i*86:*:4.*:*)
beef-1.2.0/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
beef-1.2.0/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
beef-1.2.0/config.guess-1295-	fi
beef-1.2.0/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
beef-1.2.0/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
beef-1.2.0/config.guess-1393-    *:DragonFly:*:*)
beef-1.2.0/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
beef-1.2.0/config.guess-1395-	exit ;;
##############################################
beef-1.2.0/config.guess-1406-    i*86:skyos:*:*)
beef-1.2.0/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
beef-1.2.0/config.guess-1408-	exit ;;
##############################################
beef-1.2.0/Makefile.in-50-  { \
beef-1.2.0/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
beef-1.2.0/Makefile.in-52-  }; \
##############################################
beef-1.2.0/Makefile.in-130-  esac
beef-1.2.0/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
beef-1.2.0/Makefile.in-132-am__vpath_adj = case $$p in \
beef-1.2.0/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
beef-1.2.0/Makefile.in-134-    *) f=$$p;; \
beef-1.2.0/Makefile.in-135-  esac;
beef-1.2.0/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
beef-1.2.0/Makefile.in-137-am__install_max = 40
beef-1.2.0/Makefile.in-138-am__nobase_strip_setup = \
beef-1.2.0/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
beef-1.2.0/Makefile.in-140-am__nobase_strip = \
##############################################
beef-1.2.0/Makefile.in-208-  while test -n "$$dir1"; do \
beef-1.2.0/Makefile.in:209:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
beef-1.2.0/Makefile.in-210-    if test "$$first" != "."; then \
beef-1.2.0/Makefile.in-211-      if test "$$first" = ".."; then \
beef-1.2.0/Makefile.in:212:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
beef-1.2.0/Makefile.in:213:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
beef-1.2.0/Makefile.in-214-      else \
beef-1.2.0/Makefile.in:215:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
beef-1.2.0/Makefile.in-216-        if test "$$first2" = "$$first"; then \
beef-1.2.0/Makefile.in:217:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
beef-1.2.0/Makefile.in-218-        else \
##############################################
beef-1.2.0/Makefile.in-223-    fi; \
beef-1.2.0/Makefile.in:224:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
beef-1.2.0/Makefile.in-225-  done; \
##############################################
beef-1.2.0/Makefile.in-458-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
beef-1.2.0/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
beef-1.2.0/Makefile.in-460-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
beef-1.2.0/Makefile.in-475-	dot_seen=no; \
beef-1.2.0/Makefile.in:476:	target=`echo $@ | sed s/-recursive//`; \
beef-1.2.0/Makefile.in-477-	case "$@" in \
##############################################
beef-1.2.0/Makefile.in-538-GTAGS:
beef-1.2.0/Makefile.in:539:	here=`$(am__cd) $(top_builddir) && pwd` \
beef-1.2.0/Makefile.in-540-	  && $(am__cd) $(top_srcdir) \
##############################################
beef-1.2.0/Makefile.in-573-	test -d "$(distdir)" || mkdir "$(distdir)"
beef-1.2.0/Makefile.in:574:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/Makefile.in:575:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/Makefile.in-576-	list='$(DISTFILES)'; \
##############################################
beef-1.2.0/Makefile.in-587-	  if test -d $$d/$$file; then \
beef-1.2.0/Makefile.in:588:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
beef-1.2.0/Makefile.in-589-	    if test -d "$(distdir)/$$file"; then \
##############################################
beef-1.2.0/Makefile.in-703-	test -d $(distdir)/_build || exit 0; \
beef-1.2.0/Makefile.in:704:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
beef-1.2.0/Makefile.in-705-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
beef-1.2.0/Makefile.in-747-	}; \
beef-1.2.0/Makefile.in:748:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
beef-1.2.0/Makefile.in-749-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
beef-1.2.0/Makefile.in-759-	fi
beef-1.2.0/Makefile.in:760:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
beef-1.2.0/Makefile.in-761-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
beef-1.2.0/ltmain.sh-103-#
beef-1.2.0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
beef-1.2.0/ltmain.sh-105-#
##############################################
beef-1.2.0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
beef-1.2.0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
beef-1.2.0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
beef-1.2.0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
beef-1.2.0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
beef-1.2.0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
beef-1.2.0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
beef-1.2.0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
beef-1.2.0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
beef-1.2.0/ltmain.sh-410-# The name of this program.
beef-1.2.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
beef-1.2.0/ltmain.sh-412-
##############################################
beef-1.2.0/ltmain.sh-416-  *[\\/]*)
beef-1.2.0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
beef-1.2.0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
beef-1.2.0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
beef-1.2.0/ltmain.sh-610-
beef-1.2.0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
beef-1.2.0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
beef-1.2.0/ltmain.sh-613-
##############################################
beef-1.2.0/ltmain.sh-639-
beef-1.2.0/ltmain.sh:640:    func_arith_result=`expr "$@"`
beef-1.2.0/ltmain.sh-641-  }
##############################################
beef-1.2.0/ltmain.sh-660-  # ...otherwise fall back to using sed.
beef-1.2.0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
beef-1.2.0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
beef-1.2.0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
beef-1.2.0/ltmain.sh-757-      test -n "$_G_tc" && {
beef-1.2.0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
beef-1.2.0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
beef-1.2.0/ltmain.sh-760-      }
beef-1.2.0/ltmain.sh-761-    done
beef-1.2.0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
beef-1.2.0/ltmain.sh-763-
##############################################
beef-1.2.0/ltmain.sh-831-
beef-1.2.0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
beef-1.2.0/ltmain.sh-833-  }
##############################################
beef-1.2.0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
beef-1.2.0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
beef-1.2.0/ltmain.sh-865-      done
beef-1.2.0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
beef-1.2.0/ltmain.sh-867-
##############################################
beef-1.2.0/ltmain.sh-901-      # If mktemp works, use that first and foremost
beef-1.2.0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
beef-1.2.0/ltmain.sh-903-
##############################################
beef-1.2.0/ltmain.sh-1111-        *[\\\`\"\$]*)
beef-1.2.0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
beef-1.2.0/ltmain.sh-1113-        *)
##############################################
beef-1.2.0/ltmain.sh-1198-    case $2 in
beef-1.2.0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
beef-1.2.0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
beef-1.2.0/ltmain.sh-1201-    esac
##############################################
beef-1.2.0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
beef-1.2.0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
beef-1.2.0/ltmain.sh-1273-      ;;
##############################################
beef-1.2.0/ltmain.sh-1358-
beef-1.2.0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
beef-1.2.0/ltmain.sh-1360-}
##############################################
beef-1.2.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
beef-1.2.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
beef-1.2.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
beef-1.2.0/ltmain.sh-1517-
beef-1.2.0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
beef-1.2.0/ltmain.sh-1519-}
##############################################
beef-1.2.0/ltmain.sh-1943-
beef-1.2.0/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
beef-1.2.0/ltmain.sh-1945-      func_split_equals_rhs=
beef-1.2.0/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
beef-1.2.0/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
beef-1.2.0/ltmain.sh-1948-  }
##############################################
beef-1.2.0/ltmain.sh-1971-
beef-1.2.0/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
beef-1.2.0/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
beef-1.2.0/ltmain.sh-1974-  }
##############################################
beef-1.2.0/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-14
beef-1.2.0/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
beef-1.2.0/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
beef-1.2.0/ltmain.sh-2147-
##############################################
beef-1.2.0/ltmain.sh-2183-  {
beef-1.2.0/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
beef-1.2.0/ltmain.sh-2185-  }
##############################################
beef-1.2.0/ltmain.sh-2188-  {
beef-1.2.0/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
beef-1.2.0/ltmain.sh-2190-  }
##############################################
beef-1.2.0/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
beef-1.2.0/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
beef-1.2.0/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
beef-1.2.0/ltmain.sh-2751-      done
beef-1.2.0/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
beef-1.2.0/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
beef-1.2.0/ltmain.sh-2754-      case $@ in
##############################################
beef-1.2.0/ltmain.sh-2764-	    # Evaluate the configuration.
beef-1.2.0/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
beef-1.2.0/ltmain.sh-2766-	    CC_quoted=
##############################################
beef-1.2.0/ltmain.sh-2770-	    done
beef-1.2.0/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
beef-1.2.0/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
beef-1.2.0/ltmain.sh-2773-	    case "$@ " in
##############################################
beef-1.2.0/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
beef-1.2.0/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
beef-1.2.0/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
beef-1.2.0/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
beef-1.2.0/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
beef-1.2.0/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
beef-1.2.0/ltmain.sh-3101-    # LT_CYGPATH in this case.
beef-1.2.0/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
beef-1.2.0/ltmain.sh-3103-  fi
##############################################
beef-1.2.0/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
beef-1.2.0/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
beef-1.2.0/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
beef-1.2.0/ltmain.sh-3468-    *.[cCFSifmso] | \
beef-1.2.0/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
beef-1.2.0/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
beef-1.2.0/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
beef-1.2.0/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
beef-1.2.0/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
beef-1.2.0/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
beef-1.2.0/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
beef-1.2.0/ltmain.sh-3566-
##############################################
beef-1.2.0/ltmain.sh-3612-      if test warn = "$need_locks" &&
beef-1.2.0/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
beef-1.2.0/ltmain.sh-3614-	$ECHO "\
beef-1.2.0/ltmain.sh-3615-*** ERROR, $lockfile contains:
beef-1.2.0/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
beef-1.2.0/ltmain.sh-3617-
##############################################
beef-1.2.0/ltmain.sh-3661-      if test warn = "$need_locks" &&
beef-1.2.0/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
beef-1.2.0/ltmain.sh-3663-	$ECHO "\
beef-1.2.0/ltmain.sh-3664-*** ERROR, $lockfile contains:
beef-1.2.0/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
beef-1.2.0/ltmain.sh-3666-
##############################################
beef-1.2.0/ltmain.sh-3987-      # Get the absolute pathname.
beef-1.2.0/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
beef-1.2.0/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
beef-1.2.0/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
beef-1.2.0/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
beef-1.2.0/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
beef-1.2.0/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
beef-1.2.0/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
beef-1.2.0/ltmain.sh-4372-
##############################################
beef-1.2.0/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
beef-1.2.0/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
beef-1.2.0/ltmain.sh-4385-	  else
beef-1.2.0/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
beef-1.2.0/ltmain.sh-4387-	  fi
##############################################
beef-1.2.0/ltmain.sh-4550-	    fi
beef-1.2.0/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
beef-1.2.0/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
beef-1.2.0/ltmain.sh-4569-	        # Replace the output file specification.
beef-1.2.0/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
beef-1.2.0/ltmain.sh-4571-
##############################################
beef-1.2.0/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
beef-1.2.0/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
beef-1.2.0/ltmain.sh-4590-	  fi
##############################################
beef-1.2.0/ltmain.sh-4662-    my_pic_p=${3-false}
beef-1.2.0/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
beef-1.2.0/ltmain.sh-4664-    my_dlsyms=
##############################################
beef-1.2.0/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
beef-1.2.0/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
beef-1.2.0/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
beef-1.2.0/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
beef-1.2.0/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
beef-1.2.0/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
beef-1.2.0/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
beef-1.2.0/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
beef-1.2.0/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
beef-1.2.0/ltmain.sh-4954-	  else
beef-1.2.0/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
beef-1.2.0/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
beef-1.2.0/ltmain.sh-4957-	  fi
##############################################
beef-1.2.0/ltmain.sh-4959-	*)
beef-1.2.0/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
beef-1.2.0/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
beef-1.2.0/ltmain.sh-4962-	  ;;
##############################################
beef-1.2.0/ltmain.sh-4974-      # Nullify the symbol file.
beef-1.2.0/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
beef-1.2.0/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
beef-1.2.0/ltmain.sh-4977-    fi
##############################################
beef-1.2.0/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
beef-1.2.0/ltmain.sh:4989:  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)$'`
beef-1.2.0/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
beef-1.2.0/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
beef-1.2.0/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
beef-1.2.0/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
beef-1.2.0/ltmain.sh-5017-  win32_libid_type=unknown
beef-1.2.0/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
beef-1.2.0/ltmain.sh-5019-  case $win32_fileres in
##############################################
beef-1.2.0/ltmain.sh-5082-
beef-1.2.0/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
beef-1.2.0/ltmain.sh-5084-}
##############################################
beef-1.2.0/ltmain.sh-5100-
beef-1.2.0/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
beef-1.2.0/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
beef-1.2.0/ltmain.sh-5164-    # binutils import library
beef-1.2.0/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
beef-1.2.0/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
beef-1.2.0/ltmain.sh-5167-    # ms-generated import library
beef-1.2.0/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
beef-1.2.0/ltmain.sh-5169-  else
##############################################
beef-1.2.0/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
beef-1.2.0/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
beef-1.2.0/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
beef-1.2.0/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
beef-1.2.0/ltmain.sh-5252-	    darwin_arch=
##############################################
beef-1.2.0/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
beef-1.2.0/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
beef-1.2.0/ltmain.sh-5264-	    darwin_file=
##############################################
beef-1.2.0/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
beef-1.2.0/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
beef-1.2.0/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
beef-1.2.0/ltmain.sh-5281-      esac
beef-1.2.0/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
beef-1.2.0/ltmain.sh-5283-    done
##############################################
beef-1.2.0/ltmain.sh-5352-
beef-1.2.0/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
beef-1.2.0/ltmain.sh-5354-    $ECHO "\
##############################################
beef-1.2.0/ltmain.sh-5387-    --lt-dump-script)
beef-1.2.0/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
beef-1.2.0/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
beef-1.2.0/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
beef-1.2.0/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
beef-1.2.0/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
beef-1.2.0/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
beef-1.2.0/ltmain.sh-5416-  done
##############################################
beef-1.2.0/ltmain.sh-5472-  # Find the directory that this script lives in.
beef-1.2.0/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
beef-1.2.0/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
beef-1.2.0/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
beef-1.2.0/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
beef-1.2.0/ltmain.sh-5478-  while test -n \"\$file\"; do
beef-1.2.0/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
beef-1.2.0/ltmain.sh-5480-
##############################################
beef-1.2.0/ltmain.sh-5488-
beef-1.2.0/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
beef-1.2.0/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
beef-1.2.0/ltmain.sh-5491-  done
##############################################
beef-1.2.0/ltmain.sh-5502-    case \"\$thisdir\" in
beef-1.2.0/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
beef-1.2.0/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
beef-1.2.0/ltmain.sh-5508-  # Try to get the absolute directory name.
beef-1.2.0/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
beef-1.2.0/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
beef-1.2.0/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
beef-1.2.0/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
beef-1.2.0/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
beef-1.2.0/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
beef-1.2.0/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
beef-1.2.0/ltmain.sh-5535-      else
##############################################
beef-1.2.0/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
beef-1.2.0/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
beef-1.2.0/ltmain.sh-5579-
##############################################
beef-1.2.0/ltmain.sh-6556-
beef-1.2.0/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
beef-1.2.0/ltmain.sh-6558-    *import*) : ;;
##############################################
beef-1.2.0/ltmain.sh-6804-	    moreargs=
beef-1.2.0/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
beef-1.2.0/ltmain.sh-6806-	    do
##############################################
beef-1.2.0/ltmain.sh-7065-	*)
beef-1.2.0/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
beef-1.2.0/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
beef-1.2.0/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
beef-1.2.0/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
beef-1.2.0/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
beef-1.2.0/ltmain.sh-7385-      -Z*)
beef-1.2.0/ltmain.sh:7386:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
beef-1.2.0/ltmain.sh-7387-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
beef-1.2.0/ltmain.sh-7555-      # get the directories listed in $shlibpath_var
beef-1.2.0/ltmain.sh:7556:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
beef-1.2.0/ltmain.sh-7557-    else
##############################################
beef-1.2.0/ltmain.sh-7874-		  set dummy $deplibs_check_method; shift
beef-1.2.0/ltmain.sh:7875:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
beef-1.2.0/ltmain.sh-7876-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
beef-1.2.0/ltmain.sh-7964-	if test -n "$inherited_linker_flags"; then
beef-1.2.0/ltmain.sh:7965:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
beef-1.2.0/ltmain.sh-7966-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
beef-1.2.0/ltmain.sh-7972-	fi
beef-1.2.0/ltmain.sh:7973:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh-7974-	if test lib,link = "$linkmode,$pass" ||
##############################################
beef-1.2.0/ltmain.sh-8045-	*)
beef-1.2.0/ltmain.sh:8046:	  abs_ladir=`cd "$ladir" && pwd`
beef-1.2.0/ltmain.sh-8047-	  if test -z "$abs_ladir"; then
##############################################
beef-1.2.0/ltmain.sh-8298-	    shift
beef-1.2.0/ltmain.sh:8299:	    libname=`eval "\\$ECHO \"$libname_spec\""`
beef-1.2.0/ltmain.sh-8300-	    # use dlname if we got it. it's perfectly good, no?
##############################################
beef-1.2.0/ltmain.sh-8590-		*)
beef-1.2.0/ltmain.sh:8591:		  absdir=`cd "$dir" && pwd`
beef-1.2.0/ltmain.sh-8592-		  if test -z "$absdir"; then
##############################################
beef-1.2.0/ltmain.sh-8601-		  depdepl=
beef-1.2.0/ltmain.sh:8602:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
beef-1.2.0/ltmain.sh-8603-		  if test -n "$deplibrary_names"; then
##############################################
beef-1.2.0/ltmain.sh-8608-		      depdepl=$absdir/$objdir/$depdepl
beef-1.2.0/ltmain.sh:8609:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
beef-1.2.0/ltmain.sh-8610-                      if test -z "$darwin_install_name"; then
beef-1.2.0/ltmain.sh:8611:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
beef-1.2.0/ltmain.sh-8612-                      fi
##############################################
beef-1.2.0/ltmain.sh-8623-		else
beef-1.2.0/ltmain.sh:8624:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
beef-1.2.0/ltmain.sh-8625-		  test -z "$libdir" && \
##############################################
beef-1.2.0/ltmain.sh-8646-	else
beef-1.2.0/ltmain.sh:8647:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh-8648-	fi
##############################################
beef-1.2.0/ltmain.sh-8735-        linux*)
beef-1.2.0/ltmain.sh:8736:          case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/ltmain.sh-8737-          *Sun\ C*) # Sun C++ 5.9
##############################################
beef-1.2.0/ltmain.sh-9143-	removelist=
beef-1.2.0/ltmain.sh:9144:	tempremovelist=`$ECHO "$output_objdir/*"`
beef-1.2.0/ltmain.sh-9145-	for p in $tempremovelist; do
##############################################
beef-1.2.0/ltmain.sh-9169-	# Transform .lo files to .o files.
beef-1.2.0/ltmain.sh:9170:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
beef-1.2.0/ltmain.sh-9171-      fi
##############################################
beef-1.2.0/ltmain.sh-9174-      #for path in $notinst_path; do
beef-1.2.0/ltmain.sh:9175:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
beef-1.2.0/ltmain.sh:9176:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
beef-1.2.0/ltmain.sh:9177:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
beef-1.2.0/ltmain.sh-9178-      #done
##############################################
beef-1.2.0/ltmain.sh-9295-		if test -n "$i"; then
beef-1.2.0/ltmain.sh:9296:		  libname=`eval "\\$ECHO \"$libname_spec\""`
beef-1.2.0/ltmain.sh:9297:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
beef-1.2.0/ltmain.sh-9298-		  set dummy $deplib_matches; shift
beef-1.2.0/ltmain.sh-9299-		  deplib_match=$1
beef-1.2.0/ltmain.sh:9300:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
beef-1.2.0/ltmain.sh-9301-		    func_append newdeplibs " $i"
##############################################
beef-1.2.0/ltmain.sh-9338-		  if test -n "$i"; then
beef-1.2.0/ltmain.sh:9339:		    libname=`eval "\\$ECHO \"$libname_spec\""`
beef-1.2.0/ltmain.sh:9340:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
beef-1.2.0/ltmain.sh-9341-		    set dummy $deplib_matches; shift
beef-1.2.0/ltmain.sh-9342-		    deplib_match=$1
beef-1.2.0/ltmain.sh:9343:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
beef-1.2.0/ltmain.sh-9344-		      func_append newdeplibs " $i"
##############################################
beef-1.2.0/ltmain.sh-9373-	  set dummy $deplibs_check_method; shift
beef-1.2.0/ltmain.sh:9374:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
beef-1.2.0/ltmain.sh-9375-	  for a_deplib in $deplibs; do
##############################################
beef-1.2.0/ltmain.sh-9388-	      if test -n "$a_deplib"; then
beef-1.2.0/ltmain.sh:9389:		libname=`eval "\\$ECHO \"$libname_spec\""`
beef-1.2.0/ltmain.sh-9390-		if test -n "$file_magic_glob"; then
beef-1.2.0/ltmain.sh:9391:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
beef-1.2.0/ltmain.sh-9392-		else
##############################################
beef-1.2.0/ltmain.sh-9398-		    shopt -s nocaseglob
beef-1.2.0/ltmain.sh:9399:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
beef-1.2.0/ltmain.sh-9400-		    $nocaseglob
beef-1.2.0/ltmain.sh-9401-		  else
beef-1.2.0/ltmain.sh:9402:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
beef-1.2.0/ltmain.sh-9403-		  fi
##############################################
beef-1.2.0/ltmain.sh-9416-		      while test -h "$potlib" 2>/dev/null; do
beef-1.2.0/ltmain.sh:9417:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
beef-1.2.0/ltmain.sh-9418-			case $potliblink in
beef-1.2.0/ltmain.sh-9419-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
beef-1.2.0/ltmain.sh:9420:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
beef-1.2.0/ltmain.sh-9421-			esac
##############################################
beef-1.2.0/ltmain.sh-9457-	  set dummy $deplibs_check_method; shift
beef-1.2.0/ltmain.sh:9458:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
beef-1.2.0/ltmain.sh-9459-	  for a_deplib in $deplibs; do
##############################################
beef-1.2.0/ltmain.sh-9472-	      if test -n "$a_deplib"; then
beef-1.2.0/ltmain.sh:9473:		libname=`eval "\\$ECHO \"$libname_spec\""`
beef-1.2.0/ltmain.sh-9474-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
beef-1.2.0/ltmain.sh:9475:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
beef-1.2.0/ltmain.sh-9476-		  for potent_lib in $potential_libs; do
##############################################
beef-1.2.0/ltmain.sh-9511-	  newdeplibs=
beef-1.2.0/ltmain.sh:9512:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
beef-1.2.0/ltmain.sh-9513-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
beef-1.2.0/ltmain.sh-9515-	      # can't use Xsed below, because $i might contain '/'
beef-1.2.0/ltmain.sh:9516:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
beef-1.2.0/ltmain.sh-9517-	    done
##############################################
beef-1.2.0/ltmain.sh-9541-	  # On Rhapsody replace the C library with the System framework
beef-1.2.0/ltmain.sh:9542:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
beef-1.2.0/ltmain.sh-9543-	  ;;
##############################################
beef-1.2.0/ltmain.sh-9593-	*-*-darwin*)
beef-1.2.0/ltmain.sh:9594:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh:9595:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh:9596:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh-9597-	  ;;
##############################################
beef-1.2.0/ltmain.sh-9720-	# Use standard objects if they are pic
beef-1.2.0/ltmain.sh:9721:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
beef-1.2.0/ltmain.sh-9722-	test "X$libobjs" = "X " && libobjs=
##############################################
beef-1.2.0/ltmain.sh-10234-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
beef-1.2.0/ltmain.sh:10235:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
beef-1.2.0/ltmain.sh-10236-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
beef-1.2.0/ltmain.sh-10249-      # Create the old-style object.
beef-1.2.0/ltmain.sh:10250:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
beef-1.2.0/ltmain.sh-10251-
##############################################
beef-1.2.0/ltmain.sh-10307-	# On Rhapsody replace the C library is the System framework
beef-1.2.0/ltmain.sh:10308:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
beef-1.2.0/ltmain.sh:10309:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
beef-1.2.0/ltmain.sh-10310-	;;
##############################################
beef-1.2.0/ltmain.sh-10325-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
beef-1.2.0/ltmain.sh:10326:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh:10327:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
beef-1.2.0/ltmain.sh-10328-	;;
##############################################
beef-1.2.0/ltmain.sh-10403-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
beef-1.2.0/ltmain.sh:10404:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
beef-1.2.0/ltmain.sh-10405-	  case :$dllsearchpath: in
##############################################
beef-1.2.0/ltmain.sh-10463-	# Transform all the library objects into standard objects.
beef-1.2.0/ltmain.sh:10464:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
beef-1.2.0/ltmain.sh:10465:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
beef-1.2.0/ltmain.sh-10466-      fi
##############################################
beef-1.2.0/ltmain.sh-10491-	# Replace the output file specification.
beef-1.2.0/ltmain.sh:10492:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
beef-1.2.0/ltmain.sh-10493-	link_command=$compile_command$compile_rpath
##############################################
beef-1.2.0/ltmain.sh-10500-	  func_to_tool_file "$output"
beef-1.2.0/ltmain.sh:10501:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
beef-1.2.0/ltmain.sh-10502-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
beef-1.2.0/ltmain.sh-10544-	# Replace the output file specification.
beef-1.2.0/ltmain.sh:10545:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
beef-1.2.0/ltmain.sh-10546-	# Delete the old output file.
##############################################
beef-1.2.0/ltmain.sh-10552-	  func_to_tool_file "$output"
beef-1.2.0/ltmain.sh:10553:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
beef-1.2.0/ltmain.sh-10554-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
beef-1.2.0/ltmain.sh-10570-	  link_command=$finalize_var$compile_command$finalize_rpath
beef-1.2.0/ltmain.sh:10571:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
beef-1.2.0/ltmain.sh-10572-          ;;
##############################################
beef-1.2.0/ltmain.sh-10583-      # Replace the output file specification.
beef-1.2.0/ltmain.sh:10584:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
beef-1.2.0/ltmain.sh-10585-
##############################################
beef-1.2.0/ltmain.sh-10592-	func_to_tool_file "$output_objdir/$outputname"
beef-1.2.0/ltmain.sh:10593:	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'`
beef-1.2.0/ltmain.sh-10594-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
beef-1.2.0/ltmain.sh-10613-	relink_command="(cd `pwd`; $relink_command)"
beef-1.2.0/ltmain.sh:10614:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
beef-1.2.0/ltmain.sh-10615-      fi
##############################################
beef-1.2.0/ltmain.sh-10859-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
beef-1.2.0/ltmain.sh:10860:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
beef-1.2.0/ltmain.sh-10861-      if test yes = "$hardcode_automatic"; then
##############################################
beef-1.2.0/ltmain.sh-10880-		func_resolve_sysroot "$deplib"
beef-1.2.0/ltmain.sh:10881:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
beef-1.2.0/ltmain.sh-10882-		test -z "$libdir" && \
##############################################
beef-1.2.0/ltmain.sh-10906-		name=$func_basename_result
beef-1.2.0/ltmain.sh:10907:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
beef-1.2.0/ltmain.sh-10908-		test -z "$libdir" && \
##############################################
beef-1.2.0/ltmain.sh-10925-		name=$func_basename_result
beef-1.2.0/ltmain.sh:10926:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
beef-1.2.0/ltmain.sh-10927-		test -z "$libdir" && \
##############################################
beef-1.2.0/ltmain.sh-11244-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
beef-1.2.0/ltmain.sh:11245:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
beef-1.2.0/ltmain.sh-11246-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
beef-1.2.0/config.sub-52-
beef-1.2.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
beef-1.2.0/config.sub-54-
##############################################
beef-1.2.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
beef-1.2.0/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
beef-1.2.0/config.sub-116-case $maybe_os in
##############################################
beef-1.2.0/config.sub-122-    os=-$maybe_os
beef-1.2.0/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
beef-1.2.0/config.sub-124-    ;;
##############################################
beef-1.2.0/config.sub-126-    os=-linux-android
beef-1.2.0/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
beef-1.2.0/config.sub-128-    ;;
beef-1.2.0/config.sub-129-  *)
beef-1.2.0/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
beef-1.2.0/config.sub-131-    if [ "$basic_machine" != "$1" ]
beef-1.2.0/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
beef-1.2.0/config.sub-133-    else os=; fi
##############################################
beef-1.2.0/config.sub-180-		os=-sco5v6
beef-1.2.0/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-182-		;;
##############################################
beef-1.2.0/config.sub-184-		os=-sco3.2v5
beef-1.2.0/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-186-		;;
##############################################
beef-1.2.0/config.sub-188-		os=-sco3.2v4
beef-1.2.0/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-190-		;;
beef-1.2.0/config.sub-191-	-sco3.2.[4-9]*)
beef-1.2.0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
beef-1.2.0/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-194-		;;
##############################################
beef-1.2.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
beef-1.2.0/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-198-		;;
##############################################
beef-1.2.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
beef-1.2.0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-202-		;;
##############################################
beef-1.2.0/config.sub-204-		os=-sco3.2v2
beef-1.2.0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-206-		;;
beef-1.2.0/config.sub-207-	-udk*)
beef-1.2.0/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-209-		;;
##############################################
beef-1.2.0/config.sub-211-		os=-isc2.2
beef-1.2.0/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-213-		;;
##############################################
beef-1.2.0/config.sub-217-	-isc*)
beef-1.2.0/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
beef-1.2.0/config.sub-219-		;;
##############################################
beef-1.2.0/config.sub-229-	-ptx*)
beef-1.2.0/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
beef-1.2.0/config.sub-231-		;;
##############################################
beef-1.2.0/config.sub-364-	*-*-*)
beef-1.2.0/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
beef-1.2.0/config.sub-366-		exit 1
##############################################
beef-1.2.0/config.sub-493-	amd64-*)
beef-1.2.0/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-495-		;;
##############################################
beef-1.2.0/config.sub-538-	blackfin-*)
beef-1.2.0/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-540-		os=-linux
##############################################
beef-1.2.0/config.sub-546-	c54x-*)
beef-1.2.0/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-548-		;;
beef-1.2.0/config.sub-549-	c55x-*)
beef-1.2.0/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-551-		;;
beef-1.2.0/config.sub-552-	c6x-*)
beef-1.2.0/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-554-		;;
##############################################
beef-1.2.0/config.sub-650-	e500v[12]-*)
beef-1.2.0/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-652-		os=$os"spe"
##############################################
beef-1.2.0/config.sub-754-	i*86v32)
beef-1.2.0/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
beef-1.2.0/config.sub-756-		os=-sysv32
##############################################
beef-1.2.0/config.sub-758-	i*86v4*)
beef-1.2.0/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
beef-1.2.0/config.sub-760-		os=-sysv4
##############################################
beef-1.2.0/config.sub-762-	i*86v)
beef-1.2.0/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
beef-1.2.0/config.sub-764-		os=-sysv
##############################################
beef-1.2.0/config.sub-766-	i*86sol2)
beef-1.2.0/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
beef-1.2.0/config.sub-768-		os=-solaris2
##############################################
beef-1.2.0/config.sub-792-	leon-*|leon[3-9]-*)
beef-1.2.0/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
beef-1.2.0/config.sub-794-		;;
##############################################
beef-1.2.0/config.sub-799-	m68knommu-*)
beef-1.2.0/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-801-		os=-linux
##############################################
beef-1.2.0/config.sub-833-	mips3*-*)
beef-1.2.0/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
beef-1.2.0/config.sub-835-		;;
beef-1.2.0/config.sub-836-	mips3*)
beef-1.2.0/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
beef-1.2.0/config.sub-838-		;;
##############################################
beef-1.2.0/config.sub-855-	ms1-*)
beef-1.2.0/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
beef-1.2.0/config.sub-857-		;;
##############################################
beef-1.2.0/config.sub-980-	parisc-*)
beef-1.2.0/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-982-		os=-linux
##############################################
beef-1.2.0/config.sub-996-	pc98-*)
beef-1.2.0/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-998-		;;
##############################################
beef-1.2.0/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
beef-1.2.0/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1013-		;;
beef-1.2.0/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
beef-1.2.0/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1016-		;;
beef-1.2.0/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
beef-1.2.0/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1019-		;;
beef-1.2.0/config.sub-1020-	pentium4-*)
beef-1.2.0/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1022-		;;
##############################################
beef-1.2.0/config.sub-1030-	ppc-* | ppcbe-*)
beef-1.2.0/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1032-		;;
##############################################
beef-1.2.0/config.sub-1036-	ppcle-* | powerpclittle-*)
beef-1.2.0/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1038-		;;
##############################################
beef-1.2.0/config.sub-1040-		;;
beef-1.2.0/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1042-		;;
##############################################
beef-1.2.0/config.sub-1046-	ppc64le-* | powerpc64little-*)
beef-1.2.0/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1048-		;;
##############################################
beef-1.2.0/config.sub-1122-	strongarm-* | thumb-*)
beef-1.2.0/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
beef-1.2.0/config.sub-1124-		;;
##############################################
beef-1.2.0/config.sub-1255-	xscale-* | xscalee[bl]-*)
beef-1.2.0/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
beef-1.2.0/config.sub-1257-		;;
##############################################
beef-1.2.0/config.sub-1317-	*)
beef-1.2.0/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
beef-1.2.0/config.sub-1319-		exit 1
##############################################
beef-1.2.0/config.sub-1325-	*-digital*)
beef-1.2.0/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
beef-1.2.0/config.sub-1327-		;;
beef-1.2.0/config.sub-1328-	*-commodore*)
beef-1.2.0/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
beef-1.2.0/config.sub-1330-		;;
##############################################
beef-1.2.0/config.sub-1346-	-solaris1 | -solaris1.*)
beef-1.2.0/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
beef-1.2.0/config.sub-1348-		;;
##############################################
beef-1.2.0/config.sub-1355-	-gnu/linux*)
beef-1.2.0/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
beef-1.2.0/config.sub-1357-		;;
##############################################
beef-1.2.0/config.sub-1407-	-nto*)
beef-1.2.0/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
beef-1.2.0/config.sub-1409-		;;
##############################################
beef-1.2.0/config.sub-1414-	-mac*)
beef-1.2.0/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
beef-1.2.0/config.sub-1416-		;;
##############################################
beef-1.2.0/config.sub-1420-	-linux*)
beef-1.2.0/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
beef-1.2.0/config.sub-1422-		;;
beef-1.2.0/config.sub-1423-	-sunos5*)
beef-1.2.0/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
beef-1.2.0/config.sub-1425-		;;
beef-1.2.0/config.sub-1426-	-sunos6*)
beef-1.2.0/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
beef-1.2.0/config.sub-1428-		;;
##############################################
beef-1.2.0/config.sub-1469-	-sinix5.*)
beef-1.2.0/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
beef-1.2.0/config.sub-1471-		;;
##############################################
beef-1.2.0/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
beef-1.2.0/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
beef-1.2.0/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
beef-1.2.0/config.sub-1531-		exit 1
##############################################
beef-1.2.0/config.sub-1788-		esac
beef-1.2.0/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
beef-1.2.0/config.sub-1790-		;;
##############################################
beef-1.2.0/docs/Makefile.in-49-  { \
beef-1.2.0/docs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
beef-1.2.0/docs/Makefile.in-51-  }; \
##############################################
beef-1.2.0/docs/Makefile.in-118-  esac
beef-1.2.0/docs/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
beef-1.2.0/docs/Makefile.in-120-am__vpath_adj = case $$p in \
beef-1.2.0/docs/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
beef-1.2.0/docs/Makefile.in-122-    *) f=$$p;; \
beef-1.2.0/docs/Makefile.in-123-  esac;
beef-1.2.0/docs/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
beef-1.2.0/docs/Makefile.in-125-am__install_max = 40
beef-1.2.0/docs/Makefile.in-126-am__nobase_strip_setup = \
beef-1.2.0/docs/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
beef-1.2.0/docs/Makefile.in-128-am__nobase_strip = \
##############################################
beef-1.2.0/docs/Makefile.in-333-	test -n "$(man1dir)" \
beef-1.2.0/docs/Makefile.in:334:	  && test -n "`echo $$list1$$list2`" \
beef-1.2.0/docs/Makefile.in-335-	  || exit 0; \
##############################################
beef-1.2.0/docs/Makefile.in-382-distdir-am: $(DISTFILES)
beef-1.2.0/docs/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/docs/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/docs/Makefile.in-385-	list='$(DISTFILES)'; \
##############################################
beef-1.2.0/docs/Makefile.in-396-	  if test -d $$d/$$file; then \
beef-1.2.0/docs/Makefile.in:397:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
beef-1.2.0/docs/Makefile.in-398-	    if test -d "$(distdir)/$$file"; then \
##############################################
beef-1.2.0/NEWS.rst-98-
beef-1.2.0/NEWS.rst:99:* Fix build system not to fail if ``$DOCDIR`` already exists.
beef-1.2.0/NEWS.rst-100-
##############################################
beef-1.2.0/aclocal.m4-141-    done
beef-1.2.0/aclocal.m4:142:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
beef-1.2.0/aclocal.m4-143-}
##############################################
beef-1.2.0/aclocal.m4-453-m4_define([_LT_CONFIG_STATUS_DECLARE],
beef-1.2.0/aclocal.m4:454:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
beef-1.2.0/aclocal.m4-455-
##############################################
beef-1.2.0/aclocal.m4-463-#
beef-1.2.0/aclocal.m4:464:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/aclocal.m4-465-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
beef-1.2.0/aclocal.m4-573-]], lt_decl_quote_varnames); do
beef-1.2.0/aclocal.m4:574:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
beef-1.2.0/aclocal.m4-575-    *[[\\\\\\\`\\"\\\$]]*)
beef-1.2.0/aclocal.m4:576:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
beef-1.2.0/aclocal.m4-577-      ;;
##############################################
beef-1.2.0/aclocal.m4-586-]], lt_decl_dquote_varnames); do
beef-1.2.0/aclocal.m4:587:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
beef-1.2.0/aclocal.m4-588-    *[[\\\\\\\`\\"\\\$]]*)
beef-1.2.0/aclocal.m4:589:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
beef-1.2.0/aclocal.m4-590-      ;;
##############################################
beef-1.2.0/aclocal.m4-1125-  if test yes = "$lt_cv_ld_force_load"; then
beef-1.2.0/aclocal.m4:1126:    _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\"`'
beef-1.2.0/aclocal.m4-1127-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
beef-1.2.0/aclocal.m4-1178-      }]'
beef-1.2.0/aclocal.m4:1179:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/aclocal.m4-1180-  # Check for a 64-bit object if we didn't find anything.
beef-1.2.0/aclocal.m4-1181-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
beef-1.2.0/aclocal.m4:1182:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/aclocal.m4-1183-  fi],[])
##############################################
beef-1.2.0/aclocal.m4-1214-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
beef-1.2.0/aclocal.m4:1215:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
beef-1.2.0/aclocal.m4-1216-  ECHO='print -r --'
beef-1.2.0/aclocal.m4:1217:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
beef-1.2.0/aclocal.m4-1218-  ECHO='printf %s\n'
##############################################
beef-1.2.0/aclocal.m4-1249-    PATH=/empty FPATH=/empty; export PATH FPATH
beef-1.2.0/aclocal.m4:1250:    test "X`printf %s $ECHO`" = "X$ECHO" \
beef-1.2.0/aclocal.m4:1251:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
beef-1.2.0/aclocal.m4-1252-
##############################################
beef-1.2.0/aclocal.m4-1273-   if test yes = "$GCC"; then
beef-1.2.0/aclocal.m4:1274:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
beef-1.2.0/aclocal.m4-1275-   fi
##############################################
beef-1.2.0/aclocal.m4-1277- /*)
beef-1.2.0/aclocal.m4:1278:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
beef-1.2.0/aclocal.m4-1279-   ;; #(
##############################################
beef-1.2.0/aclocal.m4-1307-  if AC_TRY_EVAL(ac_compile); then
beef-1.2.0/aclocal.m4:1308:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1309-      *ELF-32*)
##############################################
beef-1.2.0/aclocal.m4-1324-    if test yes = "$lt_cv_prog_gnu_ld"; then
beef-1.2.0/aclocal.m4:1325:      case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1326-	*32-bit*)
##############################################
beef-1.2.0/aclocal.m4-1336-    else
beef-1.2.0/aclocal.m4:1337:      case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1338-	*32-bit*)
##############################################
beef-1.2.0/aclocal.m4-1358-    emul=elf
beef-1.2.0/aclocal.m4:1359:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1360-      *32-bit*)
##############################################
beef-1.2.0/aclocal.m4-1366-    esac
beef-1.2.0/aclocal.m4:1367:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1368-      *MSB*)
##############################################
beef-1.2.0/aclocal.m4-1374-    esac
beef-1.2.0/aclocal.m4:1375:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/aclocal.m4-1376-      *N32*)
##############################################
beef-1.2.0/aclocal.m4-1739-    # And add a safety zone
beef-1.2.0/aclocal.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
beef-1.2.0/aclocal.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
beef-1.2.0/aclocal.m4-1742-    ;;
##############################################
beef-1.2.0/aclocal.m4-1772-    if test -n "$kargmax"; then
beef-1.2.0/aclocal.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
beef-1.2.0/aclocal.m4-1774-    else
##############################################
beef-1.2.0/aclocal.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
beef-1.2.0/aclocal.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
beef-1.2.0/aclocal.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
beef-1.2.0/aclocal.m4-1784-    else
##############################################
beef-1.2.0/aclocal.m4-1793-      # we can't tell.
beef-1.2.0/aclocal.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
beef-1.2.0/aclocal.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
beef-1.2.0/aclocal.m4-1797-      do
beef-1.2.0/aclocal.m4:1798:        i=`expr $i + 1`
beef-1.2.0/aclocal.m4-1799-        teststring=$teststring$teststring
##############################################
beef-1.2.0/aclocal.m4-1801-      # Only check the string length outside the loop.
beef-1.2.0/aclocal.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
beef-1.2.0/aclocal.m4-1803-      teststring=
##############################################
beef-1.2.0/aclocal.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
beef-1.2.0/aclocal.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
beef-1.2.0/aclocal.m4-1808-    fi
##############################################
beef-1.2.0/aclocal.m4-2272-    *:)
beef-1.2.0/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
beef-1.2.0/aclocal.m4-2274-        ;;
beef-1.2.0/aclocal.m4-2275-    x:*)
beef-1.2.0/aclocal.m4:2276:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
beef-1.2.0/aclocal.m4-2277-        ;;
beef-1.2.0/aclocal.m4-2278-    *::*)
beef-1.2.0/aclocal.m4:2279:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
beef-1.2.0/aclocal.m4:2280:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
beef-1.2.0/aclocal.m4-2281-        ;;
beef-1.2.0/aclocal.m4-2282-    *)
beef-1.2.0/aclocal.m4:2283:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
beef-1.2.0/aclocal.m4-2284-        ;;
##############################################
beef-1.2.0/aclocal.m4-2312-  esac
beef-1.2.0/aclocal.m4:2313:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
beef-1.2.0/aclocal.m4-2314-  case $lt_search_path_spec in
##############################################
beef-1.2.0/aclocal.m4-2319-    # okay in the real world where ";" in dirpaths is itself problematic.
beef-1.2.0/aclocal.m4:2320:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
beef-1.2.0/aclocal.m4-2321-    ;;
beef-1.2.0/aclocal.m4-2322-  *)
beef-1.2.0/aclocal.m4:2323:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/aclocal.m4-2324-    ;;
##############################################
beef-1.2.0/aclocal.m4-2328-  lt_tmp_lt_search_path_spec=
beef-1.2.0/aclocal.m4:2329:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
beef-1.2.0/aclocal.m4-2330-  # ...but if some path component already ends with the multilib dir we assume
##############################################
beef-1.2.0/aclocal.m4-2370-  esac
beef-1.2.0/aclocal.m4:2371:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
beef-1.2.0/aclocal.m4-2372-else
##############################################
beef-1.2.0/aclocal.m4-2511-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
beef-1.2.0/aclocal.m4:2512:    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'
beef-1.2.0/aclocal.m4-2513-    ;;
##############################################
beef-1.2.0/aclocal.m4-2547-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
beef-1.2.0/aclocal.m4:2548:    postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/aclocal.m4:2549:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
beef-1.2.0/aclocal.m4:2550:      dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/aclocal.m4-2551-      test -d \$dldir || mkdir -p \$dldir~
##############################################
beef-1.2.0/aclocal.m4-2556-      fi'
beef-1.2.0/aclocal.m4:2557:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
beef-1.2.0/aclocal.m4-2558-      dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/aclocal.m4-2564-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
beef-1.2.0/aclocal.m4:2565:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
beef-1.2.0/aclocal.m4-2566-m4_if([$1], [],[
##############################################
beef-1.2.0/aclocal.m4-2570-      # MinGW DLLs use traditional 'lib' prefix
beef-1.2.0/aclocal.m4:2571:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
beef-1.2.0/aclocal.m4-2572-      ;;
##############################################
beef-1.2.0/aclocal.m4-2574-      # pw32 DLLs use 'pw' prefix rather than 'lib'
beef-1.2.0/aclocal.m4:2575:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
beef-1.2.0/aclocal.m4-2576-      ;;
##############################################
beef-1.2.0/aclocal.m4-2583-    libname_spec='$name'
beef-1.2.0/aclocal.m4:2584:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
beef-1.2.0/aclocal.m4-2585-    library_names_spec='$libname.dll.lib'
##############################################
beef-1.2.0/aclocal.m4-2595-        # Let DOS variable expansion print the short 8.3 style file name.
beef-1.2.0/aclocal.m4:2596:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
beef-1.2.0/aclocal.m4-2597-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
beef-1.2.0/aclocal.m4-2600-      # Convert to MSYS style.
beef-1.2.0/aclocal.m4:2601:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
beef-1.2.0/aclocal.m4-2602-      ;;
##############################################
beef-1.2.0/aclocal.m4-2606-      # like /cygdrive/c/PROGRA~1:/cygdr...
beef-1.2.0/aclocal.m4:2607:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
beef-1.2.0/aclocal.m4:2608:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
beef-1.2.0/aclocal.m4:2609:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/aclocal.m4-2610-      ;;
##############################################
beef-1.2.0/aclocal.m4-2614-        # It is most probably a Windows format PATH.
beef-1.2.0/aclocal.m4:2615:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
beef-1.2.0/aclocal.m4-2616-      else
beef-1.2.0/aclocal.m4:2617:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/aclocal.m4-2618-      fi
##############################################
beef-1.2.0/aclocal.m4-2624-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
beef-1.2.0/aclocal.m4:2625:    postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/aclocal.m4:2626:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
beef-1.2.0/aclocal.m4:2627:      dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/aclocal.m4-2628-      test -d \$dldir || mkdir -p \$dldir~
beef-1.2.0/aclocal.m4-2629-      $install_prog $dir/$dlname \$dldir/$dlname'
beef-1.2.0/aclocal.m4:2630:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
beef-1.2.0/aclocal.m4-2631-      dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/aclocal.m4-2638-    # Assume MSVC wrapper
beef-1.2.0/aclocal.m4:2639:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
beef-1.2.0/aclocal.m4-2640-    dynamic_linker='Win32 ld.exe'
##############################################
beef-1.2.0/aclocal.m4-2655-  shlibpath_var=DYLD_LIBRARY_PATH
beef-1.2.0/aclocal.m4:2656:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
beef-1.2.0/aclocal.m4-2657-m4_if([$1], [],[
##############################################
beef-1.2.0/aclocal.m4-2889-  if test -f /etc/ld.so.conf; then
beef-1.2.0/aclocal.m4:2890:    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' ' '`
beef-1.2.0/aclocal.m4-2891-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
beef-1.2.0/aclocal.m4-2955-  need_lib_prefix=no
beef-1.2.0/aclocal.m4:2956:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/aclocal.m4-2957-    need_version=no
##############################################
beef-1.2.0/aclocal.m4-2982-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
beef-1.2.0/aclocal.m4:2983:  postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/aclocal.m4:2984:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
beef-1.2.0/aclocal.m4:2985:    dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/aclocal.m4-2986-    test -d \$dldir || mkdir -p \$dldir~
##############################################
beef-1.2.0/aclocal.m4-2991-    fi'
beef-1.2.0/aclocal.m4:2992:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
beef-1.2.0/aclocal.m4-2993-    dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/aclocal.m4-3202-	"file_magic "*)
beef-1.2.0/aclocal.m4:3203:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
beef-1.2.0/aclocal.m4-3204-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
beef-1.2.0/aclocal.m4-3285-    # gcc leaves a trailing carriage return, which upsets mingw
beef-1.2.0/aclocal.m4:3286:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
beef-1.2.0/aclocal.m4-3287-  *)
beef-1.2.0/aclocal.m4:3288:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
beef-1.2.0/aclocal.m4-3289-  esac
##############################################
beef-1.2.0/aclocal.m4-3294-      # Canonicalize the pathname of ld
beef-1.2.0/aclocal.m4:3295:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
beef-1.2.0/aclocal.m4-3296-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
beef-1.2.0/aclocal.m4:3297:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
beef-1.2.0/aclocal.m4-3298-      done
##############################################
beef-1.2.0/aclocal.m4-3325-      # Break only if it was the GNU/non-GNU ld that we prefer.
beef-1.2.0/aclocal.m4:3326:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
beef-1.2.0/aclocal.m4-3327-      *GNU* | *'with BFD'*)
##############################################
beef-1.2.0/aclocal.m4-3365-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
beef-1.2.0/aclocal.m4:3366:case `$LD -v 2>&1 </dev/null` in
beef-1.2.0/aclocal.m4-3367-*GNU* | *'with BFD'*)
##############################################
beef-1.2.0/aclocal.m4-3592-openbsd* | bitrig*)
beef-1.2.0/aclocal.m4:3593:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/aclocal.m4-3594-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
beef-1.2.0/aclocal.m4-3659-    else
beef-1.2.0/aclocal.m4:3660:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
beef-1.2.0/aclocal.m4-3661-    fi
##############################################
beef-1.2.0/aclocal.m4-3710-	esac
beef-1.2.0/aclocal.m4:3711:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
beef-1.2.0/aclocal.m4-3712-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
beef-1.2.0/aclocal.m4-3716-	*)
beef-1.2.0/aclocal.m4:3717:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
beef-1.2.0/aclocal.m4-3718-	  */dev/null*)
##############################################
beef-1.2.0/aclocal.m4-3742-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
beef-1.2.0/aclocal.m4:3743:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
beef-1.2.0/aclocal.m4-3744-    *COFF*)
##############################################
beef-1.2.0/aclocal.m4-3801-  # decide which one to use based on capabilities of $DLLTOOL
beef-1.2.0/aclocal.m4:3802:  case `$DLLTOOL --help 2>&1` in
beef-1.2.0/aclocal.m4-3803-  *--identify-strict*)
##############################################
beef-1.2.0/aclocal.m4-3975-# If we're using GNU nm, then use its standard symbol codes.
beef-1.2.0/aclocal.m4:3976:case `$NM -V 2>&1` in
beef-1.2.0/aclocal.m4-3977-*GNU* | *'with BFD'*)
##############################################
beef-1.2.0/aclocal.m4-4023-mingw*)
beef-1.2.0/aclocal.m4:4024:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
beef-1.2.0/aclocal.m4-4025-  ;;
##############################################
beef-1.2.0/aclocal.m4-4428-	  *)
beef-1.2.0/aclocal.m4:4429:	    case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/aclocal.m4-4430-	    *Sun\ C*)
##############################################
beef-1.2.0/aclocal.m4-4770-      *)
beef-1.2.0/aclocal.m4:4771:	case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/aclocal.m4-4772-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
beef-1.2.0/aclocal.m4-4953-    else
beef-1.2.0/aclocal.m4:4954:      _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'
beef-1.2.0/aclocal.m4-4955-    fi
##############################################
beef-1.2.0/aclocal.m4-5052-	# shared libraries, regardless of the interface used.
beef-1.2.0/aclocal.m4:5053:	case `$LD -v 2>&1` in
beef-1.2.0/aclocal.m4-5054-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
beef-1.2.0/aclocal.m4-5084-    supports_anon_versioning=no
beef-1.2.0/aclocal.m4:5085:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
beef-1.2.0/aclocal.m4-5086-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
beef-1.2.0/aclocal.m4-5187-	prefix_cmds="$SED"~
beef-1.2.0/aclocal.m4:5188:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
beef-1.2.0/aclocal.m4-5189-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
beef-1.2.0/aclocal.m4-5209-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
beef-1.2.0/aclocal.m4:5210:      _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'
beef-1.2.0/aclocal.m4:5211:      _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'
beef-1.2.0/aclocal.m4-5212-      ;;
##############################################
beef-1.2.0/aclocal.m4-5227-        pgcc*)				# Portland Group C compiler
beef-1.2.0/aclocal.m4:5228:	  _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'
beef-1.2.0/aclocal.m4-5229-	  tmp_addflag=' $pic_flag'
##############################################
beef-1.2.0/aclocal.m4-5232-					# Portland Group f77 and f90 compilers
beef-1.2.0/aclocal.m4:5233:	  _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'
beef-1.2.0/aclocal.m4-5234-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
beef-1.2.0/aclocal.m4-5249-	nvcc*)	# Cuda Compiler Driver 2.2
beef-1.2.0/aclocal.m4:5250:	  _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'
beef-1.2.0/aclocal.m4-5251-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
beef-1.2.0/aclocal.m4-5253-	esac
beef-1.2.0/aclocal.m4:5254:	case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/aclocal.m4-5255-	*Sun\ C*)			# Sun C 5.9
beef-1.2.0/aclocal.m4:5256:	  _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'
beef-1.2.0/aclocal.m4-5257-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
beef-1.2.0/aclocal.m4-5324-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
beef-1.2.0/aclocal.m4:5325:      case `$LD -v 2>&1` in
beef-1.2.0/aclocal.m4-5326-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
beef-1.2.0/aclocal.m4-5413-	else
beef-1.2.0/aclocal.m4:5414:	  _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'
beef-1.2.0/aclocal.m4-5415-	fi
##############################################
beef-1.2.0/aclocal.m4-5478-	# below for broken collect2 doesn't work under 4.3+
beef-1.2.0/aclocal.m4:5479:	  collect2name=`$CC -print-prog-name=collect2`
beef-1.2.0/aclocal.m4-5480-	  if test -f "$collect2name" &&
##############################################
beef-1.2.0/aclocal.m4-5534-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
beef-1.2.0/aclocal.m4:5535:        _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
beef-1.2.0/aclocal.m4-5536-      else
##############################################
beef-1.2.0/aclocal.m4-5559-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
beef-1.2.0/aclocal.m4:5560:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
beef-1.2.0/aclocal.m4-5561-	  if test svr4 != "$with_aix_soname"; then
##############################################
beef-1.2.0/aclocal.m4-5650-	# FIXME: Setting linknames here is a bad hack.
beef-1.2.0/aclocal.m4:5651:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
beef-1.2.0/aclocal.m4-5652-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
beef-1.2.0/aclocal.m4-5788-      if test yes = "$GCC"; then
beef-1.2.0/aclocal.m4:5789:	_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'
beef-1.2.0/aclocal.m4-5790-	# Try to use the -exported_symbol ld option, if it does not
##############################################
beef-1.2.0/aclocal.m4-5811-	if test yes = "$lt_cv_irix_exported_symbol"; then
beef-1.2.0/aclocal.m4:5812:          _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'
beef-1.2.0/aclocal.m4-5813-	fi
##############################################
beef-1.2.0/aclocal.m4-5815-      else
beef-1.2.0/aclocal.m4:5816:	_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'
beef-1.2.0/aclocal.m4:5817:	_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'
beef-1.2.0/aclocal.m4-5818-      fi
##############################################
beef-1.2.0/aclocal.m4-5862-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
beef-1.2.0/aclocal.m4:5863:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/aclocal.m4-5864-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
beef-1.2.0/aclocal.m4-5893-	prefix_cmds="$SED"~
beef-1.2.0/aclocal.m4:5894:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
beef-1.2.0/aclocal.m4-5895-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
beef-1.2.0/aclocal.m4-5907-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
beef-1.2.0/aclocal.m4:5908:	_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'
beef-1.2.0/aclocal.m4-5909-      else
beef-1.2.0/aclocal.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
beef-1.2.0/aclocal.m4:5911:	_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'
beef-1.2.0/aclocal.m4-5912-      fi
##############################################
beef-1.2.0/aclocal.m4-5920-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
beef-1.2.0/aclocal.m4:5921:	_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'
beef-1.2.0/aclocal.m4-5922-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
beef-1.2.0/aclocal.m4-5924-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
beef-1.2.0/aclocal.m4:5925:	_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'
beef-1.2.0/aclocal.m4:5926:	_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~
beef-1.2.0/aclocal.m4:5927:          $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'
beef-1.2.0/aclocal.m4-5928-
##############################################
beef-1.2.0/aclocal.m4-5943-      else
beef-1.2.0/aclocal.m4:5944:	case `$CC -V 2>&1` in
beef-1.2.0/aclocal.m4-5945-	*"Compilers 5.0"*)
##############################################
beef-1.2.0/aclocal.m4-6136-	  _LT_TAGVAR(allow_undefined_flag, $1)=
beef-1.2.0/aclocal.m4:6137:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
beef-1.2.0/aclocal.m4-6138-	  then
##############################################
beef-1.2.0/aclocal.m4-6436-        # ancient GNU ld didn't support --whole-archive et. al.
beef-1.2.0/aclocal.m4:6437:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
beef-1.2.0/aclocal.m4-6438-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
beef-1.2.0/aclocal.m4-6546-          # below for broken collect2 doesn't work under 4.3+
beef-1.2.0/aclocal.m4:6547:	  collect2name=`$CC -print-prog-name=collect2`
beef-1.2.0/aclocal.m4-6548-	  if test -f "$collect2name" &&
##############################################
beef-1.2.0/aclocal.m4-6604-
beef-1.2.0/aclocal.m4:6605:          _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
beef-1.2.0/aclocal.m4-6606-        else
##############################################
beef-1.2.0/aclocal.m4-6629-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
beef-1.2.0/aclocal.m4:6630:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
beef-1.2.0/aclocal.m4-6631-	    if test svr4 != "$with_aix_soname"; then
##############################################
beef-1.2.0/aclocal.m4-6758-	  prefix_cmds="$SED"~
beef-1.2.0/aclocal.m4:6759:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
beef-1.2.0/aclocal.m4-6760-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
beef-1.2.0/aclocal.m4-6832-            # dependencies.
beef-1.2.0/aclocal.m4:6833:            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"'
beef-1.2.0/aclocal.m4-6834-            ;;
##############################################
beef-1.2.0/aclocal.m4-6897-	    # dependencies.
beef-1.2.0/aclocal.m4:6898:	    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"'
beef-1.2.0/aclocal.m4-6899-	    ;;
##############################################
beef-1.2.0/aclocal.m4-6933-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
beef-1.2.0/aclocal.m4:6934:	_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'
beef-1.2.0/aclocal.m4:6935:	_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'
beef-1.2.0/aclocal.m4-6936-	;;
##############################################
beef-1.2.0/aclocal.m4-6940-	    # SGI C++
beef-1.2.0/aclocal.m4:6941:	    _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'
beef-1.2.0/aclocal.m4-6942-
##############################################
beef-1.2.0/aclocal.m4-6951-	      if test no = "$with_gnu_ld"; then
beef-1.2.0/aclocal.m4:6952:	        _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'
beef-1.2.0/aclocal.m4-6953-	      else
beef-1.2.0/aclocal.m4:6954:	        _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'
beef-1.2.0/aclocal.m4-6955-	      fi
##############################################
beef-1.2.0/aclocal.m4-6972-	    # to its proper name (with version) after linking.
beef-1.2.0/aclocal.m4:6973:	    _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'
beef-1.2.0/aclocal.m4:6974:	    _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'
beef-1.2.0/aclocal.m4-6975-	    # Commands to make compiler produce verbose output that lists
##############################################
beef-1.2.0/aclocal.m4-6982-	    # dependencies.
beef-1.2.0/aclocal.m4:6983:	    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"'
beef-1.2.0/aclocal.m4-6984-
##############################################
beef-1.2.0/aclocal.m4-6997-	    # earlier do not add the objects themselves.
beef-1.2.0/aclocal.m4:6998:	    case `$CC -V 2>&1` in
beef-1.2.0/aclocal.m4-6999-	      *"Version 7."*)
##############################################
beef-1.2.0/aclocal.m4-7018-            # Portland Group C++ compiler
beef-1.2.0/aclocal.m4:7019:	    case `$CC -V` in
beef-1.2.0/aclocal.m4-7020-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
beef-1.2.0/aclocal.m4-7023-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
beef-1.2.0/aclocal.m4:7024:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
beef-1.2.0/aclocal.m4-7025-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
beef-1.2.0/aclocal.m4-7027-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
beef-1.2.0/aclocal.m4:7028:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
beef-1.2.0/aclocal.m4-7029-                $RANLIB $oldlib'
##############################################
beef-1.2.0/aclocal.m4-7032-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
beef-1.2.0/aclocal.m4:7033:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
beef-1.2.0/aclocal.m4-7034-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
beef-1.2.0/aclocal.m4-7036-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
beef-1.2.0/aclocal.m4:7037:                $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'
beef-1.2.0/aclocal.m4-7038-	      ;;
##############################################
beef-1.2.0/aclocal.m4-7046-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
beef-1.2.0/aclocal.m4:7047:	    _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'
beef-1.2.0/aclocal.m4-7048-            ;;
##############################################
beef-1.2.0/aclocal.m4-7065-	    # dependencies.
beef-1.2.0/aclocal.m4:7066:	    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'
beef-1.2.0/aclocal.m4-7067-	    ;;
##############################################
beef-1.2.0/aclocal.m4-7080-	  *)
beef-1.2.0/aclocal.m4:7081:	    case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/aclocal.m4-7082-	    *Sun\ C*)
##############################################
beef-1.2.0/aclocal.m4-7087-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
beef-1.2.0/aclocal.m4:7088:	      _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'
beef-1.2.0/aclocal.m4-7089-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
beef-1.2.0/aclocal.m4-7152-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
beef-1.2.0/aclocal.m4:7153:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
beef-1.2.0/aclocal.m4-7154-	    _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'
##############################################
beef-1.2.0/aclocal.m4-7171-	    # to its proper name (with version) after linking.
beef-1.2.0/aclocal.m4:7172:	    _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'
beef-1.2.0/aclocal.m4-7173-
##############################################
beef-1.2.0/aclocal.m4-7192-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
beef-1.2.0/aclocal.m4:7193:	        _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'
beef-1.2.0/aclocal.m4-7194-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
beef-1.2.0/aclocal.m4-7197-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
beef-1.2.0/aclocal.m4:7198:	        _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'
beef-1.2.0/aclocal.m4:7199:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
beef-1.2.0/aclocal.m4-7200-                  echo "-hidden">> $lib.exp~
beef-1.2.0/aclocal.m4:7201:                  $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~
beef-1.2.0/aclocal.m4-7202-                  $RM $lib.exp'
##############################################
beef-1.2.0/aclocal.m4-7216-	    # dependencies.
beef-1.2.0/aclocal.m4:7217:	    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"'
beef-1.2.0/aclocal.m4-7218-	    ;;
##############################################
beef-1.2.0/aclocal.m4-7223-	        osf3*)
beef-1.2.0/aclocal.m4:7224:	          _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'
beef-1.2.0/aclocal.m4-7225-		  ;;
beef-1.2.0/aclocal.m4-7226-	        *)
beef-1.2.0/aclocal.m4:7227:	          _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'
beef-1.2.0/aclocal.m4-7228-		  ;;
##############################################
beef-1.2.0/aclocal.m4-7476-  case @S|@2 in
beef-1.2.0/aclocal.m4:7477:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
beef-1.2.0/aclocal.m4:7478:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
beef-1.2.0/aclocal.m4-7479-  esac
##############################################
beef-1.2.0/aclocal.m4-7565-
beef-1.2.0/aclocal.m4:7566:  for p in `eval "$output_verbose_link_cmd"`; do
beef-1.2.0/aclocal.m4-7567-    case $prev$p in
##############################################
beef-1.2.0/aclocal.m4-7669-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
beef-1.2.0/aclocal.m4:7670: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
beef-1.2.0/aclocal.m4-7671-fi
##############################################
beef-1.2.0/aclocal.m4-8279-    test 10 -lt "$lt_ac_count" && break
beef-1.2.0/aclocal.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
beef-1.2.0/aclocal.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
beef-1.2.0/aclocal.m4-8895-m4_define([lt_combine],
beef-1.2.0/aclocal.m4:8896:[m4_if(m4_eval([$# > 3]), [1],
beef-1.2.0/aclocal.m4-8897-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
beef-1.2.0/aclocal.m4-9185-    PKG_CHECK_EXISTS([$3],
beef-1.2.0/aclocal.m4:9186:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
beef-1.2.0/aclocal.m4-9187-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
beef-1.2.0/aclocal.m4-9233-        if test $_pkg_short_errors_supported = yes; then
beef-1.2.0/aclocal.m4:9234:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
beef-1.2.0/aclocal.m4-9235-        else 
beef-1.2.0/aclocal.m4:9236:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
beef-1.2.0/aclocal.m4-9237-        fi
##############################################
beef-1.2.0/aclocal.m4-9490-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
beef-1.2.0/aclocal.m4:9491:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
beef-1.2.0/aclocal.m4-9492-# and then we would define $MISSING as
##############################################
beef-1.2.0/aclocal.m4-9505-# Expand $ac_aux_dir to an absolute path.
beef-1.2.0/aclocal.m4:9506:am_aux_dir=`cd "$ac_aux_dir" && pwd`
beef-1.2.0/aclocal.m4-9507-])
##############################################
beef-1.2.0/aclocal.m4-9603-  if test "$am_compiler_list" = ""; then
beef-1.2.0/aclocal.m4:9604:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
beef-1.2.0/aclocal.m4-9605-  fi
##############################################
beef-1.2.0/aclocal.m4-9756-    # Strip MF so we end up with the name of the file.
beef-1.2.0/aclocal.m4:9757:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
beef-1.2.0/aclocal.m4-9758-    # Check whether this is an Automake generated Makefile which includes
##############################################
beef-1.2.0/aclocal.m4-9763-      || continue
beef-1.2.0/aclocal.m4:9764:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
beef-1.2.0/aclocal.m4:9765:    am_filepart=`AS_BASENAME(["$am_mf"])`
beef-1.2.0/aclocal.m4-9766-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
beef-1.2.0/aclocal.m4-9833-AC_REQUIRE([AC_PROG_INSTALL])dnl
beef-1.2.0/aclocal.m4:9834:if test "`cd $srcdir && pwd`" != "`pwd`"; then
beef-1.2.0/aclocal.m4-9835-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
beef-1.2.0/aclocal.m4-9992-    * )
beef-1.2.0/aclocal.m4:9993:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
beef-1.2.0/aclocal.m4-9994-  esac
beef-1.2.0/aclocal.m4-9995-done
beef-1.2.0/aclocal.m4:9996:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
beef-1.2.0/aclocal.m4-9997-
##############################################
beef-1.2.0/aclocal.m4-10248-     echo "timestamp, slept: $am_has_slept" > conftest.file
beef-1.2.0/aclocal.m4:10249:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
beef-1.2.0/aclocal.m4-10250-     if test "$[*]" = "X"; then
beef-1.2.0/aclocal.m4-10251-	# -L didn't work.
beef-1.2.0/aclocal.m4:10252:	set X `ls -t "$srcdir/configure" conftest.file`
beef-1.2.0/aclocal.m4-10253-     fi
##############################################
beef-1.2.0/depcomp-64-  case $1 in
beef-1.2.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
beef-1.2.0/depcomp-66-      *) dir=;;
##############################################
beef-1.2.0/depcomp-73-{
beef-1.2.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
beef-1.2.0/depcomp-75-}
##############################################
beef-1.2.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
beef-1.2.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
beef-1.2.0/depcomp-128-
##############################################
beef-1.2.0/depcomp-405-        sleep 1
beef-1.2.0/depcomp:406:        i=`expr $i - 1`
beef-1.2.0/depcomp-407-      done
beef-1.2.0/depcomp-408-    fi
beef-1.2.0/depcomp:409:    i=`expr $i - 1`
beef-1.2.0/depcomp-410-  done
##############################################
beef-1.2.0/depcomp-425-  # Do two passes, one to just change these to
beef-1.2.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
beef-1.2.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
beef-1.2.0/depcomp-659-  done
beef-1.2.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
beef-1.2.0/depcomp-661-  touch "$tmpdepfile"
##############################################
beef-1.2.0/src/Makefile.in-50-  { \
beef-1.2.0/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
beef-1.2.0/src/Makefile.in-52-  }; \
##############################################
beef-1.2.0/src/Makefile.in-410-	test -n "$(EXEEXT)" || exit 0; \
beef-1.2.0/src/Makefile.in:411:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
beef-1.2.0/src/Makefile.in-412-	echo " rm -f" $$list; \
##############################################
beef-1.2.0/src/Makefile.in-442-.c.obj:
beef-1.2.0/src/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
beef-1.2.0/src/Makefile.in-444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
beef-1.2.0/src/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
beef-1.2.0/src/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
beef-1.2.0/src/Makefile.in-448-
##############################################
beef-1.2.0/src/Makefile.in-491-GTAGS:
beef-1.2.0/src/Makefile.in:492:	here=`$(am__cd) $(top_builddir) && pwd` \
beef-1.2.0/src/Makefile.in-493-	  && $(am__cd) $(top_srcdir) \
##############################################
beef-1.2.0/src/Makefile.in-517-distdir-am: $(DISTFILES)
beef-1.2.0/src/Makefile.in:518:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/src/Makefile.in:519:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
beef-1.2.0/src/Makefile.in-520-	list='$(DISTFILES)'; \
##############################################
beef-1.2.0/src/Makefile.in-531-	  if test -d $$d/$$file; then \
beef-1.2.0/src/Makefile.in:532:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
beef-1.2.0/src/Makefile.in-533-	    if test -d "$(distdir)/$$file"; then \
##############################################
beef-1.2.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
beef-1.2.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
beef-1.2.0/configure-47-  as_echo='print -r --'
beef-1.2.0/configure-48-  as_echo_n='print -rn --'
beef-1.2.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
beef-1.2.0/configure-50-  as_echo='printf %s\n'
##############################################
beef-1.2.0/configure-52-else
beef-1.2.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
beef-1.2.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
beef-1.2.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
beef-1.2.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
beef-1.2.0/configure-64-      esac;
##############################################
beef-1.2.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
beef-1.2.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
beef-1.2.0/configure-201-
##############################################
beef-1.2.0/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
beef-1.2.0/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
beef-1.2.0/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
beef-1.2.0/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
beef-1.2.0/configure-335-      case $as_dir in #(
beef-1.2.0/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
beef-1.2.0/configure-337-      *) as_qdir=$as_dir;;
##############################################
beef-1.2.0/configure-408-  {
beef-1.2.0/configure:409:    as_val=`expr "$@" || test $? -eq 1`
beef-1.2.0/configure-410-  }
##############################################
beef-1.2.0/configure-415-# ----------------------------------------
beef-1.2.0/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
beef-1.2.0/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
beef-1.2.0/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
beef-1.2.0/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
beef-1.2.0/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
beef-1.2.0/configure-859-  case $ac_option in
beef-1.2.0/configure:860:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
beef-1.2.0/configure-861-  *=)   ac_optarg= ;;
##############################################
beef-1.2.0/configure-903-  -disable-* | --disable-*)
beef-1.2.0/configure:904:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
beef-1.2.0/configure-905-    # Reject names that are not valid shell variable names.
##############################################
beef-1.2.0/configure-908-    ac_useropt_orig=$ac_useropt
beef-1.2.0/configure:909:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
beef-1.2.0/configure-910-    case $ac_user_opts in
##############################################
beef-1.2.0/configure-929-  -enable-* | --enable-*)
beef-1.2.0/configure:930:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
beef-1.2.0/configure-931-    # Reject names that are not valid shell variable names.
##############################################
beef-1.2.0/configure-934-    ac_useropt_orig=$ac_useropt
beef-1.2.0/configure:935:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
beef-1.2.0/configure-936-    case $ac_user_opts in
##############################################
beef-1.2.0/configure-1142-  -with-* | --with-*)
beef-1.2.0/configure:1143:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
beef-1.2.0/configure-1144-    # Reject names that are not valid shell variable names.
##############################################
beef-1.2.0/configure-1147-    ac_useropt_orig=$ac_useropt
beef-1.2.0/configure:1148:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
beef-1.2.0/configure-1149-    case $ac_user_opts in
##############################################
beef-1.2.0/configure-1158-  -without-* | --without-*)
beef-1.2.0/configure:1159:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
beef-1.2.0/configure-1160-    # Reject names that are not valid shell variable names.
##############################################
beef-1.2.0/configure-1163-    ac_useropt_orig=$ac_useropt
beef-1.2.0/configure:1164:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
beef-1.2.0/configure-1165-    case $ac_user_opts in
##############################################
beef-1.2.0/configure-1196-  *=*)
beef-1.2.0/configure:1197:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
beef-1.2.0/configure-1198-    # Reject names that are not valid shell variable names.
##############################################
beef-1.2.0/configure-1217-if test -n "$ac_prev"; then
beef-1.2.0/configure:1218:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
beef-1.2.0/configure-1219-  as_fn_error $? "missing argument to $ac_option"
##############################################
beef-1.2.0/configure-1239-    */ )
beef-1.2.0/configure:1240:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
beef-1.2.0/configure-1241-      eval $ac_var=\$ac_val;;
##############################################
beef-1.2.0/configure-1274-ac_ls_di=`ls -di .` &&
beef-1.2.0/configure:1275:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
beef-1.2.0/configure-1276-  as_fn_error $? "working directory cannot be determined"
##############################################
beef-1.2.0/configure-1330-case $srcdir in
beef-1.2.0/configure:1331:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
beef-1.2.0/configure-1332-esac
##############################################
beef-1.2.0/configure-1373-By default, \`make install' will install all the files in
beef-1.2.0/configure:1374:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
beef-1.2.0/configure:1375:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
beef-1.2.0/configure-1376-for instance \`--prefix=\$HOME'.
##############################################
beef-1.2.0/configure-1495-*)
beef-1.2.0/configure:1496:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
beef-1.2.0/configure-1497-  # A ".." for each directory in $ac_dir_suffix.
beef-1.2.0/configure:1498:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
beef-1.2.0/configure-1499-  case $ac_top_builddir_sub in
##############################################
beef-1.2.0/configure-1824-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
beef-1.2.0/configure:1825:  as_decl_name=`echo $2|sed 's/ *(.*//'`
beef-1.2.0/configure:1826:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
beef-1.2.0/configure-1827-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
beef-1.2.0/configure-2029-    *\'*)
beef-1.2.0/configure:2030:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
beef-1.2.0/configure-2031-    esac
##############################################
beef-1.2.0/configure-2112-      case $ac_val in
beef-1.2.0/configure:2113:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
beef-1.2.0/configure-2114-      esac
##############################################
beef-1.2.0/configure-2127-	case $ac_val in
beef-1.2.0/configure:2128:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
beef-1.2.0/configure-2129-	esac
##############################################
beef-1.2.0/configure-2247-    set,)
beef-1.2.0/configure:2248:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
beef-1.2.0/configure:2249:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
beef-1.2.0/configure-2250-      ac_cache_corrupted=: ;;
##############################################
beef-1.2.0/configure-2258-	# differences in whitespace do not lead to failure.
beef-1.2.0/configure:2259:	ac_old_val_w=`echo x $ac_old_val`
beef-1.2.0/configure:2260:	ac_new_val_w=`echo x $ac_new_val`
beef-1.2.0/configure-2261-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
beef-1.2.0/configure-2278-    case $ac_new_val in
beef-1.2.0/configure:2279:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
beef-1.2.0/configure-2280-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
beef-1.2.0/configure-2464-     echo "timestamp, slept: $am_has_slept" > conftest.file
beef-1.2.0/configure:2465:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
beef-1.2.0/configure-2466-     if test "$*" = "X"; then
beef-1.2.0/configure-2467-	# -L didn't work.
beef-1.2.0/configure:2468:	set X `ls -t "$srcdir/configure" conftest.file`
beef-1.2.0/configure-2469-     fi
##############################################
beef-1.2.0/configure-2515-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
beef-1.2.0/configure:2516:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
beef-1.2.0/configure-2517-
beef-1.2.0/configure-2518-# Expand $ac_aux_dir to an absolute path.
beef-1.2.0/configure:2519:am_aux_dir=`cd "$ac_aux_dir" && pwd`
beef-1.2.0/configure-2520-
##############################################
beef-1.2.0/configure-2660-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
beef-1.2.0/configure:2661:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
beef-1.2.0/configure-2662-	     'mkdir (GNU coreutils) '* | \
##############################################
beef-1.2.0/configure-2733-set x ${MAKE-make}
beef-1.2.0/configure:2734:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
beef-1.2.0/configure-2735-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
beef-1.2.0/configure-2743-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
beef-1.2.0/configure:2744:case `${MAKE-make} -f conftest.make 2>/dev/null` in
beef-1.2.0/configure-2745-  *@@@%%%=?*=@@@%%%*)
##############################################
beef-1.2.0/configure-2809-
beef-1.2.0/configure:2810:if test "`cd $srcdir && pwd`" != "`pwd`"; then
beef-1.2.0/configure-2811-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
beef-1.2.0/configure-3396-$as_echo_n "checking whether the C compiler works... " >&6; }
beef-1.2.0/configure:3397:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
beef-1.2.0/configure-3398-
##############################################
beef-1.2.0/configure-3440-	then :; else
beef-1.2.0/configure:3441:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
beef-1.2.0/configure-3442-	fi
##############################################
beef-1.2.0/configure-3500-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
beef-1.2.0/configure:3501:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
beef-1.2.0/configure-3502-	  break;;
##############################################
beef-1.2.0/configure-3609-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
beef-1.2.0/configure:3610:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
beef-1.2.0/configure-3611-       break;;
##############################################
beef-1.2.0/configure-3990-  if test "$am_compiler_list" = ""; then
beef-1.2.0/configure:3991:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
beef-1.2.0/configure-3992-  fi
##############################################
beef-1.2.0/configure-4125-test "x$ac_build_alias" = x &&
beef-1.2.0/configure:4126:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
beef-1.2.0/configure-4127-test "x$ac_build_alias" = x &&
beef-1.2.0/configure-4128-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
beef-1.2.0/configure:4129:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
beef-1.2.0/configure-4130-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
beef-1.2.0/configure-4149-IFS=$ac_save_IFS
beef-1.2.0/configure:4150:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
beef-1.2.0/configure-4151-
##############################################
beef-1.2.0/configure-4160-else
beef-1.2.0/configure:4161:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
beef-1.2.0/configure-4162-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
beef-1.2.0/configure-4182-IFS=$ac_save_IFS
beef-1.2.0/configure:4183:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
beef-1.2.0/configure-4184-
##############################################
beef-1.2.0/configure-4210-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
beef-1.2.0/configure:4211:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
beef-1.2.0/configure-4212-  ECHO='print -r --'
beef-1.2.0/configure:4213:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
beef-1.2.0/configure-4214-  ECHO='printf %s\n'
##############################################
beef-1.2.0/configure-4279-  # Check for GNU $ac_path_SED
beef-1.2.0/configure:4280:case `"$ac_path_SED" --version 2>&1` in
beef-1.2.0/configure-4281-*GNU*)
##############################################
beef-1.2.0/configure-4355-  # Check for GNU $ac_path_GREP
beef-1.2.0/configure:4356:case `"$ac_path_GREP" --version 2>&1` in
beef-1.2.0/configure-4357-*GNU*)
##############################################
beef-1.2.0/configure-4421-  # Check for GNU $ac_path_EGREP
beef-1.2.0/configure:4422:case `"$ac_path_EGREP" --version 2>&1` in
beef-1.2.0/configure-4423-*GNU*)
##############################################
beef-1.2.0/configure-4488-  # Check for GNU $ac_path_FGREP
beef-1.2.0/configure:4489:case `"$ac_path_FGREP" --version 2>&1` in
beef-1.2.0/configure-4490-*GNU*)
##############################################
beef-1.2.0/configure-4568-    # gcc leaves a trailing carriage return, which upsets mingw
beef-1.2.0/configure:4569:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
beef-1.2.0/configure-4570-  *)
beef-1.2.0/configure:4571:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
beef-1.2.0/configure-4572-  esac
##############################################
beef-1.2.0/configure-4577-      # Canonicalize the pathname of ld
beef-1.2.0/configure:4578:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
beef-1.2.0/configure-4579-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
beef-1.2.0/configure:4580:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
beef-1.2.0/configure-4581-      done
##############################################
beef-1.2.0/configure-4612-      # Break only if it was the GNU/non-GNU ld that we prefer.
beef-1.2.0/configure:4613:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
beef-1.2.0/configure-4614-      *GNU* | *'with BFD'*)
##############################################
beef-1.2.0/configure-4643-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
beef-1.2.0/configure:4644:case `$LD -v 2>&1 </dev/null` in
beef-1.2.0/configure-4645-*GNU* | *'with BFD'*)
##############################################
beef-1.2.0/configure-4693-	esac
beef-1.2.0/configure:4694:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
beef-1.2.0/configure-4695-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
beef-1.2.0/configure-4699-	*)
beef-1.2.0/configure:4700:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
beef-1.2.0/configure-4701-	  */dev/null*)
##############################################
beef-1.2.0/configure-4827-
beef-1.2.0/configure:4828:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
beef-1.2.0/configure-4829-    *COFF*)
##############################################
beef-1.2.0/configure-4939-    # And add a safety zone
beef-1.2.0/configure:4940:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
beef-1.2.0/configure:4941:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
beef-1.2.0/configure-4942-    ;;
##############################################
beef-1.2.0/configure-4972-    if test -n "$kargmax"; then
beef-1.2.0/configure:4973:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
beef-1.2.0/configure-4974-    else
##############################################
beef-1.2.0/configure-4981-       test undefined != "$lt_cv_sys_max_cmd_len"; then
beef-1.2.0/configure:4982:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
beef-1.2.0/configure:4983:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
beef-1.2.0/configure-4984-    else
##############################################
beef-1.2.0/configure-4993-      # we can't tell.
beef-1.2.0/configure:4994:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
beef-1.2.0/configure-4995-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
beef-1.2.0/configure-4997-      do
beef-1.2.0/configure:4998:        i=`expr $i + 1`
beef-1.2.0/configure-4999-        teststring=$teststring$teststring
##############################################
beef-1.2.0/configure-5001-      # Only check the string length outside the loop.
beef-1.2.0/configure:5002:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
beef-1.2.0/configure-5003-      teststring=
##############################################
beef-1.2.0/configure-5006-      # linker.  It appears as though 1/2 is a usable value.
beef-1.2.0/configure:5007:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
beef-1.2.0/configure-5008-    fi
##############################################
beef-1.2.0/configure-5417-openbsd* | bitrig*)
beef-1.2.0/configure:5418:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/configure-5419-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
beef-1.2.0/configure-5487-    else
beef-1.2.0/configure:5488:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
beef-1.2.0/configure-5489-    fi
##############################################
beef-1.2.0/configure-5632-  # decide which one to use based on capabilities of $DLLTOOL
beef-1.2.0/configure:5633:  case `$DLLTOOL --help 2>&1` in
beef-1.2.0/configure-5634-  *--identify-strict*)
##############################################
beef-1.2.0/configure-6154-# If we're using GNU nm, then use its standard symbol codes.
beef-1.2.0/configure:6155:case `$NM -V 2>&1` in
beef-1.2.0/configure-6156-*GNU* | *'with BFD'*)
##############################################
beef-1.2.0/configure-6202-mingw*)
beef-1.2.0/configure:6203:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
beef-1.2.0/configure-6204-  ;;
##############################################
beef-1.2.0/configure-6431-   if test yes = "$GCC"; then
beef-1.2.0/configure:6432:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
beef-1.2.0/configure-6433-   fi
##############################################
beef-1.2.0/configure-6435- /*)
beef-1.2.0/configure:6436:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
beef-1.2.0/configure-6437-   ;; #(
##############################################
beef-1.2.0/configure-6530-    done
beef-1.2.0/configure:6531:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
beef-1.2.0/configure-6532-}
##############################################
beef-1.2.0/configure-6552-  test $ac_status = 0; }; then
beef-1.2.0/configure:6553:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6554-      *ELF-32*)
##############################################
beef-1.2.0/configure-6573-    if test yes = "$lt_cv_prog_gnu_ld"; then
beef-1.2.0/configure:6574:      case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6575-	*32-bit*)
##############################################
beef-1.2.0/configure-6585-    else
beef-1.2.0/configure:6586:      case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6587-	*32-bit*)
##############################################
beef-1.2.0/configure-6611-    emul=elf
beef-1.2.0/configure:6612:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6613-      *32-bit*)
##############################################
beef-1.2.0/configure-6619-    esac
beef-1.2.0/configure:6620:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6621-      *MSB*)
##############################################
beef-1.2.0/configure-6627-    esac
beef-1.2.0/configure:6628:    case `/usr/bin/file conftest.$ac_objext` in
beef-1.2.0/configure-6629-      *N32*)
##############################################
beef-1.2.0/configure-7560-    *:)
beef-1.2.0/configure:7561:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
beef-1.2.0/configure-7562-        ;;
beef-1.2.0/configure-7563-    x:*)
beef-1.2.0/configure:7564:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
beef-1.2.0/configure-7565-        ;;
beef-1.2.0/configure-7566-    *::*)
beef-1.2.0/configure:7567:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
beef-1.2.0/configure:7568:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
beef-1.2.0/configure-7569-        ;;
beef-1.2.0/configure-7570-    *)
beef-1.2.0/configure:7571:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
beef-1.2.0/configure-7572-        ;;
##############################################
beef-1.2.0/configure-7829-do :
beef-1.2.0/configure:7830:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
beef-1.2.0/configure-7831-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
beef-1.2.0/configure-7834-  cat >>confdefs.h <<_ACEOF
beef-1.2.0/configure:7835:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
beef-1.2.0/configure-7836-_ACEOF
##############################################
beef-1.2.0/configure-8192-	"file_magic "*)
beef-1.2.0/configure:8193:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
beef-1.2.0/configure-8194-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
beef-1.2.0/configure-8258-	"file_magic "*)
beef-1.2.0/configure:8259:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
beef-1.2.0/configure-8260-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
beef-1.2.0/configure-8658-      *)
beef-1.2.0/configure:8659:	case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/configure-8660-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
beef-1.2.0/configure-9107-	# shared libraries, regardless of the interface used.
beef-1.2.0/configure:9108:	case `$LD -v 2>&1` in
beef-1.2.0/configure-9109-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
beef-1.2.0/configure-9139-    supports_anon_versioning=no
beef-1.2.0/configure:9140:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
beef-1.2.0/configure-9141-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
beef-1.2.0/configure-9208-	# is; otherwise, prepend EXPORTS...
beef-1.2.0/configure:9209:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
beef-1.2.0/configure-9210-          cp $export_symbols $output_objdir/$soname.def;
##############################################
beef-1.2.0/configure-9242-	prefix_cmds="$SED"~
beef-1.2.0/configure:9243:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
beef-1.2.0/configure-9244-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
beef-1.2.0/configure-9264-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
beef-1.2.0/configure:9265:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
beef-1.2.0/configure:9266:      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'
beef-1.2.0/configure-9267-      ;;
##############################################
beef-1.2.0/configure-9282-        pgcc*)				# Portland Group C compiler
beef-1.2.0/configure:9283:	  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'
beef-1.2.0/configure-9284-	  tmp_addflag=' $pic_flag'
##############################################
beef-1.2.0/configure-9287-					# Portland Group f77 and f90 compilers
beef-1.2.0/configure:9288:	  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'
beef-1.2.0/configure-9289-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
beef-1.2.0/configure-9304-	nvcc*)	# Cuda Compiler Driver 2.2
beef-1.2.0/configure:9305:	  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'
beef-1.2.0/configure-9306-	  compiler_needs_object=yes
##############################################
beef-1.2.0/configure-9308-	esac
beef-1.2.0/configure:9309:	case `$CC -V 2>&1 | sed 5q` in
beef-1.2.0/configure-9310-	*Sun\ C*)			# Sun C 5.9
beef-1.2.0/configure:9311:	  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'
beef-1.2.0/configure-9312-	  compiler_needs_object=yes
##############################################
beef-1.2.0/configure-9379-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
beef-1.2.0/configure:9380:      case `$LD -v 2>&1` in
beef-1.2.0/configure-9381-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
beef-1.2.0/configure-9468-	else
beef-1.2.0/configure:9469:	  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'
beef-1.2.0/configure-9470-	fi
##############################################
beef-1.2.0/configure-9533-	# below for broken collect2 doesn't work under 4.3+
beef-1.2.0/configure:9534:	  collect2name=`$CC -print-prog-name=collect2`
beef-1.2.0/configure-9535-	  if test -f "$collect2name" &&
##############################################
beef-1.2.0/configure-9613-      }'
beef-1.2.0/configure:9614:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/configure-9615-  # Check for a 64-bit object if we didn't find anything.
beef-1.2.0/configure-9616-  if test -z "$lt_cv_aix_libpath_"; then
beef-1.2.0/configure:9617:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/configure-9618-  fi
##############################################
beef-1.2.0/configure-9631-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
beef-1.2.0/configure:9632:        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
beef-1.2.0/configure-9633-      else
##############################################
beef-1.2.0/configure-9666-      }'
beef-1.2.0/configure:9667:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/configure-9668-  # Check for a 64-bit object if we didn't find anything.
beef-1.2.0/configure-9669-  if test -z "$lt_cv_aix_libpath_"; then
beef-1.2.0/configure:9670:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
beef-1.2.0/configure-9671-  fi
##############################################
beef-1.2.0/configure-9698-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
beef-1.2.0/configure:9699:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
beef-1.2.0/configure-9700-	  if test svr4 != "$with_aix_soname"; then
##############################################
beef-1.2.0/configure-9751-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
beef-1.2.0/configure:9752:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
beef-1.2.0/configure-9753-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
beef-1.2.0/configure-9789-	# FIXME: Setting linknames here is a bad hack.
beef-1.2.0/configure:9790:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
beef-1.2.0/configure-9791-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
beef-1.2.0/configure-9807-  if test yes = "$lt_cv_ld_force_load"; then
beef-1.2.0/configure:9808:    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\"`'
beef-1.2.0/configure-9809-
##############################################
beef-1.2.0/configure-9987-      if test yes = "$GCC"; then
beef-1.2.0/configure:9988:	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'
beef-1.2.0/configure-9989-	# Try to use the -exported_symbol ld option, if it does not
##############################################
beef-1.2.0/configure-10015-	if test yes = "$lt_cv_irix_exported_symbol"; then
beef-1.2.0/configure:10016:          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'
beef-1.2.0/configure-10017-	fi
##############################################
beef-1.2.0/configure-10019-      else
beef-1.2.0/configure:10020:	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'
beef-1.2.0/configure:10021:	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'
beef-1.2.0/configure-10022-      fi
##############################################
beef-1.2.0/configure-10066-	hardcode_direct_absolute=yes
beef-1.2.0/configure:10067:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/configure-10068-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
beef-1.2.0/configure-10097-	prefix_cmds="$SED"~
beef-1.2.0/configure:10098:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
beef-1.2.0/configure-10099-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
beef-1.2.0/configure-10111-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
beef-1.2.0/configure:10112:	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'
beef-1.2.0/configure-10113-      else
beef-1.2.0/configure-10114-	allow_undefined_flag=' -expect_unresolved \*'
beef-1.2.0/configure:10115:	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'
beef-1.2.0/configure-10116-      fi
##############################################
beef-1.2.0/configure-10124-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
beef-1.2.0/configure:10125:	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'
beef-1.2.0/configure-10126-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
beef-1.2.0/configure-10128-	allow_undefined_flag=' -expect_unresolved \*'
beef-1.2.0/configure:10129:	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'
beef-1.2.0/configure:10130:	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~
beef-1.2.0/configure:10131:          $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'
beef-1.2.0/configure-10132-
##############################################
beef-1.2.0/configure-10147-      else
beef-1.2.0/configure:10148:	case `$CC -V 2>&1` in
beef-1.2.0/configure-10149-	*"Compilers 5.0"*)
##############################################
beef-1.2.0/configure-10546-  esac
beef-1.2.0/configure:10547:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
beef-1.2.0/configure-10548-  case $lt_search_path_spec in
##############################################
beef-1.2.0/configure-10553-    # okay in the real world where ";" in dirpaths is itself problematic.
beef-1.2.0/configure:10554:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
beef-1.2.0/configure-10555-    ;;
beef-1.2.0/configure-10556-  *)
beef-1.2.0/configure:10557:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/configure-10558-    ;;
##############################################
beef-1.2.0/configure-10562-  lt_tmp_lt_search_path_spec=
beef-1.2.0/configure:10563:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
beef-1.2.0/configure-10564-  # ...but if some path component already ends with the multilib dir we assume
##############################################
beef-1.2.0/configure-10604-  esac
beef-1.2.0/configure:10605:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
beef-1.2.0/configure-10606-else
##############################################
beef-1.2.0/configure-10744-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
beef-1.2.0/configure:10745:    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'
beef-1.2.0/configure-10746-    ;;
##############################################
beef-1.2.0/configure-10780-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
beef-1.2.0/configure:10781:    postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/configure:10782:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
beef-1.2.0/configure:10783:      dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/configure-10784-      test -d \$dldir || mkdir -p \$dldir~
##############################################
beef-1.2.0/configure-10789-      fi'
beef-1.2.0/configure:10790:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
beef-1.2.0/configure-10791-      dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/configure-10797-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
beef-1.2.0/configure:10798:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
beef-1.2.0/configure-10799-
##############################################
beef-1.2.0/configure-10803-      # MinGW DLLs use traditional 'lib' prefix
beef-1.2.0/configure:10804:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
beef-1.2.0/configure-10805-      ;;
##############################################
beef-1.2.0/configure-10807-      # pw32 DLLs use 'pw' prefix rather than 'lib'
beef-1.2.0/configure:10808:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
beef-1.2.0/configure-10809-      ;;
##############################################
beef-1.2.0/configure-10816-    libname_spec='$name'
beef-1.2.0/configure:10817:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
beef-1.2.0/configure-10818-    library_names_spec='$libname.dll.lib'
##############################################
beef-1.2.0/configure-10828-        # Let DOS variable expansion print the short 8.3 style file name.
beef-1.2.0/configure:10829:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
beef-1.2.0/configure-10830-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
beef-1.2.0/configure-10833-      # Convert to MSYS style.
beef-1.2.0/configure:10834:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
beef-1.2.0/configure-10835-      ;;
##############################################
beef-1.2.0/configure-10839-      # like /cygdrive/c/PROGRA~1:/cygdr...
beef-1.2.0/configure:10840:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
beef-1.2.0/configure:10841:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
beef-1.2.0/configure:10842:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/configure-10843-      ;;
##############################################
beef-1.2.0/configure-10847-        # It is most probably a Windows format PATH.
beef-1.2.0/configure:10848:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
beef-1.2.0/configure-10849-      else
beef-1.2.0/configure:10850:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
beef-1.2.0/configure-10851-      fi
##############################################
beef-1.2.0/configure-10857-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
beef-1.2.0/configure:10858:    postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/configure:10859:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
beef-1.2.0/configure:10860:      dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/configure-10861-      test -d \$dldir || mkdir -p \$dldir~
beef-1.2.0/configure-10862-      $install_prog $dir/$dlname \$dldir/$dlname'
beef-1.2.0/configure:10863:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
beef-1.2.0/configure-10864-      dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/configure-10871-    # Assume MSVC wrapper
beef-1.2.0/configure:10872:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
beef-1.2.0/configure-10873-    dynamic_linker='Win32 ld.exe'
##############################################
beef-1.2.0/configure-10888-  shlibpath_var=DYLD_LIBRARY_PATH
beef-1.2.0/configure:10889:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
beef-1.2.0/configure-10890-
##############################################
beef-1.2.0/configure-11141-  if test -f /etc/ld.so.conf; then
beef-1.2.0/configure:11142:    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' ' '`
beef-1.2.0/configure-11143-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
beef-1.2.0/configure-11207-  need_lib_prefix=no
beef-1.2.0/configure:11208:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
beef-1.2.0/configure-11209-    need_version=no
##############################################
beef-1.2.0/configure-11234-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
beef-1.2.0/configure:11235:  postinstall_cmds='base_file=`basename \$file`~
beef-1.2.0/configure:11236:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
beef-1.2.0/configure:11237:    dldir=$destdir/`dirname \$dlpath`~
beef-1.2.0/configure-11238-    test -d \$dldir || mkdir -p \$dldir~
##############################################
beef-1.2.0/configure-11243-    fi'
beef-1.2.0/configure:11244:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
beef-1.2.0/configure-11245-    dlpath=$dir/\$dldll~
##############################################
beef-1.2.0/configure-12478-  test $ac_status = 0; }; then
beef-1.2.0/configure:12479:  pkg_cv_CATTLE_CFLAGS=`$PKG_CONFIG --cflags "cattle-1.0 >= $CATTLE_REQUIRED" 2>/dev/null`
beef-1.2.0/configure-12480-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
beef-1.2.0/configure-12495-  test $ac_status = 0; }; then
beef-1.2.0/configure:12496:  pkg_cv_CATTLE_LIBS=`$PKG_CONFIG --libs "cattle-1.0 >= $CATTLE_REQUIRED" 2>/dev/null`
beef-1.2.0/configure-12497-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
beef-1.2.0/configure-12516-        if test $_pkg_short_errors_supported = yes; then
beef-1.2.0/configure:12517:	        CATTLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cattle-1.0 >= $CATTLE_REQUIRED" 2>&1`
beef-1.2.0/configure-12518-        else
beef-1.2.0/configure:12519:	        CATTLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cattle-1.0 >= $CATTLE_REQUIRED" 2>&1`
beef-1.2.0/configure-12520-        fi
##############################################
beef-1.2.0/configure-12587-  test $ac_status = 0; }; then
beef-1.2.0/configure:12588:  pkg_cv_READLINE_CFLAGS=`$PKG_CONFIG --cflags "readline >= 7.0" 2>/dev/null`
beef-1.2.0/configure-12589-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
beef-1.2.0/configure-12604-  test $ac_status = 0; }; then
beef-1.2.0/configure:12605:  pkg_cv_READLINE_LIBS=`$PKG_CONFIG --libs "readline >= 7.0" 2>/dev/null`
beef-1.2.0/configure-12606-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
beef-1.2.0/configure-12625-        if test $_pkg_short_errors_supported = yes; then
beef-1.2.0/configure:12626:	        READLINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "readline >= 7.0" 2>&1`
beef-1.2.0/configure-12627-        else
beef-1.2.0/configure:12628:	        READLINE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "readline >= 7.0" 2>&1`
beef-1.2.0/configure-12629-        fi
##############################################
beef-1.2.0/configure-12868-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
beef-1.2.0/configure:12869:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
beef-1.2.0/configure-12870-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
beef-1.2.0/configure-12959-if test -z "$BASH_VERSION$ZSH_VERSION" \
beef-1.2.0/configure:12960:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
beef-1.2.0/configure-12961-  as_echo='print -r --'
beef-1.2.0/configure-12962-  as_echo_n='print -rn --'
beef-1.2.0/configure:12963:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
beef-1.2.0/configure-12964-  as_echo='printf %s\n'
##############################################
beef-1.2.0/configure-12966-else
beef-1.2.0/configure:12967:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
beef-1.2.0/configure-12968-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
beef-1.2.0/configure-12976-	expr "X$arg" : "X\\(.*\\)$as_nl";
beef-1.2.0/configure:12977:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
beef-1.2.0/configure-12978-      esac;
##############################################
beef-1.2.0/configure-13053-# ----------------------------------------
beef-1.2.0/configure:13054:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
beef-1.2.0/configure-13055-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
beef-1.2.0/configure-13125-  {
beef-1.2.0/configure:13126:    as_val=`expr "$@" || test $? -eq 1`
beef-1.2.0/configure-13127-  }
##############################################
beef-1.2.0/configure-13229-      case $as_dir in #(
beef-1.2.0/configure:13230:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
beef-1.2.0/configure-13231-      *) as_qdir=$as_dir;;
##############################################
beef-1.2.0/configure-13365-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
beef-1.2.0/configure:13366:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
beef-1.2.0/configure-13367-ac_cs_version="\\
##############################################
beef-1.2.0/configure-13390-  --*=?*)
beef-1.2.0/configure:13391:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
beef-1.2.0/configure:13392:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
beef-1.2.0/configure-13393-    ac_shift=:
##############################################
beef-1.2.0/configure-13395-  --*=)
beef-1.2.0/configure:13396:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
beef-1.2.0/configure-13397-    ac_optarg=
##############################################
beef-1.2.0/configure-13419-    case $ac_optarg in
beef-1.2.0/configure:13420:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
beef-1.2.0/configure-13421-    '') as_fn_error $? "missing file argument" ;;
##############################################
beef-1.2.0/configure-13427-    case $ac_optarg in
beef-1.2.0/configure:13428:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
beef-1.2.0/configure-13429-    esac
##############################################
beef-1.2.0/configure-13496-delay_variable_subst='$delay_variable_subst'
beef-1.2.0/configure:13497:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13498:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13499:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13500:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13501:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13502:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13503:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13504:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13505:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13506:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13507:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13508:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13509:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13510:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13511:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13512:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13513:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13514:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13515:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13516:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13517:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13518:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13519:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13520:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13521:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13522:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13523:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13524:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13525:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13526:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13527:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13528:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13529:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13530:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13531:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13532:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13533:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13534:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13535:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13536:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13537:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13538:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13539:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13540:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13541:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13542:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13543:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13544:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13545:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13546:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13547:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13548:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13549:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13550:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13551:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13552:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13553:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13554:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13555: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"`'
beef-1.2.0/configure:13556:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13557:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13558:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13559:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13560:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13561:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13562:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13563:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13564:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13565:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13566:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13567:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13568:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13569:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13570:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13571:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13572:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13573:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13574:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13575:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13576:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13577:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13578:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13579:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13580:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13581:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13582:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13583:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13584:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13585:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13586:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13587:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13588:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13589:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13590:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13591:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13592:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13593:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13594:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13595:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13596:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13597:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13598:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13599:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13600:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13601:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13602:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13603:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13604:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13605:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13606:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13607:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13608:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13609:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13610:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13611:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13612:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13613:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13614:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13615:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13616:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13617:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13618:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13619:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13620:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13621:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13622:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13623:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13624:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13625:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13626:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13627:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13628:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13629:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13630:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure:13631:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
beef-1.2.0/configure-13632-
##############################################
beef-1.2.0/configure-13713-striplib; do
beef-1.2.0/configure:13714:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
beef-1.2.0/configure-13715-    *[\\\\\\\`\\"\\\$]*)
beef-1.2.0/configure:13716:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
beef-1.2.0/configure-13717-      ;;
##############################################
beef-1.2.0/configure-13744-configure_time_lt_sys_library_path; do
beef-1.2.0/configure:13745:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
beef-1.2.0/configure-13746-    *[\\\\\\\`\\"\\\$]*)
beef-1.2.0/configure:13747:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
beef-1.2.0/configure-13748-      ;;
##############################################
beef-1.2.0/configure-13842-fi
beef-1.2.0/configure:13843:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
beef-1.2.0/configure-13844-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
beef-1.2.0/configure-13859-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
beef-1.2.0/configure:13860:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
beef-1.2.0/configure-13861-ac_delim='%!_!# '
##############################################
beef-1.2.0/configure-13865-
beef-1.2.0/configure:13866:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
beef-1.2.0/configure-13867-  if test $ac_delim_n = $ac_delim_num; then
##############################################
beef-1.2.0/configure-14003-for ac_last_try in false false :; do
beef-1.2.0/configure:14004:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
beef-1.2.0/configure-14005-  if test -z "$ac_tt"; then
##############################################
beef-1.2.0/configure-14135-      esac
beef-1.2.0/configure:14136:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
beef-1.2.0/configure-14137-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
beef-1.2.0/configure-14194-*)
beef-1.2.0/configure:14195:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
beef-1.2.0/configure-14196-  # A ".." for each directory in $ac_dir_suffix.
beef-1.2.0/configure:14197:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
beef-1.2.0/configure-14198-  case $ac_top_builddir_sub in
##############################################
beef-1.2.0/configure-14255-/@mandir@/p'
beef-1.2.0/configure:14256:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
beef-1.2.0/configure-14257-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
beef-1.2.0/configure-14272-
beef-1.2.0/configure:14273:# Neutralize VPATH when `$srcdir' = `.'.
beef-1.2.0/configure-14274-# Shell code in configure.ac might set extrasub.
##############################################
beef-1.2.0/configure-14300-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
beef-1.2.0/configure:14301:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
beef-1.2.0/configure-14302-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
beef-1.2.0/configure-14346-    * )
beef-1.2.0/configure:14347:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
beef-1.2.0/configure-14348-  esac
##############################################
beef-1.2.0/configure-14401-    # Strip MF so we end up with the name of the file.
beef-1.2.0/configure:14402:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
beef-1.2.0/configure-14403-    # Check whether this is an Automake generated Makefile which includes
##############################################
beef-1.2.0/configure-14954-    *:)
beef-1.2.0/configure:14955:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
beef-1.2.0/configure-14956-        ;;
beef-1.2.0/configure-14957-    x:*)
beef-1.2.0/configure:14958:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
beef-1.2.0/configure-14959-        ;;
beef-1.2.0/configure-14960-    *::*)
beef-1.2.0/configure:14961:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
beef-1.2.0/configure:14962:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
beef-1.2.0/configure-14963-        ;;
beef-1.2.0/configure-14964-    *)
beef-1.2.0/configure:14965:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
beef-1.2.0/configure-14966-        ;;
##############################################
beef-1.2.0/configure-14981-    done
beef-1.2.0/configure:14982:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
beef-1.2.0/configure-14983-}
##############################################
beef-1.2.0/install-sh-234-      fi
beef-1.2.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
beef-1.2.0/install-sh-236-    *)
##############################################
beef-1.2.0/install-sh-280-      dstdir=$dst
beef-1.2.0/install-sh:281:      dstbase=`basename "$src"`
beef-1.2.0/install-sh-282-      case $dst in
##############################################
beef-1.2.0/install-sh-287-    else
beef-1.2.0/install-sh:288:      dstdir=`dirname "$dst"`
beef-1.2.0/install-sh-289-      test -d "$dstdir"
##############################################
beef-1.2.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
beef-1.2.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
beef-1.2.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
beef-1.2.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
beef-1.2.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
beef-1.2.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
beef-1.2.0/install-sh-419-            case $prefix in
beef-1.2.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
beef-1.2.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
beef-1.2.0/install-sh-479-    if $copy_on_change &&
beef-1.2.0/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
beef-1.2.0/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
beef-1.2.0/install-sh-482-       set -f &&
##############################################
beef-1.2.0/compile-67-	mingw/*)
beef-1.2.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
beef-1.2.0/compile-69-	  ;;
beef-1.2.0/compile-70-	cygwin/* | msys/*)
beef-1.2.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
beef-1.2.0/compile-72-	  ;;
beef-1.2.0/compile-73-	wine/*)
beef-1.2.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
beef-1.2.0/compile-75-	  ;;
##############################################
beef-1.2.0/compile-310-# Name of file we expect compiler to create.
beef-1.2.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
beef-1.2.0/compile-312-
##############################################
beef-1.2.0/compile-316-# object file name, since that is what matters with a parallel build.
beef-1.2.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
beef-1.2.0/compile-318-while true; do