===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yafc-1.3.7/lib/gssapi.c-189-/*extern struct sockaddr *hisctladdr, *myctladdr;*/
yafc-1.3.7/lib/gssapi.c:190:#define myctladdr ((struct sockaddr *) sock_local_addr(ftp->ctrl))
yafc-1.3.7/lib/gssapi.c:191:#define hisctladdr ((struct sockaddr *) sock_remote_addr(ftp->ctrl))
yafc-1.3.7/lib/gssapi.c-192-
##############################################
yafc-1.3.7/m4/ax_check_openssl.m4-55-            if test x"$PKG_CONFIG" != x""; then
yafc-1.3.7/m4/ax_check_openssl.m4:56:                OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
yafc-1.3.7/m4/ax_check_openssl.m4-57-                if test $? = 0; then
yafc-1.3.7/m4/ax_check_openssl.m4:58:                    OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
yafc-1.3.7/m4/ax_check_openssl.m4:59:                    OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
yafc-1.3.7/m4/ax_check_openssl.m4-60-                    found=true
##############################################
yafc-1.3.7/m4/glib-gettext.m4-202-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
yafc-1.3.7/m4/glib-gettext.m4:203:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
yafc-1.3.7/m4/glib-gettext.m4-204-	if test "$MSGFMT" != "no"; then
##############################################
yafc-1.3.7/m4/glib-gettext.m4-223-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
yafc-1.3.7/m4/glib-gettext.m4:224:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
yafc-1.3.7/m4/glib-gettext.m4-225-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
yafc-1.3.7/m4/glib-gettext.m4-375-   if test "x$srcdir" != "x."; then
yafc-1.3.7/m4/glib-gettext.m4:376:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
yafc-1.3.7/m4/glib-gettext.m4-377-       posrcprefix="$srcdir/"
##############################################
yafc-1.3.7/m4/glib-gettext.m4-399-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
yafc-1.3.7/m4/glib-gettext.m4:400:datarootdir=`eval echo "${datarootdir}"`
yafc-1.3.7/m4/glib-gettext.m4-401-if test "x$CATOBJEXT" = "x.mo" ; then
yafc-1.3.7/m4/glib-gettext.m4:402:  localedir=`eval echo "${libdir}/locale"`
yafc-1.3.7/m4/glib-gettext.m4-403-else
yafc-1.3.7/m4/glib-gettext.m4:404:  localedir=`eval echo "${datadir}/locale"`
yafc-1.3.7/m4/glib-gettext.m4-405-fi
##############################################
yafc-1.3.7/m4/kerberos.m4-48-        AC_MSG_CHECKING([for krb5 vendor])
yafc-1.3.7/m4/kerberos.m4:49:        yafc_krb5_vendor="`$KRB5CONFIG --vendor 2>/dev/null || echo unknown`"
yafc-1.3.7/m4/kerberos.m4-50-        if test "x$yafc_krb5_vendor" = "xMassachusetts Institute of Technology"; then
##############################################
yafc-1.3.7/m4/kerberos.m4-109-      if test "x$yafc_found_krb5_inc_flags" = "x"; then
yafc-1.3.7/m4/kerberos.m4:110:        yafc_found_krb5_inc_flags="`$KRB5CONFIG --cflags krb5 gssapi`"
yafc-1.3.7/m4/kerberos.m4-111-      fi
yafc-1.3.7/m4/kerberos.m4-112-      if test "x$yafc_found_krb5_lib_libs" = "x" ; then
yafc-1.3.7/m4/kerberos.m4:113:        yafc_found_krb5_lib_libs="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i ~ \"^-l.*\"){ printf \"%s \", $i }}}'`"
yafc-1.3.7/m4/kerberos.m4-114-      fi
yafc-1.3.7/m4/kerberos.m4-115-      if test "x$yafc_found_krb5_lib_flags" = "x" ; then
yafc-1.3.7/m4/kerberos.m4:116:        yafc_found_krb5_lib_flags="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i !~ \"^-l.*\"){ printf \"%s \", $i }}}'`"
yafc-1.3.7/m4/kerberos.m4-117-      fi
##############################################
yafc-1.3.7/src/ftp/socket.h-25-bool sock_connect_host(Socket *sockp, Host *hp);
yafc-1.3.7/src/ftp/socket.h:26:bool sock_connect_addr(Socket *sockp, const struct sockaddr* sa, socklen_t salen);
yafc-1.3.7/src/ftp/socket.h-27-bool sock_dup(const Socket* fromsock, Socket** tosock);
##############################################
yafc-1.3.7/src/ftp/socket.h-32-void sock_lowdelay(Socket *sockp);
yafc-1.3.7/src/ftp/socket.h:33:const struct sockaddr* sock_local_addr(Socket *sockp);
yafc-1.3.7/src/ftp/socket.h:34:const struct sockaddr* sock_remote_addr(Socket *sockp);
yafc-1.3.7/src/ftp/socket.h-35-ssize_t sock_read(Socket *sockp, void *buf, size_t num);
##############################################
yafc-1.3.7/src/ftp/host.h-43-const struct addrinfo* host_getaddrinfo(const Host* hostp);
yafc-1.3.7/src/ftp/host.h:44:void host_connect_addr(Host* hostp, const struct addrinfo* info);
yafc-1.3.7/src/ftp/host.h-45-
##############################################
yafc-1.3.7/src/ftp/ftp.c-395-
yafc-1.3.7/src/ftp/ftp.c:396:        char* remote_addr = printable_address(sock_remote_addr(ftp->ctrl)),
yafc-1.3.7/src/ftp/ftp.c:397:            *local_addr = printable_address(sock_local_addr(ftp->ctrl));
yafc-1.3.7/src/ftp/ftp.c-398-        tracefunq("remote address: %s\n", remote_addr);
##############################################
yafc-1.3.7/src/ftp/socket.c-24-
yafc-1.3.7/src/ftp/socket.c:25:bool sock_connect_addr(Socket *sockp, const struct sockaddr* sa,
yafc-1.3.7/src/ftp/socket.c-26-                       socklen_t salen)
##############################################
yafc-1.3.7/src/ftp/socket.c-30-
yafc-1.3.7/src/ftp/socket.c:31:  return sockp->connect_addr(sockp, sa, salen);
yafc-1.3.7/src/ftp/socket.c-32-}
##############################################
yafc-1.3.7/src/ftp/socket.c-41-  {
yafc-1.3.7/src/ftp/socket.c:42:    if (sock_connect_addr(sockp, addr->ai_addr, addr->ai_addrlen))
yafc-1.3.7/src/ftp/socket.c-43-    {
yafc-1.3.7/src/ftp/socket.c:44:      host_connect_addr(hp, addr);
yafc-1.3.7/src/ftp/socket.c-45-      return true;
##############################################
yafc-1.3.7/src/ftp/socket.c-92-
yafc-1.3.7/src/ftp/socket.c:93:const struct sockaddr* sock_local_addr(Socket *sockp)
yafc-1.3.7/src/ftp/socket.c-94-{
##############################################
yafc-1.3.7/src/ftp/socket.c-100-
yafc-1.3.7/src/ftp/socket.c:101:const struct sockaddr* sock_remote_addr(Socket *sockp)
yafc-1.3.7/src/ftp/socket.c-102-{
##############################################
yafc-1.3.7/src/ftp/plain-socket.c-93-
yafc-1.3.7/src/ftp/plain-socket.c:94:static bool ps_connect_addr(Socket *sockp, const struct sockaddr* sa,
yafc-1.3.7/src/ftp/plain-socket.c-95-                            socklen_t salen)
##############################################
yafc-1.3.7/src/ftp/host.c-184-
yafc-1.3.7/src/ftp/host.c:185:void host_connect_addr(Host* hostp, const struct addrinfo* info)
yafc-1.3.7/src/ftp/host.c-186-{
##############################################
yafc-1.3.7/src/ftp/ftpsend.c-153-    struct sockaddr_storage sa;
yafc-1.3.7/src/ftp/ftpsend.c:154:    memcpy(&sa, sock_remote_addr(ftp->ctrl), sizeof(struct sockaddr_storage));
yafc-1.3.7/src/ftp/ftpsend.c-155-
##############################################
yafc-1.3.7/src/ftp/ftpsend.c-187-    struct sockaddr_storage tmp;
yafc-1.3.7/src/ftp/ftpsend.c:188:    memcpy(&tmp, sock_remote_addr(ftp->ctrl), sizeof(struct sockaddr_storage));
yafc-1.3.7/src/ftp/ftpsend.c-189-    if (is_reserved((struct sockaddr*) &sa) ||
##############################################
yafc-1.3.7/src/ftp/ftpsend.c-199-
yafc-1.3.7/src/ftp/ftpsend.c:200:    if (!sock_connect_addr(ftp->data, (struct sockaddr*) &sa, len))
yafc-1.3.7/src/ftp/ftpsend.c-201-    {
##############################################
yafc-1.3.7/src/ftp/ftpsend.c-210-
yafc-1.3.7/src/ftp/ftpsend.c:211:    const struct sockaddr* local = sock_local_addr(ftp->data);
yafc-1.3.7/src/ftp/ftpsend.c-212-    sock_listen(ftp->data, local->sa_family);
##############################################
yafc-1.3.7/src/syshdr.h-129-#ifdef HAVE_ARPA_INET_H
yafc-1.3.7/src/syshdr.h:130:# include <arpa/inet.h> /* for inet_aton() or inet_addr()  */
yafc-1.3.7/src/syshdr.h-131-#endif
##############################################
yafc-1.3.7/support/compile-67-	mingw/*)
yafc-1.3.7/support/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
yafc-1.3.7/support/compile-69-	  ;;
yafc-1.3.7/support/compile-70-	cygwin/*)
yafc-1.3.7/support/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
yafc-1.3.7/support/compile-72-	  ;;
yafc-1.3.7/support/compile-73-	wine/*)
yafc-1.3.7/support/compile:74:	  file=`winepath -w "$file" || echo "$file"`
yafc-1.3.7/support/compile-75-	  ;;
##############################################
yafc-1.3.7/support/compile-309-# Name of file we expect compiler to create.
yafc-1.3.7/support/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
yafc-1.3.7/support/compile-311-
##############################################
yafc-1.3.7/support/compile-315-# object file name, since that is what matters with a parallel build.
yafc-1.3.7/support/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
yafc-1.3.7/support/compile-317-while true; do
##############################################
yafc-1.3.7/support/depcomp-64-  case $1 in
yafc-1.3.7/support/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
yafc-1.3.7/support/depcomp-66-      *) dir=;;
##############################################
yafc-1.3.7/support/depcomp-73-{
yafc-1.3.7/support/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
yafc-1.3.7/support/depcomp-75-}
##############################################
yafc-1.3.7/support/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
yafc-1.3.7/support/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
yafc-1.3.7/support/depcomp-128-
##############################################
yafc-1.3.7/support/depcomp-405-        sleep 1
yafc-1.3.7/support/depcomp:406:        i=`expr $i - 1`
yafc-1.3.7/support/depcomp-407-      done
yafc-1.3.7/support/depcomp-408-    fi
yafc-1.3.7/support/depcomp:409:    i=`expr $i - 1`
yafc-1.3.7/support/depcomp-410-  done
##############################################
yafc-1.3.7/support/depcomp-425-  # Do two passes, one to just change these to
yafc-1.3.7/support/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
yafc-1.3.7/support/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
yafc-1.3.7/support/depcomp-659-  done
yafc-1.3.7/support/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
yafc-1.3.7/support/depcomp-661-  touch "$tmpdepfile"
##############################################
yafc-1.3.7/support/install-sh-234-      fi
yafc-1.3.7/support/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
yafc-1.3.7/support/install-sh-236-    *)
##############################################
yafc-1.3.7/support/install-sh-281-      dstdir=$dst
yafc-1.3.7/support/install-sh:282:      dst=$dstdir/`basename "$src"`
yafc-1.3.7/support/install-sh-283-      dstdir_status=0
yafc-1.3.7/support/install-sh-284-    else
yafc-1.3.7/support/install-sh:285:      dstdir=`dirname "$dst"`
yafc-1.3.7/support/install-sh-286-      test -d "$dstdir"
##############################################
yafc-1.3.7/support/install-sh-344-                   test_tmpdir="$tmpdir/a"
yafc-1.3.7/support/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
yafc-1.3.7/support/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
yafc-1.3.7/support/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
yafc-1.3.7/support/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
yafc-1.3.7/support/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
yafc-1.3.7/support/install-sh-409-            case $prefix in
yafc-1.3.7/support/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
yafc-1.3.7/support/install-sh-411-              *) qprefix=$prefix;;
##############################################
yafc-1.3.7/support/install-sh-458-    if $copy_on_change &&
yafc-1.3.7/support/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
yafc-1.3.7/support/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
yafc-1.3.7/support/install-sh-461-       set -f &&
##############################################
yafc-1.3.7/support/config.guess-34-
yafc-1.3.7/support/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
yafc-1.3.7/support/config.guess-36-
##############################################
yafc-1.3.7/support/config.guess-102-: ${TMPDIR=/tmp} ;
yafc-1.3.7/support/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
yafc-1.3.7/support/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
yafc-1.3.7/support/config.guess-151-	EOF
yafc-1.3.7/support/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
yafc-1.3.7/support/config.guess-153-	;;
##############################################
yafc-1.3.7/support/config.guess-209-	    *)
yafc-1.3.7/support/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
yafc-1.3.7/support/config.guess-211-		;;
##############################################
yafc-1.3.7/support/config.guess-240-	*4.0)
yafc-1.3.7/support/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
yafc-1.3.7/support/config.guess-242-		;;
yafc-1.3.7/support/config.guess-243-	*5.*)
yafc-1.3.7/support/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
yafc-1.3.7/support/config.guess-245-		;;
##############################################
yafc-1.3.7/support/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
yafc-1.3.7/support/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
yafc-1.3.7/support/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
yafc-1.3.7/support/config.guess-288-	# 1.2 uses "1.2" for uname -r.
yafc-1.3.7/support/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
yafc-1.3.7/support/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
yafc-1.3.7/support/config.guess-348-    s390x:SunOS:*:*)
yafc-1.3.7/support/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-350-	exit ;;
yafc-1.3.7/support/config.guess-351-    sun4H:SunOS:5.*:*)
yafc-1.3.7/support/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-353-	exit ;;
yafc-1.3.7/support/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
yafc-1.3.7/support/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-356-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-373-	fi
yafc-1.3.7/support/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-375-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
yafc-1.3.7/support/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-381-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
yafc-1.3.7/support/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
yafc-1.3.7/support/config.guess-390-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-394-    sun*:*:4.2BSD:*)
yafc-1.3.7/support/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
yafc-1.3.7/support/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
yafc-1.3.7/support/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
yafc-1.3.7/support/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
yafc-1.3.7/support/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
yafc-1.3.7/support/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
yafc-1.3.7/support/config.guess-532-    *:IRIX*:*:*)
yafc-1.3.7/support/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
yafc-1.3.7/support/config.guess-534-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-562-EOF
yafc-1.3.7/support/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
yafc-1.3.7/support/config.guess-564-		then
##############################################
yafc-1.3.7/support/config.guess-575-    *:AIX:*:[4567])
yafc-1.3.7/support/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
yafc-1.3.7/support/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
yafc-1.3.7/support/config.guess-610-    9000/[34678]??:HP-UX:*:*)
yafc-1.3.7/support/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yafc-1.3.7/support/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
yafc-1.3.7/support/config.guess-664-EOF
yafc-1.3.7/support/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
yafc-1.3.7/support/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
yafc-1.3.7/support/config.guess-692-    ia64:HP-UX:*:*)
yafc-1.3.7/support/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yafc-1.3.7/support/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
yafc-1.3.7/support/config.guess-722-EOF
yafc-1.3.7/support/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
yafc-1.3.7/support/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
yafc-1.3.7/support/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yafc-1.3.7/support/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
yafc-1.3.7/support/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yafc-1.3.7/support/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yafc-1.3.7/support/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
yafc-1.3.7/support/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yafc-1.3.7/support/config.guess-814-	    amd64)
yafc-1.3.7/support/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yafc-1.3.7/support/config.guess-816-	    *)
yafc-1.3.7/support/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yafc-1.3.7/support/config.guess-818-	esac
##############################################
yafc-1.3.7/support/config.guess-872-    prep*:SunOS:5.*:*)
yafc-1.3.7/support/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yafc-1.3.7/support/config.guess-874-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-876-	# the GNU system
yafc-1.3.7/support/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
yafc-1.3.7/support/config.guess-878-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-880-	# other systems with GNU libc and userland
yafc-1.3.7/support/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
yafc-1.3.7/support/config.guess-882-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-968-EOF
yafc-1.3.7/support/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
yafc-1.3.7/support/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
yafc-1.3.7/support/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
yafc-1.3.7/support/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
yafc-1.3.7/support/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
yafc-1.3.7/support/config.guess-1262-	fi
yafc-1.3.7/support/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
yafc-1.3.7/support/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
yafc-1.3.7/support/config.guess-1347-    *:DragonFly:*:*)
yafc-1.3.7/support/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
yafc-1.3.7/support/config.guess-1349-	exit ;;
##############################################
yafc-1.3.7/support/config.guess-1360-    i*86:skyos:*:*)
yafc-1.3.7/support/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
yafc-1.3.7/support/config.guess-1362-	exit ;;
##############################################
yafc-1.3.7/support/config.sub-52-
yafc-1.3.7/support/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
yafc-1.3.7/support/config.sub-54-
##############################################
yafc-1.3.7/support/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
yafc-1.3.7/support/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
yafc-1.3.7/support/config.sub-117-case $maybe_os in
##############################################
yafc-1.3.7/support/config.sub-123-    os=-$maybe_os
yafc-1.3.7/support/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
yafc-1.3.7/support/config.sub-125-    ;;
##############################################
yafc-1.3.7/support/config.sub-127-    os=-linux-android
yafc-1.3.7/support/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
yafc-1.3.7/support/config.sub-129-    ;;
yafc-1.3.7/support/config.sub-130-  *)
yafc-1.3.7/support/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
yafc-1.3.7/support/config.sub-132-    if [ $basic_machine != $1 ]
yafc-1.3.7/support/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
yafc-1.3.7/support/config.sub-134-    else os=; fi
##############################################
yafc-1.3.7/support/config.sub-181-		os=-sco5v6
yafc-1.3.7/support/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-183-		;;
##############################################
yafc-1.3.7/support/config.sub-185-		os=-sco3.2v5
yafc-1.3.7/support/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-187-		;;
##############################################
yafc-1.3.7/support/config.sub-189-		os=-sco3.2v4
yafc-1.3.7/support/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-191-		;;
yafc-1.3.7/support/config.sub-192-	-sco3.2.[4-9]*)
yafc-1.3.7/support/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
yafc-1.3.7/support/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-195-		;;
##############################################
yafc-1.3.7/support/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
yafc-1.3.7/support/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-199-		;;
##############################################
yafc-1.3.7/support/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
yafc-1.3.7/support/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-203-		;;
##############################################
yafc-1.3.7/support/config.sub-205-		os=-sco3.2v2
yafc-1.3.7/support/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-207-		;;
yafc-1.3.7/support/config.sub-208-	-udk*)
yafc-1.3.7/support/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-210-		;;
##############################################
yafc-1.3.7/support/config.sub-212-		os=-isc2.2
yafc-1.3.7/support/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-214-		;;
##############################################
yafc-1.3.7/support/config.sub-218-	-isc*)
yafc-1.3.7/support/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yafc-1.3.7/support/config.sub-220-		;;
##############################################
yafc-1.3.7/support/config.sub-230-	-ptx*)
yafc-1.3.7/support/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
yafc-1.3.7/support/config.sub-232-		;;
yafc-1.3.7/support/config.sub-233-	-windowsnt*)
yafc-1.3.7/support/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
yafc-1.3.7/support/config.sub-235-		;;
##############################################
yafc-1.3.7/support/config.sub-362-	*-*-*)
yafc-1.3.7/support/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yafc-1.3.7/support/config.sub-364-		exit 1
##############################################
yafc-1.3.7/support/config.sub-486-	amd64-*)
yafc-1.3.7/support/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-488-		;;
##############################################
yafc-1.3.7/support/config.sub-528-	blackfin-*)
yafc-1.3.7/support/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-530-		os=-linux
##############################################
yafc-1.3.7/support/config.sub-536-	c54x-*)
yafc-1.3.7/support/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-538-		;;
yafc-1.3.7/support/config.sub-539-	c55x-*)
yafc-1.3.7/support/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-541-		;;
yafc-1.3.7/support/config.sub-542-	c6x-*)
yafc-1.3.7/support/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-544-		;;
##############################################
yafc-1.3.7/support/config.sub-739-	i*86v32)
yafc-1.3.7/support/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yafc-1.3.7/support/config.sub-741-		os=-sysv32
##############################################
yafc-1.3.7/support/config.sub-743-	i*86v4*)
yafc-1.3.7/support/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yafc-1.3.7/support/config.sub-745-		os=-sysv4
##############################################
yafc-1.3.7/support/config.sub-747-	i*86v)
yafc-1.3.7/support/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yafc-1.3.7/support/config.sub-749-		os=-sysv
##############################################
yafc-1.3.7/support/config.sub-751-	i*86sol2)
yafc-1.3.7/support/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yafc-1.3.7/support/config.sub-753-		os=-solaris2
##############################################
yafc-1.3.7/support/config.sub-781-	m68knommu-*)
yafc-1.3.7/support/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-783-		os=-linux
##############################################
yafc-1.3.7/support/config.sub-818-	mips3*-*)
yafc-1.3.7/support/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
yafc-1.3.7/support/config.sub-820-		;;
yafc-1.3.7/support/config.sub-821-	mips3*)
yafc-1.3.7/support/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
yafc-1.3.7/support/config.sub-823-		;;
##############################################
yafc-1.3.7/support/config.sub-840-	ms1-*)
yafc-1.3.7/support/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
yafc-1.3.7/support/config.sub-842-		;;
##############################################
yafc-1.3.7/support/config.sub-959-	parisc-*)
yafc-1.3.7/support/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-961-		os=-linux
##############################################
yafc-1.3.7/support/config.sub-975-	pc98-*)
yafc-1.3.7/support/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-977-		;;
##############################################
yafc-1.3.7/support/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
yafc-1.3.7/support/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-992-		;;
yafc-1.3.7/support/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
yafc-1.3.7/support/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-995-		;;
yafc-1.3.7/support/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
yafc-1.3.7/support/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-998-		;;
yafc-1.3.7/support/config.sub-999-	pentium4-*)
yafc-1.3.7/support/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1001-		;;
##############################################
yafc-1.3.7/support/config.sub-1009-	ppc-* | ppcbe-*)
yafc-1.3.7/support/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1011-		;;
##############################################
yafc-1.3.7/support/config.sub-1015-	ppcle-* | powerpclittle-*)
yafc-1.3.7/support/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1017-		;;
##############################################
yafc-1.3.7/support/config.sub-1019-		;;
yafc-1.3.7/support/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1021-		;;
##############################################
yafc-1.3.7/support/config.sub-1025-	ppc64le-* | powerpc64little-*)
yafc-1.3.7/support/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1027-		;;
##############################################
yafc-1.3.7/support/config.sub-1108-	strongarm-* | thumb-*)
yafc-1.3.7/support/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
yafc-1.3.7/support/config.sub-1110-		;;
##############################################
yafc-1.3.7/support/config.sub-1238-	xscale-* | xscalee[bl]-*)
yafc-1.3.7/support/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
yafc-1.3.7/support/config.sub-1240-		;;
##############################################
yafc-1.3.7/support/config.sub-1315-	*)
yafc-1.3.7/support/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yafc-1.3.7/support/config.sub-1317-		exit 1
##############################################
yafc-1.3.7/support/config.sub-1323-	*-digital*)
yafc-1.3.7/support/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
yafc-1.3.7/support/config.sub-1325-		;;
yafc-1.3.7/support/config.sub-1326-	*-commodore*)
yafc-1.3.7/support/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
yafc-1.3.7/support/config.sub-1328-		;;
##############################################
yafc-1.3.7/support/config.sub-1344-	-solaris1 | -solaris1.*)
yafc-1.3.7/support/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
yafc-1.3.7/support/config.sub-1346-		;;
##############################################
yafc-1.3.7/support/config.sub-1356-	-gnu/linux*)
yafc-1.3.7/support/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
yafc-1.3.7/support/config.sub-1358-		;;
##############################################
yafc-1.3.7/support/config.sub-1402-	-nto*)
yafc-1.3.7/support/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
yafc-1.3.7/support/config.sub-1404-		;;
##############################################
yafc-1.3.7/support/config.sub-1409-	-mac*)
yafc-1.3.7/support/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
yafc-1.3.7/support/config.sub-1411-		;;
##############################################
yafc-1.3.7/support/config.sub-1415-	-linux*)
yafc-1.3.7/support/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
yafc-1.3.7/support/config.sub-1417-		;;
yafc-1.3.7/support/config.sub-1418-	-sunos5*)
yafc-1.3.7/support/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
yafc-1.3.7/support/config.sub-1420-		;;
yafc-1.3.7/support/config.sub-1421-	-sunos6*)
yafc-1.3.7/support/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
yafc-1.3.7/support/config.sub-1423-		;;
##############################################
yafc-1.3.7/support/config.sub-1470-	-sinix5.*)
yafc-1.3.7/support/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
yafc-1.3.7/support/config.sub-1472-		;;
##############################################
yafc-1.3.7/support/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
yafc-1.3.7/support/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
yafc-1.3.7/support/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
yafc-1.3.7/support/config.sub-1526-		exit 1
##############################################
yafc-1.3.7/support/config.sub-1786-		esac
yafc-1.3.7/support/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
yafc-1.3.7/support/config.sub-1788-		;;
##############################################
yafc-1.3.7/support/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
yafc-1.3.7/support/mdate-sh:115:set x`$ls_command /`
yafc-1.3.7/support/mdate-sh-116-
##############################################
yafc-1.3.7/support/mdate-sh-144-# Get the extended ls output of the file or directory.
yafc-1.3.7/support/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
yafc-1.3.7/support/mdate-sh-146-
##############################################
yafc-1.3.7/support/mdate-sh-211-       then
yafc-1.3.7/support/mdate-sh:212:	 year=`expr $year - 1`
yafc-1.3.7/support/mdate-sh-213-       fi;;
##############################################
yafc-1.3.7/support/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
yafc-1.3.7/support/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
yafc-1.3.7/support/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
yafc-1.3.7/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
yafc-1.3.7/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yafc-1.3.7/configure-47-  as_echo='print -r --'
yafc-1.3.7/configure-48-  as_echo_n='print -rn --'
yafc-1.3.7/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yafc-1.3.7/configure-50-  as_echo='printf %s\n'
##############################################
yafc-1.3.7/configure-52-else
yafc-1.3.7/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yafc-1.3.7/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yafc-1.3.7/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
yafc-1.3.7/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yafc-1.3.7/configure-64-      esac;
##############################################
yafc-1.3.7/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
yafc-1.3.7/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
yafc-1.3.7/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
yafc-1.3.7/configure-327-      case $as_dir in #(
yafc-1.3.7/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yafc-1.3.7/configure-329-      *) as_qdir=$as_dir;;
##############################################
yafc-1.3.7/configure-400-  {
yafc-1.3.7/configure:401:    as_val=`expr "$@" || test $? -eq 1`
yafc-1.3.7/configure-402-  }
##############################################
yafc-1.3.7/configure-407-# ----------------------------------------
yafc-1.3.7/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yafc-1.3.7/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yafc-1.3.7/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
yafc-1.3.7/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
yafc-1.3.7/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
yafc-1.3.7/configure-868-  case $ac_option in
yafc-1.3.7/configure:869:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
yafc-1.3.7/configure-870-  *=)   ac_optarg= ;;
##############################################
yafc-1.3.7/configure-912-  -disable-* | --disable-*)
yafc-1.3.7/configure:913:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
yafc-1.3.7/configure-914-    # Reject names that are not valid shell variable names.
##############################################
yafc-1.3.7/configure-917-    ac_useropt_orig=$ac_useropt
yafc-1.3.7/configure:918:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yafc-1.3.7/configure-919-    case $ac_user_opts in
##############################################
yafc-1.3.7/configure-938-  -enable-* | --enable-*)
yafc-1.3.7/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
yafc-1.3.7/configure-940-    # Reject names that are not valid shell variable names.
##############################################
yafc-1.3.7/configure-943-    ac_useropt_orig=$ac_useropt
yafc-1.3.7/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yafc-1.3.7/configure-945-    case $ac_user_opts in
##############################################
yafc-1.3.7/configure-1151-  -with-* | --with-*)
yafc-1.3.7/configure:1152:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
yafc-1.3.7/configure-1153-    # Reject names that are not valid shell variable names.
##############################################
yafc-1.3.7/configure-1156-    ac_useropt_orig=$ac_useropt
yafc-1.3.7/configure:1157:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yafc-1.3.7/configure-1158-    case $ac_user_opts in
##############################################
yafc-1.3.7/configure-1167-  -without-* | --without-*)
yafc-1.3.7/configure:1168:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
yafc-1.3.7/configure-1169-    # Reject names that are not valid shell variable names.
##############################################
yafc-1.3.7/configure-1172-    ac_useropt_orig=$ac_useropt
yafc-1.3.7/configure:1173:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yafc-1.3.7/configure-1174-    case $ac_user_opts in
##############################################
yafc-1.3.7/configure-1205-  *=*)
yafc-1.3.7/configure:1206:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
yafc-1.3.7/configure-1207-    # Reject names that are not valid shell variable names.
##############################################
yafc-1.3.7/configure-1226-if test -n "$ac_prev"; then
yafc-1.3.7/configure:1227:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
yafc-1.3.7/configure-1228-  as_fn_error $? "missing argument to $ac_option"
##############################################
yafc-1.3.7/configure-1248-    */ )
yafc-1.3.7/configure:1249:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
yafc-1.3.7/configure-1250-      eval $ac_var=\$ac_val;;
##############################################
yafc-1.3.7/configure-1283-ac_ls_di=`ls -di .` &&
yafc-1.3.7/configure:1284:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
yafc-1.3.7/configure-1285-  as_fn_error $? "working directory cannot be determined"
##############################################
yafc-1.3.7/configure-1339-case $srcdir in
yafc-1.3.7/configure:1340:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
yafc-1.3.7/configure-1341-esac
##############################################
yafc-1.3.7/configure-1382-By default, \`make install' will install all the files in
yafc-1.3.7/configure:1383:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
yafc-1.3.7/configure:1384:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
yafc-1.3.7/configure-1385-for instance \`--prefix=\$HOME'.
##############################################
yafc-1.3.7/configure-1516-*)
yafc-1.3.7/configure:1517:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yafc-1.3.7/configure-1518-  # A ".." for each directory in $ac_dir_suffix.
yafc-1.3.7/configure:1519:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yafc-1.3.7/configure-1520-  case $ac_top_builddir_sub in
##############################################
yafc-1.3.7/configure-1990-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
yafc-1.3.7/configure:1991:  as_decl_name=`echo $2|sed 's/ *(.*//'`
yafc-1.3.7/configure:1992:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
yafc-1.3.7/configure-1993-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
yafc-1.3.7/configure-2104-    *\'*)
yafc-1.3.7/configure:2105:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
yafc-1.3.7/configure-2106-    esac
##############################################
yafc-1.3.7/configure-2187-      case $ac_val in
yafc-1.3.7/configure:2188:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yafc-1.3.7/configure-2189-      esac
##############################################
yafc-1.3.7/configure-2202-	case $ac_val in
yafc-1.3.7/configure:2203:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yafc-1.3.7/configure-2204-	esac
##############################################
yafc-1.3.7/configure-2322-    set,)
yafc-1.3.7/configure:2323:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
yafc-1.3.7/configure:2324:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
yafc-1.3.7/configure-2325-      ac_cache_corrupted=: ;;
##############################################
yafc-1.3.7/configure-2333-	# differences in whitespace do not lead to failure.
yafc-1.3.7/configure:2334:	ac_old_val_w=`echo x $ac_old_val`
yafc-1.3.7/configure:2335:	ac_new_val_w=`echo x $ac_new_val`
yafc-1.3.7/configure-2336-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
yafc-1.3.7/configure-2353-    case $ac_new_val in
yafc-1.3.7/configure:2354:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
yafc-1.3.7/configure-2355-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
yafc-1.3.7/configure-2412-# Expand $ac_aux_dir to an absolute path.
yafc-1.3.7/configure:2413:am_aux_dir=`cd "$ac_aux_dir" && pwd`
yafc-1.3.7/configure-2414-
##############################################
yafc-1.3.7/configure-2760-$as_echo_n "checking whether the C compiler works... " >&6; }
yafc-1.3.7/configure:2761:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
yafc-1.3.7/configure-2762-
##############################################
yafc-1.3.7/configure-2804-	then :; else
yafc-1.3.7/configure:2805:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yafc-1.3.7/configure-2806-	fi
##############################################
yafc-1.3.7/configure-2864-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
yafc-1.3.7/configure:2865:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yafc-1.3.7/configure-2866-	  break;;
##############################################
yafc-1.3.7/configure-2973-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
yafc-1.3.7/configure:2974:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
yafc-1.3.7/configure-2975-       break;;
##############################################
yafc-1.3.7/configure-3597-  # Check for GNU $ac_path_GREP
yafc-1.3.7/configure:3598:case `"$ac_path_GREP" --version 2>&1` in
yafc-1.3.7/configure-3599-*GNU*)
##############################################
yafc-1.3.7/configure-3663-  # Check for GNU $ac_path_EGREP
yafc-1.3.7/configure:3664:case `"$ac_path_EGREP" --version 2>&1` in
yafc-1.3.7/configure-3665-*GNU*)
##############################################
yafc-1.3.7/configure-3824-do :
yafc-1.3.7/configure:3825:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-3826-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
yafc-1.3.7/configure-3829-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:3830:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-3831-_ACEOF
##############################################
yafc-1.3.7/configure-4218-     echo "timestamp, slept: $am_has_slept" > conftest.file
yafc-1.3.7/configure:4219:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yafc-1.3.7/configure-4220-     if test "$*" = "X"; then
yafc-1.3.7/configure-4221-	# -L didn't work.
yafc-1.3.7/configure:4222:	set X `ls -t "$srcdir/configure" conftest.file`
yafc-1.3.7/configure-4223-     fi
##############################################
yafc-1.3.7/configure-4269-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
yafc-1.3.7/configure:4270:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
yafc-1.3.7/configure-4271-
##############################################
yafc-1.3.7/configure-4411-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
yafc-1.3.7/configure:4412:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
yafc-1.3.7/configure-4413-	     'mkdir (GNU coreutils) '* | \
##############################################
yafc-1.3.7/configure-4484-set x ${MAKE-make}
yafc-1.3.7/configure:4485:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
yafc-1.3.7/configure-4486-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
yafc-1.3.7/configure-4494-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
yafc-1.3.7/configure:4495:case `${MAKE-make} -f conftest.make 2>/dev/null` in
yafc-1.3.7/configure-4496-  *@@@%%%=?*=@@@%%%*)
##############################################
yafc-1.3.7/configure-4541-# Ignore all kinds of additional output from 'make'.
yafc-1.3.7/configure:4542:case `$am_make -s -f confmf 2> /dev/null` in #(
yafc-1.3.7/configure-4543-*the\ am__doit\ target*)
##############################################
yafc-1.3.7/configure-4551-   echo '.include "confinc"' > confmf
yafc-1.3.7/configure:4552:   case `$am_make -s -f confmf 2> /dev/null` in #(
yafc-1.3.7/configure-4553-   *the\ am__doit\ target*)
##############################################
yafc-1.3.7/configure-4623-
yafc-1.3.7/configure:4624:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yafc-1.3.7/configure-4625-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yafc-1.3.7/configure-4724-  if test "$am_compiler_list" = ""; then
yafc-1.3.7/configure:4725:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
yafc-1.3.7/configure-4726-  fi
##############################################
yafc-1.3.7/configure-5316-    if test -f $ac_dir/$ac_word; then
yafc-1.3.7/configure:5317:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
yafc-1.3.7/configure-5318-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
yafc-1.3.7/configure-5435-    if test -f $ac_dir/$ac_word; then
yafc-1.3.7/configure:5436:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
yafc-1.3.7/configure-5437-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
yafc-1.3.7/configure-5594-   if test "x$srcdir" != "x."; then
yafc-1.3.7/configure:5595:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
yafc-1.3.7/configure-5596-       posrcprefix="$srcdir/"
##############################################
yafc-1.3.7/configure-5755-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
yafc-1.3.7/configure:5756:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
yafc-1.3.7/configure-5757-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
yafc-1.3.7/configure-5787-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:5788:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
yafc-1.3.7/configure-5789-_ACEOF
##############################################
yafc-1.3.7/configure-5913-do :
yafc-1.3.7/configure:5914:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-5915-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TYPES_H
##############################################
yafc-1.3.7/configure-5929-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:5930:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-5931-_ACEOF
##############################################
yafc-1.3.7/configure-5972-do :
yafc-1.3.7/configure:5973:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-5974-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-5976-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:5977:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-5978-_ACEOF
##############################################
yafc-1.3.7/configure-6254-  test $ac_status = 0; }; then
yafc-1.3.7/configure:6255:  pkg_cv_BSD_CFLAGS=`$PKG_CONFIG --cflags "libbsd" 2>/dev/null`
yafc-1.3.7/configure-6256-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-6271-  test $ac_status = 0; }; then
yafc-1.3.7/configure:6272:  pkg_cv_BSD_LIBS=`$PKG_CONFIG --libs "libbsd" 2>/dev/null`
yafc-1.3.7/configure-6273-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-6292-        if test $_pkg_short_errors_supported = yes; then
yafc-1.3.7/configure:6293:	        BSD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbsd" 2>&1`
yafc-1.3.7/configure-6294-        else
yafc-1.3.7/configure:6295:	        BSD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbsd" 2>&1`
yafc-1.3.7/configure-6296-        fi
##############################################
yafc-1.3.7/configure-6501-  test $ac_status = 0; }; then
yafc-1.3.7/configure:6502:  pkg_cv_BSD_CFLAGS=`$PKG_CONFIG --cflags "libbsd" 2>/dev/null`
yafc-1.3.7/configure-6503-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-6518-  test $ac_status = 0; }; then
yafc-1.3.7/configure:6519:  pkg_cv_BSD_LIBS=`$PKG_CONFIG --libs "libbsd" 2>/dev/null`
yafc-1.3.7/configure-6520-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-6539-        if test $_pkg_short_errors_supported = yes; then
yafc-1.3.7/configure:6540:	        BSD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbsd" 2>&1`
yafc-1.3.7/configure-6541-        else
yafc-1.3.7/configure:6542:	        BSD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbsd" 2>&1`
yafc-1.3.7/configure-6543-        fi
##############################################
yafc-1.3.7/configure-6845-  for ac_func in _getb67 GETB67 getb67; do
yafc-1.3.7/configure:6846:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yafc-1.3.7/configure-6847-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yafc-1.3.7/configure-7008-do :
yafc-1.3.7/configure:7009:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yafc-1.3.7/configure-7010-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yafc-1.3.7/configure-7012-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:7013:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yafc-1.3.7/configure-7014-_ACEOF
##############################################
yafc-1.3.7/configure-7020-do :
yafc-1.3.7/configure:7021:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-7022-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-7024-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:7025:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-7026-_ACEOF
##############################################
yafc-1.3.7/configure-7626-do :
yafc-1.3.7/configure:7627:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-7628-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-7630-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:7631:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-7632-_ACEOF
##############################################
yafc-1.3.7/configure-7677-do :
yafc-1.3.7/configure:7678:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-7679-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-7681-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:7682:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-7683-_ACEOF
##############################################
yafc-1.3.7/configure-7775-  test $ac_status = 0; }; then
yafc-1.3.7/configure:7776:  pkg_cv_EDITLINE_CFLAGS=`$PKG_CONFIG --cflags "libedit >= 3" 2>/dev/null`
yafc-1.3.7/configure-7777-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-7792-  test $ac_status = 0; }; then
yafc-1.3.7/configure:7793:  pkg_cv_EDITLINE_LIBS=`$PKG_CONFIG --libs "libedit >= 3" 2>/dev/null`
yafc-1.3.7/configure-7794-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-7813-        if test $_pkg_short_errors_supported = yes; then
yafc-1.3.7/configure:7814:	        EDITLINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libedit >= 3" 2>&1`
yafc-1.3.7/configure-7815-        else
yafc-1.3.7/configure:7816:	        EDITLINE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libedit >= 3" 2>&1`
yafc-1.3.7/configure-7817-        fi
##############################################
yafc-1.3.7/configure-7914-do :
yafc-1.3.7/configure:7915:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yafc-1.3.7/configure-7916-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yafc-1.3.7/configure-7918-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:7919:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yafc-1.3.7/configure-7920-_ACEOF
##############################################
yafc-1.3.7/configure-8046-$as_echo_n "checking for krb5 vendor... " >&6; }
yafc-1.3.7/configure:8047:        yafc_krb5_vendor="`$KRB5CONFIG --vendor 2>/dev/null || echo unknown`"
yafc-1.3.7/configure-8048-        if test "x$yafc_krb5_vendor" = "xMassachusetts Institute of Technology"; then
##############################################
yafc-1.3.7/configure-8129-      if test "x$yafc_found_krb5_inc_flags" = "x"; then
yafc-1.3.7/configure:8130:        yafc_found_krb5_inc_flags="`$KRB5CONFIG --cflags krb5 gssapi`"
yafc-1.3.7/configure-8131-      fi
yafc-1.3.7/configure-8132-      if test "x$yafc_found_krb5_lib_libs" = "x" ; then
yafc-1.3.7/configure:8133:        yafc_found_krb5_lib_libs="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i ~ \"^-l.*\"){ printf \"%s \", $i }}}'`"
yafc-1.3.7/configure-8134-      fi
yafc-1.3.7/configure-8135-      if test "x$yafc_found_krb5_lib_flags" = "x" ; then
yafc-1.3.7/configure:8136:        yafc_found_krb5_lib_flags="`$KRB5CONFIG --libs krb5 gssapi | $AWK '{for(i=1;i<=NF;i++){ if ($i !~ \"^-l.*\"){ printf \"%s \", $i }}}'`"
yafc-1.3.7/configure-8137-      fi
##############################################
yafc-1.3.7/configure-8193-do :
yafc-1.3.7/configure:8194:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-8195-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-8197-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:8198:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-8199-_ACEOF
##############################################
yafc-1.3.7/configure-8354-            if test x"$PKG_CONFIG" != x""; then
yafc-1.3.7/configure:8355:                OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
yafc-1.3.7/configure-8356-                if test $? = 0; then
yafc-1.3.7/configure:8357:                    OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
yafc-1.3.7/configure:8358:                    OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
yafc-1.3.7/configure-8359-                    found=true
##############################################
yafc-1.3.7/configure-8431-do :
yafc-1.3.7/configure:8432:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yafc-1.3.7/configure-8433-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yafc-1.3.7/configure-8435-  cat >>confdefs.h <<_ACEOF
yafc-1.3.7/configure:8436:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yafc-1.3.7/configure-8437-_ACEOF
##############################################
yafc-1.3.7/configure-8726-  test $ac_status = 0; }; then
yafc-1.3.7/configure:8727:  pkg_cv_SSH_CFLAGS=`$PKG_CONFIG --cflags "libssh >= 0.6.0" 2>/dev/null`
yafc-1.3.7/configure-8728-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-8743-  test $ac_status = 0; }; then
yafc-1.3.7/configure:8744:  pkg_cv_SSH_LIBS=`$PKG_CONFIG --libs "libssh >= 0.6.0" 2>/dev/null`
yafc-1.3.7/configure-8745-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
yafc-1.3.7/configure-8764-        if test $_pkg_short_errors_supported = yes; then
yafc-1.3.7/configure:8765:	        SSH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libssh >= 0.6.0" 2>&1`
yafc-1.3.7/configure-8766-        else
yafc-1.3.7/configure:8767:	        SSH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libssh >= 0.6.0" 2>&1`
yafc-1.3.7/configure-8768-        fi
##############################################
yafc-1.3.7/configure-8906-            if test x"$PKG_CONFIG" != x""; then
yafc-1.3.7/configure:8907:                OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
yafc-1.3.7/configure-8908-                if test $? = 0; then
yafc-1.3.7/configure:8909:                    OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
yafc-1.3.7/configure:8910:                    OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
yafc-1.3.7/configure-8911-                    found=true
##############################################
yafc-1.3.7/configure-9541-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
yafc-1.3.7/configure:9542:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
yafc-1.3.7/configure-9543-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
yafc-1.3.7/configure-9652-if test -z "$BASH_VERSION$ZSH_VERSION" \
yafc-1.3.7/configure:9653:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yafc-1.3.7/configure-9654-  as_echo='print -r --'
yafc-1.3.7/configure-9655-  as_echo_n='print -rn --'
yafc-1.3.7/configure:9656:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yafc-1.3.7/configure-9657-  as_echo='printf %s\n'
##############################################
yafc-1.3.7/configure-9659-else
yafc-1.3.7/configure:9660:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yafc-1.3.7/configure-9661-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yafc-1.3.7/configure-9669-	expr "X$arg" : "X\\(.*\\)$as_nl";
yafc-1.3.7/configure:9670:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yafc-1.3.7/configure-9671-      esac;
##############################################
yafc-1.3.7/configure-9746-# ----------------------------------------
yafc-1.3.7/configure:9747:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yafc-1.3.7/configure-9748-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yafc-1.3.7/configure-9818-  {
yafc-1.3.7/configure:9819:    as_val=`expr "$@" || test $? -eq 1`
yafc-1.3.7/configure-9820-  }
##############################################
yafc-1.3.7/configure-9922-      case $as_dir in #(
yafc-1.3.7/configure:9923:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yafc-1.3.7/configure-9924-      *) as_qdir=$as_dir;;
##############################################
yafc-1.3.7/configure-10062-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
yafc-1.3.7/configure:10063:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
yafc-1.3.7/configure-10064-ac_cs_version="\\
##############################################
yafc-1.3.7/configure-10087-  --*=?*)
yafc-1.3.7/configure:10088:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yafc-1.3.7/configure:10089:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
yafc-1.3.7/configure-10090-    ac_shift=:
##############################################
yafc-1.3.7/configure-10092-  --*=)
yafc-1.3.7/configure:10093:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yafc-1.3.7/configure-10094-    ac_optarg=
##############################################
yafc-1.3.7/configure-10116-    case $ac_optarg in
yafc-1.3.7/configure:10117:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yafc-1.3.7/configure-10118-    '') as_fn_error $? "missing file argument" ;;
##############################################
yafc-1.3.7/configure-10124-    case $ac_optarg in
yafc-1.3.7/configure:10125:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yafc-1.3.7/configure-10126-    esac
##############################################
yafc-1.3.7/configure-10258-fi
yafc-1.3.7/configure:10259:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
yafc-1.3.7/configure-10260-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
yafc-1.3.7/configure-10275-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
yafc-1.3.7/configure:10276:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
yafc-1.3.7/configure-10277-ac_delim='%!_!# '
##############################################
yafc-1.3.7/configure-10281-
yafc-1.3.7/configure:10282:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
yafc-1.3.7/configure-10283-  if test $ac_delim_n = $ac_delim_num; then
##############################################
yafc-1.3.7/configure-10419-for ac_last_try in false false :; do
yafc-1.3.7/configure:10420:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
yafc-1.3.7/configure-10421-  if test -z "$ac_tt"; then
##############################################
yafc-1.3.7/configure-10551-      esac
yafc-1.3.7/configure:10552:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
yafc-1.3.7/configure-10553-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
yafc-1.3.7/configure-10610-*)
yafc-1.3.7/configure:10611:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yafc-1.3.7/configure-10612-  # A ".." for each directory in $ac_dir_suffix.
yafc-1.3.7/configure:10613:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yafc-1.3.7/configure-10614-  case $ac_top_builddir_sub in
##############################################
yafc-1.3.7/configure-10671-/@mandir@/p'
yafc-1.3.7/configure:10672:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
yafc-1.3.7/configure-10673-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
yafc-1.3.7/configure-10688-
yafc-1.3.7/configure:10689:# Neutralize VPATH when `$srcdir' = `.'.
yafc-1.3.7/configure-10690-# Shell code in configure.ac might set extrasub.
##############################################
yafc-1.3.7/configure-10716-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
yafc-1.3.7/configure:10717:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
yafc-1.3.7/configure-10718-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
yafc-1.3.7/configure-10762-    * )
yafc-1.3.7/configure:10763:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yafc-1.3.7/configure-10764-  esac
##############################################
yafc-1.3.7/configure-10840-    # Strip MF so we end up with the name of the file.
yafc-1.3.7/configure:10841:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yafc-1.3.7/configure-10842-    # Check whether this is an Automake generated Makefile or not.
##############################################
yafc-1.3.7/configure-10877-    # from the Makefile without running 'make'.
yafc-1.3.7/configure:10878:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yafc-1.3.7/configure-10879-    test -z "$DEPDIR" && continue
yafc-1.3.7/configure:10880:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yafc-1.3.7/configure-10881-    test -z "$am__include" && continue
yafc-1.3.7/configure:10882:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yafc-1.3.7/configure-10883-    # Find all dependency output files, they are included files with
##############################################
yafc-1.3.7/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
yafc-1.3.7/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
yafc-1.3.7/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
yafc-1.3.7/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
yafc-1.3.7/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
yafc-1.3.7/aclocal.m4-181-        else 
yafc-1.3.7/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
yafc-1.3.7/aclocal.m4-183-        fi
##############################################
yafc-1.3.7/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
yafc-1.3.7/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
yafc-1.3.7/aclocal.m4-370-# and then we would define $MISSING as
##############################################
yafc-1.3.7/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
yafc-1.3.7/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
yafc-1.3.7/aclocal.m4-385-])
##############################################
yafc-1.3.7/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
yafc-1.3.7/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
yafc-1.3.7/aclocal.m4-483-  fi
##############################################
yafc-1.3.7/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
yafc-1.3.7/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yafc-1.3.7/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
yafc-1.3.7/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
yafc-1.3.7/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
yafc-1.3.7/aclocal.m4-643-    else
##############################################
yafc-1.3.7/aclocal.m4-647-    # from the Makefile without running 'make'.
yafc-1.3.7/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yafc-1.3.7/aclocal.m4-649-    test -z "$DEPDIR" && continue
yafc-1.3.7/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yafc-1.3.7/aclocal.m4-651-    test -z "$am__include" && continue
yafc-1.3.7/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yafc-1.3.7/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
yafc-1.3.7/aclocal.m4-661-      test -f "$dirpart/$file" && continue
yafc-1.3.7/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
yafc-1.3.7/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
yafc-1.3.7/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
yafc-1.3.7/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yafc-1.3.7/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yafc-1.3.7/aclocal.m4-878-    * )
yafc-1.3.7/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yafc-1.3.7/aclocal.m4-880-  esac
yafc-1.3.7/aclocal.m4-881-done
yafc-1.3.7/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
yafc-1.3.7/aclocal.m4-883-
##############################################
yafc-1.3.7/aclocal.m4-949-# Ignore all kinds of additional output from 'make'.
yafc-1.3.7/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #(
yafc-1.3.7/aclocal.m4-951-*the\ am__doit\ target*)
##############################################
yafc-1.3.7/aclocal.m4-959-   echo '.include "confinc"' > confmf
yafc-1.3.7/aclocal.m4:960:   case `$am_make -s -f confmf 2> /dev/null` in #(
yafc-1.3.7/aclocal.m4-961-   *the\ am__doit\ target*)
##############################################
yafc-1.3.7/aclocal.m4-1141-     echo "timestamp, slept: $am_has_slept" > conftest.file
yafc-1.3.7/aclocal.m4:1142:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yafc-1.3.7/aclocal.m4-1143-     if test "$[*]" = "X"; then
yafc-1.3.7/aclocal.m4-1144-	# -L didn't work.
yafc-1.3.7/aclocal.m4:1145:	set X `ls -t "$srcdir/configure" conftest.file`
yafc-1.3.7/aclocal.m4-1146-     fi
##############################################
yafc-1.3.7/Makefile.in-52-  { \
yafc-1.3.7/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yafc-1.3.7/Makefile.in-54-  }; \
##############################################
yafc-1.3.7/Makefile.in-196-  esac
yafc-1.3.7/Makefile.in:197:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yafc-1.3.7/Makefile.in-198-am__vpath_adj = case $$p in \
yafc-1.3.7/Makefile.in:199:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yafc-1.3.7/Makefile.in-200-    *) f=$$p;; \
yafc-1.3.7/Makefile.in-201-  esac;
yafc-1.3.7/Makefile.in:202:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yafc-1.3.7/Makefile.in-203-am__install_max = 40
yafc-1.3.7/Makefile.in-204-am__nobase_strip_setup = \
yafc-1.3.7/Makefile.in:205:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yafc-1.3.7/Makefile.in-206-am__nobase_strip = \
##############################################
yafc-1.3.7/Makefile.in-282-  while test -n "$$dir1"; do \
yafc-1.3.7/Makefile.in:283:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
yafc-1.3.7/Makefile.in-284-    if test "$$first" != "."; then \
yafc-1.3.7/Makefile.in-285-      if test "$$first" = ".."; then \
yafc-1.3.7/Makefile.in:286:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
yafc-1.3.7/Makefile.in:287:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
yafc-1.3.7/Makefile.in-288-      else \
yafc-1.3.7/Makefile.in:289:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
yafc-1.3.7/Makefile.in-290-        if test "$$first2" = "$$first"; then \
yafc-1.3.7/Makefile.in:291:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
yafc-1.3.7/Makefile.in-292-        else \
##############################################
yafc-1.3.7/Makefile.in-297-    fi; \
yafc-1.3.7/Makefile.in:298:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
yafc-1.3.7/Makefile.in-299-  done; \
##############################################
yafc-1.3.7/Makefile.in-825-.c.o:
yafc-1.3.7/Makefile.in:826:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
yafc-1.3.7/Makefile.in-827-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
yafc-1.3.7/Makefile.in-833-.c.obj:
yafc-1.3.7/Makefile.in:834:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
yafc-1.3.7/Makefile.in:835:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
yafc-1.3.7/Makefile.in-836-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
yafc-1.3.7/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yafc-1.3.7/Makefile.in:839:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
yafc-1.3.7/Makefile.in-840-install-bash_completionDATA: $(bash_completion_DATA)
##############################################
yafc-1.3.7/Makefile.in-858-	@list='$(bash_completion_DATA)'; test -n "$(bash_completiondir)" || list=; \
yafc-1.3.7/Makefile.in:859:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yafc-1.3.7/Makefile.in-860-	dir='$(DESTDIR)$(bash_completiondir)'; $(am__uninstall_files_from_dir)
##############################################
yafc-1.3.7/Makefile.in-875-	dot_seen=no; \
yafc-1.3.7/Makefile.in:876:	target=`echo $@ | sed s/-recursive//`; \
yafc-1.3.7/Makefile.in-877-	case "$@" in \
##############################################
yafc-1.3.7/Makefile.in-938-GTAGS:
yafc-1.3.7/Makefile.in:939:	here=`$(am__cd) $(top_builddir) && pwd` \
yafc-1.3.7/Makefile.in-940-	  && $(am__cd) $(top_srcdir) \
##############################################
yafc-1.3.7/Makefile.in-970-	test -d "$(distdir)" || mkdir "$(distdir)"
yafc-1.3.7/Makefile.in:971:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yafc-1.3.7/Makefile.in:972:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yafc-1.3.7/Makefile.in-973-	list='$(DISTFILES)'; \
##############################################
yafc-1.3.7/Makefile.in-984-	  if test -d $$d/$$file; then \
yafc-1.3.7/Makefile.in:985:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yafc-1.3.7/Makefile.in-986-	    if test -d "$(distdir)/$$file"; then \
##############################################
yafc-1.3.7/Makefile.in-1094-	test -d $(distdir)/_build || exit 0; \
yafc-1.3.7/Makefile.in:1095:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
yafc-1.3.7/Makefile.in-1096-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
yafc-1.3.7/Makefile.in-1138-	}; \
yafc-1.3.7/Makefile.in:1139:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
yafc-1.3.7/Makefile.in-1140-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
yafc-1.3.7/Makefile.in-1150-	fi
yafc-1.3.7/Makefile.in:1151:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
yafc-1.3.7/Makefile.in-1152-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
yafc-1.3.7/doc/Makefile.in-49-  { \
yafc-1.3.7/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yafc-1.3.7/doc/Makefile.in-51-  }; \
##############################################
yafc-1.3.7/doc/Makefile.in-164-am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
yafc-1.3.7/doc/Makefile.in:165:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yafc-1.3.7/doc/Makefile.in-166-am__vpath_adj = case $$p in \
yafc-1.3.7/doc/Makefile.in:167:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yafc-1.3.7/doc/Makefile.in-168-    *) f=$$p;; \
yafc-1.3.7/doc/Makefile.in-169-  esac;
yafc-1.3.7/doc/Makefile.in:170:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yafc-1.3.7/doc/Makefile.in-171-am__install_max = 40
yafc-1.3.7/doc/Makefile.in-172-am__nobase_strip_setup = \
yafc-1.3.7/doc/Makefile.in:173:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yafc-1.3.7/doc/Makefile.in-174-am__nobase_strip = \
##############################################
yafc-1.3.7/doc/Makefile.in-387-	  $(am__cd) $(srcdir) && \
yafc-1.3.7/doc/Makefile.in:388:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
yafc-1.3.7/doc/Makefile.in-389-	fi; \
##############################################
yafc-1.3.7/doc/Makefile.in-419-	@(dir=.; test -f ./yafc.texi || dir=$(srcdir); \
yafc-1.3.7/doc/Makefile.in:420:	set `$(SHELL) $(top_srcdir)/support/mdate-sh $$dir/yafc.texi`; \
yafc-1.3.7/doc/Makefile.in-421-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
yafc-1.3.7/doc/Makefile.in-463-	  for file in $$list; do \
yafc-1.3.7/doc/Makefile.in:464:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
yafc-1.3.7/doc/Makefile.in-465-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
yafc-1.3.7/doc/Makefile.in-472-	for file in $$list; do \
yafc-1.3.7/doc/Makefile.in:473:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
yafc-1.3.7/doc/Makefile.in:474:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
yafc-1.3.7/doc/Makefile.in-475-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
yafc-1.3.7/doc/Makefile.in-499-dist-info: $(INFO_DEPS)
yafc-1.3.7/doc/Makefile.in:500:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
yafc-1.3.7/doc/Makefile.in-501-	list='$(INFO_DEPS)'; \
##############################################
yafc-1.3.7/doc/Makefile.in-503-	  case $$base in \
yafc-1.3.7/doc/Makefile.in:504:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
yafc-1.3.7/doc/Makefile.in-505-	  esac; \
yafc-1.3.7/doc/Makefile.in-506-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
yafc-1.3.7/doc/Makefile.in:507:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
yafc-1.3.7/doc/Makefile.in-508-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
yafc-1.3.7/doc/Makefile.in-509-	    if test -f $$file; then \
yafc-1.3.7/doc/Makefile.in:510:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
yafc-1.3.7/doc/Makefile.in-511-	      test -f "$(distdir)/$$relfile" || \
##############################################
yafc-1.3.7/doc/Makefile.in-525-	@list='$(INFO_DEPS)'; for i in $$list; do \
yafc-1.3.7/doc/Makefile.in:526:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
yafc-1.3.7/doc/Makefile.in-527-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
yafc-1.3.7/doc/Makefile.in-534-	test -n "$(man1dir)" \
yafc-1.3.7/doc/Makefile.in:535:	  && test -n "`echo $$list1$$list2`" \
yafc-1.3.7/doc/Makefile.in-536-	  || exit 0; \
##############################################
yafc-1.3.7/doc/Makefile.in-580-distdir: $(DISTFILES)
yafc-1.3.7/doc/Makefile.in:581:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yafc-1.3.7/doc/Makefile.in:582:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yafc-1.3.7/doc/Makefile.in-583-	list='$(DISTFILES)'; \
##############################################
yafc-1.3.7/doc/Makefile.in-594-	  if test -d $$d/$$file; then \
yafc-1.3.7/doc/Makefile.in:595:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yafc-1.3.7/doc/Makefile.in-596-	    if test -d "$(distdir)/$$file"; then \
##############################################
yafc-1.3.7/doc/Makefile.in-721-	@$(NORMAL_INSTALL)
yafc-1.3.7/doc/Makefile.in:722:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
yafc-1.3.7/doc/Makefile.in-723-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
yafc-1.3.7/doc/Makefile.in-729-	  case $$file in \
yafc-1.3.7/doc/Makefile.in:730:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
yafc-1.3.7/doc/Makefile.in-731-	  esac; \
yafc-1.3.7/doc/Makefile.in-732-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
yafc-1.3.7/doc/Makefile.in:733:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
yafc-1.3.7/doc/Makefile.in-734-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
yafc-1.3.7/doc/Makefile.in-747-	  for file in $$list; do \
yafc-1.3.7/doc/Makefile.in:748:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
yafc-1.3.7/doc/Makefile.in-749-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
yafc-1.3.7/po/Makefile.in.in-81-.po.gmo:
yafc-1.3.7/po/Makefile.in.in:82:	$(AM_V_GEN) file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
yafc-1.3.7/po/Makefile.in.in-83-	  && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
##############################################
yafc-1.3.7/po/Makefile.in.in-135-	for cat in $$catalogs; do \
yafc-1.3.7/po/Makefile.in.in:136:	  cat=`basename $$cat`; \
yafc-1.3.7/po/Makefile.in.in-137-	  case "$$cat" in \
##############################################
yafc-1.3.7/po/Makefile.in.in-140-	  esac; \
yafc-1.3.7/po/Makefile.in.in:141:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
yafc-1.3.7/po/Makefile.in.in-142-	  dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
##############################################
yafc-1.3.7/po/Makefile.in.in-179-	for cat in $$catalogs; do \
yafc-1.3.7/po/Makefile.in.in:180:	  cat=`basename $$cat`; \
yafc-1.3.7/po/Makefile.in.in:181:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
yafc-1.3.7/po/Makefile.in.in-182-	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
##############################################
yafc-1.3.7/po/Makefile.in.in-222-	for cat in $$catalogs; do \
yafc-1.3.7/po/Makefile.in.in:223:	  cat=`basename $$cat`; \
yafc-1.3.7/po/Makefile.in.in:224:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
yafc-1.3.7/po/Makefile.in.in-225-	  echo "$$lang:"; \
##############################################
yafc-1.3.7/.pc/Drop-support-for-older-readline-versions.patch/src/syshdr.h-129-#ifdef HAVE_ARPA_INET_H
yafc-1.3.7/.pc/Drop-support-for-older-readline-versions.patch/src/syshdr.h:130:# include <arpa/inet.h> /* for inet_aton() or inet_addr()  */
yafc-1.3.7/.pc/Drop-support-for-older-readline-versions.patch/src/syshdr.h-131-#endif