===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
directvnc-0.7.8/ltmain.sh-167-{
directvnc-0.7.8/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
directvnc-0.7.8/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
directvnc-0.7.8/ltmain.sh-179-{
directvnc-0.7.8/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
directvnc-0.7.8/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-198-    # Extract subdirectory from the argument.
directvnc-0.7.8/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
directvnc-0.7.8/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
directvnc-0.7.8/ltmain.sh-204-    fi
directvnc-0.7.8/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
directvnc-0.7.8/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-217-    case ${2} in
directvnc-0.7.8/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
directvnc-0.7.8/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
directvnc-0.7.8/ltmain.sh-220-    esac
##############################################
directvnc-0.7.8/ltmain.sh-380-     progdir=$func_dirname_result
directvnc-0.7.8/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
directvnc-0.7.8/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
directvnc-0.7.8/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
directvnc-0.7.8/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
directvnc-0.7.8/ltmain.sh-419-bs='\\'
##############################################
directvnc-0.7.8/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
directvnc-0.7.8/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
directvnc-0.7.8/ltmain.sh-533-      done
directvnc-0.7.8/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
directvnc-0.7.8/ltmain.sh-535-
##############################################
directvnc-0.7.8/ltmain.sh-566-      # If mktemp works, use that first and foremost
directvnc-0.7.8/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
directvnc-0.7.8/ltmain.sh-568-
##############################################
directvnc-0.7.8/ltmain.sh-597-      *[\\\`\"\$]*)
directvnc-0.7.8/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
directvnc-0.7.8/ltmain.sh-599-      *)
##############################################
directvnc-0.7.8/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
directvnc-0.7.8/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
directvnc-0.7.8/ltmain.sh-704-    ;;
##############################################
directvnc-0.7.8/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
directvnc-0.7.8/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
directvnc-0.7.8/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
directvnc-0.7.8/ltmain.sh-772-	p
##############################################
directvnc-0.7.8/ltmain.sh-803-
directvnc-0.7.8/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
directvnc-0.7.8/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
directvnc-0.7.8/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-816-
directvnc-0.7.8/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
directvnc-0.7.8/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
directvnc-0.7.8/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-862-{
directvnc-0.7.8/ltmain.sh:863:    func_arith_result=`expr "${@}"`
directvnc-0.7.8/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-870-{
directvnc-0.7.8/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
directvnc-0.7.8/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-877-{
directvnc-0.7.8/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
directvnc-0.7.8/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-884-{
directvnc-0.7.8/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
directvnc-0.7.8/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
directvnc-0.7.8/ltmain.sh-968-	# quotes we have to do it in 2 steps:
directvnc-0.7.8/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
directvnc-0.7.8/ltmain.sh-970-	eval "$extractedcf"
##############################################
directvnc-0.7.8/ltmain.sh-1382-      done
directvnc-0.7.8/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
directvnc-0.7.8/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
directvnc-0.7.8/ltmain.sh-1385-      case $@ in
##############################################
directvnc-0.7.8/ltmain.sh-1395-	    # Evaluate the configuration.
directvnc-0.7.8/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
directvnc-0.7.8/ltmain.sh-1397-	    CC_quoted=
##############################################
directvnc-0.7.8/ltmain.sh-1401-	    done
directvnc-0.7.8/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
directvnc-0.7.8/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
directvnc-0.7.8/ltmain.sh-1404-	    case "$@ " in
##############################################
directvnc-0.7.8/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
directvnc-0.7.8/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
directvnc-0.7.8/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
directvnc-0.7.8/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
directvnc-0.7.8/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
directvnc-0.7.8/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
directvnc-0.7.8/ltmain.sh-1721-    # LT_CYGPATH in this case.
directvnc-0.7.8/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
directvnc-0.7.8/ltmain.sh-1723-  fi
##############################################
directvnc-0.7.8/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
directvnc-0.7.8/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
directvnc-0.7.8/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
directvnc-0.7.8/ltmain.sh-2060-    *.[cCFSifmso] | \
directvnc-0.7.8/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
directvnc-0.7.8/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
directvnc-0.7.8/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
directvnc-0.7.8/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
directvnc-0.7.8/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
directvnc-0.7.8/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
directvnc-0.7.8/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
directvnc-0.7.8/ltmain.sh-2158-
##############################################
directvnc-0.7.8/ltmain.sh-2204-      if test "$need_locks" = warn &&
directvnc-0.7.8/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
directvnc-0.7.8/ltmain.sh-2206-	$ECHO "\
directvnc-0.7.8/ltmain.sh-2207-*** ERROR, $lockfile contains:
directvnc-0.7.8/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
directvnc-0.7.8/ltmain.sh-2209-
##############################################
directvnc-0.7.8/ltmain.sh-2253-      if test "$need_locks" = warn &&
directvnc-0.7.8/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
directvnc-0.7.8/ltmain.sh-2255-	$ECHO "\
directvnc-0.7.8/ltmain.sh-2256-*** ERROR, $lockfile contains:
directvnc-0.7.8/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
directvnc-0.7.8/ltmain.sh-2258-
##############################################
directvnc-0.7.8/ltmain.sh-2548-	  test -n "$library_names" && \
directvnc-0.7.8/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
directvnc-0.7.8/ltmain.sh-2550-	  continue
##############################################
directvnc-0.7.8/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
directvnc-0.7.8/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
directvnc-0.7.8/ltmain.sh-2561-	  fi
##############################################
directvnc-0.7.8/ltmain.sh-2577-      # Get the absolute pathname.
directvnc-0.7.8/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
directvnc-0.7.8/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
directvnc-0.7.8/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
directvnc-0.7.8/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
directvnc-0.7.8/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
directvnc-0.7.8/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
directvnc-0.7.8/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
directvnc-0.7.8/ltmain.sh-2959-
##############################################
directvnc-0.7.8/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
directvnc-0.7.8/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
directvnc-0.7.8/ltmain.sh-2972-	  else
directvnc-0.7.8/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
directvnc-0.7.8/ltmain.sh-2974-	  fi
##############################################
directvnc-0.7.8/ltmain.sh-3130-	    fi
directvnc-0.7.8/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
directvnc-0.7.8/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
directvnc-0.7.8/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
directvnc-0.7.8/ltmain.sh-3134-	      finalize=no
##############################################
directvnc-0.7.8/ltmain.sh-3149-	        # Replace the output file specification.
directvnc-0.7.8/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
directvnc-0.7.8/ltmain.sh-3151-
##############################################
directvnc-0.7.8/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
directvnc-0.7.8/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
directvnc-0.7.8/ltmain.sh-3170-	  fi
##############################################
directvnc-0.7.8/ltmain.sh-3241-    my_pic_p="${3-no}"
directvnc-0.7.8/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
directvnc-0.7.8/ltmain.sh-3243-    my_dlsyms=
##############################################
directvnc-0.7.8/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
directvnc-0.7.8/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
directvnc-0.7.8/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
directvnc-0.7.8/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
directvnc-0.7.8/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
directvnc-0.7.8/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
directvnc-0.7.8/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
directvnc-0.7.8/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
directvnc-0.7.8/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
directvnc-0.7.8/ltmain.sh-3509-	  else
directvnc-0.7.8/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
directvnc-0.7.8/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
directvnc-0.7.8/ltmain.sh-3512-	  fi
##############################################
directvnc-0.7.8/ltmain.sh-3514-	*)
directvnc-0.7.8/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
directvnc-0.7.8/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
directvnc-0.7.8/ltmain.sh-3517-	  ;;
##############################################
directvnc-0.7.8/ltmain.sh-3529-      # Nullify the symbol file.
directvnc-0.7.8/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
directvnc-0.7.8/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
directvnc-0.7.8/ltmain.sh-3532-    fi
##############################################
directvnc-0.7.8/ltmain.sh-3545-  win32_libid_type="unknown"
directvnc-0.7.8/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
directvnc-0.7.8/ltmain.sh-3547-  case $win32_fileres in
##############################################
directvnc-0.7.8/ltmain.sh-3596-  $opt_debug
directvnc-0.7.8/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
directvnc-0.7.8/ltmain.sh-3598-}
##############################################
directvnc-0.7.8/ltmain.sh-3613-  $opt_debug
directvnc-0.7.8/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
directvnc-0.7.8/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
directvnc-0.7.8/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
directvnc-0.7.8/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)$'`
directvnc-0.7.8/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
directvnc-0.7.8/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
directvnc-0.7.8/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
directvnc-0.7.8/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
directvnc-0.7.8/ltmain.sh-3700-    # binutils import library
directvnc-0.7.8/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
directvnc-0.7.8/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
directvnc-0.7.8/ltmain.sh-3703-    # ms-generated import library
directvnc-0.7.8/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
directvnc-0.7.8/ltmain.sh-3705-  else
##############################################
directvnc-0.7.8/ltmain.sh-3780-	  darwin_curdir=`pwd`
directvnc-0.7.8/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
directvnc-0.7.8/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
directvnc-0.7.8/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
directvnc-0.7.8/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
directvnc-0.7.8/ltmain.sh-3785-	    darwin_arch=
##############################################
directvnc-0.7.8/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
directvnc-0.7.8/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
directvnc-0.7.8/ltmain.sh-3797-	    darwin_file=
##############################################
directvnc-0.7.8/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
directvnc-0.7.8/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
directvnc-0.7.8/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
directvnc-0.7.8/ltmain.sh-3814-      esac
directvnc-0.7.8/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
directvnc-0.7.8/ltmain.sh-3816-    done
##############################################
directvnc-0.7.8/ltmain.sh-3885-
directvnc-0.7.8/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
directvnc-0.7.8/ltmain.sh-3887-    $ECHO "\
##############################################
directvnc-0.7.8/ltmain.sh-3920-    --lt-dump-script)
directvnc-0.7.8/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
directvnc-0.7.8/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
directvnc-0.7.8/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
directvnc-0.7.8/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
directvnc-0.7.8/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
directvnc-0.7.8/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
directvnc-0.7.8/ltmain.sh-3949-  done
##############################################
directvnc-0.7.8/ltmain.sh-4005-  # Find the directory that this script lives in.
directvnc-0.7.8/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
directvnc-0.7.8/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
directvnc-0.7.8/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
directvnc-0.7.8/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
directvnc-0.7.8/ltmain.sh-4011-  while test -n \"\$file\"; do
directvnc-0.7.8/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
directvnc-0.7.8/ltmain.sh-4013-
##############################################
directvnc-0.7.8/ltmain.sh-4021-
directvnc-0.7.8/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
directvnc-0.7.8/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
directvnc-0.7.8/ltmain.sh-4024-  done
##############################################
directvnc-0.7.8/ltmain.sh-4035-    case \"\$thisdir\" in
directvnc-0.7.8/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
directvnc-0.7.8/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
directvnc-0.7.8/ltmain.sh-4041-  # Try to get the absolute directory name.
directvnc-0.7.8/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
directvnc-0.7.8/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
directvnc-0.7.8/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
directvnc-0.7.8/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
directvnc-0.7.8/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
directvnc-0.7.8/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
directvnc-0.7.8/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
directvnc-0.7.8/ltmain.sh-4068-      else
##############################################
directvnc-0.7.8/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
directvnc-0.7.8/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
directvnc-0.7.8/ltmain.sh-4112-
##############################################
directvnc-0.7.8/ltmain.sh-5085-    $opt_debug
directvnc-0.7.8/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
directvnc-0.7.8/ltmain.sh-5087-    *import*) : ;;
##############################################
directvnc-0.7.8/ltmain.sh-5307-	    moreargs=
directvnc-0.7.8/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
directvnc-0.7.8/ltmain.sh-5309-	    do
##############################################
directvnc-0.7.8/ltmain.sh-5563-	*)
directvnc-0.7.8/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
directvnc-0.7.8/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
directvnc-0.7.8/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
directvnc-0.7.8/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
directvnc-0.7.8/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
directvnc-0.7.8/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
directvnc-0.7.8/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
directvnc-0.7.8/ltmain.sh-6018-    else
##############################################
directvnc-0.7.8/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
directvnc-0.7.8/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
directvnc-0.7.8/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
directvnc-0.7.8/ltmain.sh-6394-	else
directvnc-0.7.8/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
directvnc-0.7.8/ltmain.sh-6396-	fi
##############################################
directvnc-0.7.8/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
directvnc-0.7.8/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
directvnc-0.7.8/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
directvnc-0.7.8/ltmain.sh-6431-	fi
directvnc-0.7.8/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
directvnc-0.7.8/ltmain.sh-6504-	*)
directvnc-0.7.8/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
directvnc-0.7.8/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
directvnc-0.7.8/ltmain.sh-6757-	    shift
directvnc-0.7.8/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
directvnc-0.7.8/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
directvnc-0.7.8/ltmain.sh-7049-		*)
directvnc-0.7.8/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
directvnc-0.7.8/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
directvnc-0.7.8/ltmain.sh-7060-		  depdepl=
directvnc-0.7.8/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
directvnc-0.7.8/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
directvnc-0.7.8/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
directvnc-0.7.8/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
directvnc-0.7.8/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
directvnc-0.7.8/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
directvnc-0.7.8/ltmain.sh-7071-                      fi
##############################################
directvnc-0.7.8/ltmain.sh-7082-		else
directvnc-0.7.8/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
directvnc-0.7.8/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
directvnc-0.7.8/ltmain.sh-7105-	else
directvnc-0.7.8/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh-7107-	fi
##############################################
directvnc-0.7.8/ltmain.sh-7254-	test "$module" = no && \
directvnc-0.7.8/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
directvnc-0.7.8/ltmain.sh-7256-
##############################################
directvnc-0.7.8/ltmain.sh-7392-	if test "$age" -gt "$current"; then
directvnc-0.7.8/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
directvnc-0.7.8/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
directvnc-0.7.8/ltmain.sh-7553-	removelist=
directvnc-0.7.8/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
directvnc-0.7.8/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
directvnc-0.7.8/ltmain.sh-7579-	# Transform .lo files to .o files.
directvnc-0.7.8/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
directvnc-0.7.8/ltmain.sh-7581-      fi
##############################################
directvnc-0.7.8/ltmain.sh-7584-      #for path in $notinst_path; do
directvnc-0.7.8/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
directvnc-0.7.8/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
directvnc-0.7.8/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
directvnc-0.7.8/ltmain.sh-7588-      #done
##############################################
directvnc-0.7.8/ltmain.sh-7705-		if test -n "$i" ; then
directvnc-0.7.8/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
directvnc-0.7.8/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
directvnc-0.7.8/ltmain.sh-7708-		  set dummy $deplib_matches; shift
directvnc-0.7.8/ltmain.sh-7709-		  deplib_match=$1
directvnc-0.7.8/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
directvnc-0.7.8/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
directvnc-0.7.8/ltmain.sh-7748-		  if test -n "$i" ; then
directvnc-0.7.8/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
directvnc-0.7.8/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
directvnc-0.7.8/ltmain.sh-7751-		    set dummy $deplib_matches; shift
directvnc-0.7.8/ltmain.sh-7752-		    deplib_match=$1
directvnc-0.7.8/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
directvnc-0.7.8/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
directvnc-0.7.8/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
directvnc-0.7.8/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
directvnc-0.7.8/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
directvnc-0.7.8/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
directvnc-0.7.8/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
directvnc-0.7.8/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
directvnc-0.7.8/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
directvnc-0.7.8/ltmain.sh-7802-		else
##############################################
directvnc-0.7.8/ltmain.sh-7808-		    shopt -s nocaseglob
directvnc-0.7.8/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
directvnc-0.7.8/ltmain.sh-7810-		    $nocaseglob
directvnc-0.7.8/ltmain.sh-7811-		  else
directvnc-0.7.8/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
directvnc-0.7.8/ltmain.sh-7813-		  fi
##############################################
directvnc-0.7.8/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
directvnc-0.7.8/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
directvnc-0.7.8/ltmain.sh-7828-			case $potliblink in
directvnc-0.7.8/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
directvnc-0.7.8/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
directvnc-0.7.8/ltmain.sh-7831-			esac
##############################################
directvnc-0.7.8/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
directvnc-0.7.8/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
directvnc-0.7.8/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
directvnc-0.7.8/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
directvnc-0.7.8/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
directvnc-0.7.8/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
directvnc-0.7.8/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
directvnc-0.7.8/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
directvnc-0.7.8/ltmain.sh-7921-	  newdeplibs=""
directvnc-0.7.8/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
directvnc-0.7.8/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
directvnc-0.7.8/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
directvnc-0.7.8/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
directvnc-0.7.8/ltmain.sh-7927-	    done
##############################################
directvnc-0.7.8/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
directvnc-0.7.8/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
directvnc-0.7.8/ltmain.sh-7953-	  ;;
##############################################
directvnc-0.7.8/ltmain.sh-8003-	*-*-darwin*)
directvnc-0.7.8/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh-8007-	  ;;
##############################################
directvnc-0.7.8/ltmain.sh-8130-	# Use standard objects if they are pic
directvnc-0.7.8/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
directvnc-0.7.8/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
directvnc-0.7.8/ltmain.sh-8145-	    # exporting using user supplied symfile
directvnc-0.7.8/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
directvnc-0.7.8/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
directvnc-0.7.8/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
directvnc-0.7.8/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
directvnc-0.7.8/ltmain.sh-8644-	else
##############################################
directvnc-0.7.8/ltmain.sh-8656-      # Create the old-style object.
directvnc-0.7.8/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
directvnc-0.7.8/ltmain.sh-8658-
##############################################
directvnc-0.7.8/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
directvnc-0.7.8/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
directvnc-0.7.8/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
directvnc-0.7.8/ltmain.sh-8719-	;;
##############################################
directvnc-0.7.8/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
directvnc-0.7.8/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
directvnc-0.7.8/ltmain.sh-8737-	;;
##############################################
directvnc-0.7.8/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
directvnc-0.7.8/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
directvnc-0.7.8/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
directvnc-0.7.8/ltmain.sh-8872-	# Transform all the library objects into standard objects.
directvnc-0.7.8/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
directvnc-0.7.8/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
directvnc-0.7.8/ltmain.sh-8875-      fi
##############################################
directvnc-0.7.8/ltmain.sh-8902-	# Replace the output file specification.
directvnc-0.7.8/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
directvnc-0.7.8/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
directvnc-0.7.8/ltmain.sh-8911-	  func_to_tool_file "$output"
directvnc-0.7.8/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'`
directvnc-0.7.8/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
directvnc-0.7.8/ltmain.sh-8955-	# Replace the output file specification.
directvnc-0.7.8/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
directvnc-0.7.8/ltmain.sh-8957-	# Delete the old output file.
##############################################
directvnc-0.7.8/ltmain.sh-8963-	  func_to_tool_file "$output"
directvnc-0.7.8/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'`
directvnc-0.7.8/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
directvnc-0.7.8/ltmain.sh-8981-	  if test "$fast_install" = yes; then
directvnc-0.7.8/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
directvnc-0.7.8/ltmain.sh-8983-	  else
##############################################
directvnc-0.7.8/ltmain.sh-8993-      # Replace the output file specification.
directvnc-0.7.8/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
directvnc-0.7.8/ltmain.sh-8995-
##############################################
directvnc-0.7.8/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
directvnc-0.7.8/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'`
directvnc-0.7.8/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
directvnc-0.7.8/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
directvnc-0.7.8/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
directvnc-0.7.8/ltmain.sh-9025-      fi
##############################################
directvnc-0.7.8/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
directvnc-0.7.8/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
directvnc-0.7.8/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
directvnc-0.7.8/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
directvnc-0.7.8/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
directvnc-0.7.8/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
directvnc-0.7.8/ltmain.sh-9314-		name="$func_basename_result"
directvnc-0.7.8/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
directvnc-0.7.8/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
directvnc-0.7.8/ltmain.sh-9333-		name="$func_basename_result"
directvnc-0.7.8/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
directvnc-0.7.8/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
directvnc-0.7.8/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
directvnc-0.7.8/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
directvnc-0.7.8/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
directvnc-0.7.8/install-sh-229-      fi
directvnc-0.7.8/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
directvnc-0.7.8/install-sh-231-    *)
##############################################
directvnc-0.7.8/install-sh-276-      dstdir=$dst
directvnc-0.7.8/install-sh:277:      dst=$dstdir/`basename "$src"`
directvnc-0.7.8/install-sh-278-      dstdir_status=0
##############################################
directvnc-0.7.8/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
directvnc-0.7.8/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
directvnc-0.7.8/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
directvnc-0.7.8/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
directvnc-0.7.8/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
directvnc-0.7.8/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
directvnc-0.7.8/install-sh-425-	    case $prefix in
directvnc-0.7.8/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
directvnc-0.7.8/install-sh-427-	      *) qprefix=$prefix;;
##############################################
directvnc-0.7.8/install-sh-474-    if $copy_on_change &&
directvnc-0.7.8/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
directvnc-0.7.8/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
directvnc-0.7.8/install-sh-477-
##############################################
directvnc-0.7.8/src/directvnc-xmapconv-16-
directvnc-0.7.8/src/directvnc-xmapconv:17:FORCEDEFS=`grep '^#ifdef' $KEYSYMDEF | sed 's/#ifdef */-D/g'`
directvnc-0.7.8/src/directvnc-xmapconv-18-
##############################################
directvnc-0.7.8/src/Makefile.in-57-directvnc_LDADD = $(LDADD)
directvnc-0.7.8/src/Makefile.in:58:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
directvnc-0.7.8/src/Makefile.in-59-am__vpath_adj = case $$p in \
directvnc-0.7.8/src/Makefile.in:60:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
directvnc-0.7.8/src/Makefile.in-61-    *) f=$$p;; \
directvnc-0.7.8/src/Makefile.in-62-  esac;
directvnc-0.7.8/src/Makefile.in:63:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
directvnc-0.7.8/src/Makefile.in-64-am__install_max = 40
directvnc-0.7.8/src/Makefile.in-65-am__nobase_strip_setup = \
directvnc-0.7.8/src/Makefile.in:66:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
directvnc-0.7.8/src/Makefile.in-67-am__nobase_strip = \
##############################################
directvnc-0.7.8/src/Makefile.in-315-	test -n "$(EXEEXT)" || exit 0; \
directvnc-0.7.8/src/Makefile.in:316:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
directvnc-0.7.8/src/Makefile.in-317-	echo " rm -f" $$list; \
##############################################
directvnc-0.7.8/src/Makefile.in-382-.c.obj:
directvnc-0.7.8/src/Makefile.in:383:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
directvnc-0.7.8/src/Makefile.in-384-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
directvnc-0.7.8/src/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
directvnc-0.7.8/src/Makefile.in:387:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
directvnc-0.7.8/src/Makefile.in-388-
##############################################
directvnc-0.7.8/src/Makefile.in-446-GTAGS:
directvnc-0.7.8/src/Makefile.in:447:	here=`$(am__cd) $(top_builddir) && pwd` \
directvnc-0.7.8/src/Makefile.in-448-	  && $(am__cd) $(top_srcdir) \
##############################################
directvnc-0.7.8/src/Makefile.in-454-distdir: $(DISTFILES)
directvnc-0.7.8/src/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
directvnc-0.7.8/src/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
directvnc-0.7.8/src/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
directvnc-0.7.8/src/Makefile.in-468-	  if test -d $$d/$$file; then \
directvnc-0.7.8/src/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
directvnc-0.7.8/src/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
directvnc-0.7.8/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
directvnc-0.7.8/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
directvnc-0.7.8/configure-47-  as_echo='print -r --'
directvnc-0.7.8/configure-48-  as_echo_n='print -rn --'
directvnc-0.7.8/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
directvnc-0.7.8/configure-50-  as_echo='printf %s\n'
##############################################
directvnc-0.7.8/configure-52-else
directvnc-0.7.8/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
directvnc-0.7.8/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
directvnc-0.7.8/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
directvnc-0.7.8/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
directvnc-0.7.8/configure-64-      esac;
##############################################
directvnc-0.7.8/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
directvnc-0.7.8/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
directvnc-0.7.8/configure-175-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
directvnc-0.7.8/configure-181-    PATH=/empty FPATH=/empty; export PATH FPATH
directvnc-0.7.8/configure:182:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
directvnc-0.7.8/configure:183:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
directvnc-0.7.8/configure-184-  if (eval "$as_required") 2>/dev/null; then :
##############################################
directvnc-0.7.8/configure-304-      case $as_dir in #(
directvnc-0.7.8/configure:305:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
directvnc-0.7.8/configure-306-      *) as_qdir=$as_dir;;
##############################################
directvnc-0.7.8/configure-369-  {
directvnc-0.7.8/configure:370:    as_val=`expr "$@" || test $? -eq 1`
directvnc-0.7.8/configure-371-  }
##############################################
directvnc-0.7.8/configure-376-# ----------------------------------------
directvnc-0.7.8/configure:377:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
directvnc-0.7.8/configure-378-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
directvnc-0.7.8/configure-439-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
directvnc-0.7.8/configure:440:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
directvnc-0.7.8/configure-441-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
directvnc-0.7.8/configure-530-	esac;
directvnc-0.7.8/configure:531:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
directvnc-0.7.8/configure-532-	???[sx]*):;;*)false;;esac;fi
##############################################
directvnc-0.7.8/configure-829-  case $ac_option in
directvnc-0.7.8/configure:830:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
directvnc-0.7.8/configure-831-  *=)   ac_optarg= ;;
##############################################
directvnc-0.7.8/configure-873-  -disable-* | --disable-*)
directvnc-0.7.8/configure:874:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
directvnc-0.7.8/configure-875-    # Reject names that are not valid shell variable names.
##############################################
directvnc-0.7.8/configure-878-    ac_useropt_orig=$ac_useropt
directvnc-0.7.8/configure:879:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
directvnc-0.7.8/configure-880-    case $ac_user_opts in
##############################################
directvnc-0.7.8/configure-899-  -enable-* | --enable-*)
directvnc-0.7.8/configure:900:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
directvnc-0.7.8/configure-901-    # Reject names that are not valid shell variable names.
##############################################
directvnc-0.7.8/configure-904-    ac_useropt_orig=$ac_useropt
directvnc-0.7.8/configure:905:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
directvnc-0.7.8/configure-906-    case $ac_user_opts in
##############################################
directvnc-0.7.8/configure-1103-  -with-* | --with-*)
directvnc-0.7.8/configure:1104:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
directvnc-0.7.8/configure-1105-    # Reject names that are not valid shell variable names.
##############################################
directvnc-0.7.8/configure-1108-    ac_useropt_orig=$ac_useropt
directvnc-0.7.8/configure:1109:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
directvnc-0.7.8/configure-1110-    case $ac_user_opts in
##############################################
directvnc-0.7.8/configure-1119-  -without-* | --without-*)
directvnc-0.7.8/configure:1120:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
directvnc-0.7.8/configure-1121-    # Reject names that are not valid shell variable names.
##############################################
directvnc-0.7.8/configure-1124-    ac_useropt_orig=$ac_useropt
directvnc-0.7.8/configure:1125:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
directvnc-0.7.8/configure-1126-    case $ac_user_opts in
##############################################
directvnc-0.7.8/configure-1157-  *=*)
directvnc-0.7.8/configure:1158:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
directvnc-0.7.8/configure-1159-    # Reject names that are not valid shell variable names.
##############################################
directvnc-0.7.8/configure-1178-if test -n "$ac_prev"; then
directvnc-0.7.8/configure:1179:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
directvnc-0.7.8/configure-1180-  as_fn_error $? "missing argument to $ac_option"
##############################################
directvnc-0.7.8/configure-1200-    */ )
directvnc-0.7.8/configure:1201:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
directvnc-0.7.8/configure-1202-      eval $ac_var=\$ac_val;;
##############################################
directvnc-0.7.8/configure-1237-ac_ls_di=`ls -di .` &&
directvnc-0.7.8/configure:1238:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
directvnc-0.7.8/configure-1239-  as_fn_error $? "working directory cannot be determined"
##############################################
directvnc-0.7.8/configure-1293-case $srcdir in
directvnc-0.7.8/configure:1294:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
directvnc-0.7.8/configure-1295-esac
##############################################
directvnc-0.7.8/configure-1336-By default, \`make install' will install all the files in
directvnc-0.7.8/configure:1337:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
directvnc-0.7.8/configure:1338:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
directvnc-0.7.8/configure-1339-for instance \`--prefix=\$HOME'.
##############################################
directvnc-0.7.8/configure-1444-*)
directvnc-0.7.8/configure:1445:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
directvnc-0.7.8/configure-1446-  # A ".." for each directory in $ac_dir_suffix.
directvnc-0.7.8/configure:1447:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
directvnc-0.7.8/configure-1448-  case $ac_top_builddir_sub in
##############################################
directvnc-0.7.8/configure-2049-    *\'*)
directvnc-0.7.8/configure:2050:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
directvnc-0.7.8/configure-2051-    esac
##############################################
directvnc-0.7.8/configure-2132-      case $ac_val in
directvnc-0.7.8/configure:2133:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
directvnc-0.7.8/configure-2134-      esac
##############################################
directvnc-0.7.8/configure-2147-	case $ac_val in
directvnc-0.7.8/configure:2148:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
directvnc-0.7.8/configure-2149-	esac
##############################################
directvnc-0.7.8/configure-2267-    set,)
directvnc-0.7.8/configure:2268:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
directvnc-0.7.8/configure:2269:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
directvnc-0.7.8/configure-2270-      ac_cache_corrupted=: ;;
##############################################
directvnc-0.7.8/configure-2278-	# differences in whitespace do not lead to failure.
directvnc-0.7.8/configure:2279:	ac_old_val_w=`echo x $ac_old_val`
directvnc-0.7.8/configure:2280:	ac_new_val_w=`echo x $ac_new_val`
directvnc-0.7.8/configure-2281-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
directvnc-0.7.8/configure-2298-    case $ac_new_val in
directvnc-0.7.8/configure:2299:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
directvnc-0.7.8/configure-2300-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
directvnc-0.7.8/configure-2473-if (
directvnc-0.7.8/configure:2474:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
directvnc-0.7.8/configure-2475-   if test "$*" = "X"; then
directvnc-0.7.8/configure-2476-      # -L didn't work.
directvnc-0.7.8/configure:2477:      set X `ls -t "$srcdir/configure" conftest.file`
directvnc-0.7.8/configure-2478-   fi
##############################################
directvnc-0.7.8/configure-2509-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
directvnc-0.7.8/configure:2510:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
directvnc-0.7.8/configure-2511-
directvnc-0.7.8/configure-2512-# expand $ac_aux_dir to an absolute path
directvnc-0.7.8/configure:2513:am_aux_dir=`cd $ac_aux_dir && pwd`
directvnc-0.7.8/configure-2514-
##############################################
directvnc-0.7.8/configure-2654-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
directvnc-0.7.8/configure:2655:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
directvnc-0.7.8/configure-2656-	     'mkdir (GNU coreutils) '* | \
##############################################
directvnc-0.7.8/configure-2733-set x ${MAKE-make}
directvnc-0.7.8/configure:2734:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
directvnc-0.7.8/configure-2735-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
directvnc-0.7.8/configure-2743-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
directvnc-0.7.8/configure:2744:case `${MAKE-make} -f conftest.make 2>/dev/null` in
directvnc-0.7.8/configure-2745-  *@@@%%%=?*=@@@%%%*)
##############################################
directvnc-0.7.8/configure-2770-
directvnc-0.7.8/configure:2771:if test "`cd $srcdir && pwd`" != "`pwd`"; then
directvnc-0.7.8/configure-2772-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
directvnc-0.7.8/configure-2855-# Ignore all kinds of additional output from `make'.
directvnc-0.7.8/configure:2856:case `$am_make -s -f confmf 2> /dev/null` in #(
directvnc-0.7.8/configure-2857-*the\ am__doit\ target*)
##############################################
directvnc-0.7.8/configure-2865-   echo '.include "confinc"' > confmf
directvnc-0.7.8/configure:2866:   case `$am_make -s -f confmf 2> /dev/null` in #(
directvnc-0.7.8/configure-2867-   *the\ am__doit\ target*)
##############################################
directvnc-0.7.8/configure-3244-$as_echo_n "checking whether the C compiler works... " >&6; }
directvnc-0.7.8/configure:3245:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
directvnc-0.7.8/configure-3246-
##############################################
directvnc-0.7.8/configure-3288-	then :; else
directvnc-0.7.8/configure:3289:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
directvnc-0.7.8/configure-3290-	fi
##############################################
directvnc-0.7.8/configure-3348-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
directvnc-0.7.8/configure:3349:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
directvnc-0.7.8/configure-3350-	  break;;
##############################################
directvnc-0.7.8/configure-3457-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
directvnc-0.7.8/configure:3458:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
directvnc-0.7.8/configure-3459-       break;;
##############################################
directvnc-0.7.8/configure-3717-  if test "$am_compiler_list" = ""; then
directvnc-0.7.8/configure:3718:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
directvnc-0.7.8/configure-3719-  fi
##############################################
directvnc-0.7.8/configure-4442-  if test "$am_compiler_list" = ""; then
directvnc-0.7.8/configure:4443:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
directvnc-0.7.8/configure-4444-  fi
##############################################
directvnc-0.7.8/configure-5110-  if test "$am_compiler_list" = ""; then
directvnc-0.7.8/configure:5111:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
directvnc-0.7.8/configure-5112-  fi
##############################################
directvnc-0.7.8/configure-5369-  # Check for GNU $ac_path_GREP
directvnc-0.7.8/configure:5370:case `"$ac_path_GREP" --version 2>&1` in
directvnc-0.7.8/configure-5371-*GNU*)
##############################################
directvnc-0.7.8/configure-5435-  # Check for GNU $ac_path_EGREP
directvnc-0.7.8/configure:5436:case `"$ac_path_EGREP" --version 2>&1` in
directvnc-0.7.8/configure-5437-*GNU*)
##############################################
directvnc-0.7.8/configure-5879-  if test "$am_compiler_list" = ""; then
directvnc-0.7.8/configure:5880:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
directvnc-0.7.8/configure-5881-  fi
##############################################
directvnc-0.7.8/configure-6050-test "x$ac_build_alias" = x &&
directvnc-0.7.8/configure:6051:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
directvnc-0.7.8/configure-6052-test "x$ac_build_alias" = x &&
directvnc-0.7.8/configure-6053-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
directvnc-0.7.8/configure:6054:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
directvnc-0.7.8/configure-6055-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
directvnc-0.7.8/configure-6074-IFS=$ac_save_IFS
directvnc-0.7.8/configure:6075:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
directvnc-0.7.8/configure-6076-
##############################################
directvnc-0.7.8/configure-6085-else
directvnc-0.7.8/configure:6086:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
directvnc-0.7.8/configure-6087-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
directvnc-0.7.8/configure-6107-IFS=$ac_save_IFS
directvnc-0.7.8/configure:6108:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
directvnc-0.7.8/configure-6109-
##############################################
directvnc-0.7.8/configure-6135-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
directvnc-0.7.8/configure:6136:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
directvnc-0.7.8/configure-6137-  ECHO='print -r --'
directvnc-0.7.8/configure:6138:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
directvnc-0.7.8/configure-6139-  ECHO='printf %s\n'
##############################################
directvnc-0.7.8/configure-6204-  # Check for GNU $ac_path_SED
directvnc-0.7.8/configure:6205:case `"$ac_path_SED" --version 2>&1` in
directvnc-0.7.8/configure-6206-*GNU*)
##############################################
directvnc-0.7.8/configure-6283-  # Check for GNU $ac_path_FGREP
directvnc-0.7.8/configure:6284:case `"$ac_path_FGREP" --version 2>&1` in
directvnc-0.7.8/configure-6285-*GNU*)
##############################################
directvnc-0.7.8/configure-6363-    # gcc leaves a trailing carriage return which upsets mingw
directvnc-0.7.8/configure:6364:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
directvnc-0.7.8/configure-6365-  *)
directvnc-0.7.8/configure:6366:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
directvnc-0.7.8/configure-6367-  esac
##############################################
directvnc-0.7.8/configure-6372-      # Canonicalize the pathname of ld
directvnc-0.7.8/configure:6373:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
directvnc-0.7.8/configure-6374-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
directvnc-0.7.8/configure:6375:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
directvnc-0.7.8/configure-6376-      done
##############################################
directvnc-0.7.8/configure-6407-      # Break only if it was the GNU/non-GNU ld that we prefer.
directvnc-0.7.8/configure:6408:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
directvnc-0.7.8/configure-6409-      *GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/configure-6438-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
directvnc-0.7.8/configure:6439:case `$LD -v 2>&1 </dev/null` in
directvnc-0.7.8/configure-6440-*GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/configure-6483-	# Tru64's nm complains that /dev/null is an invalid object file
directvnc-0.7.8/configure:6484:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/configure-6485-	*/dev/null* | *'Invalid file or object type'*)
##############################################
directvnc-0.7.8/configure-6489-	*)
directvnc-0.7.8/configure:6490:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/configure-6491-	  */dev/null*)
##############################################
directvnc-0.7.8/configure-6617-
directvnc-0.7.8/configure:6618:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/configure-6619-    *COFF*)
##############################################
directvnc-0.7.8/configure-6729-    # And add a safety zone
directvnc-0.7.8/configure:6730:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
directvnc-0.7.8/configure:6731:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
directvnc-0.7.8/configure-6732-    ;;
##############################################
directvnc-0.7.8/configure-6762-    if test -n "$kargmax"; then
directvnc-0.7.8/configure:6763:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
directvnc-0.7.8/configure-6764-    else
##############################################
directvnc-0.7.8/configure-6770-    if test -n "$lt_cv_sys_max_cmd_len"; then
directvnc-0.7.8/configure:6771:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
directvnc-0.7.8/configure:6772:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
directvnc-0.7.8/configure-6773-    else
##############################################
directvnc-0.7.8/configure-6782-      # we can't tell.
directvnc-0.7.8/configure:6783:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
directvnc-0.7.8/configure-6784-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
directvnc-0.7.8/configure-6786-      do
directvnc-0.7.8/configure:6787:        i=`expr $i + 1`
directvnc-0.7.8/configure-6788-        teststring=$teststring$teststring
##############################################
directvnc-0.7.8/configure-6790-      # Only check the string length outside the loop.
directvnc-0.7.8/configure:6791:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
directvnc-0.7.8/configure-6792-      teststring=
##############################################
directvnc-0.7.8/configure-6795-      # linker.  It appears as though 1/2 is a usable value.
directvnc-0.7.8/configure:6796:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
directvnc-0.7.8/configure-6797-    fi
##############################################
directvnc-0.7.8/configure-7235-openbsd*)
directvnc-0.7.8/configure:7236:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/configure-7237-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
directvnc-0.7.8/configure-7302-    else
directvnc-0.7.8/configure:7303:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
directvnc-0.7.8/configure-7304-    fi
##############################################
directvnc-0.7.8/configure-7447-  # decide which to use based on capabilities of $DLLTOOL
directvnc-0.7.8/configure:7448:  case `$DLLTOOL --help 2>&1` in
directvnc-0.7.8/configure-7449-  *--identify-strict*)
##############################################
directvnc-0.7.8/configure-7968-# If we're using GNU nm, then use its standard symbol codes.
directvnc-0.7.8/configure:7969:case `$NM -V 2>&1` in
directvnc-0.7.8/configure-7970-*GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/configure-7986-mingw*)
directvnc-0.7.8/configure:7987:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
directvnc-0.7.8/configure-7988-  ;;
##############################################
directvnc-0.7.8/configure-8205-   if test "$GCC" = yes; then
directvnc-0.7.8/configure:8206:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
directvnc-0.7.8/configure-8207-   fi
##############################################
directvnc-0.7.8/configure-8209- /*)
directvnc-0.7.8/configure:8210:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
directvnc-0.7.8/configure-8211-   ;; #(
##############################################
directvnc-0.7.8/configure-8245-  test $ac_status = 0; }; then
directvnc-0.7.8/configure:8246:    case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/configure-8247-      *ELF-32*)
##############################################
directvnc-0.7.8/configure-8265-    if test "$lt_cv_prog_gnu_ld" = yes; then
directvnc-0.7.8/configure:8266:      case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/configure-8267-	*32-bit*)
##############################################
directvnc-0.7.8/configure-8277-    else
directvnc-0.7.8/configure:8278:      case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/configure-8279-	*32-bit*)
##############################################
directvnc-0.7.8/configure-9181-do :
directvnc-0.7.8/configure:9182:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
directvnc-0.7.8/configure-9183-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
directvnc-0.7.8/configure-9186-  cat >>confdefs.h <<_ACEOF
directvnc-0.7.8/configure:9187:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
directvnc-0.7.8/configure-9188-_ACEOF
##############################################
directvnc-0.7.8/configure-9213-  case ${2} in
directvnc-0.7.8/configure:9214:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
directvnc-0.7.8/configure:9215:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
directvnc-0.7.8/configure-9216-  esac
##############################################
directvnc-0.7.8/configure-9451-done
directvnc-0.7.8/configure:9452:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
directvnc-0.7.8/configure-9453-
##############################################
directvnc-0.7.8/configure-9480-	"file_magic "*)
directvnc-0.7.8/configure:9481:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
directvnc-0.7.8/configure-9482-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
directvnc-0.7.8/configure-9546-	"file_magic "*)
directvnc-0.7.8/configure:9547:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
directvnc-0.7.8/configure-9548-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
directvnc-0.7.8/configure-9909-      *)
directvnc-0.7.8/configure:9910:	case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/configure-9911-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
directvnc-0.7.8/configure-10269-  if test "$hard_links" = no; then
directvnc-0.7.8/configure:10270:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
directvnc-0.7.8/configure:10271:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
directvnc-0.7.8/configure-10272-    need_locks=warn
##############################################
directvnc-0.7.8/configure-10358-	# shared libraries, regardless of the interface used.
directvnc-0.7.8/configure:10359:	case `$LD -v 2>&1` in
directvnc-0.7.8/configure-10360-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
directvnc-0.7.8/configure-10390-    supports_anon_versioning=no
directvnc-0.7.8/configure:10391:    case `$LD -v 2>&1` in
directvnc-0.7.8/configure-10392-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
directvnc-0.7.8/configure-10459-	# is EXPORTS), use it as is; otherwise, prepend...
directvnc-0.7.8/configure:10460:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/configure-10461-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
directvnc-0.7.8/configure-10487-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
directvnc-0.7.8/configure:10488:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
directvnc-0.7.8/configure:10489:      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'
directvnc-0.7.8/configure-10490-      ;;
##############################################
directvnc-0.7.8/configure-10505-        pgcc*)				# Portland Group C compiler
directvnc-0.7.8/configure:10506:	  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'
directvnc-0.7.8/configure-10507-	  tmp_addflag=' $pic_flag'
##############################################
directvnc-0.7.8/configure-10510-					# Portland Group f77 and f90 compilers
directvnc-0.7.8/configure:10511:	  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'
directvnc-0.7.8/configure-10512-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
directvnc-0.7.8/configure-10525-	nvcc*)	# Cuda Compiler Driver 2.2
directvnc-0.7.8/configure:10526:	  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'
directvnc-0.7.8/configure-10527-	  compiler_needs_object=yes
##############################################
directvnc-0.7.8/configure-10529-	esac
directvnc-0.7.8/configure:10530:	case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/configure-10531-	*Sun\ C*)			# Sun C 5.9
directvnc-0.7.8/configure:10532:	  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'
directvnc-0.7.8/configure-10533-	  compiler_needs_object=yes
##############################################
directvnc-0.7.8/configure-10597-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
directvnc-0.7.8/configure:10598:      case `$LD -v 2>&1` in
directvnc-0.7.8/configure-10599-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
directvnc-0.7.8/configure-10720-	# below for broken collect2 doesn't work under 4.3+
directvnc-0.7.8/configure:10721:	  collect2name=`${CC} -print-prog-name=collect2`
directvnc-0.7.8/configure-10722-	  if test -f "$collect2name" &&
##############################################
directvnc-0.7.8/configure-10794-      }'
directvnc-0.7.8/configure:10795:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-10796-  # Check for a 64-bit object if we didn't find anything.
directvnc-0.7.8/configure-10797-  if test -z "$lt_cv_aix_libpath_"; then
directvnc-0.7.8/configure:10798:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-10799-  fi
##############################################
directvnc-0.7.8/configure-10812-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
directvnc-0.7.8/configure:10813:        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"
directvnc-0.7.8/configure-10814-      else
##############################################
directvnc-0.7.8/configure-10847-      }'
directvnc-0.7.8/configure:10848:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-10849-  # Check for a 64-bit object if we didn't find anything.
directvnc-0.7.8/configure-10850-  if test -z "$lt_cv_aix_libpath_"; then
directvnc-0.7.8/configure:10851:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-10852-  fi
##############################################
directvnc-0.7.8/configure-10920-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
directvnc-0.7.8/configure:10921:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/configure-10922-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
directvnc-0.7.8/configure-10957-	# FIXME: Setting linknames here is a bad hack.
directvnc-0.7.8/configure:10958:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
directvnc-0.7.8/configure-10959-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
directvnc-0.7.8/configure-10975-  if test "$lt_cv_ld_force_load" = "yes"; then
directvnc-0.7.8/configure:10976:    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\"`'
directvnc-0.7.8/configure-10977-
##############################################
directvnc-0.7.8/configure-11155-      if test "$GCC" = yes; then
directvnc-0.7.8/configure:11156:	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'
directvnc-0.7.8/configure-11157-	# Try to use the -exported_symbol ld option, if it does not
##############################################
directvnc-0.7.8/configure-11183-	if test "$lt_cv_irix_exported_symbol" = yes; then
directvnc-0.7.8/configure:11184:          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'
directvnc-0.7.8/configure-11185-	fi
directvnc-0.7.8/configure-11186-      else
directvnc-0.7.8/configure:11187:	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'
directvnc-0.7.8/configure:11188:	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'
directvnc-0.7.8/configure-11189-      fi
##############################################
directvnc-0.7.8/configure-11223-	hardcode_direct_absolute=yes
directvnc-0.7.8/configure:11224:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/configure-11225-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
directvnc-0.7.8/configure-11256-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/configure:11257:	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'
directvnc-0.7.8/configure-11258-      else
directvnc-0.7.8/configure-11259-	allow_undefined_flag=' -expect_unresolved \*'
directvnc-0.7.8/configure:11260:	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'
directvnc-0.7.8/configure-11261-      fi
##############################################
directvnc-0.7.8/configure-11269-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/configure:11270:	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'
directvnc-0.7.8/configure-11271-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
directvnc-0.7.8/configure-11273-	allow_undefined_flag=' -expect_unresolved \*'
directvnc-0.7.8/configure:11274:	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'
directvnc-0.7.8/configure:11275:	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~
directvnc-0.7.8/configure:11276:	$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'
directvnc-0.7.8/configure-11277-
##############################################
directvnc-0.7.8/configure-11292-      else
directvnc-0.7.8/configure:11293:	case `$CC -V 2>&1` in
directvnc-0.7.8/configure-11294-	*"Compilers 5.0"*)
##############################################
directvnc-0.7.8/configure-11691-  esac
directvnc-0.7.8/configure:11692:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
directvnc-0.7.8/configure-11693-  case $lt_search_path_spec in
##############################################
directvnc-0.7.8/configure-11698-    # okay in the real world where ";" in dirpaths is itself problematic.
directvnc-0.7.8/configure:11699:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
directvnc-0.7.8/configure-11700-    ;;
directvnc-0.7.8/configure-11701-  *)
directvnc-0.7.8/configure:11702:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/configure-11703-    ;;
##############################################
directvnc-0.7.8/configure-11707-  lt_tmp_lt_search_path_spec=
directvnc-0.7.8/configure:11708:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
directvnc-0.7.8/configure-11709-  for lt_sys_path in $lt_search_path_spec; do
##############################################
directvnc-0.7.8/configure-11742-  esac
directvnc-0.7.8/configure:11743:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
directvnc-0.7.8/configure-11744-else
##############################################
directvnc-0.7.8/configure-11830-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
directvnc-0.7.8/configure:11831:    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'
directvnc-0.7.8/configure-11832-    ;;
##############################################
directvnc-0.7.8/configure-11866-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/configure:11867:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/configure:11868:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/configure:11869:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/configure-11870-      test -d \$dldir || mkdir -p \$dldir~
##############################################
directvnc-0.7.8/configure-11875-      fi'
directvnc-0.7.8/configure:11876:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/configure-11877-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/configure-11883-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
directvnc-0.7.8/configure:11884:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-11885-
##############################################
directvnc-0.7.8/configure-11889-      # MinGW DLLs use traditional 'lib' prefix
directvnc-0.7.8/configure:11890:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-11891-      ;;
##############################################
directvnc-0.7.8/configure-11893-      # pw32 DLLs use 'pw' prefix rather than 'lib'
directvnc-0.7.8/configure:11894:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-11895-      ;;
##############################################
directvnc-0.7.8/configure-11902-    libname_spec='$name'
directvnc-0.7.8/configure:11903:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-11904-    library_names_spec='${libname}.dll.lib'
##############################################
directvnc-0.7.8/configure-11914-        # Let DOS variable expansion print the short 8.3 style file name.
directvnc-0.7.8/configure:11915:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
directvnc-0.7.8/configure-11916-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
directvnc-0.7.8/configure-11919-      # Convert to MSYS style.
directvnc-0.7.8/configure:11920:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
directvnc-0.7.8/configure-11921-      ;;
##############################################
directvnc-0.7.8/configure-11925-      # like /cygdrive/c/PROGRA~1:/cygdr...
directvnc-0.7.8/configure:11926:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
directvnc-0.7.8/configure:11927:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
directvnc-0.7.8/configure:11928:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/configure-11929-      ;;
##############################################
directvnc-0.7.8/configure-11933-        # It is most probably a Windows format PATH.
directvnc-0.7.8/configure:11934:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
directvnc-0.7.8/configure-11935-      else
directvnc-0.7.8/configure:11936:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/configure-11937-      fi
##############################################
directvnc-0.7.8/configure-11943-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/configure:11944:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/configure:11945:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/configure:11946:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/configure-11947-      test -d \$dldir || mkdir -p \$dldir~
directvnc-0.7.8/configure-11948-      $install_prog $dir/$dlname \$dldir/$dlname'
directvnc-0.7.8/configure:11949:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/configure-11950-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/configure-11957-    # Assume MSVC wrapper
directvnc-0.7.8/configure:11958:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
directvnc-0.7.8/configure-11959-    dynamic_linker='Win32 ld.exe'
##############################################
directvnc-0.7.8/configure-11974-  shlibpath_var=DYLD_LIBRARY_PATH
directvnc-0.7.8/configure:11975:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
directvnc-0.7.8/configure-11976-
##############################################
directvnc-0.7.8/configure-12211-  if test -f /etc/ld.so.conf; then
directvnc-0.7.8/configure:12212:    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' ' '`
directvnc-0.7.8/configure-12213-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
directvnc-0.7.8/configure-12285-  shlibpath_var=LD_LIBRARY_PATH
directvnc-0.7.8/configure:12286:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/configure-12287-    case $host_os in
##############################################
directvnc-0.7.8/configure-13434-done
directvnc-0.7.8/configure:13435:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
directvnc-0.7.8/configure-13436-
##############################################
directvnc-0.7.8/configure-13466-    # gcc leaves a trailing carriage return which upsets mingw
directvnc-0.7.8/configure:13467:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
directvnc-0.7.8/configure-13468-  *)
directvnc-0.7.8/configure:13469:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
directvnc-0.7.8/configure-13470-  esac
##############################################
directvnc-0.7.8/configure-13475-      # Canonicalize the pathname of ld
directvnc-0.7.8/configure:13476:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
directvnc-0.7.8/configure-13477-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
directvnc-0.7.8/configure:13478:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
directvnc-0.7.8/configure-13479-      done
##############################################
directvnc-0.7.8/configure-13510-      # Break only if it was the GNU/non-GNU ld that we prefer.
directvnc-0.7.8/configure:13511:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
directvnc-0.7.8/configure-13512-      *GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/configure-13541-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
directvnc-0.7.8/configure:13542:case `$LD -v 2>&1 </dev/null` in
directvnc-0.7.8/configure-13543-*GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/configure-13575-        # ancient GNU ld didn't support --whole-archive et. al.
directvnc-0.7.8/configure:13576:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
directvnc-0.7.8/configure-13577-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
directvnc-0.7.8/configure-13659-          # below for broken collect2 doesn't work under 4.3+
directvnc-0.7.8/configure:13660:	  collect2name=`${CC} -print-prog-name=collect2`
directvnc-0.7.8/configure-13661-	  if test -f "$collect2name" &&
##############################################
directvnc-0.7.8/configure-13732-      }'
directvnc-0.7.8/configure:13733:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-13734-  # Check for a 64-bit object if we didn't find anything.
directvnc-0.7.8/configure-13735-  if test -z "$lt_cv_aix_libpath__CXX"; then
directvnc-0.7.8/configure:13736:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-13737-  fi
##############################################
directvnc-0.7.8/configure-13751-
directvnc-0.7.8/configure:13752:          archive_expsym_cmds_CXX='$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"
directvnc-0.7.8/configure-13753-        else
##############################################
directvnc-0.7.8/configure-13786-      }'
directvnc-0.7.8/configure:13787:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-13788-  # Check for a 64-bit object if we didn't find anything.
directvnc-0.7.8/configure-13789-  if test -z "$lt_cv_aix_libpath__CXX"; then
directvnc-0.7.8/configure:13790:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/configure-13791-  fi
##############################################
directvnc-0.7.8/configure-13859-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
directvnc-0.7.8/configure:13860:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/configure-13861-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
directvnc-0.7.8/configure-13900-	    # is EXPORTS), use it as is; otherwise, prepend...
directvnc-0.7.8/configure:13901:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/configure-13902-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
directvnc-0.7.8/configure-13921-  if test "$lt_cv_ld_force_load" = "yes"; then
directvnc-0.7.8/configure:13922:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
directvnc-0.7.8/configure-13923-
##############################################
directvnc-0.7.8/configure-14015-            # dependencies.
directvnc-0.7.8/configure:14016:            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"'
directvnc-0.7.8/configure-14017-            ;;
##############################################
directvnc-0.7.8/configure-14080-	    # dependencies.
directvnc-0.7.8/configure:14081:	    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"'
directvnc-0.7.8/configure-14082-	    ;;
##############################################
directvnc-0.7.8/configure-14116-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
directvnc-0.7.8/configure:14117:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
directvnc-0.7.8/configure:14118:	archive_expsym_cmds_CXX='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'
directvnc-0.7.8/configure-14119-	;;
##############################################
directvnc-0.7.8/configure-14123-	    # SGI C++
directvnc-0.7.8/configure:14124:	    archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14125-
##############################################
directvnc-0.7.8/configure-14134-	      if test "$with_gnu_ld" = no; then
directvnc-0.7.8/configure:14135:	        archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14136-	      else
directvnc-0.7.8/configure:14137:	        archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14138-	      fi
##############################################
directvnc-0.7.8/configure-14155-	    # to its proper name (with version) after linking.
directvnc-0.7.8/configure:14156:	    archive_cmds_CXX='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'
directvnc-0.7.8/configure:14157:	    archive_expsym_cmds_CXX='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'
directvnc-0.7.8/configure-14158-	    # Commands to make compiler produce verbose output that lists
##############################################
directvnc-0.7.8/configure-14165-	    # dependencies.
directvnc-0.7.8/configure:14166:	    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"'
directvnc-0.7.8/configure-14167-
##############################################
directvnc-0.7.8/configure-14180-	    # earlier do not add the objects themselves.
directvnc-0.7.8/configure:14181:	    case `$CC -V 2>&1` in
directvnc-0.7.8/configure-14182-	      *"Version 7."*)
##############################################
directvnc-0.7.8/configure-14201-            # Portland Group C++ compiler
directvnc-0.7.8/configure:14202:	    case `$CC -V` in
directvnc-0.7.8/configure-14203-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
directvnc-0.7.8/configure-14206-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
directvnc-0.7.8/configure:14207:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
directvnc-0.7.8/configure-14208-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
directvnc-0.7.8/configure-14210-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
directvnc-0.7.8/configure:14211:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
directvnc-0.7.8/configure-14212-		$RANLIB $oldlib'
##############################################
directvnc-0.7.8/configure-14215-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
directvnc-0.7.8/configure:14216:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
directvnc-0.7.8/configure-14217-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
directvnc-0.7.8/configure-14219-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
directvnc-0.7.8/configure:14220:		$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'
directvnc-0.7.8/configure-14221-	      ;;
##############################################
directvnc-0.7.8/configure-14229-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
directvnc-0.7.8/configure:14230:	    whole_archive_flag_spec_CXX='${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'
directvnc-0.7.8/configure-14231-            ;;
##############################################
directvnc-0.7.8/configure-14248-	    # dependencies.
directvnc-0.7.8/configure:14249:	    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'
directvnc-0.7.8/configure-14250-	    ;;
##############################################
directvnc-0.7.8/configure-14263-	  *)
directvnc-0.7.8/configure:14264:	    case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/configure-14265-	    *Sun\ C*)
##############################################
directvnc-0.7.8/configure-14270-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
directvnc-0.7.8/configure:14271:	      whole_archive_flag_spec_CXX='${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'
directvnc-0.7.8/configure-14272-	      compiler_needs_object_CXX=yes
##############################################
directvnc-0.7.8/configure-14340-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
directvnc-0.7.8/configure:14341:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/configure-14342-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
directvnc-0.7.8/configure-14359-	    # to its proper name (with version) after linking.
directvnc-0.7.8/configure:14360:	    archive_cmds_CXX='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'
directvnc-0.7.8/configure-14361-
##############################################
directvnc-0.7.8/configure-14380-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/configure:14381:	        archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14382-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
directvnc-0.7.8/configure-14385-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
directvnc-0.7.8/configure:14386:	        archive_cmds_CXX='$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'
directvnc-0.7.8/configure:14387:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
directvnc-0.7.8/configure-14388-	          echo "-hidden">> $lib.exp~
directvnc-0.7.8/configure:14389:	          $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~
directvnc-0.7.8/configure-14390-	          $RM $lib.exp'
##############################################
directvnc-0.7.8/configure-14404-	    # dependencies.
directvnc-0.7.8/configure:14405:	    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"'
directvnc-0.7.8/configure-14406-	    ;;
##############################################
directvnc-0.7.8/configure-14411-	        osf3*)
directvnc-0.7.8/configure:14412:	          archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14413-		  ;;
directvnc-0.7.8/configure-14414-	        *)
directvnc-0.7.8/configure:14415:	          archive_cmds_CXX='$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'
directvnc-0.7.8/configure-14416-		  ;;
##############################################
directvnc-0.7.8/configure-14658-
directvnc-0.7.8/configure:14659:  for p in `eval "$output_verbose_link_cmd"`; do
directvnc-0.7.8/configure-14660-    case ${prev}${p} in
##############################################
directvnc-0.7.8/configure-14755-linux*)
directvnc-0.7.8/configure:14756:  case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/configure-14757-  *Sun\ C*)
##############################################
directvnc-0.7.8/configure-14806-if test -n "${compiler_lib_search_path_CXX}"; then
directvnc-0.7.8/configure:14807: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
directvnc-0.7.8/configure-14808-fi
##############################################
directvnc-0.7.8/configure-15047-	  *)
directvnc-0.7.8/configure:15048:	    case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/configure-15049-	    *Sun\ C*)
##############################################
directvnc-0.7.8/configure-15401-  if test "$hard_links" = no; then
directvnc-0.7.8/configure:15402:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
directvnc-0.7.8/configure:15403:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
directvnc-0.7.8/configure-15404-    need_locks=warn
##############################################
directvnc-0.7.8/configure-15678-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
directvnc-0.7.8/configure:15679:    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'
directvnc-0.7.8/configure-15680-    ;;
##############################################
directvnc-0.7.8/configure-15714-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/configure:15715:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/configure:15716:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/configure:15717:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/configure-15718-      test -d \$dldir || mkdir -p \$dldir~
##############################################
directvnc-0.7.8/configure-15723-      fi'
directvnc-0.7.8/configure:15724:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/configure-15725-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/configure-15731-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
directvnc-0.7.8/configure:15732:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-15733-
##############################################
directvnc-0.7.8/configure-15736-      # MinGW DLLs use traditional 'lib' prefix
directvnc-0.7.8/configure:15737:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-15738-      ;;
##############################################
directvnc-0.7.8/configure-15740-      # pw32 DLLs use 'pw' prefix rather than 'lib'
directvnc-0.7.8/configure:15741:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-15742-      ;;
##############################################
directvnc-0.7.8/configure-15749-    libname_spec='$name'
directvnc-0.7.8/configure:15750:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/configure-15751-    library_names_spec='${libname}.dll.lib'
##############################################
directvnc-0.7.8/configure-15761-        # Let DOS variable expansion print the short 8.3 style file name.
directvnc-0.7.8/configure:15762:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
directvnc-0.7.8/configure-15763-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
directvnc-0.7.8/configure-15766-      # Convert to MSYS style.
directvnc-0.7.8/configure:15767:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
directvnc-0.7.8/configure-15768-      ;;
##############################################
directvnc-0.7.8/configure-15772-      # like /cygdrive/c/PROGRA~1:/cygdr...
directvnc-0.7.8/configure:15773:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
directvnc-0.7.8/configure:15774:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
directvnc-0.7.8/configure:15775:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/configure-15776-      ;;
##############################################
directvnc-0.7.8/configure-15780-        # It is most probably a Windows format PATH.
directvnc-0.7.8/configure:15781:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
directvnc-0.7.8/configure-15782-      else
directvnc-0.7.8/configure:15783:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/configure-15784-      fi
##############################################
directvnc-0.7.8/configure-15790-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/configure:15791:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/configure:15792:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/configure:15793:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/configure-15794-      test -d \$dldir || mkdir -p \$dldir~
directvnc-0.7.8/configure-15795-      $install_prog $dir/$dlname \$dldir/$dlname'
directvnc-0.7.8/configure:15796:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/configure-15797-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/configure-15804-    # Assume MSVC wrapper
directvnc-0.7.8/configure:15805:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
directvnc-0.7.8/configure-15806-    dynamic_linker='Win32 ld.exe'
##############################################
directvnc-0.7.8/configure-15821-  shlibpath_var=DYLD_LIBRARY_PATH
directvnc-0.7.8/configure:15822:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
directvnc-0.7.8/configure-15823-
##############################################
directvnc-0.7.8/configure-16057-  if test -f /etc/ld.so.conf; then
directvnc-0.7.8/configure:16058:    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' ' '`
directvnc-0.7.8/configure-16059-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
directvnc-0.7.8/configure-16131-  shlibpath_var=LD_LIBRARY_PATH
directvnc-0.7.8/configure:16132:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/configure-16133-    case $host_os in
##############################################
directvnc-0.7.8/configure-16749-  test $ac_status = 0; }; then
directvnc-0.7.8/configure:16750:  pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.24" 2>/dev/null`
directvnc-0.7.8/configure-16751-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
directvnc-0.7.8/configure-16766-  test $ac_status = 0; }; then
directvnc-0.7.8/configure:16767:  pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.24" 2>/dev/null`
directvnc-0.7.8/configure-16768-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
directvnc-0.7.8/configure-16787-        if test $_pkg_short_errors_supported = yes; then
directvnc-0.7.8/configure:16788:	        DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "directfb >= 0.9.24" 2>&1`
directvnc-0.7.8/configure-16789-        else
directvnc-0.7.8/configure:16790:	        DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "directfb >= 0.9.24" 2>&1`
directvnc-0.7.8/configure-16791-        fi
##############################################
directvnc-0.7.8/configure-16829-do :
directvnc-0.7.8/configure:16830:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
directvnc-0.7.8/configure-16831-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
directvnc-0.7.8/configure-16833-  cat >>confdefs.h <<_ACEOF
directvnc-0.7.8/configure:16834:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
directvnc-0.7.8/configure-16835-_ACEOF
##############################################
directvnc-0.7.8/configure-16940-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
directvnc-0.7.8/configure:16941:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
directvnc-0.7.8/configure-16942-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
directvnc-0.7.8/configure-17035-if test -z "$BASH_VERSION$ZSH_VERSION" \
directvnc-0.7.8/configure:17036:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
directvnc-0.7.8/configure-17037-  as_echo='print -r --'
directvnc-0.7.8/configure-17038-  as_echo_n='print -rn --'
directvnc-0.7.8/configure:17039:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
directvnc-0.7.8/configure-17040-  as_echo='printf %s\n'
##############################################
directvnc-0.7.8/configure-17042-else
directvnc-0.7.8/configure:17043:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
directvnc-0.7.8/configure-17044-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
directvnc-0.7.8/configure-17052-	expr "X$arg" : "X\\(.*\\)$as_nl";
directvnc-0.7.8/configure:17053:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
directvnc-0.7.8/configure-17054-      esac;
##############################################
directvnc-0.7.8/configure-17129-# ----------------------------------------
directvnc-0.7.8/configure:17130:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
directvnc-0.7.8/configure-17131-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
directvnc-0.7.8/configure-17201-  {
directvnc-0.7.8/configure:17202:    as_val=`expr "$@" || test $? -eq 1`
directvnc-0.7.8/configure-17203-  }
##############################################
directvnc-0.7.8/configure-17305-      case $as_dir in #(
directvnc-0.7.8/configure:17306:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
directvnc-0.7.8/configure-17307-      *) as_qdir=$as_dir;;
##############################################
directvnc-0.7.8/configure-17362-	esac;
directvnc-0.7.8/configure:17363:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
directvnc-0.7.8/configure-17364-	???[sx]*):;;*)false;;esac;fi
##############################################
directvnc-0.7.8/configure-17452-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
directvnc-0.7.8/configure:17453:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
directvnc-0.7.8/configure-17454-ac_cs_version="\\
##############################################
directvnc-0.7.8/configure-17477-  --*=?*)
directvnc-0.7.8/configure:17478:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
directvnc-0.7.8/configure:17479:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
directvnc-0.7.8/configure-17480-    ac_shift=:
##############################################
directvnc-0.7.8/configure-17482-  --*=)
directvnc-0.7.8/configure:17483:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
directvnc-0.7.8/configure-17484-    ac_optarg=
##############################################
directvnc-0.7.8/configure-17506-    case $ac_optarg in
directvnc-0.7.8/configure:17507:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
directvnc-0.7.8/configure-17508-    '') as_fn_error $? "missing file argument" ;;
##############################################
directvnc-0.7.8/configure-17514-    case $ac_optarg in
directvnc-0.7.8/configure:17515:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
directvnc-0.7.8/configure-17516-    esac
##############################################
directvnc-0.7.8/configure-17583-delay_variable_subst='$delay_variable_subst'
directvnc-0.7.8/configure:17584:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17585:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17586:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17587:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17588:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17589:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17590:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17591:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17592:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17593:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17594:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17595:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17596:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17597:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17598:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17599:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17600:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17601:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17602:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17603:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17604:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17605:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17606:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17607:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17608:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17609:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17610:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17611:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17612:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17613:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17614:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17615:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17616:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17617:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17618:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17619:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17620:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17621:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17622:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17623:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17624:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17625:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17626:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17627:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17628:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17629:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17630:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17631:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17632:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17633:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17634:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17635:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17636:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17637:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17638:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17639:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17640: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"`'
directvnc-0.7.8/configure:17641:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17642:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17643:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17644:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17645:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17646:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17647:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17648:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17649:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17650:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17651:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17652:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17653:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17654:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17655:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17656:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17657:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17658:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17659:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17660:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17661:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17662:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17663:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17664:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17665:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17666:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17667:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17668:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17669:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17670:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17671:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17672:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17673:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17674:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17675:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17676:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17677:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17678:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17679:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17680:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17681:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17682:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17683:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17684:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17685:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17686:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17687:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17688:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17689:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17690:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17691:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17692:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17693:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17694:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17695:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17696:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17697:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17698:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17699:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17700:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17701:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17702:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17703:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17704:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17705:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17706:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17707:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17708:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17709:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17710:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17711:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17712:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17713:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17714:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17715:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17716:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17717:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17718:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17719:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17720:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17721:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17722:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17723:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17724:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17725:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17726:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17727:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17728:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17729:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17730:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17731:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17732:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17733:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17734:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17735:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17736:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17737:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17738:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17739:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17740:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17741:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17742:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17743:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17744:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17745:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17746:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17747:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17748:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17749:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17750:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17751:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17752:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17753:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17754:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17755:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17756:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17757:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17758:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17759:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17760:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17761:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17762:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17763:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17764:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17765:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17766:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure:17767:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/configure-17768-
##############################################
directvnc-0.7.8/configure-17877-compiler_lib_search_path_CXX; do
directvnc-0.7.8/configure:17878:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
directvnc-0.7.8/configure-17879-    *[\\\\\\\`\\"\\\$]*)
directvnc-0.7.8/configure:17880:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
directvnc-0.7.8/configure-17881-      ;;
##############################################
directvnc-0.7.8/configure-17918-postlink_cmds_CXX; do
directvnc-0.7.8/configure:17919:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
directvnc-0.7.8/configure-17920-    *[\\\\\\\`\\"\\\$]*)
directvnc-0.7.8/configure:17921:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
directvnc-0.7.8/configure-17922-      ;;
##############################################
directvnc-0.7.8/configure-18019-fi
directvnc-0.7.8/configure:18020:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
directvnc-0.7.8/configure-18021-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
directvnc-0.7.8/configure-18036-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
directvnc-0.7.8/configure:18037:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
directvnc-0.7.8/configure-18038-ac_delim='%!_!# '
##############################################
directvnc-0.7.8/configure-18042-
directvnc-0.7.8/configure:18043:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
directvnc-0.7.8/configure-18044-  if test $ac_delim_n = $ac_delim_num; then
##############################################
directvnc-0.7.8/configure-18180-for ac_last_try in false false :; do
directvnc-0.7.8/configure:18181:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
directvnc-0.7.8/configure-18182-  if test -z "$ac_tt"; then
##############################################
directvnc-0.7.8/configure-18312-      esac
directvnc-0.7.8/configure:18313:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
directvnc-0.7.8/configure-18314-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
directvnc-0.7.8/configure-18371-*)
directvnc-0.7.8/configure:18372:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
directvnc-0.7.8/configure-18373-  # A ".." for each directory in $ac_dir_suffix.
directvnc-0.7.8/configure:18374:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
directvnc-0.7.8/configure-18375-  case $ac_top_builddir_sub in
##############################################
directvnc-0.7.8/configure-18432-/@mandir@/p'
directvnc-0.7.8/configure:18433:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
directvnc-0.7.8/configure-18434-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
directvnc-0.7.8/configure-18449-
directvnc-0.7.8/configure:18450:# Neutralize VPATH when `$srcdir' = `.'.
directvnc-0.7.8/configure-18451-# Shell code in configure.ac might set extrasub.
##############################################
directvnc-0.7.8/configure-18477-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
directvnc-0.7.8/configure:18478:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
directvnc-0.7.8/configure-18479-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
directvnc-0.7.8/configure-18523-    * )
directvnc-0.7.8/configure:18524:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
directvnc-0.7.8/configure-18525-  esac
##############################################
directvnc-0.7.8/configure-18570-    # Strip MF so we end up with the name of the file.
directvnc-0.7.8/configure:18571:    mf=`echo "$mf" | sed -e 's/:.*$//'`
directvnc-0.7.8/configure-18572-    # Check whether this is an Automake generated Makefile or not.
##############################################
directvnc-0.7.8/configure-18607-    # from the Makefile without running `make'.
directvnc-0.7.8/configure:18608:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
directvnc-0.7.8/configure-18609-    test -z "$DEPDIR" && continue
directvnc-0.7.8/configure:18610:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
directvnc-0.7.8/configure-18611-    test -z "am__include" && continue
directvnc-0.7.8/configure:18612:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
directvnc-0.7.8/configure-18613-    # When using ansi2knr, U may be empty or an underscore; expand it
directvnc-0.7.8/configure:18614:    U=`sed -n 's/^U = //p' < "$mf"`
directvnc-0.7.8/configure-18615-    # Find all dependency output files, they are included files with
##############################################
directvnc-0.7.8/configure-18668-
directvnc-0.7.8/configure:18669:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
directvnc-0.7.8/configure-18670-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
directvnc-0.7.8/aclocal.m4-147-done
directvnc-0.7.8/aclocal.m4:148:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
directvnc-0.7.8/aclocal.m4-149-])
##############################################
directvnc-0.7.8/aclocal.m4-443-m4_define([_LT_CONFIG_STATUS_DECLARE],
directvnc-0.7.8/aclocal.m4:444:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
directvnc-0.7.8/aclocal.m4-445-
##############################################
directvnc-0.7.8/aclocal.m4-453-#
directvnc-0.7.8/aclocal.m4:454:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
directvnc-0.7.8/aclocal.m4-455-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
directvnc-0.7.8/aclocal.m4-563-]], lt_decl_quote_varnames); do
directvnc-0.7.8/aclocal.m4:564:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
directvnc-0.7.8/aclocal.m4-565-    *[[\\\\\\\`\\"\\\$]]*)
directvnc-0.7.8/aclocal.m4:566:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
directvnc-0.7.8/aclocal.m4-567-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-576-]], lt_decl_dquote_varnames); do
directvnc-0.7.8/aclocal.m4:577:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
directvnc-0.7.8/aclocal.m4-578-    *[[\\\\\\\`\\"\\\$]]*)
directvnc-0.7.8/aclocal.m4:579:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
directvnc-0.7.8/aclocal.m4-580-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-736-
directvnc-0.7.8/aclocal.m4:737:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
directvnc-0.7.8/aclocal.m4-738-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
directvnc-0.7.8/aclocal.m4-1104-  if test "$lt_cv_ld_force_load" = "yes"; then
directvnc-0.7.8/aclocal.m4:1105:    _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\"`'
directvnc-0.7.8/aclocal.m4-1106-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
directvnc-0.7.8/aclocal.m4-1157-      }]'
directvnc-0.7.8/aclocal.m4:1158:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/aclocal.m4-1159-  # Check for a 64-bit object if we didn't find anything.
directvnc-0.7.8/aclocal.m4-1160-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
directvnc-0.7.8/aclocal.m4:1161:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
directvnc-0.7.8/aclocal.m4-1162-  fi],[])
##############################################
directvnc-0.7.8/aclocal.m4-1193-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
directvnc-0.7.8/aclocal.m4:1194:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
directvnc-0.7.8/aclocal.m4-1195-  ECHO='print -r --'
directvnc-0.7.8/aclocal.m4:1196:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
directvnc-0.7.8/aclocal.m4-1197-  ECHO='printf %s\n'
##############################################
directvnc-0.7.8/aclocal.m4-1228-    PATH=/empty FPATH=/empty; export PATH FPATH
directvnc-0.7.8/aclocal.m4:1229:    test "X`printf %s $ECHO`" = "X$ECHO" \
directvnc-0.7.8/aclocal.m4:1230:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
directvnc-0.7.8/aclocal.m4-1231-
##############################################
directvnc-0.7.8/aclocal.m4-1251-   if test "$GCC" = yes; then
directvnc-0.7.8/aclocal.m4:1252:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
directvnc-0.7.8/aclocal.m4-1253-   fi
##############################################
directvnc-0.7.8/aclocal.m4-1255- /*)
directvnc-0.7.8/aclocal.m4:1256:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
directvnc-0.7.8/aclocal.m4-1257-   ;; #(
##############################################
directvnc-0.7.8/aclocal.m4-1284-  if AC_TRY_EVAL(ac_compile); then
directvnc-0.7.8/aclocal.m4:1285:    case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/aclocal.m4-1286-      *ELF-32*)
##############################################
directvnc-0.7.8/aclocal.m4-1300-    if test "$lt_cv_prog_gnu_ld" = yes; then
directvnc-0.7.8/aclocal.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/aclocal.m4-1302-	*32-bit*)
##############################################
directvnc-0.7.8/aclocal.m4-1312-    else
directvnc-0.7.8/aclocal.m4:1313:      case `/usr/bin/file conftest.$ac_objext` in
directvnc-0.7.8/aclocal.m4-1314-	*32-bit*)
##############################################
directvnc-0.7.8/aclocal.m4-1664-    # And add a safety zone
directvnc-0.7.8/aclocal.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
directvnc-0.7.8/aclocal.m4:1666:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
directvnc-0.7.8/aclocal.m4-1667-    ;;
##############################################
directvnc-0.7.8/aclocal.m4-1697-    if test -n "$kargmax"; then
directvnc-0.7.8/aclocal.m4:1698:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
directvnc-0.7.8/aclocal.m4-1699-    else
##############################################
directvnc-0.7.8/aclocal.m4-1705-    if test -n "$lt_cv_sys_max_cmd_len"; then
directvnc-0.7.8/aclocal.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
directvnc-0.7.8/aclocal.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
directvnc-0.7.8/aclocal.m4-1708-    else
##############################################
directvnc-0.7.8/aclocal.m4-1717-      # we can't tell.
directvnc-0.7.8/aclocal.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
directvnc-0.7.8/aclocal.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
directvnc-0.7.8/aclocal.m4-1721-      do
directvnc-0.7.8/aclocal.m4:1722:        i=`expr $i + 1`
directvnc-0.7.8/aclocal.m4-1723-        teststring=$teststring$teststring
##############################################
directvnc-0.7.8/aclocal.m4-1725-      # Only check the string length outside the loop.
directvnc-0.7.8/aclocal.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
directvnc-0.7.8/aclocal.m4-1727-      teststring=
##############################################
directvnc-0.7.8/aclocal.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
directvnc-0.7.8/aclocal.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
directvnc-0.7.8/aclocal.m4-1732-    fi
##############################################
directvnc-0.7.8/aclocal.m4-2055-  if test "$hard_links" = no; then
directvnc-0.7.8/aclocal.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
directvnc-0.7.8/aclocal.m4-2057-    need_locks=warn
##############################################
directvnc-0.7.8/aclocal.m4-2186-  esac
directvnc-0.7.8/aclocal.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
directvnc-0.7.8/aclocal.m4-2188-  case $lt_search_path_spec in
##############################################
directvnc-0.7.8/aclocal.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
directvnc-0.7.8/aclocal.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
directvnc-0.7.8/aclocal.m4-2195-    ;;
directvnc-0.7.8/aclocal.m4-2196-  *)
directvnc-0.7.8/aclocal.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/aclocal.m4-2198-    ;;
##############################################
directvnc-0.7.8/aclocal.m4-2202-  lt_tmp_lt_search_path_spec=
directvnc-0.7.8/aclocal.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
directvnc-0.7.8/aclocal.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
directvnc-0.7.8/aclocal.m4-2237-  esac
directvnc-0.7.8/aclocal.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
directvnc-0.7.8/aclocal.m4-2239-else
##############################################
directvnc-0.7.8/aclocal.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
directvnc-0.7.8/aclocal.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
directvnc-0.7.8/aclocal.m4-2327-    ;;
##############################################
directvnc-0.7.8/aclocal.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/aclocal.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/aclocal.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/aclocal.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/aclocal.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
directvnc-0.7.8/aclocal.m4-2370-      fi'
directvnc-0.7.8/aclocal.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/aclocal.m4-2372-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/aclocal.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
directvnc-0.7.8/aclocal.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/aclocal.m4-2380-m4_if([$1], [],[
##############################################
directvnc-0.7.8/aclocal.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
directvnc-0.7.8/aclocal.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/aclocal.m4-2386-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
directvnc-0.7.8/aclocal.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/aclocal.m4-2390-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-2397-    libname_spec='$name'
directvnc-0.7.8/aclocal.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
directvnc-0.7.8/aclocal.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
directvnc-0.7.8/aclocal.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
directvnc-0.7.8/aclocal.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
directvnc-0.7.8/aclocal.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
directvnc-0.7.8/aclocal.m4-2414-      # Convert to MSYS style.
directvnc-0.7.8/aclocal.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
directvnc-0.7.8/aclocal.m4-2416-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
directvnc-0.7.8/aclocal.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
directvnc-0.7.8/aclocal.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
directvnc-0.7.8/aclocal.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/aclocal.m4-2424-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-2428-        # It is most probably a Windows format PATH.
directvnc-0.7.8/aclocal.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
directvnc-0.7.8/aclocal.m4-2430-      else
directvnc-0.7.8/aclocal.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
directvnc-0.7.8/aclocal.m4-2432-      fi
##############################################
directvnc-0.7.8/aclocal.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
directvnc-0.7.8/aclocal.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
directvnc-0.7.8/aclocal.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
directvnc-0.7.8/aclocal.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
directvnc-0.7.8/aclocal.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
directvnc-0.7.8/aclocal.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
directvnc-0.7.8/aclocal.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
directvnc-0.7.8/aclocal.m4-2445-      dlpath=$dir/\$dldll~
##############################################
directvnc-0.7.8/aclocal.m4-2452-    # Assume MSVC wrapper
directvnc-0.7.8/aclocal.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
directvnc-0.7.8/aclocal.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
directvnc-0.7.8/aclocal.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
directvnc-0.7.8/aclocal.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
directvnc-0.7.8/aclocal.m4-2471-m4_if([$1], [],[
##############################################
directvnc-0.7.8/aclocal.m4-2687-  if test -f /etc/ld.so.conf; then
directvnc-0.7.8/aclocal.m4:2688:    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' ' '`
directvnc-0.7.8/aclocal.m4-2689-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
directvnc-0.7.8/aclocal.m4-2761-  shlibpath_var=LD_LIBRARY_PATH
directvnc-0.7.8/aclocal.m4:2762:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/aclocal.m4-2763-    case $host_os in
##############################################
directvnc-0.7.8/aclocal.m4-2978-	"file_magic "*)
directvnc-0.7.8/aclocal.m4:2979:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
directvnc-0.7.8/aclocal.m4-2980-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
directvnc-0.7.8/aclocal.m4-3061-    # gcc leaves a trailing carriage return which upsets mingw
directvnc-0.7.8/aclocal.m4:3062:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
directvnc-0.7.8/aclocal.m4-3063-  *)
directvnc-0.7.8/aclocal.m4:3064:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
directvnc-0.7.8/aclocal.m4-3065-  esac
##############################################
directvnc-0.7.8/aclocal.m4-3070-      # Canonicalize the pathname of ld
directvnc-0.7.8/aclocal.m4:3071:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
directvnc-0.7.8/aclocal.m4-3072-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
directvnc-0.7.8/aclocal.m4:3073:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
directvnc-0.7.8/aclocal.m4-3074-      done
##############################################
directvnc-0.7.8/aclocal.m4-3101-      # Break only if it was the GNU/non-GNU ld that we prefer.
directvnc-0.7.8/aclocal.m4:3102:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
directvnc-0.7.8/aclocal.m4-3103-      *GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/aclocal.m4-3141-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
directvnc-0.7.8/aclocal.m4:3142:case `$LD -v 2>&1 </dev/null` in
directvnc-0.7.8/aclocal.m4-3143-*GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/aclocal.m4-3336-openbsd*)
directvnc-0.7.8/aclocal.m4:3337:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/aclocal.m4-3338-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
directvnc-0.7.8/aclocal.m4-3400-    else
directvnc-0.7.8/aclocal.m4:3401:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
directvnc-0.7.8/aclocal.m4-3402-    fi
##############################################
directvnc-0.7.8/aclocal.m4-3446-	# Tru64's nm complains that /dev/null is an invalid object file
directvnc-0.7.8/aclocal.m4:3447:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/aclocal.m4-3448-	*/dev/null* | *'Invalid file or object type'*)
##############################################
directvnc-0.7.8/aclocal.m4-3452-	*)
directvnc-0.7.8/aclocal.m4:3453:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/aclocal.m4-3454-	  */dev/null*)
##############################################
directvnc-0.7.8/aclocal.m4-3478-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
directvnc-0.7.8/aclocal.m4:3479:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
directvnc-0.7.8/aclocal.m4-3480-    *COFF*)
##############################################
directvnc-0.7.8/aclocal.m4-3537-  # decide which to use based on capabilities of $DLLTOOL
directvnc-0.7.8/aclocal.m4:3538:  case `$DLLTOOL --help 2>&1` in
directvnc-0.7.8/aclocal.m4-3539-  *--identify-strict*)
##############################################
directvnc-0.7.8/aclocal.m4-3696-# If we're using GNU nm, then use its standard symbol codes.
directvnc-0.7.8/aclocal.m4:3697:case `$NM -V 2>&1` in
directvnc-0.7.8/aclocal.m4-3698-*GNU* | *'with BFD'*)
##############################################
directvnc-0.7.8/aclocal.m4-3714-mingw*)
directvnc-0.7.8/aclocal.m4:3715:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
directvnc-0.7.8/aclocal.m4-3716-  ;;
##############################################
directvnc-0.7.8/aclocal.m4-3767-    nlist=conftest.nm
directvnc-0.7.8/aclocal.m4:3768:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
directvnc-0.7.8/aclocal.m4-3769-      # Try sorting and uniquifying the output.
##############################################
directvnc-0.7.8/aclocal.m4-4105-	  *)
directvnc-0.7.8/aclocal.m4:4106:	    case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/aclocal.m4-4107-	    *Sun\ C*)
##############################################
directvnc-0.7.8/aclocal.m4-4410-      *)
directvnc-0.7.8/aclocal.m4:4411:	case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/aclocal.m4-4412-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
directvnc-0.7.8/aclocal.m4-4688-	# shared libraries, regardless of the interface used.
directvnc-0.7.8/aclocal.m4:4689:	case `$LD -v 2>&1` in
directvnc-0.7.8/aclocal.m4-4690-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
directvnc-0.7.8/aclocal.m4-4720-    supports_anon_versioning=no
directvnc-0.7.8/aclocal.m4:4721:    case `$LD -v 2>&1` in
directvnc-0.7.8/aclocal.m4-4722-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
directvnc-0.7.8/aclocal.m4-4789-	# is EXPORTS), use it as is; otherwise, prepend...
directvnc-0.7.8/aclocal.m4:4790:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/aclocal.m4-4791-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
directvnc-0.7.8/aclocal.m4-4817-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
directvnc-0.7.8/aclocal.m4:4818:      _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'
directvnc-0.7.8/aclocal.m4:4819:      _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'
directvnc-0.7.8/aclocal.m4-4820-      ;;
##############################################
directvnc-0.7.8/aclocal.m4-4835-        pgcc*)				# Portland Group C compiler
directvnc-0.7.8/aclocal.m4:4836:	  _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'
directvnc-0.7.8/aclocal.m4-4837-	  tmp_addflag=' $pic_flag'
##############################################
directvnc-0.7.8/aclocal.m4-4840-					# Portland Group f77 and f90 compilers
directvnc-0.7.8/aclocal.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
directvnc-0.7.8/aclocal.m4-4842-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
directvnc-0.7.8/aclocal.m4-4855-	nvcc*)	# Cuda Compiler Driver 2.2
directvnc-0.7.8/aclocal.m4:4856:	  _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'
directvnc-0.7.8/aclocal.m4-4857-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
directvnc-0.7.8/aclocal.m4-4859-	esac
directvnc-0.7.8/aclocal.m4:4860:	case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/aclocal.m4-4861-	*Sun\ C*)			# Sun C 5.9
directvnc-0.7.8/aclocal.m4:4862:	  _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'
directvnc-0.7.8/aclocal.m4-4863-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
directvnc-0.7.8/aclocal.m4-4927-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
directvnc-0.7.8/aclocal.m4:4928:      case `$LD -v 2>&1` in
directvnc-0.7.8/aclocal.m4-4929-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
directvnc-0.7.8/aclocal.m4-5050-	# below for broken collect2 doesn't work under 4.3+
directvnc-0.7.8/aclocal.m4:5051:	  collect2name=`${CC} -print-prog-name=collect2`
directvnc-0.7.8/aclocal.m4-5052-	  if test -f "$collect2name" &&
##############################################
directvnc-0.7.8/aclocal.m4-5100-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
directvnc-0.7.8/aclocal.m4:5101:        _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"
directvnc-0.7.8/aclocal.m4-5102-      else
##############################################
directvnc-0.7.8/aclocal.m4-5166-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
directvnc-0.7.8/aclocal.m4:5167:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/aclocal.m4-5168-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
directvnc-0.7.8/aclocal.m4-5203-	# FIXME: Setting linknames here is a bad hack.
directvnc-0.7.8/aclocal.m4:5204:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
directvnc-0.7.8/aclocal.m4-5205-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
directvnc-0.7.8/aclocal.m4-5341-      if test "$GCC" = yes; then
directvnc-0.7.8/aclocal.m4:5342:	_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'
directvnc-0.7.8/aclocal.m4-5343-	# Try to use the -exported_symbol ld option, if it does not
##############################################
directvnc-0.7.8/aclocal.m4-5364-	if test "$lt_cv_irix_exported_symbol" = yes; then
directvnc-0.7.8/aclocal.m4:5365:          _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'
directvnc-0.7.8/aclocal.m4-5366-	fi
directvnc-0.7.8/aclocal.m4-5367-      else
directvnc-0.7.8/aclocal.m4:5368:	_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'
directvnc-0.7.8/aclocal.m4:5369:	_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'
directvnc-0.7.8/aclocal.m4-5370-      fi
##############################################
directvnc-0.7.8/aclocal.m4-5404-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
directvnc-0.7.8/aclocal.m4:5405:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/aclocal.m4-5406-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
directvnc-0.7.8/aclocal.m4-5437-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/aclocal.m4:5438:	_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'
directvnc-0.7.8/aclocal.m4-5439-      else
directvnc-0.7.8/aclocal.m4-5440-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
directvnc-0.7.8/aclocal.m4:5441:	_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'
directvnc-0.7.8/aclocal.m4-5442-      fi
##############################################
directvnc-0.7.8/aclocal.m4-5450-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/aclocal.m4:5451:	_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'
directvnc-0.7.8/aclocal.m4-5452-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
directvnc-0.7.8/aclocal.m4-5454-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
directvnc-0.7.8/aclocal.m4:5455:	_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'
directvnc-0.7.8/aclocal.m4:5456:	_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~
directvnc-0.7.8/aclocal.m4:5457:	$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'
directvnc-0.7.8/aclocal.m4-5458-
##############################################
directvnc-0.7.8/aclocal.m4-5473-      else
directvnc-0.7.8/aclocal.m4:5474:	case `$CC -V 2>&1` in
directvnc-0.7.8/aclocal.m4-5475-	*"Compilers 5.0"*)
##############################################
directvnc-0.7.8/aclocal.m4-5666-	  _LT_TAGVAR(allow_undefined_flag, $1)=
directvnc-0.7.8/aclocal.m4:5667:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
directvnc-0.7.8/aclocal.m4-5668-	  then
##############################################
directvnc-0.7.8/aclocal.m4-5962-        # ancient GNU ld didn't support --whole-archive et. al.
directvnc-0.7.8/aclocal.m4:5963:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
directvnc-0.7.8/aclocal.m4-5964-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
directvnc-0.7.8/aclocal.m4-6045-          # below for broken collect2 doesn't work under 4.3+
directvnc-0.7.8/aclocal.m4:6046:	  collect2name=`${CC} -print-prog-name=collect2`
directvnc-0.7.8/aclocal.m4-6047-	  if test -f "$collect2name" &&
##############################################
directvnc-0.7.8/aclocal.m4-6095-
directvnc-0.7.8/aclocal.m4:6096:          _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"
directvnc-0.7.8/aclocal.m4-6097-        else
##############################################
directvnc-0.7.8/aclocal.m4-6161-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
directvnc-0.7.8/aclocal.m4:6162:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/aclocal.m4-6163-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
directvnc-0.7.8/aclocal.m4-6202-	    # is EXPORTS), use it as is; otherwise, prepend...
directvnc-0.7.8/aclocal.m4:6203:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
directvnc-0.7.8/aclocal.m4-6204-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
directvnc-0.7.8/aclocal.m4-6285-            # dependencies.
directvnc-0.7.8/aclocal.m4:6286:            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"'
directvnc-0.7.8/aclocal.m4-6287-            ;;
##############################################
directvnc-0.7.8/aclocal.m4-6350-	    # dependencies.
directvnc-0.7.8/aclocal.m4:6351:	    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"'
directvnc-0.7.8/aclocal.m4-6352-	    ;;
##############################################
directvnc-0.7.8/aclocal.m4-6386-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
directvnc-0.7.8/aclocal.m4:6387:	_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'
directvnc-0.7.8/aclocal.m4:6388:	_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'
directvnc-0.7.8/aclocal.m4-6389-	;;
##############################################
directvnc-0.7.8/aclocal.m4-6393-	    # SGI C++
directvnc-0.7.8/aclocal.m4:6394:	    _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'
directvnc-0.7.8/aclocal.m4-6395-
##############################################
directvnc-0.7.8/aclocal.m4-6404-	      if test "$with_gnu_ld" = no; then
directvnc-0.7.8/aclocal.m4:6405:	        _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'
directvnc-0.7.8/aclocal.m4-6406-	      else
directvnc-0.7.8/aclocal.m4:6407:	        _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'
directvnc-0.7.8/aclocal.m4-6408-	      fi
##############################################
directvnc-0.7.8/aclocal.m4-6425-	    # to its proper name (with version) after linking.
directvnc-0.7.8/aclocal.m4:6426:	    _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'
directvnc-0.7.8/aclocal.m4:6427:	    _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'
directvnc-0.7.8/aclocal.m4-6428-	    # Commands to make compiler produce verbose output that lists
##############################################
directvnc-0.7.8/aclocal.m4-6435-	    # dependencies.
directvnc-0.7.8/aclocal.m4:6436:	    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"'
directvnc-0.7.8/aclocal.m4-6437-
##############################################
directvnc-0.7.8/aclocal.m4-6450-	    # earlier do not add the objects themselves.
directvnc-0.7.8/aclocal.m4:6451:	    case `$CC -V 2>&1` in
directvnc-0.7.8/aclocal.m4-6452-	      *"Version 7."*)
##############################################
directvnc-0.7.8/aclocal.m4-6471-            # Portland Group C++ compiler
directvnc-0.7.8/aclocal.m4:6472:	    case `$CC -V` in
directvnc-0.7.8/aclocal.m4-6473-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
directvnc-0.7.8/aclocal.m4-6476-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
directvnc-0.7.8/aclocal.m4:6477:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
directvnc-0.7.8/aclocal.m4-6478-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
directvnc-0.7.8/aclocal.m4-6480-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
directvnc-0.7.8/aclocal.m4:6481:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
directvnc-0.7.8/aclocal.m4-6482-		$RANLIB $oldlib'
##############################################
directvnc-0.7.8/aclocal.m4-6485-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
directvnc-0.7.8/aclocal.m4:6486:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
directvnc-0.7.8/aclocal.m4-6487-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
directvnc-0.7.8/aclocal.m4-6489-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
directvnc-0.7.8/aclocal.m4:6490:		$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'
directvnc-0.7.8/aclocal.m4-6491-	      ;;
##############################################
directvnc-0.7.8/aclocal.m4-6499-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
directvnc-0.7.8/aclocal.m4:6500:	    _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'
directvnc-0.7.8/aclocal.m4-6501-            ;;
##############################################
directvnc-0.7.8/aclocal.m4-6518-	    # dependencies.
directvnc-0.7.8/aclocal.m4:6519:	    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'
directvnc-0.7.8/aclocal.m4-6520-	    ;;
##############################################
directvnc-0.7.8/aclocal.m4-6533-	  *)
directvnc-0.7.8/aclocal.m4:6534:	    case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/aclocal.m4-6535-	    *Sun\ C*)
##############################################
directvnc-0.7.8/aclocal.m4-6540-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
directvnc-0.7.8/aclocal.m4:6541:	      _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'
directvnc-0.7.8/aclocal.m4-6542-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
directvnc-0.7.8/aclocal.m4-6610-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
directvnc-0.7.8/aclocal.m4:6611:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
directvnc-0.7.8/aclocal.m4-6612-	    _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'
##############################################
directvnc-0.7.8/aclocal.m4-6629-	    # to its proper name (with version) after linking.
directvnc-0.7.8/aclocal.m4:6630:	    _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'
directvnc-0.7.8/aclocal.m4-6631-
##############################################
directvnc-0.7.8/aclocal.m4-6650-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
directvnc-0.7.8/aclocal.m4:6651:	        _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'
directvnc-0.7.8/aclocal.m4-6652-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
directvnc-0.7.8/aclocal.m4-6655-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
directvnc-0.7.8/aclocal.m4:6656:	        _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'
directvnc-0.7.8/aclocal.m4:6657:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
directvnc-0.7.8/aclocal.m4-6658-	          echo "-hidden">> $lib.exp~
directvnc-0.7.8/aclocal.m4:6659:	          $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~
directvnc-0.7.8/aclocal.m4-6660-	          $RM $lib.exp'
##############################################
directvnc-0.7.8/aclocal.m4-6674-	    # dependencies.
directvnc-0.7.8/aclocal.m4:6675:	    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"'
directvnc-0.7.8/aclocal.m4-6676-	    ;;
##############################################
directvnc-0.7.8/aclocal.m4-6681-	        osf3*)
directvnc-0.7.8/aclocal.m4:6682:	          _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'
directvnc-0.7.8/aclocal.m4-6683-		  ;;
directvnc-0.7.8/aclocal.m4-6684-	        *)
directvnc-0.7.8/aclocal.m4:6685:	          _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'
directvnc-0.7.8/aclocal.m4-6686-		  ;;
##############################################
directvnc-0.7.8/aclocal.m4-6934-  case ${2} in
directvnc-0.7.8/aclocal.m4:6935:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
directvnc-0.7.8/aclocal.m4:6936:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
directvnc-0.7.8/aclocal.m4-6937-  esac
##############################################
directvnc-0.7.8/aclocal.m4-7022-
directvnc-0.7.8/aclocal.m4:7023:  for p in `eval "$output_verbose_link_cmd"`; do
directvnc-0.7.8/aclocal.m4-7024-    case ${prev}${p} in
##############################################
directvnc-0.7.8/aclocal.m4-7120-linux*)
directvnc-0.7.8/aclocal.m4:7121:  case `$CC -V 2>&1 | sed 5q` in
directvnc-0.7.8/aclocal.m4-7122-  *Sun\ C*)
##############################################
directvnc-0.7.8/aclocal.m4-7171-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
directvnc-0.7.8/aclocal.m4:7172: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
directvnc-0.7.8/aclocal.m4-7173-fi
##############################################
directvnc-0.7.8/aclocal.m4-7773-    test $lt_ac_count -gt 10 && break
directvnc-0.7.8/aclocal.m4:7774:    lt_ac_count=`expr $lt_ac_count + 1`
directvnc-0.7.8/aclocal.m4-7775-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
directvnc-0.7.8/aclocal.m4-7844-# ------------------------------------------------------
directvnc-0.7.8/aclocal.m4:7845:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
directvnc-0.7.8/aclocal.m4-7846-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
directvnc-0.7.8/aclocal.m4-8448-m4_define([lt_combine],
directvnc-0.7.8/aclocal.m4:8449:[m4_if(m4_eval([$# > 3]), [1],
directvnc-0.7.8/aclocal.m4-8450-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
directvnc-0.7.8/aclocal.m4-8703-    PKG_CHECK_EXISTS([$3],
directvnc-0.7.8/aclocal.m4:8704:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
directvnc-0.7.8/aclocal.m4-8705-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
directvnc-0.7.8/aclocal.m4-8752-        if test $_pkg_short_errors_supported = yes; then
directvnc-0.7.8/aclocal.m4:8753:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
directvnc-0.7.8/aclocal.m4-8754-        else 
directvnc-0.7.8/aclocal.m4:8755:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
directvnc-0.7.8/aclocal.m4-8756-        fi
##############################################
directvnc-0.7.8/aclocal.m4-8839-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
directvnc-0.7.8/aclocal.m4:8840:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
directvnc-0.7.8/aclocal.m4-8841-#
##############################################
directvnc-0.7.8/aclocal.m4-8863-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
directvnc-0.7.8/aclocal.m4:8864:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
directvnc-0.7.8/aclocal.m4-8865-# and then we would define $MISSING as
##############################################
directvnc-0.7.8/aclocal.m4-8879-# expand $ac_aux_dir to an absolute path
directvnc-0.7.8/aclocal.m4:8880:am_aux_dir=`cd $ac_aux_dir && pwd`
directvnc-0.7.8/aclocal.m4-8881-])
##############################################
directvnc-0.7.8/aclocal.m4-9004-  if test "$am_compiler_list" = ""; then
directvnc-0.7.8/aclocal.m4:9005:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
directvnc-0.7.8/aclocal.m4-9006-  fi
##############################################
directvnc-0.7.8/aclocal.m4-9153-    # Strip MF so we end up with the name of the file.
directvnc-0.7.8/aclocal.m4:9154:    mf=`echo "$mf" | sed -e 's/:.*$//'`
directvnc-0.7.8/aclocal.m4-9155-    # Check whether this is an Automake generated Makefile or not.
##############################################
directvnc-0.7.8/aclocal.m4-9162-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
directvnc-0.7.8/aclocal.m4:9163:      dirpart=`AS_DIRNAME("$mf")`
directvnc-0.7.8/aclocal.m4-9164-    else
##############################################
directvnc-0.7.8/aclocal.m4-9168-    # from the Makefile without running `make'.
directvnc-0.7.8/aclocal.m4:9169:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
directvnc-0.7.8/aclocal.m4-9170-    test -z "$DEPDIR" && continue
directvnc-0.7.8/aclocal.m4:9171:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
directvnc-0.7.8/aclocal.m4-9172-    test -z "am__include" && continue
directvnc-0.7.8/aclocal.m4:9173:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
directvnc-0.7.8/aclocal.m4-9174-    # When using ansi2knr, U may be empty or an underscore; expand it
directvnc-0.7.8/aclocal.m4:9175:    U=`sed -n 's/^U = //p' < "$mf"`
directvnc-0.7.8/aclocal.m4-9176-    # Find all dependency output files, they are included files with
##############################################
directvnc-0.7.8/aclocal.m4-9184-      test -f "$dirpart/$file" && continue
directvnc-0.7.8/aclocal.m4:9185:      fdir=`AS_DIRNAME(["$file"])`
directvnc-0.7.8/aclocal.m4-9186-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
directvnc-0.7.8/aclocal.m4-9278-AC_REQUIRE([AC_PROG_INSTALL])dnl
directvnc-0.7.8/aclocal.m4:9279:if test "`cd $srcdir && pwd`" != "`pwd`"; then
directvnc-0.7.8/aclocal.m4-9280-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
directvnc-0.7.8/aclocal.m4-9380-    * )
directvnc-0.7.8/aclocal.m4:9381:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
directvnc-0.7.8/aclocal.m4-9382-  esac
directvnc-0.7.8/aclocal.m4-9383-done
directvnc-0.7.8/aclocal.m4:9384:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
directvnc-0.7.8/aclocal.m4-9385-
##############################################
directvnc-0.7.8/aclocal.m4-9458-# Ignore all kinds of additional output from `make'.
directvnc-0.7.8/aclocal.m4:9459:case `$am_make -s -f confmf 2> /dev/null` in #(
directvnc-0.7.8/aclocal.m4-9460-*the\ am__doit\ target*)
##############################################
directvnc-0.7.8/aclocal.m4-9468-   echo '.include "confinc"' > confmf
directvnc-0.7.8/aclocal.m4:9469:   case `$am_make -s -f confmf 2> /dev/null` in #(
directvnc-0.7.8/aclocal.m4-9470-   *the\ am__doit\ target*)
##############################################
directvnc-0.7.8/aclocal.m4-9625-if (
directvnc-0.7.8/aclocal.m4:9626:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
directvnc-0.7.8/aclocal.m4-9627-   if test "$[*]" = "X"; then
directvnc-0.7.8/aclocal.m4-9628-      # -L didn't work.
directvnc-0.7.8/aclocal.m4:9629:      set X `ls -t "$srcdir/configure" conftest.file`
directvnc-0.7.8/aclocal.m4-9630-   fi
##############################################
directvnc-0.7.8/missing-129-       # Could not run --version or --help.  This is probably someone
directvnc-0.7.8/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
directvnc-0.7.8/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
directvnc-0.7.8/missing-163-         from any GNU archive site."
directvnc-0.7.8/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
directvnc-0.7.8/missing-165-    test -z "$files" && files="config.h"
##############################################
directvnc-0.7.8/missing-192-         proper tools for further handling them.
directvnc-0.7.8/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
directvnc-0.7.8/missing-194-         archive site."
directvnc-0.7.8/missing-195-
directvnc-0.7.8/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
directvnc-0.7.8/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
directvnc-0.7.8/missing-198-    if test -f "$file"; then
##############################################
directvnc-0.7.8/missing-221-	*.y)
directvnc-0.7.8/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
directvnc-0.7.8/missing-223-	    if test -f "$SRCFILE"; then
##############################################
directvnc-0.7.8/missing-225-	    fi
directvnc-0.7.8/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
directvnc-0.7.8/missing-227-	    if test -f "$SRCFILE"; then
##############################################
directvnc-0.7.8/missing-251-	*.l)
directvnc-0.7.8/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
directvnc-0.7.8/missing-253-	    if test -f "$SRCFILE"; then
##############################################
directvnc-0.7.8/missing-270-
directvnc-0.7.8/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
directvnc-0.7.8/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
directvnc-0.7.8/missing-273-    if test -f "$file"; then
##############################################
directvnc-0.7.8/missing-290-    # The file to touch is that specified with -o ...
directvnc-0.7.8/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
directvnc-0.7.8/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
directvnc-0.7.8/missing-293-    if test -z "$file"; then
directvnc-0.7.8/missing-294-      # ... or it is the one specified with @setfilename ...
directvnc-0.7.8/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
directvnc-0.7.8/missing-296-      file=`sed -n '
##############################################
directvnc-0.7.8/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
directvnc-0.7.8/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
directvnc-0.7.8/missing-304-    fi
##############################################
directvnc-0.7.8/Makefile.in-61-	ps-recursive uninstall-recursive
directvnc-0.7.8/Makefile.in:62:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
directvnc-0.7.8/Makefile.in-63-am__vpath_adj = case $$p in \
directvnc-0.7.8/Makefile.in:64:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
directvnc-0.7.8/Makefile.in-65-    *) f=$$p;; \
directvnc-0.7.8/Makefile.in-66-  esac;
directvnc-0.7.8/Makefile.in:67:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
directvnc-0.7.8/Makefile.in-68-am__install_max = 40
directvnc-0.7.8/Makefile.in-69-am__nobase_strip_setup = \
directvnc-0.7.8/Makefile.in:70:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
directvnc-0.7.8/Makefile.in-71-am__nobase_strip = \
##############################################
directvnc-0.7.8/Makefile.in-119-  while test -n "$$dir1"; do \
directvnc-0.7.8/Makefile.in:120:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
directvnc-0.7.8/Makefile.in-121-    if test "$$first" != "."; then \
directvnc-0.7.8/Makefile.in-122-      if test "$$first" = ".."; then \
directvnc-0.7.8/Makefile.in:123:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
directvnc-0.7.8/Makefile.in:124:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
directvnc-0.7.8/Makefile.in-125-      else \
directvnc-0.7.8/Makefile.in:126:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
directvnc-0.7.8/Makefile.in-127-        if test "$$first2" = "$$first"; then \
directvnc-0.7.8/Makefile.in:128:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
directvnc-0.7.8/Makefile.in-129-        else \
##############################################
directvnc-0.7.8/Makefile.in-134-    fi; \
directvnc-0.7.8/Makefile.in:135:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
directvnc-0.7.8/Makefile.in-136-  done; \
##############################################
directvnc-0.7.8/Makefile.in-430-	@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
directvnc-0.7.8/Makefile.in:431:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
directvnc-0.7.8/Makefile.in-432-	dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
##############################################
directvnc-0.7.8/Makefile.in-448-	dot_seen=no; \
directvnc-0.7.8/Makefile.in:449:	target=`echo $@ | sed s/-recursive//`; \
directvnc-0.7.8/Makefile.in-450-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
directvnc-0.7.8/Makefile.in-483-	rev="$$rev ."; \
directvnc-0.7.8/Makefile.in:484:	target=`echo $@ | sed s/-recursive//`; \
directvnc-0.7.8/Makefile.in-485-	for subdir in $$rev; do \
##############################################
directvnc-0.7.8/Makefile.in-561-GTAGS:
directvnc-0.7.8/Makefile.in:562:	here=`$(am__cd) $(top_builddir) && pwd` \
directvnc-0.7.8/Makefile.in-563-	  && $(am__cd) $(top_srcdir) \
##############################################
directvnc-0.7.8/Makefile.in-584-	test -d "$(distdir)" || mkdir "$(distdir)"
directvnc-0.7.8/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
directvnc-0.7.8/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
directvnc-0.7.8/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
directvnc-0.7.8/Makefile.in-598-	  if test -d $$d/$$file; then \
directvnc-0.7.8/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
directvnc-0.7.8/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
directvnc-0.7.8/Makefile.in-712-	test -d $(distdir)/_build || exit 0; \
directvnc-0.7.8/Makefile.in:713:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
directvnc-0.7.8/Makefile.in-714-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
directvnc-0.7.8/Makefile.in-755-	}; \
directvnc-0.7.8/Makefile.in:756:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
directvnc-0.7.8/Makefile.in-757-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
directvnc-0.7.8/Makefile.in-767-	fi
directvnc-0.7.8/Makefile.in:768:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
directvnc-0.7.8/Makefile.in-769-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
directvnc-0.7.8/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
directvnc-0.7.8/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
directvnc-0.7.8/depcomp-69-
##############################################
directvnc-0.7.8/depcomp-234-  # Version 6 uses the directory in both cases.
directvnc-0.7.8/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
directvnc-0.7.8/depcomp-236-  test "x$dir" = "x$object" && dir=
directvnc-0.7.8/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
directvnc-0.7.8/depcomp-238-  if test "$libtool" = yes; then
##############################################
directvnc-0.7.8/depcomp-263-    # Do two passes, one to just change these to
directvnc-0.7.8/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
directvnc-0.7.8/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
directvnc-0.7.8/depcomp-305-  # Do two passes, one to just change these to
directvnc-0.7.8/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
directvnc-0.7.8/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
directvnc-0.7.8/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
directvnc-0.7.8/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
directvnc-0.7.8/depcomp-323-  test "x$dir" = "x$object" && dir=
directvnc-0.7.8/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
directvnc-0.7.8/depcomp-325-  if test "$libtool" = yes; then
##############################################
directvnc-0.7.8/depcomp-365-   # Subdirectories are respected.
directvnc-0.7.8/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
directvnc-0.7.8/depcomp-367-   test "x$dir" = "x$object" && dir=
directvnc-0.7.8/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
directvnc-0.7.8/depcomp-369-
##############################################
directvnc-0.7.8/depcomp-557-  done
directvnc-0.7.8/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
directvnc-0.7.8/depcomp-559-  touch "$tmpdepfile"