===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ssh-contact-0.7/aclocal.m4-85-  if test x"$no_glib" = x ; then
ssh-contact-0.7/aclocal.m4:86:    GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
ssh-contact-0.7/aclocal.m4:87:    GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
ssh-contact-0.7/aclocal.m4:88:    GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
ssh-contact-0.7/aclocal.m4:89:    GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
ssh-contact-0.7/aclocal.m4-90-
ssh-contact-0.7/aclocal.m4:91:    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
ssh-contact-0.7/aclocal.m4:92:    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
ssh-contact-0.7/aclocal.m4-93-    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
##############################################
ssh-contact-0.7/aclocal.m4-439-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
ssh-contact-0.7/aclocal.m4:440:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
ssh-contact-0.7/aclocal.m4-441-	if test "$MSGFMT" != "no"; then
##############################################
ssh-contact-0.7/aclocal.m4-460-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
ssh-contact-0.7/aclocal.m4:461:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
ssh-contact-0.7/aclocal.m4-462-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
ssh-contact-0.7/aclocal.m4-612-   if test "x$srcdir" != "x."; then
ssh-contact-0.7/aclocal.m4:613:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
ssh-contact-0.7/aclocal.m4-614-       posrcprefix="$srcdir/"
##############################################
ssh-contact-0.7/aclocal.m4-636-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
ssh-contact-0.7/aclocal.m4:637:datarootdir=`eval echo "${datarootdir}"`
ssh-contact-0.7/aclocal.m4-638-if test "x$CATOBJEXT" = "x.mo" ; then
ssh-contact-0.7/aclocal.m4:639:  localedir=`eval echo "${libdir}/locale"`
ssh-contact-0.7/aclocal.m4-640-else
ssh-contact-0.7/aclocal.m4:641:  localedir=`eval echo "${datadir}/locale"`
ssh-contact-0.7/aclocal.m4-642-fi
##############################################
ssh-contact-0.7/aclocal.m4-689-
ssh-contact-0.7/aclocal.m4:690:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
ssh-contact-0.7/aclocal.m4-691-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
ssh-contact-0.7/aclocal.m4:692:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
ssh-contact-0.7/aclocal.m4-693-if test -n "$1"; then
##############################################
ssh-contact-0.7/aclocal.m4-777-fi
ssh-contact-0.7/aclocal.m4:778:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/aclocal.m4:779:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/aclocal.m4:780:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/aclocal.m4-781-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
ssh-contact-0.7/aclocal.m4-793-else
ssh-contact-0.7/aclocal.m4:794:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
ssh-contact-0.7/aclocal.m4-795-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
ssh-contact-0.7/aclocal.m4-798-   AC_MSG_CHECKING([for XML::Parser])
ssh-contact-0.7/aclocal.m4:799:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
ssh-contact-0.7/aclocal.m4-800-       AC_MSG_RESULT([ok])
##############################################
ssh-contact-0.7/aclocal.m4-997-    PKG_CHECK_EXISTS([$3],
ssh-contact-0.7/aclocal.m4:998:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
ssh-contact-0.7/aclocal.m4-999-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
ssh-contact-0.7/aclocal.m4-1046-        if test $_pkg_short_errors_supported = yes; then
ssh-contact-0.7/aclocal.m4:1047:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
ssh-contact-0.7/aclocal.m4-1048-        else 
ssh-contact-0.7/aclocal.m4:1049:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
ssh-contact-0.7/aclocal.m4-1050-        fi
##############################################
ssh-contact-0.7/aclocal.m4-1133-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ssh-contact-0.7/aclocal.m4:1134:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ssh-contact-0.7/aclocal.m4-1135-#
##############################################
ssh-contact-0.7/aclocal.m4-1157-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ssh-contact-0.7/aclocal.m4:1158:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ssh-contact-0.7/aclocal.m4-1159-# and then we would define $MISSING as
##############################################
ssh-contact-0.7/aclocal.m4-1173-# expand $ac_aux_dir to an absolute path
ssh-contact-0.7/aclocal.m4:1174:am_aux_dir=`cd $ac_aux_dir && pwd`
ssh-contact-0.7/aclocal.m4-1175-])
##############################################
ssh-contact-0.7/aclocal.m4-1275-  if test "$am_compiler_list" = ""; then
ssh-contact-0.7/aclocal.m4:1276:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ssh-contact-0.7/aclocal.m4-1277-  fi
##############################################
ssh-contact-0.7/aclocal.m4-1424-    # Strip MF so we end up with the name of the file.
ssh-contact-0.7/aclocal.m4:1425:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ssh-contact-0.7/aclocal.m4-1426-    # Check whether this is an Automake generated Makefile or not.
##############################################
ssh-contact-0.7/aclocal.m4-1433-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ssh-contact-0.7/aclocal.m4:1434:      dirpart=`AS_DIRNAME("$mf")`
ssh-contact-0.7/aclocal.m4-1435-    else
##############################################
ssh-contact-0.7/aclocal.m4-1439-    # from the Makefile without running `make'.
ssh-contact-0.7/aclocal.m4:1440:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ssh-contact-0.7/aclocal.m4-1441-    test -z "$DEPDIR" && continue
ssh-contact-0.7/aclocal.m4:1442:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ssh-contact-0.7/aclocal.m4-1443-    test -z "am__include" && continue
ssh-contact-0.7/aclocal.m4:1444:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ssh-contact-0.7/aclocal.m4-1445-    # When using ansi2knr, U may be empty or an underscore; expand it
ssh-contact-0.7/aclocal.m4:1446:    U=`sed -n 's/^U = //p' < "$mf"`
ssh-contact-0.7/aclocal.m4-1447-    # Find all dependency output files, they are included files with
##############################################
ssh-contact-0.7/aclocal.m4-1455-      test -f "$dirpart/$file" && continue
ssh-contact-0.7/aclocal.m4:1456:      fdir=`AS_DIRNAME(["$file"])`
ssh-contact-0.7/aclocal.m4-1457-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ssh-contact-0.7/aclocal.m4-1510-AC_REQUIRE([AC_PROG_INSTALL])dnl
ssh-contact-0.7/aclocal.m4:1511:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ssh-contact-0.7/aclocal.m4-1512-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ssh-contact-0.7/aclocal.m4-1612-    * )
ssh-contact-0.7/aclocal.m4:1613:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ssh-contact-0.7/aclocal.m4-1614-  esac
ssh-contact-0.7/aclocal.m4-1615-done
ssh-contact-0.7/aclocal.m4:1616:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ssh-contact-0.7/aclocal.m4-1617-
##############################################
ssh-contact-0.7/aclocal.m4-1730-# Ignore all kinds of additional output from `make'.
ssh-contact-0.7/aclocal.m4:1731:case `$am_make -s -f confmf 2> /dev/null` in #(
ssh-contact-0.7/aclocal.m4-1732-*the\ am__doit\ target*)
##############################################
ssh-contact-0.7/aclocal.m4-1740-   echo '.include "confinc"' > confmf
ssh-contact-0.7/aclocal.m4:1741:   case `$am_make -s -f confmf 2> /dev/null` in #(
ssh-contact-0.7/aclocal.m4-1742-   *the\ am__doit\ target*)
##############################################
ssh-contact-0.7/aclocal.m4-1897-if (
ssh-contact-0.7/aclocal.m4:1898:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ssh-contact-0.7/aclocal.m4-1899-   if test "$[*]" = "X"; then
ssh-contact-0.7/aclocal.m4-1900-      # -L didn't work.
ssh-contact-0.7/aclocal.m4:1901:      set X `ls -t "$srcdir/configure" conftest.file`
ssh-contact-0.7/aclocal.m4-1902-   fi
##############################################
ssh-contact-0.7/aclocal.m4-1965-if test $am_cv_make_support_nested_variables = yes; then
ssh-contact-0.7/aclocal.m4:1966:  dnl Using `$V' instead of `$(V)' breaks IRIX make.
ssh-contact-0.7/aclocal.m4-1967-  AM_V='$(V)'
##############################################
ssh-contact-0.7/INSTALL-173-directory configuration variables that were expressed in terms of
ssh-contact-0.7/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
ssh-contact-0.7/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
ssh-contact-0.7/po/Makefile.in.in-58-
ssh-contact-0.7/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
ssh-contact-0.7/po/Makefile.in.in-60-
##############################################
ssh-contact-0.7/po/Makefile.in.in-83-.po.gmo:
ssh-contact-0.7/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
ssh-contact-0.7/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
ssh-contact-0.7/po/Makefile.in.in-184-	  echo "$$lang:"; \
ssh-contact-0.7/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
ssh-contact-0.7/po/Makefile.in.in-186-	  if $$result; then \
##############################################
ssh-contact-0.7/configure-51-if test -z "$BASH_VERSION$ZSH_VERSION" \
ssh-contact-0.7/configure:52:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ssh-contact-0.7/configure-53-  as_echo='print -r --'
ssh-contact-0.7/configure-54-  as_echo_n='print -rn --'
ssh-contact-0.7/configure:55:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ssh-contact-0.7/configure-56-  as_echo='printf %s\n'
##############################################
ssh-contact-0.7/configure-58-else
ssh-contact-0.7/configure:59:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ssh-contact-0.7/configure-60-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ssh-contact-0.7/configure-68-	expr "X$arg" : "X\\(.*\\)$as_nl";
ssh-contact-0.7/configure:69:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ssh-contact-0.7/configure-70-      esac;
##############################################
ssh-contact-0.7/configure-179-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ssh-contact-0.7/configure:180:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ssh-contact-0.7/configure-181-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
ssh-contact-0.7/configure-187-    PATH=/empty FPATH=/empty; export PATH FPATH
ssh-contact-0.7/configure:188:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ssh-contact-0.7/configure:189:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ssh-contact-0.7/configure-190-  if (eval "$as_required") 2>/dev/null; then :
##############################################
ssh-contact-0.7/configure-312-      case $as_dir in #(
ssh-contact-0.7/configure:313:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ssh-contact-0.7/configure-314-      *) as_qdir=$as_dir;;
##############################################
ssh-contact-0.7/configure-377-  {
ssh-contact-0.7/configure:378:    as_val=`expr "$@" || test $? -eq 1`
ssh-contact-0.7/configure-379-  }
##############################################
ssh-contact-0.7/configure-384-# ----------------------------------------
ssh-contact-0.7/configure:385:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ssh-contact-0.7/configure-386-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ssh-contact-0.7/configure-447-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ssh-contact-0.7/configure:448:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ssh-contact-0.7/configure-449-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ssh-contact-0.7/configure-538-	esac;
ssh-contact-0.7/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ssh-contact-0.7/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
ssh-contact-0.7/configure-898-  case $ac_option in
ssh-contact-0.7/configure:899:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ssh-contact-0.7/configure-900-  *=)   ac_optarg= ;;
##############################################
ssh-contact-0.7/configure-942-  -disable-* | --disable-*)
ssh-contact-0.7/configure:943:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ssh-contact-0.7/configure-944-    # Reject names that are not valid shell variable names.
##############################################
ssh-contact-0.7/configure-947-    ac_useropt_orig=$ac_useropt
ssh-contact-0.7/configure:948:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ssh-contact-0.7/configure-949-    case $ac_user_opts in
##############################################
ssh-contact-0.7/configure-968-  -enable-* | --enable-*)
ssh-contact-0.7/configure:969:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ssh-contact-0.7/configure-970-    # Reject names that are not valid shell variable names.
##############################################
ssh-contact-0.7/configure-973-    ac_useropt_orig=$ac_useropt
ssh-contact-0.7/configure:974:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ssh-contact-0.7/configure-975-    case $ac_user_opts in
##############################################
ssh-contact-0.7/configure-1172-  -with-* | --with-*)
ssh-contact-0.7/configure:1173:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ssh-contact-0.7/configure-1174-    # Reject names that are not valid shell variable names.
##############################################
ssh-contact-0.7/configure-1177-    ac_useropt_orig=$ac_useropt
ssh-contact-0.7/configure:1178:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ssh-contact-0.7/configure-1179-    case $ac_user_opts in
##############################################
ssh-contact-0.7/configure-1188-  -without-* | --without-*)
ssh-contact-0.7/configure:1189:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ssh-contact-0.7/configure-1190-    # Reject names that are not valid shell variable names.
##############################################
ssh-contact-0.7/configure-1193-    ac_useropt_orig=$ac_useropt
ssh-contact-0.7/configure:1194:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ssh-contact-0.7/configure-1195-    case $ac_user_opts in
##############################################
ssh-contact-0.7/configure-1226-  *=*)
ssh-contact-0.7/configure:1227:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ssh-contact-0.7/configure-1228-    # Reject names that are not valid shell variable names.
##############################################
ssh-contact-0.7/configure-1247-if test -n "$ac_prev"; then
ssh-contact-0.7/configure:1248:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ssh-contact-0.7/configure-1249-  as_fn_error $? "missing argument to $ac_option"
##############################################
ssh-contact-0.7/configure-1269-    */ )
ssh-contact-0.7/configure:1270:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ssh-contact-0.7/configure-1271-      eval $ac_var=\$ac_val;;
##############################################
ssh-contact-0.7/configure-1306-ac_ls_di=`ls -di .` &&
ssh-contact-0.7/configure:1307:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ssh-contact-0.7/configure-1308-  as_fn_error $? "working directory cannot be determined"
##############################################
ssh-contact-0.7/configure-1362-case $srcdir in
ssh-contact-0.7/configure:1363:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ssh-contact-0.7/configure-1364-esac
##############################################
ssh-contact-0.7/configure-1405-By default, \`make install' will install all the files in
ssh-contact-0.7/configure:1406:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ssh-contact-0.7/configure:1407:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ssh-contact-0.7/configure-1408-for instance \`--prefix=\$HOME'.
##############################################
ssh-contact-0.7/configure-1525-*)
ssh-contact-0.7/configure:1526:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ssh-contact-0.7/configure-1527-  # A ".." for each directory in $ac_dir_suffix.
ssh-contact-0.7/configure:1528:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ssh-contact-0.7/configure-1529-  case $ac_top_builddir_sub in
##############################################
ssh-contact-0.7/configure-2017-    *\'*)
ssh-contact-0.7/configure:2018:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ssh-contact-0.7/configure-2019-    esac
##############################################
ssh-contact-0.7/configure-2100-      case $ac_val in
ssh-contact-0.7/configure:2101:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ssh-contact-0.7/configure-2102-      esac
##############################################
ssh-contact-0.7/configure-2115-	case $ac_val in
ssh-contact-0.7/configure:2116:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ssh-contact-0.7/configure-2117-	esac
##############################################
ssh-contact-0.7/configure-2235-    set,)
ssh-contact-0.7/configure:2236:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ssh-contact-0.7/configure:2237:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ssh-contact-0.7/configure-2238-      ac_cache_corrupted=: ;;
##############################################
ssh-contact-0.7/configure-2246-	# differences in whitespace do not lead to failure.
ssh-contact-0.7/configure:2247:	ac_old_val_w=`echo x $ac_old_val`
ssh-contact-0.7/configure:2248:	ac_new_val_w=`echo x $ac_new_val`
ssh-contact-0.7/configure-2249-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ssh-contact-0.7/configure-2266-    case $ac_new_val in
ssh-contact-0.7/configure:2267:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ssh-contact-0.7/configure-2268-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ssh-contact-0.7/configure-2473-if (
ssh-contact-0.7/configure:2474:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ssh-contact-0.7/configure-2475-   if test "$*" = "X"; then
ssh-contact-0.7/configure-2476-      # -L didn't work.
ssh-contact-0.7/configure:2477:      set X `ls -t "$srcdir/configure" conftest.file`
ssh-contact-0.7/configure-2478-   fi
##############################################
ssh-contact-0.7/configure-2509-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ssh-contact-0.7/configure:2510:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ssh-contact-0.7/configure-2511-
ssh-contact-0.7/configure-2512-# expand $ac_aux_dir to an absolute path
ssh-contact-0.7/configure:2513:am_aux_dir=`cd $ac_aux_dir && pwd`
ssh-contact-0.7/configure-2514-
##############################################
ssh-contact-0.7/configure-2654-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
ssh-contact-0.7/configure:2655:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ssh-contact-0.7/configure-2656-	     'mkdir (GNU coreutils) '* | \
##############################################
ssh-contact-0.7/configure-2733-set x ${MAKE-make}
ssh-contact-0.7/configure:2734:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ssh-contact-0.7/configure-2735-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ssh-contact-0.7/configure-2743-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ssh-contact-0.7/configure:2744:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ssh-contact-0.7/configure-2745-  *@@@%%%=?*=@@@%%%*)
##############################################
ssh-contact-0.7/configure-2770-
ssh-contact-0.7/configure:2771:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ssh-contact-0.7/configure-2772-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ssh-contact-0.7/configure-2882-# Ignore all kinds of additional output from `make'.
ssh-contact-0.7/configure:2883:case `$am_make -s -f confmf 2> /dev/null` in #(
ssh-contact-0.7/configure-2884-*the\ am__doit\ target*)
##############################################
ssh-contact-0.7/configure-2892-   echo '.include "confinc"' > confmf
ssh-contact-0.7/configure:2893:   case `$am_make -s -f confmf 2> /dev/null` in #(
ssh-contact-0.7/configure-2894-   *the\ am__doit\ target*)
##############################################
ssh-contact-0.7/configure-3271-$as_echo_n "checking whether the C compiler works... " >&6; }
ssh-contact-0.7/configure:3272:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ssh-contact-0.7/configure-3273-
##############################################
ssh-contact-0.7/configure-3315-	then :; else
ssh-contact-0.7/configure:3316:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ssh-contact-0.7/configure-3317-	fi
##############################################
ssh-contact-0.7/configure-3375-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ssh-contact-0.7/configure:3376:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ssh-contact-0.7/configure-3377-	  break;;
##############################################
ssh-contact-0.7/configure-3484-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ssh-contact-0.7/configure:3485:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ssh-contact-0.7/configure-3486-       break;;
##############################################
ssh-contact-0.7/configure-3744-  if test "$am_compiler_list" = ""; then
ssh-contact-0.7/configure:3745:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ssh-contact-0.7/configure-3746-  fi
##############################################
ssh-contact-0.7/configure-4469-  if test "$am_compiler_list" = ""; then
ssh-contact-0.7/configure:4470:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ssh-contact-0.7/configure-4471-  fi
##############################################
ssh-contact-0.7/configure-4725-  # Check for GNU $ac_path_GREP
ssh-contact-0.7/configure:4726:case `"$ac_path_GREP" --version 2>&1` in
ssh-contact-0.7/configure-4727-*GNU*)
##############################################
ssh-contact-0.7/configure-4791-  # Check for GNU $ac_path_EGREP
ssh-contact-0.7/configure:4792:case `"$ac_path_EGREP" --version 2>&1` in
ssh-contact-0.7/configure-4793-*GNU*)
##############################################
ssh-contact-0.7/configure-4984-test "x$ac_build_alias" = x &&
ssh-contact-0.7/configure:4985:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ssh-contact-0.7/configure-4986-test "x$ac_build_alias" = x &&
ssh-contact-0.7/configure-4987-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ssh-contact-0.7/configure:4988:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ssh-contact-0.7/configure-4989-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ssh-contact-0.7/configure-5008-IFS=$ac_save_IFS
ssh-contact-0.7/configure:5009:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ssh-contact-0.7/configure-5010-
##############################################
ssh-contact-0.7/configure-5019-else
ssh-contact-0.7/configure:5020:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ssh-contact-0.7/configure-5021-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ssh-contact-0.7/configure-5041-IFS=$ac_save_IFS
ssh-contact-0.7/configure:5042:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ssh-contact-0.7/configure-5043-
##############################################
ssh-contact-0.7/configure-5069-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ssh-contact-0.7/configure:5070:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ssh-contact-0.7/configure-5071-  ECHO='print -r --'
ssh-contact-0.7/configure:5072:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ssh-contact-0.7/configure-5073-  ECHO='printf %s\n'
##############################################
ssh-contact-0.7/configure-5138-  # Check for GNU $ac_path_SED
ssh-contact-0.7/configure:5139:case `"$ac_path_SED" --version 2>&1` in
ssh-contact-0.7/configure-5140-*GNU*)
##############################################
ssh-contact-0.7/configure-5217-  # Check for GNU $ac_path_FGREP
ssh-contact-0.7/configure:5218:case `"$ac_path_FGREP" --version 2>&1` in
ssh-contact-0.7/configure-5219-*GNU*)
##############################################
ssh-contact-0.7/configure-5297-    # gcc leaves a trailing carriage return which upsets mingw
ssh-contact-0.7/configure:5298:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ssh-contact-0.7/configure-5299-  *)
ssh-contact-0.7/configure:5300:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ssh-contact-0.7/configure-5301-  esac
##############################################
ssh-contact-0.7/configure-5306-      # Canonicalize the pathname of ld
ssh-contact-0.7/configure:5307:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ssh-contact-0.7/configure-5308-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ssh-contact-0.7/configure:5309:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ssh-contact-0.7/configure-5310-      done
##############################################
ssh-contact-0.7/configure-5341-      # Break only if it was the GNU/non-GNU ld that we prefer.
ssh-contact-0.7/configure:5342:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ssh-contact-0.7/configure-5343-      *GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/configure-5372-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ssh-contact-0.7/configure:5373:case `$LD -v 2>&1 </dev/null` in
ssh-contact-0.7/configure-5374-*GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/configure-5417-	# Tru64's nm complains that /dev/null is an invalid object file
ssh-contact-0.7/configure:5418:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/configure-5419-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ssh-contact-0.7/configure-5423-	*)
ssh-contact-0.7/configure:5424:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/configure-5425-	  */dev/null*)
##############################################
ssh-contact-0.7/configure-5551-
ssh-contact-0.7/configure:5552:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/configure-5553-    *COFF*)
##############################################
ssh-contact-0.7/configure-5663-    # And add a safety zone
ssh-contact-0.7/configure:5664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ssh-contact-0.7/configure:5665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ssh-contact-0.7/configure-5666-    ;;
##############################################
ssh-contact-0.7/configure-5696-    if test -n "$kargmax"; then
ssh-contact-0.7/configure:5697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ssh-contact-0.7/configure-5698-    else
##############################################
ssh-contact-0.7/configure-5704-    if test -n "$lt_cv_sys_max_cmd_len"; then
ssh-contact-0.7/configure:5705:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ssh-contact-0.7/configure:5706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ssh-contact-0.7/configure-5707-    else
##############################################
ssh-contact-0.7/configure-5716-      # we can't tell.
ssh-contact-0.7/configure:5717:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
ssh-contact-0.7/configure-5718-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ssh-contact-0.7/configure-5720-      do
ssh-contact-0.7/configure:5721:        i=`expr $i + 1`
ssh-contact-0.7/configure-5722-        teststring=$teststring$teststring
##############################################
ssh-contact-0.7/configure-5724-      # Only check the string length outside the loop.
ssh-contact-0.7/configure:5725:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ssh-contact-0.7/configure-5726-      teststring=
##############################################
ssh-contact-0.7/configure-5729-      # linker.  It appears as though 1/2 is a usable value.
ssh-contact-0.7/configure:5730:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ssh-contact-0.7/configure-5731-    fi
##############################################
ssh-contact-0.7/configure-6169-openbsd*)
ssh-contact-0.7/configure:6170:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/configure-6171-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ssh-contact-0.7/configure-6236-    else
ssh-contact-0.7/configure:6237:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ssh-contact-0.7/configure-6238-    fi
##############################################
ssh-contact-0.7/configure-6381-  # decide which to use based on capabilities of $DLLTOOL
ssh-contact-0.7/configure:6382:  case `$DLLTOOL --help 2>&1` in
ssh-contact-0.7/configure-6383-  *--identify-strict*)
##############################################
ssh-contact-0.7/configure-6902-# If we're using GNU nm, then use its standard symbol codes.
ssh-contact-0.7/configure:6903:case `$NM -V 2>&1` in
ssh-contact-0.7/configure-6904-*GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/configure-6920-mingw*)
ssh-contact-0.7/configure:6921:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ssh-contact-0.7/configure-6922-  ;;
##############################################
ssh-contact-0.7/configure-7139-   if test "$GCC" = yes; then
ssh-contact-0.7/configure:7140:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ssh-contact-0.7/configure-7141-   fi
##############################################
ssh-contact-0.7/configure-7143- /*)
ssh-contact-0.7/configure:7144:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ssh-contact-0.7/configure-7145-   ;; #(
##############################################
ssh-contact-0.7/configure-7179-  test $ac_status = 0; }; then
ssh-contact-0.7/configure:7180:    case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/configure-7181-      *ELF-32*)
##############################################
ssh-contact-0.7/configure-7199-    if test "$lt_cv_prog_gnu_ld" = yes; then
ssh-contact-0.7/configure:7200:      case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/configure-7201-	*32-bit*)
##############################################
ssh-contact-0.7/configure-7211-    else
ssh-contact-0.7/configure:7212:      case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/configure-7213-	*32-bit*)
##############################################
ssh-contact-0.7/configure-8115-do :
ssh-contact-0.7/configure:8116:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ssh-contact-0.7/configure-8117-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ssh-contact-0.7/configure-8120-  cat >>confdefs.h <<_ACEOF
ssh-contact-0.7/configure:8121:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ssh-contact-0.7/configure-8122-_ACEOF
##############################################
ssh-contact-0.7/configure-8406-done
ssh-contact-0.7/configure:8407:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ssh-contact-0.7/configure-8408-
##############################################
ssh-contact-0.7/configure-8435-	"file_magic "*)
ssh-contact-0.7/configure:8436:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ssh-contact-0.7/configure-8437-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ssh-contact-0.7/configure-8501-	"file_magic "*)
ssh-contact-0.7/configure:8502:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ssh-contact-0.7/configure-8503-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ssh-contact-0.7/configure-8868-      *)
ssh-contact-0.7/configure:8869:	case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/configure-8870-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ssh-contact-0.7/configure-9228-  if test "$hard_links" = no; then
ssh-contact-0.7/configure:9229:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ssh-contact-0.7/configure:9230:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ssh-contact-0.7/configure-9231-    need_locks=warn
##############################################
ssh-contact-0.7/configure-9317-	# shared libraries, regardless of the interface used.
ssh-contact-0.7/configure:9318:	case `$LD -v 2>&1` in
ssh-contact-0.7/configure-9319-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ssh-contact-0.7/configure-9349-    supports_anon_versioning=no
ssh-contact-0.7/configure:9350:    case `$LD -v 2>&1` in
ssh-contact-0.7/configure-9351-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ssh-contact-0.7/configure-9418-	# is EXPORTS), use it as is; otherwise, prepend...
ssh-contact-0.7/configure:9419:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/configure-9420-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ssh-contact-0.7/configure-9446-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ssh-contact-0.7/configure:9447:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ssh-contact-0.7/configure:9448:      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'
ssh-contact-0.7/configure-9449-      ;;
##############################################
ssh-contact-0.7/configure-9464-        pgcc*)				# Portland Group C compiler
ssh-contact-0.7/configure:9465:	  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'
ssh-contact-0.7/configure-9466-	  tmp_addflag=' $pic_flag'
##############################################
ssh-contact-0.7/configure-9469-					# Portland Group f77 and f90 compilers
ssh-contact-0.7/configure:9470:	  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'
ssh-contact-0.7/configure-9471-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ssh-contact-0.7/configure-9484-	nvcc*)	# Cuda Compiler Driver 2.2
ssh-contact-0.7/configure:9485:	  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'
ssh-contact-0.7/configure-9486-	  compiler_needs_object=yes
##############################################
ssh-contact-0.7/configure-9488-	esac
ssh-contact-0.7/configure:9489:	case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/configure-9490-	*Sun\ C*)			# Sun C 5.9
ssh-contact-0.7/configure:9491:	  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'
ssh-contact-0.7/configure-9492-	  compiler_needs_object=yes
##############################################
ssh-contact-0.7/configure-9556-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ssh-contact-0.7/configure:9557:      case `$LD -v 2>&1` in
ssh-contact-0.7/configure-9558-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ssh-contact-0.7/configure-9679-	# below for broken collect2 doesn't work under 4.3+
ssh-contact-0.7/configure:9680:	  collect2name=`${CC} -print-prog-name=collect2`
ssh-contact-0.7/configure-9681-	  if test -f "$collect2name" &&
##############################################
ssh-contact-0.7/configure-9753-      }'
ssh-contact-0.7/configure:9754:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/configure-9755-  # Check for a 64-bit object if we didn't find anything.
ssh-contact-0.7/configure-9756-  if test -z "$lt_cv_aix_libpath_"; then
ssh-contact-0.7/configure:9757:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/configure-9758-  fi
##############################################
ssh-contact-0.7/configure-9771-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
ssh-contact-0.7/configure:9772:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ssh-contact-0.7/configure-9773-      else
##############################################
ssh-contact-0.7/configure-9806-      }'
ssh-contact-0.7/configure:9807:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/configure-9808-  # Check for a 64-bit object if we didn't find anything.
ssh-contact-0.7/configure-9809-  if test -z "$lt_cv_aix_libpath_"; then
ssh-contact-0.7/configure:9810:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/configure-9811-  fi
##############################################
ssh-contact-0.7/configure-9879-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ssh-contact-0.7/configure:9880:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/configure-9881-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ssh-contact-0.7/configure-9916-	# FIXME: Setting linknames here is a bad hack.
ssh-contact-0.7/configure:9917:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ssh-contact-0.7/configure-9918-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ssh-contact-0.7/configure-9934-  if test "$lt_cv_ld_force_load" = "yes"; then
ssh-contact-0.7/configure:9935:    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\"`'
ssh-contact-0.7/configure-9936-
##############################################
ssh-contact-0.7/configure-10114-      if test "$GCC" = yes; then
ssh-contact-0.7/configure:10115:	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'
ssh-contact-0.7/configure-10116-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ssh-contact-0.7/configure-10142-	if test "$lt_cv_irix_exported_symbol" = yes; then
ssh-contact-0.7/configure:10143:          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'
ssh-contact-0.7/configure-10144-	fi
ssh-contact-0.7/configure-10145-      else
ssh-contact-0.7/configure:10146:	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'
ssh-contact-0.7/configure:10147:	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'
ssh-contact-0.7/configure-10148-      fi
##############################################
ssh-contact-0.7/configure-10182-	hardcode_direct_absolute=yes
ssh-contact-0.7/configure:10183:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/configure-10184-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ssh-contact-0.7/configure-10215-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ssh-contact-0.7/configure:10216:	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'
ssh-contact-0.7/configure-10217-      else
ssh-contact-0.7/configure-10218-	allow_undefined_flag=' -expect_unresolved \*'
ssh-contact-0.7/configure:10219:	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'
ssh-contact-0.7/configure-10220-      fi
##############################################
ssh-contact-0.7/configure-10228-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ssh-contact-0.7/configure:10229:	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'
ssh-contact-0.7/configure-10230-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
ssh-contact-0.7/configure-10232-	allow_undefined_flag=' -expect_unresolved \*'
ssh-contact-0.7/configure:10233:	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'
ssh-contact-0.7/configure:10234:	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~
ssh-contact-0.7/configure:10235:	$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'
ssh-contact-0.7/configure-10236-
##############################################
ssh-contact-0.7/configure-10251-      else
ssh-contact-0.7/configure:10252:	case `$CC -V 2>&1` in
ssh-contact-0.7/configure-10253-	*"Compilers 5.0"*)
##############################################
ssh-contact-0.7/configure-10650-  esac
ssh-contact-0.7/configure:10651:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ssh-contact-0.7/configure-10652-  case $lt_search_path_spec in
##############################################
ssh-contact-0.7/configure-10657-    # okay in the real world where ";" in dirpaths is itself problematic.
ssh-contact-0.7/configure:10658:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ssh-contact-0.7/configure-10659-    ;;
ssh-contact-0.7/configure-10660-  *)
ssh-contact-0.7/configure:10661:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/configure-10662-    ;;
##############################################
ssh-contact-0.7/configure-10666-  lt_tmp_lt_search_path_spec=
ssh-contact-0.7/configure:10667:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ssh-contact-0.7/configure-10668-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ssh-contact-0.7/configure-10701-  esac
ssh-contact-0.7/configure:10702:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ssh-contact-0.7/configure-10703-else
##############################################
ssh-contact-0.7/configure-10789-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ssh-contact-0.7/configure:10790:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ssh-contact-0.7/configure-10791-    ;;
##############################################
ssh-contact-0.7/configure-10825-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ssh-contact-0.7/configure:10826:    postinstall_cmds='base_file=`basename \${file}`~
ssh-contact-0.7/configure:10827:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ssh-contact-0.7/configure:10828:      dldir=$destdir/`dirname \$dlpath`~
ssh-contact-0.7/configure-10829-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ssh-contact-0.7/configure-10834-      fi'
ssh-contact-0.7/configure:10835:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ssh-contact-0.7/configure-10836-      dlpath=$dir/\$dldll~
##############################################
ssh-contact-0.7/configure-10842-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ssh-contact-0.7/configure:10843:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/configure-10844-
##############################################
ssh-contact-0.7/configure-10848-      # MinGW DLLs use traditional 'lib' prefix
ssh-contact-0.7/configure:10849:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/configure-10850-      ;;
##############################################
ssh-contact-0.7/configure-10852-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ssh-contact-0.7/configure:10853:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/configure-10854-      ;;
##############################################
ssh-contact-0.7/configure-10861-    libname_spec='$name'
ssh-contact-0.7/configure:10862:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/configure-10863-    library_names_spec='${libname}.dll.lib'
##############################################
ssh-contact-0.7/configure-10873-        # Let DOS variable expansion print the short 8.3 style file name.
ssh-contact-0.7/configure:10874:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ssh-contact-0.7/configure-10875-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ssh-contact-0.7/configure-10878-      # Convert to MSYS style.
ssh-contact-0.7/configure:10879:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ssh-contact-0.7/configure-10880-      ;;
##############################################
ssh-contact-0.7/configure-10884-      # like /cygdrive/c/PROGRA~1:/cygdr...
ssh-contact-0.7/configure:10885:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ssh-contact-0.7/configure:10886:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ssh-contact-0.7/configure:10887:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/configure-10888-      ;;
##############################################
ssh-contact-0.7/configure-10892-        # It is most probably a Windows format PATH.
ssh-contact-0.7/configure:10893:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ssh-contact-0.7/configure-10894-      else
ssh-contact-0.7/configure:10895:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/configure-10896-      fi
##############################################
ssh-contact-0.7/configure-10902-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ssh-contact-0.7/configure:10903:    postinstall_cmds='base_file=`basename \${file}`~
ssh-contact-0.7/configure:10904:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ssh-contact-0.7/configure:10905:      dldir=$destdir/`dirname \$dlpath`~
ssh-contact-0.7/configure-10906-      test -d \$dldir || mkdir -p \$dldir~
ssh-contact-0.7/configure-10907-      $install_prog $dir/$dlname \$dldir/$dlname'
ssh-contact-0.7/configure:10908:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ssh-contact-0.7/configure-10909-      dlpath=$dir/\$dldll~
##############################################
ssh-contact-0.7/configure-10916-    # Assume MSVC wrapper
ssh-contact-0.7/configure:10917:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ssh-contact-0.7/configure-10918-    dynamic_linker='Win32 ld.exe'
##############################################
ssh-contact-0.7/configure-10933-  shlibpath_var=DYLD_LIBRARY_PATH
ssh-contact-0.7/configure:10934:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ssh-contact-0.7/configure-10935-
##############################################
ssh-contact-0.7/configure-11170-  if test -f /etc/ld.so.conf; then
ssh-contact-0.7/configure:11171:    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' ' '`
ssh-contact-0.7/configure-11172-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ssh-contact-0.7/configure-11244-  shlibpath_var=LD_LIBRARY_PATH
ssh-contact-0.7/configure:11245:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/configure-11246-    case $host_os in
##############################################
ssh-contact-0.7/configure-12348-  if test x"$no_glib" = x ; then
ssh-contact-0.7/configure:12349:    GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
ssh-contact-0.7/configure:12350:    GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
ssh-contact-0.7/configure:12351:    GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
ssh-contact-0.7/configure:12352:    GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
ssh-contact-0.7/configure-12353-
ssh-contact-0.7/configure:12354:    GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
ssh-contact-0.7/configure:12355:    GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
ssh-contact-0.7/configure-12356-    glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
##############################################
ssh-contact-0.7/configure-12562-    for ac_var in incroot usrlibdir libdir; do
ssh-contact-0.7/configure:12563:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ssh-contact-0.7/configure-12564-    done
##############################################
ssh-contact-0.7/configure-12672-  LIBS=$ac_save_LIBS
ssh-contact-0.7/configure:12673:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ssh-contact-0.7/configure-12674-do
##############################################
ssh-contact-0.7/configure-13234-
ssh-contact-0.7/configure:13235:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
ssh-contact-0.7/configure-13236-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
ssh-contact-0.7/configure:13237:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
ssh-contact-0.7/configure-13238-if test -n "0.35.0"; then
##############################################
ssh-contact-0.7/configure-13674-fi
ssh-contact-0.7/configure:13675:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/configure:13676:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/configure:13677:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
ssh-contact-0.7/configure-13678-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
ssh-contact-0.7/configure-13730-else
ssh-contact-0.7/configure:13731:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
ssh-contact-0.7/configure-13732-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
ssh-contact-0.7/configure-13737-$as_echo_n "checking for XML::Parser... " >&6; }
ssh-contact-0.7/configure:13738:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
ssh-contact-0.7/configure-13739-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
ssh-contact-0.7/configure-14694-    if test -f $ac_dir/$ac_word; then
ssh-contact-0.7/configure:14695:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
ssh-contact-0.7/configure-14696-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
ssh-contact-0.7/configure-14813-    if test -f $ac_dir/$ac_word; then
ssh-contact-0.7/configure:14814:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
ssh-contact-0.7/configure-14815-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
ssh-contact-0.7/configure-14972-   if test "x$srcdir" != "x."; then
ssh-contact-0.7/configure:14973:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
ssh-contact-0.7/configure-14974-       posrcprefix="$srcdir/"
##############################################
ssh-contact-0.7/configure-15089-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ssh-contact-0.7/configure:15090:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ssh-contact-0.7/configure-15091-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ssh-contact-0.7/configure-15184-if test -z "$BASH_VERSION$ZSH_VERSION" \
ssh-contact-0.7/configure:15185:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ssh-contact-0.7/configure-15186-  as_echo='print -r --'
ssh-contact-0.7/configure-15187-  as_echo_n='print -rn --'
ssh-contact-0.7/configure:15188:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ssh-contact-0.7/configure-15189-  as_echo='printf %s\n'
##############################################
ssh-contact-0.7/configure-15191-else
ssh-contact-0.7/configure:15192:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ssh-contact-0.7/configure-15193-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ssh-contact-0.7/configure-15201-	expr "X$arg" : "X\\(.*\\)$as_nl";
ssh-contact-0.7/configure:15202:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ssh-contact-0.7/configure-15203-      esac;
##############################################
ssh-contact-0.7/configure-15278-# ----------------------------------------
ssh-contact-0.7/configure:15279:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ssh-contact-0.7/configure-15280-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ssh-contact-0.7/configure-15350-  {
ssh-contact-0.7/configure:15351:    as_val=`expr "$@" || test $? -eq 1`
ssh-contact-0.7/configure-15352-  }
##############################################
ssh-contact-0.7/configure-15454-      case $as_dir in #(
ssh-contact-0.7/configure:15455:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ssh-contact-0.7/configure-15456-      *) as_qdir=$as_dir;;
##############################################
ssh-contact-0.7/configure-15511-	esac;
ssh-contact-0.7/configure:15512:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ssh-contact-0.7/configure-15513-	???[sx]*):;;*)false;;esac;fi
##############################################
ssh-contact-0.7/configure-15601-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ssh-contact-0.7/configure:15602:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ssh-contact-0.7/configure-15603-ac_cs_version="\\
##############################################
ssh-contact-0.7/configure-15626-  --*=?*)
ssh-contact-0.7/configure:15627:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ssh-contact-0.7/configure:15628:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ssh-contact-0.7/configure-15629-    ac_shift=:
##############################################
ssh-contact-0.7/configure-15631-  --*=)
ssh-contact-0.7/configure:15632:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ssh-contact-0.7/configure-15633-    ac_optarg=
##############################################
ssh-contact-0.7/configure-15655-    case $ac_optarg in
ssh-contact-0.7/configure:15656:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ssh-contact-0.7/configure-15657-    '') as_fn_error $? "missing file argument" ;;
##############################################
ssh-contact-0.7/configure-15663-    case $ac_optarg in
ssh-contact-0.7/configure:15664:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ssh-contact-0.7/configure-15665-    esac
##############################################
ssh-contact-0.7/configure-15732-delay_variable_subst='$delay_variable_subst'
ssh-contact-0.7/configure:15733:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15734:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15735:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15736:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15737:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15738:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15739:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15740:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15741:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15742:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15743:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15744:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15745:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15746:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15747:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15748:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15749:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15750:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15751:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15752:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15753:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15754:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15755:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15756:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15757:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15758:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15759:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15760:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15761:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15762:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15763:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15764:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15765:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15766:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15767:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15768:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15769:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15770:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15771:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15772:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15773:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15774:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15775:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15776:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15777:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15778:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15779:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15780:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15781:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15782:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15783:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15784:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15785:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15786:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15787:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15788:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15789: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"`'
ssh-contact-0.7/configure:15790:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15791:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15792:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15793:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15794:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15795:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15796:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15797:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15798:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15799:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15800:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15801:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15802:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15803:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15804:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15805:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15806:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15807:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15808:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15809:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15810:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15811:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15812:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15813:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15814:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15815:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15816:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15817:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15818:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15819:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15820:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15821:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15822:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15823:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15824:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15825:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15826:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15827:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15828:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15829:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15830:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15831:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15832:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15833:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15834:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15835:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15836:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15837:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15838:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15839:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15840:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15841:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15842:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15843:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15844:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15845:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15846:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15847:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15848:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15849:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15850:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15851:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15852:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15853:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15854:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15855:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15856:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15857:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15858:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15859:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15860:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15861:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure:15862:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/configure-15863-
##############################################
ssh-contact-0.7/configure-15941-striplib; do
ssh-contact-0.7/configure:15942:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ssh-contact-0.7/configure-15943-    *[\\\\\\\`\\"\\\$]*)
ssh-contact-0.7/configure:15944:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ssh-contact-0.7/configure-15945-      ;;
##############################################
ssh-contact-0.7/configure-15971-sys_lib_dlsearch_path_spec; do
ssh-contact-0.7/configure:15972:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ssh-contact-0.7/configure-15973-    *[\\\\\\\`\\"\\\$]*)
ssh-contact-0.7/configure:15974:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ssh-contact-0.7/configure-15975-      ;;
##############################################
ssh-contact-0.7/configure-16074-fi
ssh-contact-0.7/configure:16075:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ssh-contact-0.7/configure-16076-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ssh-contact-0.7/configure-16091-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ssh-contact-0.7/configure:16092:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ssh-contact-0.7/configure-16093-ac_delim='%!_!# '
##############################################
ssh-contact-0.7/configure-16097-
ssh-contact-0.7/configure:16098:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ssh-contact-0.7/configure-16099-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ssh-contact-0.7/configure-16235-for ac_last_try in false false :; do
ssh-contact-0.7/configure:16236:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ssh-contact-0.7/configure-16237-  if test -z "$ac_tt"; then
##############################################
ssh-contact-0.7/configure-16367-      esac
ssh-contact-0.7/configure:16368:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ssh-contact-0.7/configure-16369-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ssh-contact-0.7/configure-16426-*)
ssh-contact-0.7/configure:16427:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ssh-contact-0.7/configure-16428-  # A ".." for each directory in $ac_dir_suffix.
ssh-contact-0.7/configure:16429:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ssh-contact-0.7/configure-16430-  case $ac_top_builddir_sub in
##############################################
ssh-contact-0.7/configure-16487-/@mandir@/p'
ssh-contact-0.7/configure:16488:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ssh-contact-0.7/configure-16489-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ssh-contact-0.7/configure-16504-
ssh-contact-0.7/configure:16505:# Neutralize VPATH when `$srcdir' = `.'.
ssh-contact-0.7/configure-16506-# Shell code in configure.ac might set extrasub.
##############################################
ssh-contact-0.7/configure-16532-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ssh-contact-0.7/configure:16533:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ssh-contact-0.7/configure-16534-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ssh-contact-0.7/configure-16578-    * )
ssh-contact-0.7/configure:16579:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ssh-contact-0.7/configure-16580-  esac
##############################################
ssh-contact-0.7/configure-16625-    # Strip MF so we end up with the name of the file.
ssh-contact-0.7/configure:16626:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ssh-contact-0.7/configure-16627-    # Check whether this is an Automake generated Makefile or not.
##############################################
ssh-contact-0.7/configure-16662-    # from the Makefile without running `make'.
ssh-contact-0.7/configure:16663:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ssh-contact-0.7/configure-16664-    test -z "$DEPDIR" && continue
ssh-contact-0.7/configure:16665:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ssh-contact-0.7/configure-16666-    test -z "am__include" && continue
ssh-contact-0.7/configure:16667:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ssh-contact-0.7/configure-16668-    # When using ansi2knr, U may be empty or an underscore; expand it
ssh-contact-0.7/configure:16669:    U=`sed -n 's/^U = //p' < "$mf"`
ssh-contact-0.7/configure-16670-    # Find all dependency output files, they are included files with
##############################################
ssh-contact-0.7/configure-16723-
ssh-contact-0.7/configure:16724:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ssh-contact-0.7/configure-16725-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ssh-contact-0.7/m4/ltsugar.m4-67-m4_define([lt_combine],
ssh-contact-0.7/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
ssh-contact-0.7/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ssh-contact-0.7/m4/libtool.m4-125-done
ssh-contact-0.7/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ssh-contact-0.7/m4/libtool.m4-127-])
##############################################
ssh-contact-0.7/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
ssh-contact-0.7/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
ssh-contact-0.7/m4/libtool.m4-429-
##############################################
ssh-contact-0.7/m4/libtool.m4-437-#
ssh-contact-0.7/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ssh-contact-0.7/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ssh-contact-0.7/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
ssh-contact-0.7/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ssh-contact-0.7/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
ssh-contact-0.7/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ssh-contact-0.7/m4/libtool.m4-551-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
ssh-contact-0.7/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ssh-contact-0.7/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
ssh-contact-0.7/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ssh-contact-0.7/m4/libtool.m4-564-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-720-
ssh-contact-0.7/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ssh-contact-0.7/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ssh-contact-0.7/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
ssh-contact-0.7/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
ssh-contact-0.7/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
ssh-contact-0.7/m4/libtool.m4-1143-      }]'
ssh-contact-0.7/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
ssh-contact-0.7/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
ssh-contact-0.7/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ssh-contact-0.7/m4/libtool.m4-1148-  fi],[])
##############################################
ssh-contact-0.7/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ssh-contact-0.7/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ssh-contact-0.7/m4/libtool.m4-1181-  ECHO='print -r --'
ssh-contact-0.7/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ssh-contact-0.7/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
ssh-contact-0.7/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
ssh-contact-0.7/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
ssh-contact-0.7/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
ssh-contact-0.7/m4/libtool.m4-1217-
##############################################
ssh-contact-0.7/m4/libtool.m4-1237-   if test "$GCC" = yes; then
ssh-contact-0.7/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ssh-contact-0.7/m4/libtool.m4-1239-   fi
##############################################
ssh-contact-0.7/m4/libtool.m4-1241- /*)
ssh-contact-0.7/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ssh-contact-0.7/m4/libtool.m4-1243-   ;; #(
##############################################
ssh-contact-0.7/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
ssh-contact-0.7/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/m4/libtool.m4-1272-      *ELF-32*)
##############################################
ssh-contact-0.7/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
ssh-contact-0.7/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/m4/libtool.m4-1288-	*32-bit*)
##############################################
ssh-contact-0.7/m4/libtool.m4-1298-    else
ssh-contact-0.7/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
ssh-contact-0.7/m4/libtool.m4-1300-	*32-bit*)
##############################################
ssh-contact-0.7/m4/libtool.m4-1650-    # And add a safety zone
ssh-contact-0.7/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ssh-contact-0.7/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ssh-contact-0.7/m4/libtool.m4-1653-    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-1683-    if test -n "$kargmax"; then
ssh-contact-0.7/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ssh-contact-0.7/m4/libtool.m4-1685-    else
##############################################
ssh-contact-0.7/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
ssh-contact-0.7/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ssh-contact-0.7/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ssh-contact-0.7/m4/libtool.m4-1694-    else
##############################################
ssh-contact-0.7/m4/libtool.m4-1703-      # we can't tell.
ssh-contact-0.7/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
ssh-contact-0.7/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ssh-contact-0.7/m4/libtool.m4-1707-      do
ssh-contact-0.7/m4/libtool.m4:1708:        i=`expr $i + 1`
ssh-contact-0.7/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
ssh-contact-0.7/m4/libtool.m4-1711-      # Only check the string length outside the loop.
ssh-contact-0.7/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ssh-contact-0.7/m4/libtool.m4-1713-      teststring=
##############################################
ssh-contact-0.7/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
ssh-contact-0.7/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ssh-contact-0.7/m4/libtool.m4-1718-    fi
##############################################
ssh-contact-0.7/m4/libtool.m4-2041-  if test "$hard_links" = no; then
ssh-contact-0.7/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
ssh-contact-0.7/m4/libtool.m4-2043-    need_locks=warn
##############################################
ssh-contact-0.7/m4/libtool.m4-2172-  esac
ssh-contact-0.7/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ssh-contact-0.7/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
ssh-contact-0.7/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
ssh-contact-0.7/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ssh-contact-0.7/m4/libtool.m4-2181-    ;;
ssh-contact-0.7/m4/libtool.m4-2182-  *)
ssh-contact-0.7/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/m4/libtool.m4-2184-    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
ssh-contact-0.7/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ssh-contact-0.7/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ssh-contact-0.7/m4/libtool.m4-2223-  esac
ssh-contact-0.7/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ssh-contact-0.7/m4/libtool.m4-2225-else
##############################################
ssh-contact-0.7/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ssh-contact-0.7/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
ssh-contact-0.7/m4/libtool.m4-2313-    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ssh-contact-0.7/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
ssh-contact-0.7/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ssh-contact-0.7/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
ssh-contact-0.7/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ssh-contact-0.7/m4/libtool.m4-2356-      fi'
ssh-contact-0.7/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ssh-contact-0.7/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
ssh-contact-0.7/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ssh-contact-0.7/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
ssh-contact-0.7/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
ssh-contact-0.7/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/m4/libtool.m4-2372-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ssh-contact-0.7/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/m4/libtool.m4-2376-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2383-    libname_spec='$name'
ssh-contact-0.7/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ssh-contact-0.7/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
ssh-contact-0.7/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
ssh-contact-0.7/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ssh-contact-0.7/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ssh-contact-0.7/m4/libtool.m4-2400-      # Convert to MSYS style.
ssh-contact-0.7/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
ssh-contact-0.7/m4/libtool.m4-2402-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
ssh-contact-0.7/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ssh-contact-0.7/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ssh-contact-0.7/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/m4/libtool.m4-2410-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
ssh-contact-0.7/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ssh-contact-0.7/m4/libtool.m4-2416-      else
ssh-contact-0.7/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ssh-contact-0.7/m4/libtool.m4-2418-      fi
##############################################
ssh-contact-0.7/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ssh-contact-0.7/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
ssh-contact-0.7/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ssh-contact-0.7/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
ssh-contact-0.7/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
ssh-contact-0.7/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
ssh-contact-0.7/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ssh-contact-0.7/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
ssh-contact-0.7/m4/libtool.m4-2438-    # Assume MSVC wrapper
ssh-contact-0.7/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
ssh-contact-0.7/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
ssh-contact-0.7/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
ssh-contact-0.7/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ssh-contact-0.7/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
ssh-contact-0.7/m4/libtool.m4-2673-  if test -f /etc/ld.so.conf; then
ssh-contact-0.7/m4/libtool.m4:2674:    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' ' '`
ssh-contact-0.7/m4/libtool.m4-2675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ssh-contact-0.7/m4/libtool.m4-2747-  shlibpath_var=LD_LIBRARY_PATH
ssh-contact-0.7/m4/libtool.m4:2748:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/m4/libtool.m4-2749-    case $host_os in
##############################################
ssh-contact-0.7/m4/libtool.m4-2964-	"file_magic "*)
ssh-contact-0.7/m4/libtool.m4:2965:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ssh-contact-0.7/m4/libtool.m4-2966-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ssh-contact-0.7/m4/libtool.m4-3047-    # gcc leaves a trailing carriage return which upsets mingw
ssh-contact-0.7/m4/libtool.m4:3048:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ssh-contact-0.7/m4/libtool.m4-3049-  *)
ssh-contact-0.7/m4/libtool.m4:3050:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ssh-contact-0.7/m4/libtool.m4-3051-  esac
##############################################
ssh-contact-0.7/m4/libtool.m4-3056-      # Canonicalize the pathname of ld
ssh-contact-0.7/m4/libtool.m4:3057:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ssh-contact-0.7/m4/libtool.m4-3058-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ssh-contact-0.7/m4/libtool.m4:3059:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ssh-contact-0.7/m4/libtool.m4-3060-      done
##############################################
ssh-contact-0.7/m4/libtool.m4-3087-      # Break only if it was the GNU/non-GNU ld that we prefer.
ssh-contact-0.7/m4/libtool.m4:3088:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ssh-contact-0.7/m4/libtool.m4-3089-      *GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3127-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ssh-contact-0.7/m4/libtool.m4:3128:case `$LD -v 2>&1 </dev/null` in
ssh-contact-0.7/m4/libtool.m4-3129-*GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3322-openbsd*)
ssh-contact-0.7/m4/libtool.m4:3323:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/m4/libtool.m4-3324-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ssh-contact-0.7/m4/libtool.m4-3386-    else
ssh-contact-0.7/m4/libtool.m4:3387:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
ssh-contact-0.7/m4/libtool.m4-3388-    fi
##############################################
ssh-contact-0.7/m4/libtool.m4-3432-	# Tru64's nm complains that /dev/null is an invalid object file
ssh-contact-0.7/m4/libtool.m4:3433:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/m4/libtool.m4-3434-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3438-	*)
ssh-contact-0.7/m4/libtool.m4:3439:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/m4/libtool.m4-3440-	  */dev/null*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3464-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
ssh-contact-0.7/m4/libtool.m4:3465:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
ssh-contact-0.7/m4/libtool.m4-3466-    *COFF*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3523-  # decide which to use based on capabilities of $DLLTOOL
ssh-contact-0.7/m4/libtool.m4:3524:  case `$DLLTOOL --help 2>&1` in
ssh-contact-0.7/m4/libtool.m4-3525-  *--identify-strict*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3682-# If we're using GNU nm, then use its standard symbol codes.
ssh-contact-0.7/m4/libtool.m4:3683:case `$NM -V 2>&1` in
ssh-contact-0.7/m4/libtool.m4-3684-*GNU* | *'with BFD'*)
##############################################
ssh-contact-0.7/m4/libtool.m4-3700-mingw*)
ssh-contact-0.7/m4/libtool.m4:3701:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ssh-contact-0.7/m4/libtool.m4-3702-  ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-3753-    nlist=conftest.nm
ssh-contact-0.7/m4/libtool.m4:3754:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
ssh-contact-0.7/m4/libtool.m4-3755-      # Try sorting and uniquifying the output.
##############################################
ssh-contact-0.7/m4/libtool.m4-4091-	  *)
ssh-contact-0.7/m4/libtool.m4:4092:	    case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/m4/libtool.m4-4093-	    *Sun\ C*)
##############################################
ssh-contact-0.7/m4/libtool.m4-4396-      *)
ssh-contact-0.7/m4/libtool.m4:4397:	case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/m4/libtool.m4-4398-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
ssh-contact-0.7/m4/libtool.m4-4674-	# shared libraries, regardless of the interface used.
ssh-contact-0.7/m4/libtool.m4:4675:	case `$LD -v 2>&1` in
ssh-contact-0.7/m4/libtool.m4-4676-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-4706-    supports_anon_versioning=no
ssh-contact-0.7/m4/libtool.m4:4707:    case `$LD -v 2>&1` in
ssh-contact-0.7/m4/libtool.m4-4708-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-4775-	# is EXPORTS), use it as is; otherwise, prepend...
ssh-contact-0.7/m4/libtool.m4:4776:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/m4/libtool.m4-4777-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ssh-contact-0.7/m4/libtool.m4-4803-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ssh-contact-0.7/m4/libtool.m4:4804:      _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'
ssh-contact-0.7/m4/libtool.m4:4805:      _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'
ssh-contact-0.7/m4/libtool.m4-4806-      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-4821-        pgcc*)				# Portland Group C compiler
ssh-contact-0.7/m4/libtool.m4:4822:	  _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'
ssh-contact-0.7/m4/libtool.m4-4823-	  tmp_addflag=' $pic_flag'
##############################################
ssh-contact-0.7/m4/libtool.m4-4826-					# Portland Group f77 and f90 compilers
ssh-contact-0.7/m4/libtool.m4:4827:	  _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'
ssh-contact-0.7/m4/libtool.m4-4828-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-4841-	nvcc*)	# Cuda Compiler Driver 2.2
ssh-contact-0.7/m4/libtool.m4:4842:	  _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'
ssh-contact-0.7/m4/libtool.m4-4843-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ssh-contact-0.7/m4/libtool.m4-4845-	esac
ssh-contact-0.7/m4/libtool.m4:4846:	case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/m4/libtool.m4-4847-	*Sun\ C*)			# Sun C 5.9
ssh-contact-0.7/m4/libtool.m4:4848:	  _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'
ssh-contact-0.7/m4/libtool.m4-4849-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ssh-contact-0.7/m4/libtool.m4-4913-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ssh-contact-0.7/m4/libtool.m4:4914:      case `$LD -v 2>&1` in
ssh-contact-0.7/m4/libtool.m4-4915-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ssh-contact-0.7/m4/libtool.m4-5036-	# below for broken collect2 doesn't work under 4.3+
ssh-contact-0.7/m4/libtool.m4:5037:	  collect2name=`${CC} -print-prog-name=collect2`
ssh-contact-0.7/m4/libtool.m4-5038-	  if test -f "$collect2name" &&
##############################################
ssh-contact-0.7/m4/libtool.m4-5086-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
ssh-contact-0.7/m4/libtool.m4:5087:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ssh-contact-0.7/m4/libtool.m4-5088-      else
##############################################
ssh-contact-0.7/m4/libtool.m4-5152-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ssh-contact-0.7/m4/libtool.m4:5153:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/m4/libtool.m4-5154-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ssh-contact-0.7/m4/libtool.m4-5189-	# FIXME: Setting linknames here is a bad hack.
ssh-contact-0.7/m4/libtool.m4:5190:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ssh-contact-0.7/m4/libtool.m4-5191-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ssh-contact-0.7/m4/libtool.m4-5327-      if test "$GCC" = yes; then
ssh-contact-0.7/m4/libtool.m4:5328:	_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'
ssh-contact-0.7/m4/libtool.m4-5329-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ssh-contact-0.7/m4/libtool.m4-5350-	if test "$lt_cv_irix_exported_symbol" = yes; then
ssh-contact-0.7/m4/libtool.m4:5351:          _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'
ssh-contact-0.7/m4/libtool.m4-5352-	fi
ssh-contact-0.7/m4/libtool.m4-5353-      else
ssh-contact-0.7/m4/libtool.m4:5354:	_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'
ssh-contact-0.7/m4/libtool.m4:5355:	_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'
ssh-contact-0.7/m4/libtool.m4-5356-      fi
##############################################
ssh-contact-0.7/m4/libtool.m4-5390-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ssh-contact-0.7/m4/libtool.m4:5391:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/m4/libtool.m4-5392-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ssh-contact-0.7/m4/libtool.m4-5423-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ssh-contact-0.7/m4/libtool.m4:5424:	_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'
ssh-contact-0.7/m4/libtool.m4-5425-      else
ssh-contact-0.7/m4/libtool.m4-5426-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ssh-contact-0.7/m4/libtool.m4:5427:	_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'
ssh-contact-0.7/m4/libtool.m4-5428-      fi
##############################################
ssh-contact-0.7/m4/libtool.m4-5436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ssh-contact-0.7/m4/libtool.m4:5437:	_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'
ssh-contact-0.7/m4/libtool.m4-5438-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ssh-contact-0.7/m4/libtool.m4-5440-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ssh-contact-0.7/m4/libtool.m4:5441:	_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'
ssh-contact-0.7/m4/libtool.m4:5442:	_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~
ssh-contact-0.7/m4/libtool.m4:5443:	$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'
ssh-contact-0.7/m4/libtool.m4-5444-
##############################################
ssh-contact-0.7/m4/libtool.m4-5459-      else
ssh-contact-0.7/m4/libtool.m4:5460:	case `$CC -V 2>&1` in
ssh-contact-0.7/m4/libtool.m4-5461-	*"Compilers 5.0"*)
##############################################
ssh-contact-0.7/m4/libtool.m4-5652-	  _LT_TAGVAR(allow_undefined_flag, $1)=
ssh-contact-0.7/m4/libtool.m4:5653:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ssh-contact-0.7/m4/libtool.m4-5654-	  then
##############################################
ssh-contact-0.7/m4/libtool.m4-5952-        # ancient GNU ld didn't support --whole-archive et. al.
ssh-contact-0.7/m4/libtool.m4:5953:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ssh-contact-0.7/m4/libtool.m4-5954-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ssh-contact-0.7/m4/libtool.m4-6035-          # below for broken collect2 doesn't work under 4.3+
ssh-contact-0.7/m4/libtool.m4:6036:	  collect2name=`${CC} -print-prog-name=collect2`
ssh-contact-0.7/m4/libtool.m4-6037-	  if test -f "$collect2name" &&
##############################################
ssh-contact-0.7/m4/libtool.m4-6085-
ssh-contact-0.7/m4/libtool.m4:6086:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ssh-contact-0.7/m4/libtool.m4-6087-        else
##############################################
ssh-contact-0.7/m4/libtool.m4-6151-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ssh-contact-0.7/m4/libtool.m4:6152:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/m4/libtool.m4-6153-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ssh-contact-0.7/m4/libtool.m4-6192-	    # is EXPORTS), use it as is; otherwise, prepend...
ssh-contact-0.7/m4/libtool.m4:6193:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ssh-contact-0.7/m4/libtool.m4-6194-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
ssh-contact-0.7/m4/libtool.m4-6275-            # dependencies.
ssh-contact-0.7/m4/libtool.m4:6276:            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"'
ssh-contact-0.7/m4/libtool.m4-6277-            ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6340-	    # dependencies.
ssh-contact-0.7/m4/libtool.m4:6341:	    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"'
ssh-contact-0.7/m4/libtool.m4-6342-	    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6376-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ssh-contact-0.7/m4/libtool.m4:6377:	_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'
ssh-contact-0.7/m4/libtool.m4:6378:	_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'
ssh-contact-0.7/m4/libtool.m4-6379-	;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6383-	    # SGI C++
ssh-contact-0.7/m4/libtool.m4:6384:	    _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'
ssh-contact-0.7/m4/libtool.m4-6385-
##############################################
ssh-contact-0.7/m4/libtool.m4-6394-	      if test "$with_gnu_ld" = no; then
ssh-contact-0.7/m4/libtool.m4:6395:	        _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'
ssh-contact-0.7/m4/libtool.m4-6396-	      else
ssh-contact-0.7/m4/libtool.m4:6397:	        _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'
ssh-contact-0.7/m4/libtool.m4-6398-	      fi
##############################################
ssh-contact-0.7/m4/libtool.m4-6415-	    # to its proper name (with version) after linking.
ssh-contact-0.7/m4/libtool.m4:6416:	    _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'
ssh-contact-0.7/m4/libtool.m4:6417:	    _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'
ssh-contact-0.7/m4/libtool.m4-6418-	    # Commands to make compiler produce verbose output that lists
##############################################
ssh-contact-0.7/m4/libtool.m4-6425-	    # dependencies.
ssh-contact-0.7/m4/libtool.m4:6426:	    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"'
ssh-contact-0.7/m4/libtool.m4-6427-
##############################################
ssh-contact-0.7/m4/libtool.m4-6440-	    # earlier do not add the objects themselves.
ssh-contact-0.7/m4/libtool.m4:6441:	    case `$CC -V 2>&1` in
ssh-contact-0.7/m4/libtool.m4-6442-	      *"Version 7."*)
##############################################
ssh-contact-0.7/m4/libtool.m4-6461-            # Portland Group C++ compiler
ssh-contact-0.7/m4/libtool.m4:6462:	    case `$CC -V` in
ssh-contact-0.7/m4/libtool.m4-6463-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
ssh-contact-0.7/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ssh-contact-0.7/m4/libtool.m4:6467:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
ssh-contact-0.7/m4/libtool.m4-6468-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ssh-contact-0.7/m4/libtool.m4-6470-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ssh-contact-0.7/m4/libtool.m4:6471:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
ssh-contact-0.7/m4/libtool.m4-6472-		$RANLIB $oldlib'
##############################################
ssh-contact-0.7/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ssh-contact-0.7/m4/libtool.m4:6476:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
ssh-contact-0.7/m4/libtool.m4-6477-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ssh-contact-0.7/m4/libtool.m4-6479-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ssh-contact-0.7/m4/libtool.m4:6480:		$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'
ssh-contact-0.7/m4/libtool.m4-6481-	      ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6489-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
ssh-contact-0.7/m4/libtool.m4:6490:	    _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'
ssh-contact-0.7/m4/libtool.m4-6491-            ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6508-	    # dependencies.
ssh-contact-0.7/m4/libtool.m4:6509:	    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'
ssh-contact-0.7/m4/libtool.m4-6510-	    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6523-	  *)
ssh-contact-0.7/m4/libtool.m4:6524:	    case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/m4/libtool.m4-6525-	    *Sun\ C*)
##############################################
ssh-contact-0.7/m4/libtool.m4-6530-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ssh-contact-0.7/m4/libtool.m4:6531:	      _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'
ssh-contact-0.7/m4/libtool.m4-6532-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ssh-contact-0.7/m4/libtool.m4-6600-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
ssh-contact-0.7/m4/libtool.m4:6601:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ssh-contact-0.7/m4/libtool.m4-6602-	    _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'
##############################################
ssh-contact-0.7/m4/libtool.m4-6619-	    # to its proper name (with version) after linking.
ssh-contact-0.7/m4/libtool.m4:6620:	    _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'
ssh-contact-0.7/m4/libtool.m4-6621-
##############################################
ssh-contact-0.7/m4/libtool.m4-6640-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ssh-contact-0.7/m4/libtool.m4:6641:	        _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'
ssh-contact-0.7/m4/libtool.m4-6642-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ssh-contact-0.7/m4/libtool.m4-6645-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ssh-contact-0.7/m4/libtool.m4:6646:	        _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'
ssh-contact-0.7/m4/libtool.m4:6647:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ssh-contact-0.7/m4/libtool.m4-6648-	          echo "-hidden">> $lib.exp~
ssh-contact-0.7/m4/libtool.m4:6649:	          $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~
ssh-contact-0.7/m4/libtool.m4-6650-	          $RM $lib.exp'
##############################################
ssh-contact-0.7/m4/libtool.m4-6664-	    # dependencies.
ssh-contact-0.7/m4/libtool.m4:6665:	    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"'
ssh-contact-0.7/m4/libtool.m4-6666-	    ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6671-	        osf3*)
ssh-contact-0.7/m4/libtool.m4:6672:	          _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'
ssh-contact-0.7/m4/libtool.m4-6673-		  ;;
ssh-contact-0.7/m4/libtool.m4-6674-	        *)
ssh-contact-0.7/m4/libtool.m4:6675:	          _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'
ssh-contact-0.7/m4/libtool.m4-6676-		  ;;
##############################################
ssh-contact-0.7/m4/libtool.m4-6924-  case ${2} in
ssh-contact-0.7/m4/libtool.m4:6925:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
ssh-contact-0.7/m4/libtool.m4:6926:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
ssh-contact-0.7/m4/libtool.m4-6927-  esac
##############################################
ssh-contact-0.7/m4/libtool.m4-7012-
ssh-contact-0.7/m4/libtool.m4:7013:  for p in `eval "$output_verbose_link_cmd"`; do
ssh-contact-0.7/m4/libtool.m4-7014-    case ${prev}${p} in
##############################################
ssh-contact-0.7/m4/libtool.m4-7110-linux*)
ssh-contact-0.7/m4/libtool.m4:7111:  case `$CC -V 2>&1 | sed 5q` in
ssh-contact-0.7/m4/libtool.m4-7112-  *Sun\ C*)
##############################################
ssh-contact-0.7/m4/libtool.m4-7161-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ssh-contact-0.7/m4/libtool.m4:7162: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
ssh-contact-0.7/m4/libtool.m4-7163-fi
##############################################
ssh-contact-0.7/m4/libtool.m4-7773-    test $lt_ac_count -gt 10 && break
ssh-contact-0.7/m4/libtool.m4:7774:    lt_ac_count=`expr $lt_ac_count + 1`
ssh-contact-0.7/m4/libtool.m4-7775-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
ssh-contact-0.7/m4/libtool.m4-7844-# ------------------------------------------------------
ssh-contact-0.7/m4/libtool.m4:7845:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
ssh-contact-0.7/m4/libtool.m4-7846-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
ssh-contact-0.7/ltmain.sh-167-{
ssh-contact-0.7/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
ssh-contact-0.7/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
ssh-contact-0.7/ltmain.sh-179-{
ssh-contact-0.7/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
ssh-contact-0.7/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-198-    # Extract subdirectory from the argument.
ssh-contact-0.7/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
ssh-contact-0.7/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
ssh-contact-0.7/ltmain.sh-204-    fi
ssh-contact-0.7/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
ssh-contact-0.7/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-217-    case ${2} in
ssh-contact-0.7/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
ssh-contact-0.7/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
ssh-contact-0.7/ltmain.sh-220-    esac
##############################################
ssh-contact-0.7/ltmain.sh-380-     progdir=$func_dirname_result
ssh-contact-0.7/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
ssh-contact-0.7/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
ssh-contact-0.7/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
ssh-contact-0.7/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
ssh-contact-0.7/ltmain.sh-419-bs='\\'
##############################################
ssh-contact-0.7/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
ssh-contact-0.7/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
ssh-contact-0.7/ltmain.sh-533-      done
ssh-contact-0.7/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
ssh-contact-0.7/ltmain.sh-535-
##############################################
ssh-contact-0.7/ltmain.sh-566-      # If mktemp works, use that first and foremost
ssh-contact-0.7/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
ssh-contact-0.7/ltmain.sh-568-
##############################################
ssh-contact-0.7/ltmain.sh-597-      *[\\\`\"\$]*)
ssh-contact-0.7/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
ssh-contact-0.7/ltmain.sh-599-      *)
##############################################
ssh-contact-0.7/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
ssh-contact-0.7/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
ssh-contact-0.7/ltmain.sh-704-    ;;
##############################################
ssh-contact-0.7/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
ssh-contact-0.7/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
ssh-contact-0.7/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
ssh-contact-0.7/ltmain.sh-772-	p
##############################################
ssh-contact-0.7/ltmain.sh-803-
ssh-contact-0.7/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
ssh-contact-0.7/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
ssh-contact-0.7/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-816-
ssh-contact-0.7/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
ssh-contact-0.7/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
ssh-contact-0.7/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-862-{
ssh-contact-0.7/ltmain.sh:863:    func_arith_result=`expr "${@}"`
ssh-contact-0.7/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-870-{
ssh-contact-0.7/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
ssh-contact-0.7/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-877-{
ssh-contact-0.7/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
ssh-contact-0.7/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-884-{
ssh-contact-0.7/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
ssh-contact-0.7/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
ssh-contact-0.7/ltmain.sh-968-	# quotes we have to do it in 2 steps:
ssh-contact-0.7/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
ssh-contact-0.7/ltmain.sh-970-	eval "$extractedcf"
##############################################
ssh-contact-0.7/ltmain.sh-1382-      done
ssh-contact-0.7/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
ssh-contact-0.7/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
ssh-contact-0.7/ltmain.sh-1385-      case $@ in
##############################################
ssh-contact-0.7/ltmain.sh-1395-	    # Evaluate the configuration.
ssh-contact-0.7/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
ssh-contact-0.7/ltmain.sh-1397-	    CC_quoted=
##############################################
ssh-contact-0.7/ltmain.sh-1401-	    done
ssh-contact-0.7/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
ssh-contact-0.7/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
ssh-contact-0.7/ltmain.sh-1404-	    case "$@ " in
##############################################
ssh-contact-0.7/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
ssh-contact-0.7/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
ssh-contact-0.7/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
ssh-contact-0.7/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
ssh-contact-0.7/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
ssh-contact-0.7/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
ssh-contact-0.7/ltmain.sh-1721-    # LT_CYGPATH in this case.
ssh-contact-0.7/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
ssh-contact-0.7/ltmain.sh-1723-  fi
##############################################
ssh-contact-0.7/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
ssh-contact-0.7/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
ssh-contact-0.7/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
ssh-contact-0.7/ltmain.sh-2060-    *.[cCFSifmso] | \
ssh-contact-0.7/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
ssh-contact-0.7/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
ssh-contact-0.7/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
ssh-contact-0.7/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
ssh-contact-0.7/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
ssh-contact-0.7/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
ssh-contact-0.7/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
ssh-contact-0.7/ltmain.sh-2158-
##############################################
ssh-contact-0.7/ltmain.sh-2204-      if test "$need_locks" = warn &&
ssh-contact-0.7/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ssh-contact-0.7/ltmain.sh-2206-	$ECHO "\
ssh-contact-0.7/ltmain.sh-2207-*** ERROR, $lockfile contains:
ssh-contact-0.7/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
ssh-contact-0.7/ltmain.sh-2209-
##############################################
ssh-contact-0.7/ltmain.sh-2253-      if test "$need_locks" = warn &&
ssh-contact-0.7/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ssh-contact-0.7/ltmain.sh-2255-	$ECHO "\
ssh-contact-0.7/ltmain.sh-2256-*** ERROR, $lockfile contains:
ssh-contact-0.7/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
ssh-contact-0.7/ltmain.sh-2258-
##############################################
ssh-contact-0.7/ltmain.sh-2548-	  test -n "$library_names" && \
ssh-contact-0.7/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
ssh-contact-0.7/ltmain.sh-2550-	  continue
##############################################
ssh-contact-0.7/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
ssh-contact-0.7/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
ssh-contact-0.7/ltmain.sh-2561-	  fi
##############################################
ssh-contact-0.7/ltmain.sh-2577-      # Get the absolute pathname.
ssh-contact-0.7/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
ssh-contact-0.7/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
ssh-contact-0.7/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
ssh-contact-0.7/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
ssh-contact-0.7/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
ssh-contact-0.7/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
ssh-contact-0.7/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
ssh-contact-0.7/ltmain.sh-2959-
##############################################
ssh-contact-0.7/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
ssh-contact-0.7/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ssh-contact-0.7/ltmain.sh-2972-	  else
ssh-contact-0.7/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
ssh-contact-0.7/ltmain.sh-2974-	  fi
##############################################
ssh-contact-0.7/ltmain.sh-3130-	    fi
ssh-contact-0.7/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
ssh-contact-0.7/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
ssh-contact-0.7/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
ssh-contact-0.7/ltmain.sh-3134-	      finalize=no
##############################################
ssh-contact-0.7/ltmain.sh-3149-	        # Replace the output file specification.
ssh-contact-0.7/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
ssh-contact-0.7/ltmain.sh-3151-
##############################################
ssh-contact-0.7/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
ssh-contact-0.7/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
ssh-contact-0.7/ltmain.sh-3170-	  fi
##############################################
ssh-contact-0.7/ltmain.sh-3241-    my_pic_p="${3-no}"
ssh-contact-0.7/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
ssh-contact-0.7/ltmain.sh-3243-    my_dlsyms=
##############################################
ssh-contact-0.7/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
ssh-contact-0.7/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ssh-contact-0.7/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
ssh-contact-0.7/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
ssh-contact-0.7/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
ssh-contact-0.7/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
ssh-contact-0.7/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
ssh-contact-0.7/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ssh-contact-0.7/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ssh-contact-0.7/ltmain.sh-3509-	  else
ssh-contact-0.7/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ssh-contact-0.7/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ssh-contact-0.7/ltmain.sh-3512-	  fi
##############################################
ssh-contact-0.7/ltmain.sh-3514-	*)
ssh-contact-0.7/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ssh-contact-0.7/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ssh-contact-0.7/ltmain.sh-3517-	  ;;
##############################################
ssh-contact-0.7/ltmain.sh-3529-      # Nullify the symbol file.
ssh-contact-0.7/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
ssh-contact-0.7/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
ssh-contact-0.7/ltmain.sh-3532-    fi
##############################################
ssh-contact-0.7/ltmain.sh-3545-  win32_libid_type="unknown"
ssh-contact-0.7/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
ssh-contact-0.7/ltmain.sh-3547-  case $win32_fileres in
##############################################
ssh-contact-0.7/ltmain.sh-3596-  $opt_debug
ssh-contact-0.7/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
ssh-contact-0.7/ltmain.sh-3598-}
##############################################
ssh-contact-0.7/ltmain.sh-3613-  $opt_debug
ssh-contact-0.7/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
ssh-contact-0.7/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
ssh-contact-0.7/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ssh-contact-0.7/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
ssh-contact-0.7/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
ssh-contact-0.7/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ssh-contact-0.7/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
ssh-contact-0.7/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
ssh-contact-0.7/ltmain.sh-3700-    # binutils import library
ssh-contact-0.7/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
ssh-contact-0.7/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
ssh-contact-0.7/ltmain.sh-3703-    # ms-generated import library
ssh-contact-0.7/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
ssh-contact-0.7/ltmain.sh-3705-  else
##############################################
ssh-contact-0.7/ltmain.sh-3780-	  darwin_curdir=`pwd`
ssh-contact-0.7/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
ssh-contact-0.7/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
ssh-contact-0.7/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
ssh-contact-0.7/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
ssh-contact-0.7/ltmain.sh-3785-	    darwin_arch=
##############################################
ssh-contact-0.7/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
ssh-contact-0.7/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
ssh-contact-0.7/ltmain.sh-3797-	    darwin_file=
##############################################
ssh-contact-0.7/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
ssh-contact-0.7/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
ssh-contact-0.7/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
ssh-contact-0.7/ltmain.sh-3814-      esac
ssh-contact-0.7/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
ssh-contact-0.7/ltmain.sh-3816-    done
##############################################
ssh-contact-0.7/ltmain.sh-3885-
ssh-contact-0.7/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
ssh-contact-0.7/ltmain.sh-3887-    $ECHO "\
##############################################
ssh-contact-0.7/ltmain.sh-3920-    --lt-dump-script)
ssh-contact-0.7/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
ssh-contact-0.7/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
ssh-contact-0.7/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
ssh-contact-0.7/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
ssh-contact-0.7/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
ssh-contact-0.7/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
ssh-contact-0.7/ltmain.sh-3949-  done
##############################################
ssh-contact-0.7/ltmain.sh-4005-  # Find the directory that this script lives in.
ssh-contact-0.7/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
ssh-contact-0.7/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ssh-contact-0.7/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
ssh-contact-0.7/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
ssh-contact-0.7/ltmain.sh-4011-  while test -n \"\$file\"; do
ssh-contact-0.7/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
ssh-contact-0.7/ltmain.sh-4013-
##############################################
ssh-contact-0.7/ltmain.sh-4021-
ssh-contact-0.7/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
ssh-contact-0.7/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
ssh-contact-0.7/ltmain.sh-4024-  done
##############################################
ssh-contact-0.7/ltmain.sh-4035-    case \"\$thisdir\" in
ssh-contact-0.7/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
ssh-contact-0.7/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
ssh-contact-0.7/ltmain.sh-4041-  # Try to get the absolute directory name.
ssh-contact-0.7/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
ssh-contact-0.7/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ssh-contact-0.7/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
ssh-contact-0.7/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
ssh-contact-0.7/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ssh-contact-0.7/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
ssh-contact-0.7/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ssh-contact-0.7/ltmain.sh-4068-      else
##############################################
ssh-contact-0.7/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
ssh-contact-0.7/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
ssh-contact-0.7/ltmain.sh-4112-
##############################################
ssh-contact-0.7/ltmain.sh-5085-    $opt_debug
ssh-contact-0.7/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
ssh-contact-0.7/ltmain.sh-5087-    *import*) : ;;
##############################################
ssh-contact-0.7/ltmain.sh-5307-	    moreargs=
ssh-contact-0.7/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
ssh-contact-0.7/ltmain.sh-5309-	    do
##############################################
ssh-contact-0.7/ltmain.sh-5563-	*)
ssh-contact-0.7/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
ssh-contact-0.7/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
ssh-contact-0.7/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ssh-contact-0.7/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
ssh-contact-0.7/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
ssh-contact-0.7/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
ssh-contact-0.7/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
ssh-contact-0.7/ltmain.sh-6018-    else
##############################################
ssh-contact-0.7/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
ssh-contact-0.7/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ssh-contact-0.7/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
ssh-contact-0.7/ltmain.sh-6394-	else
ssh-contact-0.7/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
ssh-contact-0.7/ltmain.sh-6396-	fi
##############################################
ssh-contact-0.7/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
ssh-contact-0.7/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
ssh-contact-0.7/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
ssh-contact-0.7/ltmain.sh-6431-	fi
ssh-contact-0.7/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
ssh-contact-0.7/ltmain.sh-6504-	*)
ssh-contact-0.7/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
ssh-contact-0.7/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
ssh-contact-0.7/ltmain.sh-6757-	    shift
ssh-contact-0.7/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
ssh-contact-0.7/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ssh-contact-0.7/ltmain.sh-7049-		*)
ssh-contact-0.7/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
ssh-contact-0.7/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
ssh-contact-0.7/ltmain.sh-7060-		  depdepl=
ssh-contact-0.7/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ssh-contact-0.7/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
ssh-contact-0.7/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
ssh-contact-0.7/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
ssh-contact-0.7/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
ssh-contact-0.7/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
ssh-contact-0.7/ltmain.sh-7071-                      fi
##############################################
ssh-contact-0.7/ltmain.sh-7082-		else
ssh-contact-0.7/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ssh-contact-0.7/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
ssh-contact-0.7/ltmain.sh-7105-	else
ssh-contact-0.7/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh-7107-	fi
##############################################
ssh-contact-0.7/ltmain.sh-7254-	test "$module" = no && \
ssh-contact-0.7/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
ssh-contact-0.7/ltmain.sh-7256-
##############################################
ssh-contact-0.7/ltmain.sh-7392-	if test "$age" -gt "$current"; then
ssh-contact-0.7/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
ssh-contact-0.7/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
ssh-contact-0.7/ltmain.sh-7553-	removelist=
ssh-contact-0.7/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
ssh-contact-0.7/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
ssh-contact-0.7/ltmain.sh-7579-	# Transform .lo files to .o files.
ssh-contact-0.7/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
ssh-contact-0.7/ltmain.sh-7581-      fi
##############################################
ssh-contact-0.7/ltmain.sh-7584-      #for path in $notinst_path; do
ssh-contact-0.7/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
ssh-contact-0.7/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
ssh-contact-0.7/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
ssh-contact-0.7/ltmain.sh-7588-      #done
##############################################
ssh-contact-0.7/ltmain.sh-7705-		if test -n "$i" ; then
ssh-contact-0.7/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
ssh-contact-0.7/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ssh-contact-0.7/ltmain.sh-7708-		  set dummy $deplib_matches; shift
ssh-contact-0.7/ltmain.sh-7709-		  deplib_match=$1
ssh-contact-0.7/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ssh-contact-0.7/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
ssh-contact-0.7/ltmain.sh-7748-		  if test -n "$i" ; then
ssh-contact-0.7/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
ssh-contact-0.7/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ssh-contact-0.7/ltmain.sh-7751-		    set dummy $deplib_matches; shift
ssh-contact-0.7/ltmain.sh-7752-		    deplib_match=$1
ssh-contact-0.7/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ssh-contact-0.7/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
ssh-contact-0.7/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
ssh-contact-0.7/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ssh-contact-0.7/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
ssh-contact-0.7/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
ssh-contact-0.7/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
ssh-contact-0.7/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
ssh-contact-0.7/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
ssh-contact-0.7/ltmain.sh-7802-		else
##############################################
ssh-contact-0.7/ltmain.sh-7808-		    shopt -s nocaseglob
ssh-contact-0.7/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ssh-contact-0.7/ltmain.sh-7810-		    $nocaseglob
ssh-contact-0.7/ltmain.sh-7811-		  else
ssh-contact-0.7/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ssh-contact-0.7/ltmain.sh-7813-		  fi
##############################################
ssh-contact-0.7/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
ssh-contact-0.7/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
ssh-contact-0.7/ltmain.sh-7828-			case $potliblink in
ssh-contact-0.7/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
ssh-contact-0.7/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
ssh-contact-0.7/ltmain.sh-7831-			esac
##############################################
ssh-contact-0.7/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
ssh-contact-0.7/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ssh-contact-0.7/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
ssh-contact-0.7/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
ssh-contact-0.7/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
ssh-contact-0.7/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ssh-contact-0.7/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ssh-contact-0.7/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
ssh-contact-0.7/ltmain.sh-7921-	  newdeplibs=""
ssh-contact-0.7/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
ssh-contact-0.7/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
ssh-contact-0.7/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
ssh-contact-0.7/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
ssh-contact-0.7/ltmain.sh-7927-	    done
##############################################
ssh-contact-0.7/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
ssh-contact-0.7/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
ssh-contact-0.7/ltmain.sh-7953-	  ;;
##############################################
ssh-contact-0.7/ltmain.sh-8003-	*-*-darwin*)
ssh-contact-0.7/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh-8007-	  ;;
##############################################
ssh-contact-0.7/ltmain.sh-8130-	# Use standard objects if they are pic
ssh-contact-0.7/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ssh-contact-0.7/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
ssh-contact-0.7/ltmain.sh-8145-	    # exporting using user supplied symfile
ssh-contact-0.7/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
ssh-contact-0.7/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
ssh-contact-0.7/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
ssh-contact-0.7/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
ssh-contact-0.7/ltmain.sh-8644-	else
##############################################
ssh-contact-0.7/ltmain.sh-8656-      # Create the old-style object.
ssh-contact-0.7/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
ssh-contact-0.7/ltmain.sh-8658-
##############################################
ssh-contact-0.7/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
ssh-contact-0.7/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
ssh-contact-0.7/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
ssh-contact-0.7/ltmain.sh-8719-	;;
##############################################
ssh-contact-0.7/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
ssh-contact-0.7/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ssh-contact-0.7/ltmain.sh-8737-	;;
##############################################
ssh-contact-0.7/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ssh-contact-0.7/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
ssh-contact-0.7/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
ssh-contact-0.7/ltmain.sh-8872-	# Transform all the library objects into standard objects.
ssh-contact-0.7/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ssh-contact-0.7/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ssh-contact-0.7/ltmain.sh-8875-      fi
##############################################
ssh-contact-0.7/ltmain.sh-8902-	# Replace the output file specification.
ssh-contact-0.7/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ssh-contact-0.7/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
ssh-contact-0.7/ltmain.sh-8911-	  func_to_tool_file "$output"
ssh-contact-0.7/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ssh-contact-0.7/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ssh-contact-0.7/ltmain.sh-8955-	# Replace the output file specification.
ssh-contact-0.7/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ssh-contact-0.7/ltmain.sh-8957-	# Delete the old output file.
##############################################
ssh-contact-0.7/ltmain.sh-8963-	  func_to_tool_file "$output"
ssh-contact-0.7/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ssh-contact-0.7/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ssh-contact-0.7/ltmain.sh-8981-	  if test "$fast_install" = yes; then
ssh-contact-0.7/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
ssh-contact-0.7/ltmain.sh-8983-	  else
##############################################
ssh-contact-0.7/ltmain.sh-8993-      # Replace the output file specification.
ssh-contact-0.7/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ssh-contact-0.7/ltmain.sh-8995-
##############################################
ssh-contact-0.7/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
ssh-contact-0.7/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ssh-contact-0.7/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ssh-contact-0.7/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
ssh-contact-0.7/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ssh-contact-0.7/ltmain.sh-9025-      fi
##############################################
ssh-contact-0.7/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ssh-contact-0.7/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ssh-contact-0.7/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
ssh-contact-0.7/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
ssh-contact-0.7/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
ssh-contact-0.7/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
ssh-contact-0.7/ltmain.sh-9314-		name="$func_basename_result"
ssh-contact-0.7/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ssh-contact-0.7/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
ssh-contact-0.7/ltmain.sh-9333-		name="$func_basename_result"
ssh-contact-0.7/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ssh-contact-0.7/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
ssh-contact-0.7/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ssh-contact-0.7/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
ssh-contact-0.7/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ssh-contact-0.7/config.sub-57-
ssh-contact-0.7/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
ssh-contact-0.7/config.sub-59-
##############################################
ssh-contact-0.7/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
ssh-contact-0.7/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ssh-contact-0.7/config.sub-124-case $maybe_os in
##############################################
ssh-contact-0.7/config.sub-130-    os=-$maybe_os
ssh-contact-0.7/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ssh-contact-0.7/config.sub-132-    ;;
##############################################
ssh-contact-0.7/config.sub-134-    os=-linux-android
ssh-contact-0.7/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ssh-contact-0.7/config.sub-136-    ;;
ssh-contact-0.7/config.sub-137-  *)
ssh-contact-0.7/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ssh-contact-0.7/config.sub-139-    if [ $basic_machine != $1 ]
ssh-contact-0.7/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
ssh-contact-0.7/config.sub-141-    else os=; fi
##############################################
ssh-contact-0.7/config.sub-188-		os=-sco5v6
ssh-contact-0.7/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-190-		;;
##############################################
ssh-contact-0.7/config.sub-192-		os=-sco3.2v5
ssh-contact-0.7/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-194-		;;
##############################################
ssh-contact-0.7/config.sub-196-		os=-sco3.2v4
ssh-contact-0.7/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-198-		;;
ssh-contact-0.7/config.sub-199-	-sco3.2.[4-9]*)
ssh-contact-0.7/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ssh-contact-0.7/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-202-		;;
##############################################
ssh-contact-0.7/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
ssh-contact-0.7/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-206-		;;
##############################################
ssh-contact-0.7/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
ssh-contact-0.7/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-210-		;;
##############################################
ssh-contact-0.7/config.sub-212-		os=-sco3.2v2
ssh-contact-0.7/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-214-		;;
ssh-contact-0.7/config.sub-215-	-udk*)
ssh-contact-0.7/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-217-		;;
##############################################
ssh-contact-0.7/config.sub-219-		os=-isc2.2
ssh-contact-0.7/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-221-		;;
##############################################
ssh-contact-0.7/config.sub-225-	-isc*)
ssh-contact-0.7/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ssh-contact-0.7/config.sub-227-		;;
##############################################
ssh-contact-0.7/config.sub-231-	-ptx*)
ssh-contact-0.7/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ssh-contact-0.7/config.sub-233-		;;
ssh-contact-0.7/config.sub-234-	-windowsnt*)
ssh-contact-0.7/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ssh-contact-0.7/config.sub-236-		;;
##############################################
ssh-contact-0.7/config.sub-357-	*-*-*)
ssh-contact-0.7/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ssh-contact-0.7/config.sub-359-		exit 1
##############################################
ssh-contact-0.7/config.sub-475-	amd64-*)
ssh-contact-0.7/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-477-		;;
##############################################
ssh-contact-0.7/config.sub-517-	blackfin-*)
ssh-contact-0.7/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-519-		os=-linux
##############################################
ssh-contact-0.7/config.sub-525-	c54x-*)
ssh-contact-0.7/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-527-		;;
ssh-contact-0.7/config.sub-528-	c55x-*)
ssh-contact-0.7/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-530-		;;
ssh-contact-0.7/config.sub-531-	c6x-*)
ssh-contact-0.7/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-533-		;;
##############################################
ssh-contact-0.7/config.sub-728-	i*86v32)
ssh-contact-0.7/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ssh-contact-0.7/config.sub-730-		os=-sysv32
##############################################
ssh-contact-0.7/config.sub-732-	i*86v4*)
ssh-contact-0.7/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ssh-contact-0.7/config.sub-734-		os=-sysv4
##############################################
ssh-contact-0.7/config.sub-736-	i*86v)
ssh-contact-0.7/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ssh-contact-0.7/config.sub-738-		os=-sysv
##############################################
ssh-contact-0.7/config.sub-740-	i*86sol2)
ssh-contact-0.7/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ssh-contact-0.7/config.sub-742-		os=-solaris2
##############################################
ssh-contact-0.7/config.sub-770-	m68knommu-*)
ssh-contact-0.7/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-772-		os=-linux
##############################################
ssh-contact-0.7/config.sub-803-	mips3*-*)
ssh-contact-0.7/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ssh-contact-0.7/config.sub-805-		;;
ssh-contact-0.7/config.sub-806-	mips3*)
ssh-contact-0.7/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ssh-contact-0.7/config.sub-808-		;;
##############################################
ssh-contact-0.7/config.sub-821-	ms1-*)
ssh-contact-0.7/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ssh-contact-0.7/config.sub-823-		;;
##############################################
ssh-contact-0.7/config.sub-940-	parisc-*)
ssh-contact-0.7/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-942-		os=-linux
##############################################
ssh-contact-0.7/config.sub-956-	pc98-*)
ssh-contact-0.7/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-958-		;;
##############################################
ssh-contact-0.7/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ssh-contact-0.7/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-973-		;;
ssh-contact-0.7/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ssh-contact-0.7/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-976-		;;
ssh-contact-0.7/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ssh-contact-0.7/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-979-		;;
ssh-contact-0.7/config.sub-980-	pentium4-*)
ssh-contact-0.7/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-982-		;;
##############################################
ssh-contact-0.7/config.sub-990-	ppc-* | ppcbe-*)
ssh-contact-0.7/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-992-		;;
##############################################
ssh-contact-0.7/config.sub-996-	ppcle-* | powerpclittle-*)
ssh-contact-0.7/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-998-		;;
##############################################
ssh-contact-0.7/config.sub-1000-		;;
ssh-contact-0.7/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-1002-		;;
##############################################
ssh-contact-0.7/config.sub-1006-	ppc64le-* | powerpc64little-*)
ssh-contact-0.7/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-1008-		;;
##############################################
ssh-contact-0.7/config.sub-1085-	strongarm-* | thumb-*)
ssh-contact-0.7/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ssh-contact-0.7/config.sub-1087-		;;
##############################################
ssh-contact-0.7/config.sub-1215-	xscale-* | xscalee[bl]-*)
ssh-contact-0.7/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ssh-contact-0.7/config.sub-1217-		;;
##############################################
ssh-contact-0.7/config.sub-1292-	*)
ssh-contact-0.7/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ssh-contact-0.7/config.sub-1294-		exit 1
##############################################
ssh-contact-0.7/config.sub-1300-	*-digital*)
ssh-contact-0.7/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ssh-contact-0.7/config.sub-1302-		;;
ssh-contact-0.7/config.sub-1303-	*-commodore*)
ssh-contact-0.7/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ssh-contact-0.7/config.sub-1305-		;;
##############################################
ssh-contact-0.7/config.sub-1321-	-solaris1 | -solaris1.*)
ssh-contact-0.7/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ssh-contact-0.7/config.sub-1323-		;;
##############################################
ssh-contact-0.7/config.sub-1333-	-gnu/linux*)
ssh-contact-0.7/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ssh-contact-0.7/config.sub-1335-		;;
##############################################
ssh-contact-0.7/config.sub-1379-	-nto*)
ssh-contact-0.7/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ssh-contact-0.7/config.sub-1381-		;;
##############################################
ssh-contact-0.7/config.sub-1386-	-mac*)
ssh-contact-0.7/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
ssh-contact-0.7/config.sub-1388-		;;
##############################################
ssh-contact-0.7/config.sub-1392-	-linux*)
ssh-contact-0.7/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ssh-contact-0.7/config.sub-1394-		;;
ssh-contact-0.7/config.sub-1395-	-sunos5*)
ssh-contact-0.7/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ssh-contact-0.7/config.sub-1397-		;;
ssh-contact-0.7/config.sub-1398-	-sunos6*)
ssh-contact-0.7/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ssh-contact-0.7/config.sub-1400-		;;
##############################################
ssh-contact-0.7/config.sub-1447-	-sinix5.*)
ssh-contact-0.7/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
ssh-contact-0.7/config.sub-1449-		;;
##############################################
ssh-contact-0.7/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
ssh-contact-0.7/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
ssh-contact-0.7/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ssh-contact-0.7/config.sub-1506-		exit 1
##############################################
ssh-contact-0.7/config.sub-1760-		esac
ssh-contact-0.7/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ssh-contact-0.7/config.sub-1762-		;;
##############################################
ssh-contact-0.7/Makefile.in-92-  while test -n "$$dir1"; do \
ssh-contact-0.7/Makefile.in:93:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ssh-contact-0.7/Makefile.in-94-    if test "$$first" != "."; then \
ssh-contact-0.7/Makefile.in-95-      if test "$$first" = ".."; then \
ssh-contact-0.7/Makefile.in:96:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ssh-contact-0.7/Makefile.in:97:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ssh-contact-0.7/Makefile.in-98-      else \
ssh-contact-0.7/Makefile.in:99:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ssh-contact-0.7/Makefile.in-100-        if test "$$first2" = "$$first"; then \
ssh-contact-0.7/Makefile.in:101:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ssh-contact-0.7/Makefile.in-102-        else \
##############################################
ssh-contact-0.7/Makefile.in-107-    fi; \
ssh-contact-0.7/Makefile.in:108:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ssh-contact-0.7/Makefile.in-109-  done; \
##############################################
ssh-contact-0.7/Makefile.in-357-	dot_seen=no; \
ssh-contact-0.7/Makefile.in:358:	target=`echo $@ | sed s/-recursive//`; \
ssh-contact-0.7/Makefile.in-359-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ssh-contact-0.7/Makefile.in-392-	rev="$$rev ."; \
ssh-contact-0.7/Makefile.in:393:	target=`echo $@ | sed s/-recursive//`; \
ssh-contact-0.7/Makefile.in-394-	for subdir in $$rev; do \
##############################################
ssh-contact-0.7/Makefile.in-470-GTAGS:
ssh-contact-0.7/Makefile.in:471:	here=`$(am__cd) $(top_builddir) && pwd` \
ssh-contact-0.7/Makefile.in-472-	  && $(am__cd) $(top_srcdir) \
##############################################
ssh-contact-0.7/Makefile.in-480-	test -d "$(distdir)" || mkdir "$(distdir)"
ssh-contact-0.7/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ssh-contact-0.7/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ssh-contact-0.7/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
ssh-contact-0.7/Makefile.in-494-	  if test -d $$d/$$file; then \
ssh-contact-0.7/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ssh-contact-0.7/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
ssh-contact-0.7/Makefile.in-608-	test -d $(distdir)/_build || exit 0; \
ssh-contact-0.7/Makefile.in:609:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ssh-contact-0.7/Makefile.in-610-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ssh-contact-0.7/Makefile.in-651-	}; \
ssh-contact-0.7/Makefile.in:652:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ssh-contact-0.7/Makefile.in-653-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ssh-contact-0.7/Makefile.in-663-	fi
ssh-contact-0.7/Makefile.in:664:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ssh-contact-0.7/Makefile.in-665-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ssh-contact-0.7/src/Makefile.in-95-DIST_SOURCES = $(ssh_contact_SOURCES) $(ssh_contact_service_SOURCES)
ssh-contact-0.7/src/Makefile.in:96:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ssh-contact-0.7/src/Makefile.in-97-am__vpath_adj = case $$p in \
ssh-contact-0.7/src/Makefile.in:98:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ssh-contact-0.7/src/Makefile.in-99-    *) f=$$p;; \
ssh-contact-0.7/src/Makefile.in-100-  esac;
ssh-contact-0.7/src/Makefile.in:101:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ssh-contact-0.7/src/Makefile.in-102-am__install_max = 40
ssh-contact-0.7/src/Makefile.in-103-am__nobase_strip_setup = \
ssh-contact-0.7/src/Makefile.in:104:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ssh-contact-0.7/src/Makefile.in-105-am__nobase_strip = \
##############################################
ssh-contact-0.7/src/Makefile.in-395-	test -n "$(EXEEXT)" || exit 0; \
ssh-contact-0.7/src/Makefile.in:396:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ssh-contact-0.7/src/Makefile.in-397-	echo " rm -f" $$list; \
##############################################
ssh-contact-0.7/src/Makefile.in-438-	test -n "$(EXEEXT)" || exit 0; \
ssh-contact-0.7/src/Makefile.in:439:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ssh-contact-0.7/src/Makefile.in-440-	echo " rm -f" $$list; \
##############################################
ssh-contact-0.7/src/Makefile.in-466-.c.obj:
ssh-contact-0.7/src/Makefile.in:467:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ssh-contact-0.7/src/Makefile.in-468-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ssh-contact-0.7/src/Makefile.in-470-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ssh-contact-0.7/src/Makefile.in:471:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
ssh-contact-0.7/src/Makefile.in-472-
##############################################
ssh-contact-0.7/src/Makefile.in-500-	@list='$(clientfile_DATA)'; test -n "$(clientfiledir)" || list=; \
ssh-contact-0.7/src/Makefile.in:501:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ssh-contact-0.7/src/Makefile.in-502-	dir='$(DESTDIR)$(clientfiledir)'; $(am__uninstall_files_from_dir)
##############################################
ssh-contact-0.7/src/Makefile.in-518-	@list='$(servicefile_DATA)'; test -n "$(servicefiledir)" || list=; \
ssh-contact-0.7/src/Makefile.in:519:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ssh-contact-0.7/src/Makefile.in-520-	dir='$(DESTDIR)$(servicefiledir)'; $(am__uninstall_files_from_dir)
##############################################
ssh-contact-0.7/src/Makefile.in-566-GTAGS:
ssh-contact-0.7/src/Makefile.in:567:	here=`$(am__cd) $(top_builddir) && pwd` \
ssh-contact-0.7/src/Makefile.in-568-	  && $(am__cd) $(top_srcdir) \
##############################################
ssh-contact-0.7/src/Makefile.in-574-distdir: $(DISTFILES)
ssh-contact-0.7/src/Makefile.in:575:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ssh-contact-0.7/src/Makefile.in:576:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ssh-contact-0.7/src/Makefile.in-577-	list='$(DISTFILES)'; \
##############################################
ssh-contact-0.7/src/Makefile.in-588-	  if test -d $$d/$$file; then \
ssh-contact-0.7/src/Makefile.in:589:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ssh-contact-0.7/src/Makefile.in-590-	    if test -d "$(distdir)/$$file"; then \
##############################################
ssh-contact-0.7/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ssh-contact-0.7/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ssh-contact-0.7/depcomp-69-
##############################################
ssh-contact-0.7/depcomp-234-  # Version 6 uses the directory in both cases.
ssh-contact-0.7/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ssh-contact-0.7/depcomp-236-  test "x$dir" = "x$object" && dir=
ssh-contact-0.7/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ssh-contact-0.7/depcomp-238-  if test "$libtool" = yes; then
##############################################
ssh-contact-0.7/depcomp-263-    # Do two passes, one to just change these to
ssh-contact-0.7/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
ssh-contact-0.7/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
ssh-contact-0.7/depcomp-305-  # Do two passes, one to just change these to
ssh-contact-0.7/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
ssh-contact-0.7/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ssh-contact-0.7/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
ssh-contact-0.7/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ssh-contact-0.7/depcomp-323-  test "x$dir" = "x$object" && dir=
ssh-contact-0.7/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ssh-contact-0.7/depcomp-325-  if test "$libtool" = yes; then
##############################################
ssh-contact-0.7/depcomp-365-   # Subdirectories are respected.
ssh-contact-0.7/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ssh-contact-0.7/depcomp-367-   test "x$dir" = "x$object" && dir=
ssh-contact-0.7/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ssh-contact-0.7/depcomp-369-
##############################################
ssh-contact-0.7/depcomp-557-  done
ssh-contact-0.7/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ssh-contact-0.7/depcomp-559-  touch "$tmpdepfile"
##############################################
ssh-contact-0.7/missing-129-       # Could not run --version or --help.  This is probably someone
ssh-contact-0.7/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
ssh-contact-0.7/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
ssh-contact-0.7/missing-163-         from any GNU archive site."
ssh-contact-0.7/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ssh-contact-0.7/missing-165-    test -z "$files" && files="config.h"
##############################################
ssh-contact-0.7/missing-192-         proper tools for further handling them.
ssh-contact-0.7/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
ssh-contact-0.7/missing-194-         archive site."
ssh-contact-0.7/missing-195-
ssh-contact-0.7/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
ssh-contact-0.7/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ssh-contact-0.7/missing-198-    if test -f "$file"; then
##############################################
ssh-contact-0.7/missing-221-	*.y)
ssh-contact-0.7/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ssh-contact-0.7/missing-223-	    if test -f "$SRCFILE"; then
##############################################
ssh-contact-0.7/missing-225-	    fi
ssh-contact-0.7/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ssh-contact-0.7/missing-227-	    if test -f "$SRCFILE"; then
##############################################
ssh-contact-0.7/missing-251-	*.l)
ssh-contact-0.7/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ssh-contact-0.7/missing-253-	    if test -f "$SRCFILE"; then
##############################################
ssh-contact-0.7/missing-270-
ssh-contact-0.7/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
ssh-contact-0.7/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ssh-contact-0.7/missing-273-    if test -f "$file"; then
##############################################
ssh-contact-0.7/missing-290-    # The file to touch is that specified with -o ...
ssh-contact-0.7/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
ssh-contact-0.7/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ssh-contact-0.7/missing-293-    if test -z "$file"; then
ssh-contact-0.7/missing-294-      # ... or it is the one specified with @setfilename ...
ssh-contact-0.7/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ssh-contact-0.7/missing-296-      file=`sed -n '
##############################################
ssh-contact-0.7/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
ssh-contact-0.7/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
ssh-contact-0.7/missing-304-    fi
##############################################
ssh-contact-0.7/config.guess-38-
ssh-contact-0.7/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
ssh-contact-0.7/config.guess-40-
##############################################
ssh-contact-0.7/config.guess-108-: ${TMPDIR=/tmp} ;
ssh-contact-0.7/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ssh-contact-0.7/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ssh-contact-0.7/config.guess-194-	    *)
ssh-contact-0.7/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ssh-contact-0.7/config.guess-196-		;;
##############################################
ssh-contact-0.7/config.guess-221-	*4.0)
ssh-contact-0.7/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ssh-contact-0.7/config.guess-223-		;;
ssh-contact-0.7/config.guess-224-	*5.*)
ssh-contact-0.7/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ssh-contact-0.7/config.guess-226-		;;
##############################################
ssh-contact-0.7/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
ssh-contact-0.7/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ssh-contact-0.7/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
ssh-contact-0.7/config.guess-269-	# 1.2 uses "1.2" for uname -r.
ssh-contact-0.7/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ssh-contact-0.7/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ssh-contact-0.7/config.guess-329-    s390x:SunOS:*:*)
ssh-contact-0.7/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-331-	exit ;;
ssh-contact-0.7/config.guess-332-    sun4H:SunOS:5.*:*)
ssh-contact-0.7/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-334-	exit ;;
ssh-contact-0.7/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ssh-contact-0.7/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-337-	exit ;;
##############################################
ssh-contact-0.7/config.guess-354-	fi
ssh-contact-0.7/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-356-	exit ;;
##############################################
ssh-contact-0.7/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
ssh-contact-0.7/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-362-	exit ;;
##############################################
ssh-contact-0.7/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
ssh-contact-0.7/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ssh-contact-0.7/config.guess-371-	exit ;;
##############################################
ssh-contact-0.7/config.guess-375-    sun*:*:4.2BSD:*)
ssh-contact-0.7/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ssh-contact-0.7/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ssh-contact-0.7/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ssh-contact-0.7/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ssh-contact-0.7/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ssh-contact-0.7/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ssh-contact-0.7/config.guess-513-    *:IRIX*:*:*)
ssh-contact-0.7/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ssh-contact-0.7/config.guess-515-	exit ;;
##############################################
ssh-contact-0.7/config.guess-543-EOF
ssh-contact-0.7/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ssh-contact-0.7/config.guess-545-		then
##############################################
ssh-contact-0.7/config.guess-556-    *:AIX:*:[4567])
ssh-contact-0.7/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ssh-contact-0.7/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ssh-contact-0.7/config.guess-591-    9000/[34678]??:HP-UX:*:*)
ssh-contact-0.7/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ssh-contact-0.7/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
ssh-contact-0.7/config.guess-645-EOF
ssh-contact-0.7/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ssh-contact-0.7/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ssh-contact-0.7/config.guess-673-    ia64:HP-UX:*:*)
ssh-contact-0.7/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ssh-contact-0.7/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ssh-contact-0.7/config.guess-703-EOF
ssh-contact-0.7/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ssh-contact-0.7/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ssh-contact-0.7/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ssh-contact-0.7/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ssh-contact-0.7/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ssh-contact-0.7/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ssh-contact-0.7/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ssh-contact-0.7/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ssh-contact-0.7/config.guess-795-	    amd64)
ssh-contact-0.7/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ssh-contact-0.7/config.guess-797-	    *)
ssh-contact-0.7/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ssh-contact-0.7/config.guess-799-	esac
##############################################
ssh-contact-0.7/config.guess-850-    prep*:SunOS:5.*:*)
ssh-contact-0.7/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ssh-contact-0.7/config.guess-852-	exit ;;
##############################################
ssh-contact-0.7/config.guess-854-	# the GNU system
ssh-contact-0.7/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ssh-contact-0.7/config.guess-856-	exit ;;
##############################################
ssh-contact-0.7/config.guess-858-	# other systems with GNU libc and userland
ssh-contact-0.7/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ssh-contact-0.7/config.guess-860-	exit ;;
##############################################
ssh-contact-0.7/config.guess-923-EOF
ssh-contact-0.7/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
ssh-contact-0.7/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
ssh-contact-0.7/config.guess-951-EOF
ssh-contact-0.7/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ssh-contact-0.7/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
ssh-contact-0.7/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ssh-contact-0.7/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ssh-contact-0.7/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ssh-contact-0.7/config.guess-1306-    *:DragonFly:*:*)
ssh-contact-0.7/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ssh-contact-0.7/config.guess-1308-	exit ;;
##############################################
ssh-contact-0.7/config.guess-1319-    i*86:skyos:*:*)
ssh-contact-0.7/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ssh-contact-0.7/config.guess-1321-	exit ;;
##############################################
ssh-contact-0.7/config.guess-1450-
ssh-contact-0.7/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ssh-contact-0.7/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ssh-contact-0.7/install-sh-229-      fi
ssh-contact-0.7/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ssh-contact-0.7/install-sh-231-    *)
##############################################
ssh-contact-0.7/install-sh-276-      dstdir=$dst
ssh-contact-0.7/install-sh:277:      dst=$dstdir/`basename "$src"`
ssh-contact-0.7/install-sh-278-      dstdir_status=0
##############################################
ssh-contact-0.7/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ssh-contact-0.7/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ssh-contact-0.7/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
ssh-contact-0.7/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ssh-contact-0.7/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ssh-contact-0.7/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ssh-contact-0.7/install-sh-425-	    case $prefix in
ssh-contact-0.7/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ssh-contact-0.7/install-sh-427-	      *) qprefix=$prefix;;
##############################################
ssh-contact-0.7/install-sh-474-    if $copy_on_change &&
ssh-contact-0.7/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ssh-contact-0.7/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ssh-contact-0.7/install-sh-477-