===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
w1retap-1.4.4/missing-162-         from any GNU archive site."
w1retap-1.4.4/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
w1retap-1.4.4/missing-164-    test -z "$files" && files="config.h"
##############################################
w1retap-1.4.4/missing-194-
w1retap-1.4.4/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/missing-197-    if test -f "$file"; then
##############################################
w1retap-1.4.4/missing-220-	*.y)
w1retap-1.4.4/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
w1retap-1.4.4/missing-222-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/missing-224-	    fi
w1retap-1.4.4/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
w1retap-1.4.4/missing-226-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/missing-250-	*.l)
w1retap-1.4.4/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
w1retap-1.4.4/missing-252-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/missing-269-
w1retap-1.4.4/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/missing-272-    if test -f "$file"; then
##############################################
w1retap-1.4.4/missing-289-    # The file to touch is that specified with -o ...
w1retap-1.4.4/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/missing-292-    if test -z "$file"; then
w1retap-1.4.4/missing-293-      # ... or it is the one specified with @setfilename ...
w1retap-1.4.4/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
w1retap-1.4.4/missing-295-      file=`sed -n '
##############################################
w1retap-1.4.4/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
w1retap-1.4.4/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
w1retap-1.4.4/missing-303-    fi
##############################################
w1retap-1.4.4/ltmain.sh-103-#
w1retap-1.4.4/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
w1retap-1.4.4/ltmain.sh-105-#
##############################################
w1retap-1.4.4/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
w1retap-1.4.4/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
w1retap-1.4.4/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
w1retap-1.4.4/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
w1retap-1.4.4/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
w1retap-1.4.4/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
w1retap-1.4.4/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
w1retap-1.4.4/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
w1retap-1.4.4/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
w1retap-1.4.4/ltmain.sh-410-# The name of this program.
w1retap-1.4.4/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
w1retap-1.4.4/ltmain.sh-412-
##############################################
w1retap-1.4.4/ltmain.sh-416-  *[\\/]*)
w1retap-1.4.4/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
w1retap-1.4.4/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
w1retap-1.4.4/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
w1retap-1.4.4/ltmain.sh-610-
w1retap-1.4.4/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
w1retap-1.4.4/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
w1retap-1.4.4/ltmain.sh-613-
##############################################
w1retap-1.4.4/ltmain.sh-639-
w1retap-1.4.4/ltmain.sh:640:    func_arith_result=`expr "$@"`
w1retap-1.4.4/ltmain.sh-641-  }
##############################################
w1retap-1.4.4/ltmain.sh-660-  # ...otherwise fall back to using sed.
w1retap-1.4.4/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
w1retap-1.4.4/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
w1retap-1.4.4/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
w1retap-1.4.4/ltmain.sh-757-      test -n "$_G_tc" && {
w1retap-1.4.4/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
w1retap-1.4.4/ltmain.sh-760-      }
w1retap-1.4.4/ltmain.sh-761-    done
w1retap-1.4.4/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
w1retap-1.4.4/ltmain.sh-763-
##############################################
w1retap-1.4.4/ltmain.sh-831-
w1retap-1.4.4/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
w1retap-1.4.4/ltmain.sh-833-  }
##############################################
w1retap-1.4.4/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
w1retap-1.4.4/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
w1retap-1.4.4/ltmain.sh-865-      done
w1retap-1.4.4/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
w1retap-1.4.4/ltmain.sh-867-
##############################################
w1retap-1.4.4/ltmain.sh-901-      # If mktemp works, use that first and foremost
w1retap-1.4.4/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
w1retap-1.4.4/ltmain.sh-903-
##############################################
w1retap-1.4.4/ltmain.sh-1111-        *[\\\`\"\$]*)
w1retap-1.4.4/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
w1retap-1.4.4/ltmain.sh-1113-        *)
##############################################
w1retap-1.4.4/ltmain.sh-1198-    case $2 in
w1retap-1.4.4/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
w1retap-1.4.4/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
w1retap-1.4.4/ltmain.sh-1201-    esac
##############################################
w1retap-1.4.4/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
w1retap-1.4.4/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/ltmain.sh-1273-      ;;
##############################################
w1retap-1.4.4/ltmain.sh-1358-
w1retap-1.4.4/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
w1retap-1.4.4/ltmain.sh-1360-}
##############################################
w1retap-1.4.4/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
w1retap-1.4.4/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
w1retap-1.4.4/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
w1retap-1.4.4/ltmain.sh-1517-
w1retap-1.4.4/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
w1retap-1.4.4/ltmain.sh-1519-}
##############################################
w1retap-1.4.4/ltmain.sh-1870-
w1retap-1.4.4/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
w1retap-1.4.4/ltmain.sh-1872-      func_split_equals_rhs=
w1retap-1.4.4/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
w1retap-1.4.4/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
w1retap-1.4.4/ltmain.sh-1875-  }
##############################################
w1retap-1.4.4/ltmain.sh-1898-
w1retap-1.4.4/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
w1retap-1.4.4/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
w1retap-1.4.4/ltmain.sh-1901-  }
##############################################
w1retap-1.4.4/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
w1retap-1.4.4/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
w1retap-1.4.4/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
w1retap-1.4.4/ltmain.sh-2074-
##############################################
w1retap-1.4.4/ltmain.sh-2110-  {
w1retap-1.4.4/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
w1retap-1.4.4/ltmain.sh-2112-  }
##############################################
w1retap-1.4.4/ltmain.sh-2115-  {
w1retap-1.4.4/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
w1retap-1.4.4/ltmain.sh-2117-  }
##############################################
w1retap-1.4.4/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
w1retap-1.4.4/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
w1retap-1.4.4/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
w1retap-1.4.4/ltmain.sh-2659-      done
w1retap-1.4.4/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/ltmain.sh-2662-      case $@ in
##############################################
w1retap-1.4.4/ltmain.sh-2672-	    # Evaluate the configuration.
w1retap-1.4.4/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
w1retap-1.4.4/ltmain.sh-2674-	    CC_quoted=
##############################################
w1retap-1.4.4/ltmain.sh-2678-	    done
w1retap-1.4.4/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/ltmain.sh-2681-	    case "$@ " in
##############################################
w1retap-1.4.4/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
w1retap-1.4.4/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
w1retap-1.4.4/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
w1retap-1.4.4/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
w1retap-1.4.4/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
w1retap-1.4.4/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
w1retap-1.4.4/ltmain.sh-3009-    # LT_CYGPATH in this case.
w1retap-1.4.4/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
w1retap-1.4.4/ltmain.sh-3011-  fi
##############################################
w1retap-1.4.4/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
w1retap-1.4.4/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
w1retap-1.4.4/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
w1retap-1.4.4/ltmain.sh-3376-    *.[cCFSifmso] | \
w1retap-1.4.4/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
w1retap-1.4.4/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
w1retap-1.4.4/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
w1retap-1.4.4/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
w1retap-1.4.4/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
w1retap-1.4.4/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
w1retap-1.4.4/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/ltmain.sh-3474-
##############################################
w1retap-1.4.4/ltmain.sh-3520-      if test warn = "$need_locks" &&
w1retap-1.4.4/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/ltmain.sh-3522-	$ECHO "\
w1retap-1.4.4/ltmain.sh-3523-*** ERROR, $lockfile contains:
w1retap-1.4.4/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/ltmain.sh-3525-
##############################################
w1retap-1.4.4/ltmain.sh-3569-      if test warn = "$need_locks" &&
w1retap-1.4.4/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/ltmain.sh-3571-	$ECHO "\
w1retap-1.4.4/ltmain.sh-3572-*** ERROR, $lockfile contains:
w1retap-1.4.4/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/ltmain.sh-3574-
##############################################
w1retap-1.4.4/ltmain.sh-3895-      # Get the absolute pathname.
w1retap-1.4.4/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
w1retap-1.4.4/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
w1retap-1.4.4/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
w1retap-1.4.4/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
w1retap-1.4.4/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
w1retap-1.4.4/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
w1retap-1.4.4/ltmain.sh-4280-
##############################################
w1retap-1.4.4/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
w1retap-1.4.4/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
w1retap-1.4.4/ltmain.sh-4293-	  else
w1retap-1.4.4/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
w1retap-1.4.4/ltmain.sh-4295-	  fi
##############################################
w1retap-1.4.4/ltmain.sh-4458-	    fi
w1retap-1.4.4/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
w1retap-1.4.4/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
w1retap-1.4.4/ltmain.sh-4477-	        # Replace the output file specification.
w1retap-1.4.4/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
w1retap-1.4.4/ltmain.sh-4479-
##############################################
w1retap-1.4.4/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
w1retap-1.4.4/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
w1retap-1.4.4/ltmain.sh-4498-	  fi
##############################################
w1retap-1.4.4/ltmain.sh-4570-    my_pic_p=${3-false}
w1retap-1.4.4/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
w1retap-1.4.4/ltmain.sh-4572-    my_dlsyms=
##############################################
w1retap-1.4.4/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
w1retap-1.4.4/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
w1retap-1.4.4/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
w1retap-1.4.4/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
w1retap-1.4.4/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
w1retap-1.4.4/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
w1retap-1.4.4/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/ltmain.sh-4862-	  else
w1retap-1.4.4/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/ltmain.sh-4865-	  fi
##############################################
w1retap-1.4.4/ltmain.sh-4867-	*)
w1retap-1.4.4/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/ltmain.sh-4870-	  ;;
##############################################
w1retap-1.4.4/ltmain.sh-4882-      # Nullify the symbol file.
w1retap-1.4.4/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/ltmain.sh-4885-    fi
##############################################
w1retap-1.4.4/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
w1retap-1.4.4/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
w1retap-1.4.4/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
w1retap-1.4.4/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
w1retap-1.4.4/ltmain.sh-4925-  win32_libid_type=unknown
w1retap-1.4.4/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
w1retap-1.4.4/ltmain.sh-4927-  case $win32_fileres in
##############################################
w1retap-1.4.4/ltmain.sh-4990-
w1retap-1.4.4/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
w1retap-1.4.4/ltmain.sh-4992-}
##############################################
w1retap-1.4.4/ltmain.sh-5008-
w1retap-1.4.4/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
w1retap-1.4.4/ltmain.sh-5072-    # binutils import library
w1retap-1.4.4/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
w1retap-1.4.4/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
w1retap-1.4.4/ltmain.sh-5075-    # ms-generated import library
w1retap-1.4.4/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
w1retap-1.4.4/ltmain.sh-5077-  else
##############################################
w1retap-1.4.4/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
w1retap-1.4.4/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
w1retap-1.4.4/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
w1retap-1.4.4/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
w1retap-1.4.4/ltmain.sh-5160-	    darwin_arch=
##############################################
w1retap-1.4.4/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
w1retap-1.4.4/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
w1retap-1.4.4/ltmain.sh-5172-	    darwin_file=
##############################################
w1retap-1.4.4/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
w1retap-1.4.4/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
w1retap-1.4.4/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
w1retap-1.4.4/ltmain.sh-5189-      esac
w1retap-1.4.4/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
w1retap-1.4.4/ltmain.sh-5191-    done
##############################################
w1retap-1.4.4/ltmain.sh-5260-
w1retap-1.4.4/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
w1retap-1.4.4/ltmain.sh-5262-    $ECHO "\
##############################################
w1retap-1.4.4/ltmain.sh-5295-    --lt-dump-script)
w1retap-1.4.4/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
w1retap-1.4.4/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
w1retap-1.4.4/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
w1retap-1.4.4/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
w1retap-1.4.4/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
w1retap-1.4.4/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
w1retap-1.4.4/ltmain.sh-5324-  done
##############################################
w1retap-1.4.4/ltmain.sh-5380-  # Find the directory that this script lives in.
w1retap-1.4.4/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
w1retap-1.4.4/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
w1retap-1.4.4/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
w1retap-1.4.4/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/ltmain.sh-5386-  while test -n \"\$file\"; do
w1retap-1.4.4/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
w1retap-1.4.4/ltmain.sh-5388-
##############################################
w1retap-1.4.4/ltmain.sh-5396-
w1retap-1.4.4/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
w1retap-1.4.4/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/ltmain.sh-5399-  done
##############################################
w1retap-1.4.4/ltmain.sh-5410-    case \"\$thisdir\" in
w1retap-1.4.4/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
w1retap-1.4.4/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
w1retap-1.4.4/ltmain.sh-5416-  # Try to get the absolute directory name.
w1retap-1.4.4/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
w1retap-1.4.4/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
w1retap-1.4.4/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
w1retap-1.4.4/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
w1retap-1.4.4/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
w1retap-1.4.4/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
w1retap-1.4.4/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
w1retap-1.4.4/ltmain.sh-5443-      else
##############################################
w1retap-1.4.4/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
w1retap-1.4.4/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
w1retap-1.4.4/ltmain.sh-5487-
##############################################
w1retap-1.4.4/ltmain.sh-6464-
w1retap-1.4.4/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
w1retap-1.4.4/ltmain.sh-6466-    *import*) : ;;
##############################################
w1retap-1.4.4/ltmain.sh-6712-	    moreargs=
w1retap-1.4.4/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
w1retap-1.4.4/ltmain.sh-6714-	    do
##############################################
w1retap-1.4.4/ltmain.sh-6973-	*)
w1retap-1.4.4/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
w1retap-1.4.4/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
w1retap-1.4.4/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/ltmain.sh-7287-      -Z*)
w1retap-1.4.4/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
w1retap-1.4.4/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
w1retap-1.4.4/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
w1retap-1.4.4/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
w1retap-1.4.4/ltmain.sh-7459-    else
##############################################
w1retap-1.4.4/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
w1retap-1.4.4/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
w1retap-1.4.4/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
w1retap-1.4.4/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
w1retap-1.4.4/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
w1retap-1.4.4/ltmain.sh-7871-	fi
w1retap-1.4.4/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
w1retap-1.4.4/ltmain.sh-7944-	*)
w1retap-1.4.4/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
w1retap-1.4.4/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
w1retap-1.4.4/ltmain.sh-8197-	    shift
w1retap-1.4.4/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
w1retap-1.4.4/ltmain.sh-8489-		*)
w1retap-1.4.4/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
w1retap-1.4.4/ltmain.sh-8500-		  depdepl=
w1retap-1.4.4/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
w1retap-1.4.4/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
w1retap-1.4.4/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
w1retap-1.4.4/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/ltmain.sh-8511-                      fi
##############################################
w1retap-1.4.4/ltmain.sh-8522-		else
w1retap-1.4.4/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
w1retap-1.4.4/ltmain.sh-8545-	else
w1retap-1.4.4/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh-8547-	fi
##############################################
w1retap-1.4.4/ltmain.sh-8634-        linux*)
w1retap-1.4.4/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
w1retap-1.4.4/ltmain.sh-9039-	removelist=
w1retap-1.4.4/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
w1retap-1.4.4/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
w1retap-1.4.4/ltmain.sh-9065-	# Transform .lo files to .o files.
w1retap-1.4.4/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
w1retap-1.4.4/ltmain.sh-9067-      fi
##############################################
w1retap-1.4.4/ltmain.sh-9070-      #for path in $notinst_path; do
w1retap-1.4.4/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
w1retap-1.4.4/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/ltmain.sh-9074-      #done
##############################################
w1retap-1.4.4/ltmain.sh-9191-		if test -n "$i"; then
w1retap-1.4.4/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/ltmain.sh-9194-		  set dummy $deplib_matches; shift
w1retap-1.4.4/ltmain.sh-9195-		  deplib_match=$1
w1retap-1.4.4/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
w1retap-1.4.4/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/ltmain.sh-9234-		  if test -n "$i"; then
w1retap-1.4.4/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/ltmain.sh-9237-		    set dummy $deplib_matches; shift
w1retap-1.4.4/ltmain.sh-9238-		    deplib_match=$1
w1retap-1.4.4/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
w1retap-1.4.4/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/ltmain.sh-9284-	      if test -n "$a_deplib"; then
w1retap-1.4.4/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
w1retap-1.4.4/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
w1retap-1.4.4/ltmain.sh-9288-		else
##############################################
w1retap-1.4.4/ltmain.sh-9294-		    shopt -s nocaseglob
w1retap-1.4.4/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/ltmain.sh-9296-		    $nocaseglob
w1retap-1.4.4/ltmain.sh-9297-		  else
w1retap-1.4.4/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/ltmain.sh-9299-		  fi
##############################################
w1retap-1.4.4/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
w1retap-1.4.4/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
w1retap-1.4.4/ltmain.sh-9314-			case $potliblink in
w1retap-1.4.4/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
w1retap-1.4.4/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
w1retap-1.4.4/ltmain.sh-9317-			esac
##############################################
w1retap-1.4.4/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/ltmain.sh-9368-	      if test -n "$a_deplib"; then
w1retap-1.4.4/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
w1retap-1.4.4/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
w1retap-1.4.4/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
w1retap-1.4.4/ltmain.sh-9407-	  newdeplibs=
w1retap-1.4.4/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
w1retap-1.4.4/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
w1retap-1.4.4/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
w1retap-1.4.4/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
w1retap-1.4.4/ltmain.sh-9413-	    done
##############################################
w1retap-1.4.4/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
w1retap-1.4.4/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/ltmain.sh-9439-	  ;;
##############################################
w1retap-1.4.4/ltmain.sh-9489-	*-*-darwin*)
w1retap-1.4.4/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh-9493-	  ;;
##############################################
w1retap-1.4.4/ltmain.sh-9616-	# Use standard objects if they are pic
w1retap-1.4.4/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
w1retap-1.4.4/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
w1retap-1.4.4/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
w1retap-1.4.4/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
w1retap-1.4.4/ltmain.sh-10145-      # Create the old-style object.
w1retap-1.4.4/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
w1retap-1.4.4/ltmain.sh-10147-
##############################################
w1retap-1.4.4/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
w1retap-1.4.4/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/ltmain.sh-10206-	;;
##############################################
w1retap-1.4.4/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
w1retap-1.4.4/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/ltmain.sh-10224-	;;
##############################################
w1retap-1.4.4/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
w1retap-1.4.4/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/ltmain.sh-10359-	# Transform all the library objects into standard objects.
w1retap-1.4.4/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/ltmain.sh-10362-      fi
##############################################
w1retap-1.4.4/ltmain.sh-10387-	# Replace the output file specification.
w1retap-1.4.4/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
w1retap-1.4.4/ltmain.sh-10396-	  func_to_tool_file "$output"
w1retap-1.4.4/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/ltmain.sh-10440-	# Replace the output file specification.
w1retap-1.4.4/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/ltmain.sh-10442-	# Delete the old output file.
##############################################
w1retap-1.4.4/ltmain.sh-10448-	  func_to_tool_file "$output"
w1retap-1.4.4/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
w1retap-1.4.4/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
w1retap-1.4.4/ltmain.sh-10468-          ;;
##############################################
w1retap-1.4.4/ltmain.sh-10479-      # Replace the output file specification.
w1retap-1.4.4/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
w1retap-1.4.4/ltmain.sh-10481-
##############################################
w1retap-1.4.4/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
w1retap-1.4.4/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
w1retap-1.4.4/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/ltmain.sh-10511-      fi
##############################################
w1retap-1.4.4/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
w1retap-1.4.4/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
w1retap-1.4.4/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
w1retap-1.4.4/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
w1retap-1.4.4/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/ltmain.sh-10802-		name=$func_basename_result
w1retap-1.4.4/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/ltmain.sh-10821-		name=$func_basename_result
w1retap-1.4.4/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
w1retap-1.4.4/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
w1retap-1.4.4/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
w1retap-1.4.4/config.guess-38-
w1retap-1.4.4/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/config.guess-40-
##############################################
w1retap-1.4.4/config.guess-108-: ${TMPDIR=/tmp} ;
w1retap-1.4.4/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w1retap-1.4.4/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w1retap-1.4.4/config.guess-194-	    *)
w1retap-1.4.4/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
w1retap-1.4.4/config.guess-196-		;;
##############################################
w1retap-1.4.4/config.guess-225-	*4.0)
w1retap-1.4.4/config.guess:226:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w1retap-1.4.4/config.guess-227-		;;
w1retap-1.4.4/config.guess-228-	*5.*)
w1retap-1.4.4/config.guess:229:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w1retap-1.4.4/config.guess-230-		;;
##############################################
w1retap-1.4.4/config.guess-235-	# types through head -n 1, so we only detect the type of CPU 0.
w1retap-1.4.4/config.guess:236:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w1retap-1.4.4/config.guess-237-	case "$ALPHA_CPU_TYPE" in
##############################################
w1retap-1.4.4/config.guess-273-	# 1.2 uses "1.2" for uname -r.
w1retap-1.4.4/config.guess:274:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
w1retap-1.4.4/config.guess-275-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
w1retap-1.4.4/config.guess-333-    s390x:SunOS:*:*)
w1retap-1.4.4/config.guess:334:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-335-	exit ;;
w1retap-1.4.4/config.guess-336-    sun4H:SunOS:5.*:*)
w1retap-1.4.4/config.guess:337:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-338-	exit ;;
w1retap-1.4.4/config.guess-339-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w1retap-1.4.4/config.guess:340:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-341-	exit ;;
##############################################
w1retap-1.4.4/config.guess-358-	fi
w1retap-1.4.4/config.guess:359:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-360-	exit ;;
##############################################
w1retap-1.4.4/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
w1retap-1.4.4/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-366-	exit ;;
##############################################
w1retap-1.4.4/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
w1retap-1.4.4/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
w1retap-1.4.4/config.guess-375-	exit ;;
##############################################
w1retap-1.4.4/config.guess-379-    sun*:*:4.2BSD:*)
w1retap-1.4.4/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w1retap-1.4.4/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
w1retap-1.4.4/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c &&
w1retap-1.4.4/config.guess:462:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
w1retap-1.4.4/config.guess:463:	  SYSTEM_NAME=`$dummy $dummyarg` &&
w1retap-1.4.4/config.guess-464-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/config.guess-517-    *:IRIX*:*:*)
w1retap-1.4.4/config.guess:518:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
w1retap-1.4.4/config.guess-519-	exit ;;
##############################################
w1retap-1.4.4/config.guess-547-EOF
w1retap-1.4.4/config.guess:548:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
w1retap-1.4.4/config.guess-549-		then
##############################################
w1retap-1.4.4/config.guess-560-    *:AIX:*:[4567])
w1retap-1.4.4/config.guess:561:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w1retap-1.4.4/config.guess-562-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
w1retap-1.4.4/config.guess-595-    9000/[34678]??:HP-UX:*:*)
w1retap-1.4.4/config.guess:596:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/config.guess-597-	case "${UNAME_MACHINE}" in
##############################################
w1retap-1.4.4/config.guess-649-EOF
w1retap-1.4.4/config.guess:650:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
w1retap-1.4.4/config.guess-651-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w1retap-1.4.4/config.guess-677-    ia64:HP-UX:*:*)
w1retap-1.4.4/config.guess:678:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/config.guess-679-	echo ia64-hp-hpux${HPUX_REV}
##############################################
w1retap-1.4.4/config.guess-707-EOF
w1retap-1.4.4/config.guess:708:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/config.guess-709-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/config.guess-778-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/config.guess:779:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
w1retap-1.4.4/config.guess-780-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/config.guess-783-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/config.guess:784:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
w1retap-1.4.4/config.guess-785-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/config.guess-799-	    amd64)
w1retap-1.4.4/config.guess:800:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/config.guess-801-	    *)
w1retap-1.4.4/config.guess:802:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/config.guess-803-	esac
##############################################
w1retap-1.4.4/config.guess-854-    prep*:SunOS:5.*:*)
w1retap-1.4.4/config.guess:855:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/config.guess-856-	exit ;;
##############################################
w1retap-1.4.4/config.guess-858-	# the GNU system
w1retap-1.4.4/config.guess:859:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
w1retap-1.4.4/config.guess-860-	exit ;;
##############################################
w1retap-1.4.4/config.guess-862-	# other systems with GNU libc and userland
w1retap-1.4.4/config.guess:863:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
w1retap-1.4.4/config.guess-864-	exit ;;
##############################################
w1retap-1.4.4/config.guess-927-EOF
w1retap-1.4.4/config.guess:928:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
w1retap-1.4.4/config.guess-929-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
w1retap-1.4.4/config.guess-955-EOF
w1retap-1.4.4/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
w1retap-1.4.4/config.guess-957-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
w1retap-1.4.4/config.guess-1040-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
w1retap-1.4.4/config.guess:1041:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
w1retap-1.4.4/config.guess-1042-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w1retap-1.4.4/config.guess-1310-    *:DragonFly:*:*)
w1retap-1.4.4/config.guess:1311:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
w1retap-1.4.4/config.guess-1312-	exit ;;
##############################################
w1retap-1.4.4/config.guess-1323-    i*86:skyos:*:*)
w1retap-1.4.4/config.guess:1324:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
w1retap-1.4.4/config.guess-1325-	exit ;;
##############################################
w1retap-1.4.4/config.guess-1454-
w1retap-1.4.4/config.guess:1455:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/config.guess-1456-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-162-         from any GNU archive site."
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-164-    test -z "$files" && files="config.h"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-194-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-197-    if test -f "$file"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-220-	*.y)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-222-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-224-	    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-226-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-250-	*.l)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-252-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-269-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-272-    if test -f "$file"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-289-    # The file to touch is that specified with -o ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-292-    if test -z "$file"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-293-      # ... or it is the one specified with @setfilename ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-295-      file=`sed -n '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
w1retap-1.4.4/contrib/applets/w1temp-gnome3/missing-303-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-167-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-179-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-198-    # Extract subdirectory from the argument.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-204-    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-217-    case ${2} in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-220-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-380-     progdir=$func_dirname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-419-bs='\\'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-533-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-535-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-566-      # If mktemp works, use that first and foremost
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-568-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-597-      *[\\\`\"\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-599-      *)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-704-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-772-	p
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-803-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-816-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-862-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:863:    func_arith_result=`expr "${@}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-870-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-877-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-884-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-968-	# quotes we have to do it in 2 steps:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-970-	eval "$extractedcf"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1382-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1385-      case $@ in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1395-	    # Evaluate the configuration.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1397-	    CC_quoted=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1401-	    done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1404-	    case "$@ " in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1721-    # LT_CYGPATH in this case.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1723-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2060-    *.[cCFSifmso] | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2158-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2204-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2206-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2207-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2209-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2253-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2255-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2256-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2258-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2548-	  test -n "$library_names" && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2550-	  continue
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2561-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2577-      # Get the absolute pathname.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2959-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2972-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-2974-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3130-	    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3134-	      finalize=no
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3149-	        # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3151-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3170-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3241-    my_pic_p="${3-no}"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3243-    my_dlsyms=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3509-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3512-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3514-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3517-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3529-      # Nullify the symbol file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3532-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3545-  win32_libid_type="unknown"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3547-  case $win32_fileres in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3596-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3598-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3613-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/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)$'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3700-    # binutils import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3703-    # ms-generated import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3705-  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3780-	  darwin_curdir=`pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3785-	    darwin_arch=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3797-	    darwin_file=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3814-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3816-    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3885-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3887-    $ECHO "\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3920-    --lt-dump-script)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-3949-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4005-  # Find the directory that this script lives in.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4011-  while test -n \"\$file\"; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4013-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4021-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4024-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4035-    case \"\$thisdir\" in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4041-  # Try to get the absolute directory name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4068-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-4112-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5085-    $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5087-    *import*) : ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5307-	    moreargs=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5309-	    do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5563-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6018-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6391-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6393-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6428-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6501-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6754-	    shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7046-		*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7057-		  depdepl=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7068-                      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7079-		else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7102-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7104-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7251-	test "$module" = no && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7253-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7386-	if test "$age" -gt "$current"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7547-	removelist=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7573-	# Transform .lo files to .o files.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7575-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7578-      #for path in $notinst_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7582-      #done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7699-		if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7702-		  set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7703-		  deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7742-		  if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7745-		    set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7746-		    deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7796-		else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7802-		    shopt -s nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7804-		    $nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7805-		  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7807-		  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7822-			case $potliblink in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7825-			esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7915-	  newdeplibs=""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7921-	    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7947-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-7997-	*-*-darwin*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8001-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8124-	# Use standard objects if they are pic
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8139-	    # exporting using user supplied symfile
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8638-	else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8650-      # Create the old-style object.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8652-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8713-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8731-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8866-	# Transform all the library objects into standard objects.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8869-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8896-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8905-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8949-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8951-	# Delete the old output file.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8957-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8975-	  if test "$fast_install" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8977-	  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8987-      # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8989-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:8997:	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'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9019-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9308-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9327-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-38-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-40-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-108-: ${TMPDIR=/tmp} ;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-194-	    *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-196-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-225-	*4.0)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:226:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-227-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-228-	*5.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:229:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-230-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-235-	# types through head -n 1, so we only detect the type of CPU 0.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:236:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-237-	case "$ALPHA_CPU_TYPE" in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-273-	# 1.2 uses "1.2" for uname -r.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:274:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-275-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-333-    s390x:SunOS:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:334:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-335-	exit ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-336-    sun4H:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:337:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-338-	exit ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-339-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:340:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-341-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-358-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:359:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-360-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-366-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-375-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-379-    sun*:*:4.2BSD:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:462:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:463:	  SYSTEM_NAME=`$dummy $dummyarg` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-464-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-517-    *:IRIX*:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:518:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-519-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-547-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:548:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-549-		then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-560-    *:AIX:*:[4567])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:561:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-562-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-595-    9000/[34678]??:HP-UX:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:596:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-597-	case "${UNAME_MACHINE}" in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-649-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:650:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-651-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-677-    ia64:HP-UX:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:678:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-679-	echo ia64-hp-hpux${HPUX_REV}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-707-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:708:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-709-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-778-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:779:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-780-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-783-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:784:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-785-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-799-	    amd64)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:800:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-801-	    *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:802:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-803-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-854-    prep*:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:855:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-856-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-858-	# the GNU system
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:859:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-860-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-862-	# other systems with GNU libc and userland
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:863:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-864-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-927-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:928:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-929-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-955-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-957-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1040-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:1041:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1042-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1310-    *:DragonFly:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:1311:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1312-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1323-    i*86:skyos:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:1324:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1325-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1454-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess:1455:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.guess-1456-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ltsugar.m4-67-m4_define([lt_combine],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-125-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-127-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-429-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-437-#
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-551-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-564-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-720-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1143-      }]'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1148-  fi],[])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1181-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1217-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1237-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1239-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1241- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1243-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1272-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1288-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1298-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1300-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1650-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1653-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1683-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1685-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1694-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1703-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1707-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1708:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1711-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1713-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-1718-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2041-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2043-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2172-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2181-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2182-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2184-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2223-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2225-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2313-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2356-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2372-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2376-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2383-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2400-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2402-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2410-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2416-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2418-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2438-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2673-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2674:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2735-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2736:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2737-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2952-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:2953:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-2954-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3035-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3036:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3037-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3038:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3039-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3044-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3045:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3046-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3047:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3048-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3075-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3076:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3077-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3115-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3116:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3117-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3310-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3311:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3312-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3374-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3375:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3376-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3420-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3421:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3422-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3426-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3427:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3428-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3452-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3453:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3454-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3511-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3512:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3513-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3670-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3671:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3672-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3688-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3689:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3690-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3741-    nlist=conftest.nm
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:3742:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-3743-      # Try sorting and uniquifying the output.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4079-	  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4080:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4081-	    *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4384-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4385:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4386-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4656-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4657:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4658-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4688-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4689:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4690-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4757-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4758:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4759-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4785-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4786:      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4787:      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4788-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4803-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4804:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4805-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4808-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4809:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4810-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4823-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4824:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4825-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4827-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4828:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4829-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4830:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4831-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4895-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:4896:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-4897-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5018-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5019:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5020-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5067-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5068:        _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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5069-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5133-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5134:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5135-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5170-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5171:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5172-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5308-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5309:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5310-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5331-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5332:          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5333-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5334-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5335:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5336:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5337-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5371-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5372:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5373-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5404-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5405:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5406-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5407-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5408:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5409-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5418:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5419-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5422:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5423:	_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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5424:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5425-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5440-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5441:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5442-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5633-	  _LT_TAGVAR(allow_undefined_flag, $1)=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5634:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5635-	  then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5933-        # ancient GNU ld didn't support --whole-archive et. al.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:5934:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-5935-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6016-          # below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6017:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6018-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6066-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6067:          _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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6068-        else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6132-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6133:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6134-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6173-	    # is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6174:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6175-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6256-            # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6257:            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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6258-            ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6321-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6322:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6323-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6357-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6358:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6359:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6360-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6364-	    # SGI C++
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6365:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6366-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6375-	      if test "$with_gnu_ld" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6376:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6377-	      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6378:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6379-	      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6396-	    # to its proper name (with version) after linking.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6397:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6398:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6399-	    # Commands to make compiler produce verbose output that lists
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6406-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6407:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6408-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6421-	    # earlier do not add the objects themselves.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6422:	    case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6423-	      *"Version 7."*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6442-            # Portland Group C++ compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6443:	    case `$CC -V` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6444-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6447-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6448:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6449-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6451-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6452:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6453-		$RANLIB $oldlib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6456-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6457:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6458-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6461:		$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6462-	      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6470-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6471:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6472-            ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6489-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6490:	    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6491-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6504-	  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6505:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6506-	    *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6511-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6512:	      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6513-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6581-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6582:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6583-	    _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'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6600-	    # to its proper name (with version) after linking.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6601:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6602-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6621-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6622:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6623-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6626-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6627:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6628:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6629-	          echo "-hidden">> $lib.exp~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6630:	          $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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6631-	          $RM $lib.exp'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6645-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6646:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6647-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6652-	        osf3*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6653:	          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6654-		  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6655-	        *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6656:	          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6657-		  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6905-  case ${2} in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6906:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6907:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6908-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6993-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:6994:  for p in `eval "$output_verbose_link_cmd"`; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-6995-    case ${prev}${p} in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7091-linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:7092:  case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7093-  *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7142-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:7143: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7144-fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7754-    test $lt_ac_count -gt 10 && break
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:7755:    lt_ac_count=`expr $lt_ac_count + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7756-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7825-# ------------------------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4:7826:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/libtool.m4-7827-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ac-define-dir.m4-4-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ac-define-dir.m4:5:  ac_define_dir=`eval echo [$]$2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ac-define-dir.m4:6:  ac_define_dir=`eval echo [$]ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/m4/ac-define-dir.m4-7-  $1="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-110-  while test -n "$$dir1"; do \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:111:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-112-    if test "$$first" != "."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-113-      if test "$$first" = ".."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:114:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:115:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-116-      else \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:117:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-118-        if test "$$first2" = "$$first"; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:119:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-120-        else \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-125-    fi; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:126:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-127-  done; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-348-	dot_seen=no; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:349:	target=`echo $@ | sed s/-recursive//`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-350-	case "$@" in \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-438-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:439:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-440-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-472-	test -d "$(distdir)" || mkdir "$(distdir)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:473:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:474:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-475-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-486-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:487:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-488-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-591-	test -d $(distdir)/_build || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:592:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-593-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-634-	}; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:635:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-636-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-646-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile:647:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile-648-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-57-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-59-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-124-case $maybe_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-130-    os=-$maybe_os
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-132-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-134-    os=-linux-android
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-136-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-137-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-139-    if [ $basic_machine != $1 ]
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-141-    else os=; fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-188-		os=-sco5v6
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-190-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-192-		os=-sco3.2v5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-194-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-196-		os=-sco3.2v4
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-198-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-199-	-sco3.2.[4-9]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-202-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-206-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-210-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-212-		os=-sco3.2v2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-214-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-215-	-udk*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-217-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-219-		os=-isc2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-221-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-225-	-isc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-227-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-237-	-ptx*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-239-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-240-	-windowsnt*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-242-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-363-	*-*-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-365-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-481-	amd64-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-483-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-523-	blackfin-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-525-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-531-	c54x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-533-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-534-	c55x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-536-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-537-	c6x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-539-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-734-	i*86v32)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-736-		os=-sysv32
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-738-	i*86v4*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-740-		os=-sysv4
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-742-	i*86v)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-744-		os=-sysv
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-746-	i*86sol2)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-748-		os=-solaris2
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-776-	m68knommu-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-778-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-809-	mips3*-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-811-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-812-	mips3*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-814-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-827-	ms1-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-829-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-946-	parisc-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-948-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-962-	pc98-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-964-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-979-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-982-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-985-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-986-	pentium4-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-988-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-996-	ppc-* | ppcbe-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-998-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1002-	ppcle-* | powerpclittle-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1004-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1006-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1008-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1012-	ppc64le-* | powerpc64little-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1014-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1091-	strongarm-* | thumb-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1093-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1221-	xscale-* | xscalee[bl]-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1223-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1298-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1300-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1306-	*-digital*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1308-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1309-	*-commodore*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1311-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1327-	-solaris1 | -solaris1.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1329-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1339-	-gnu/linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1341-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1385-	-nto*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1387-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1392-	-mac*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1394-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1398-	-linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1400-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1401-	-sunos5*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1403-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1404-	-sunos6*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1406-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1453-	-sinix5.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1455-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1512-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1769-		esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.sub-1771-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-97-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:98:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-99-am__vpath_adj = case $$p in \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:100:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-101-    *) f=$$p;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-102-  esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:103:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-104-am__install_max = 40
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-105-am__nobase_strip_setup = \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:106:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-107-am__nobase_strip = \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-356-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:357:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-358-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-379-.c.obj:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:380:	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-381-	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-383-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:384:#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-385-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-416-	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:417:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-418-	dir='$(DESTDIR)$(appletdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-437-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:438:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-439-	dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-458-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-460-	dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-479-	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:480:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-481-	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-527-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:528:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-529-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-549-distdir: $(DISTFILES)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:550:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:551:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-552-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-563-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile:564:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile-565-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-97-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:98:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-99-am__vpath_adj = case $$p in \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:100:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-101-    *) f=$$p;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-102-  esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:103:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-104-am__install_max = 40
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-105-am__nobase_strip_setup = \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:106:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-107-am__nobase_strip = \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-356-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:357:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-358-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-379-.c.obj:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:380:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-381-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:384:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-385-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-416-	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:417:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-418-	dir='$(DESTDIR)$(appletdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-437-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:438:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-439-	dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-458-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-460-	dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-479-	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:480:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-481-	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-527-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:528:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-529-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-549-distdir: $(DISTFILES)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:550:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:551:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-552-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-563-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in:564:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/src/Makefile.in-565-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-67-	mingw/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-69-	  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-70-	cygwin/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-72-	  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-73-	wine/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile:74:	  file=`winepath -w "$file" || echo "$file"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-75-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-304-# Name of file we expect compiler to create.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile:305:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-306-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-310-# object file name, since that is what matters with a parallel build.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile:311:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
w1retap-1.4.4/contrib/applets/w1temp-gnome3/compile-312-while true; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-47-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-48-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-50-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-52-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-64-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-139-# ----------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:140:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-141-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-211-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:212:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-213-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-315-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:316:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-317-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-451-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:452:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:453:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-454-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-456-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:457:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-458-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-480-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:481:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-482-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-488-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:489:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-490-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-699-for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:700:    case `eval \\$ECHO \\""\\$$var"\\"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-701-    *[\\\`\"\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:702:      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-703-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-711-for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:712:    case `eval \\$ECHO \\""\\$$var"\\"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-713-    *[\\\`\"\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:714:      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-807-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:808:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-809-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1123-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1124:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1125-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1182-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1183:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1184-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1185:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1186-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1240-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1241:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1242-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1290-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1291:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1292-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1336-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1337:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1338-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1383-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1384:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1385-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1420-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1421:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1422-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1423:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1424-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1425:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1426-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1479-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status:1480:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/config.status-1481-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-162-         from any GNU archive site."
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-164-    test -z "$files" && files="config.h"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-194-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-197-    if test -f "$file"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-220-	*.y)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-222-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-224-	    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-226-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-250-	*.l)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-252-	    if test -f "$SRCFILE"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-269-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-272-    if test -f "$file"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-289-    # The file to touch is that specified with -o ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-292-    if test -z "$file"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-293-      # ... or it is the one specified with @setfilename ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-295-      file=`sed -n '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/missing-303-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-167-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-179-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-198-    # Extract subdirectory from the argument.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-204-    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-217-    case ${2} in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-220-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-380-     progdir=$func_dirname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-419-bs='\\'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-533-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-535-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-566-      # If mktemp works, use that first and foremost
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-568-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-597-      *[\\\`\"\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-599-      *)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-704-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-772-	p
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-803-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-816-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-862-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:863:    func_arith_result=`expr "${@}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-870-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-877-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-884-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-968-	# quotes we have to do it in 2 steps:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-970-	eval "$extractedcf"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1382-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1385-      case $@ in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1395-	    # Evaluate the configuration.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1397-	    CC_quoted=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1401-	    done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1404-	    case "$@ " in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1721-    # LT_CYGPATH in this case.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1723-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2060-    *.[cCFSifmso] | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2158-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2204-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2206-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2207-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2209-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2253-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2255-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2256-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2258-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2548-	  test -n "$library_names" && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2550-	  continue
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2561-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2577-      # Get the absolute pathname.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2959-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2972-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-2974-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3130-	    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3134-	      finalize=no
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3149-	        # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3151-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3170-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3241-    my_pic_p="${3-no}"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3243-    my_dlsyms=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3509-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3512-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3514-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3517-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3529-      # Nullify the symbol file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3532-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3545-  win32_libid_type="unknown"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3547-  case $win32_fileres in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3596-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3598-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3613-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/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)$'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3700-    # binutils import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3703-    # ms-generated import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3705-  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3780-	  darwin_curdir=`pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3785-	    darwin_arch=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3797-	    darwin_file=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3814-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3816-    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3885-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3887-    $ECHO "\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3920-    --lt-dump-script)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-3949-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4005-  # Find the directory that this script lives in.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4011-  while test -n \"\$file\"; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4013-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4021-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4024-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4035-    case \"\$thisdir\" in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4041-  # Try to get the absolute directory name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4068-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-4112-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5085-    $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5087-    *import*) : ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5307-	    moreargs=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5309-	    do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5563-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6018-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6391-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6393-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6428-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6501-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6754-	    shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7046-		*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7057-		  depdepl=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7068-                      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7079-		else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7102-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7104-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7251-	test "$module" = no && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7253-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7386-	if test "$age" -gt "$current"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7547-	removelist=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7573-	# Transform .lo files to .o files.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7575-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7578-      #for path in $notinst_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7582-      #done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7699-		if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7702-		  set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7703-		  deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7742-		  if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7745-		    set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7746-		    deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7796-		else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7802-		    shopt -s nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7804-		    $nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7805-		  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7807-		  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7822-			case $potliblink in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7825-			esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7915-	  newdeplibs=""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7921-	    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7947-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-7997-	*-*-darwin*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8001-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8124-	# Use standard objects if they are pic
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8139-	    # exporting using user supplied symfile
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8638-	else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8650-      # Create the old-style object.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8652-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8713-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8731-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8866-	# Transform all the library objects into standard objects.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8869-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8896-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8905-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8949-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8951-	# Delete the old output file.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8957-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8975-	  if test "$fast_install" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8977-	  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8987-      # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8989-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:8997:	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'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9019-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9308-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9327-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-38-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-40-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-108-: ${TMPDIR=/tmp} ;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-194-	    *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-196-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-225-	*4.0)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:226:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-227-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-228-	*5.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:229:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-230-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-235-	# types through head -n 1, so we only detect the type of CPU 0.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:236:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-237-	case "$ALPHA_CPU_TYPE" in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-273-	# 1.2 uses "1.2" for uname -r.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:274:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-275-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-333-    s390x:SunOS:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:334:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-335-	exit ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-336-    sun4H:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:337:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-338-	exit ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-339-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:340:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-341-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-358-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:359:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-360-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-366-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-375-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-379-    sun*:*:4.2BSD:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:462:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:463:	  SYSTEM_NAME=`$dummy $dummyarg` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-464-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-517-    *:IRIX*:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:518:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-519-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-547-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:548:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-549-		then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-560-    *:AIX:*:[4567])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:561:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-562-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-595-    9000/[34678]??:HP-UX:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:596:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-597-	case "${UNAME_MACHINE}" in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-649-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:650:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-651-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-677-    ia64:HP-UX:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:678:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-679-	echo ia64-hp-hpux${HPUX_REV}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-707-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:708:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-709-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-778-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:779:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-780-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-783-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:784:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-785-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-799-	    amd64)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:800:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-801-	    *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:802:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-803-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-854-    prep*:SunOS:5.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:855:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-856-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-858-	# the GNU system
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:859:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-860-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-862-	# other systems with GNU libc and userland
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:863:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-864-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-927-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:928:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-929-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-955-EOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-957-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1040-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:1041:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1042-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1310-    *:DragonFly:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:1311:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1312-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1323-    i*86:skyos:*:*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:1324:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1325-	exit ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1454-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess:1455:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.guess-1456-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ltsugar.m4-67-m4_define([lt_combine],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-125-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-127-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-429-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-437-#
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-551-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-564-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-720-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1143-      }]'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1148-  fi],[])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1181-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1217-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1237-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1239-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1241- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1243-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1272-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1288-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1298-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1300-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1650-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1653-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1683-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1685-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1694-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1703-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1707-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1708:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1711-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1713-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-1718-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2041-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2043-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2172-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2181-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2182-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2184-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2223-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2225-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2313-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2356-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2372-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2376-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2383-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2400-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2402-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2410-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2416-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2418-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2438-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2673-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2674:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2735-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2736:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2737-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2952-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:2953:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-2954-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3035-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3036:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3037-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3038:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3039-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3044-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3045:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3046-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3047:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3048-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3075-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3076:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3077-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3115-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3116:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3117-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3310-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3311:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3312-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3374-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3375:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3376-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3420-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3421:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3422-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3426-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3427:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3428-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3452-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3453:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3454-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3511-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3512:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3513-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3670-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3671:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3672-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3688-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3689:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3690-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3741-    nlist=conftest.nm
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:3742:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-3743-      # Try sorting and uniquifying the output.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4079-	  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4080:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4081-	    *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4384-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4385:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4386-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4656-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4657:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4658-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4688-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4689:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4690-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4757-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4758:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4759-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4785-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4786:      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4787:      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4788-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4803-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4804:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4805-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4808-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4809:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4810-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4823-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4824:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4825-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4827-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4828:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4829-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4830:	  _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4831-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4895-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:4896:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-4897-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5018-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5019:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5020-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5067-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5068:        _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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5069-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5133-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5134:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5135-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5170-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5171:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5172-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5308-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5309:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5310-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5331-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5332:          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5333-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5334-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5335:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5336:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5337-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5371-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5372:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5373-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5404-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5405:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5406-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5407-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5408:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5409-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5418:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5419-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5422:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5423:	_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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5424:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5425-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5440-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5441:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5442-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5633-	  _LT_TAGVAR(allow_undefined_flag, $1)=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5634:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5635-	  then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5933-        # ancient GNU ld didn't support --whole-archive et. al.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:5934:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-5935-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6016-          # below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6017:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6018-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6066-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6067:          _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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6068-        else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6132-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6133:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6134-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6173-	    # is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6174:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6175-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6256-            # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6257:            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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6258-            ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6321-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6322:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6323-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6357-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6358:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6359:	_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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6360-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6364-	    # SGI C++
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6365:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6366-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6375-	      if test "$with_gnu_ld" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6376:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6377-	      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6378:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6379-	      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6396-	    # to its proper name (with version) after linking.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6397:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6398:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6399-	    # Commands to make compiler produce verbose output that lists
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6406-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6407:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6408-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6421-	    # earlier do not add the objects themselves.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6422:	    case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6423-	      *"Version 7."*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6442-            # Portland Group C++ compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6443:	    case `$CC -V` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6444-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6447-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6448:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6449-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6451-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6452:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6453-		$RANLIB $oldlib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6456-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6457:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6458-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6461:		$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6462-	      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6470-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6471:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6472-            ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6489-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6490:	    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6491-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6504-	  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6505:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6506-	    *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6511-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6512:	      _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6513-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6581-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6582:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6583-	    _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'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6600-	    # to its proper name (with version) after linking.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6601:	    _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6602-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6621-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6622:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6623-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6626-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6627:	        _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6628:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6629-	          echo "-hidden">> $lib.exp~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6630:	          $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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6631-	          $RM $lib.exp'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6645-	    # dependencies.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6646:	    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"'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6647-	    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6652-	        osf3*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6653:	          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6654-		  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6655-	        *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6656:	          _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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6657-		  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6905-  case ${2} in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6906:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6907:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6908-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6993-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:6994:  for p in `eval "$output_verbose_link_cmd"`; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-6995-    case ${prev}${p} in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7091-linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:7092:  case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7093-  *Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7142-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:7143: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7144-fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7754-    test $lt_ac_count -gt 10 && break
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:7755:    lt_ac_count=`expr $lt_ac_count + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7756-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7825-# ------------------------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4:7826:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/libtool.m4-7827-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ac-define-dir.m4-4-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ac-define-dir.m4:5:  ac_define_dir=`eval echo [$]$2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ac-define-dir.m4:6:  ac_define_dir=`eval echo [$]ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/m4/ac-define-dir.m4-7-  $1="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-57-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-59-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-124-case $maybe_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-130-    os=-$maybe_os
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-132-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-134-    os=-linux-android
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-136-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-137-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-139-    if [ $basic_machine != $1 ]
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-141-    else os=; fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-188-		os=-sco5v6
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-190-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-192-		os=-sco3.2v5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-194-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-196-		os=-sco3.2v4
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-198-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-199-	-sco3.2.[4-9]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-202-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-206-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-210-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-212-		os=-sco3.2v2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-214-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-215-	-udk*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-217-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-219-		os=-isc2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-221-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-225-	-isc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-227-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-237-	-ptx*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-239-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-240-	-windowsnt*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-242-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-363-	*-*-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-365-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-481-	amd64-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-483-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-523-	blackfin-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-525-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-531-	c54x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-533-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-534-	c55x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-536-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-537-	c6x-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-539-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-734-	i*86v32)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-736-		os=-sysv32
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-738-	i*86v4*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-740-		os=-sysv4
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-742-	i*86v)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-744-		os=-sysv
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-746-	i*86sol2)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-748-		os=-solaris2
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-776-	m68knommu-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-778-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-809-	mips3*-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-811-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-812-	mips3*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-814-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-827-	ms1-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-829-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-946-	parisc-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-948-		os=-linux
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-962-	pc98-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-964-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-979-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-982-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-985-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-986-	pentium4-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-988-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-996-	ppc-* | ppcbe-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-998-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1002-	ppcle-* | powerpclittle-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1004-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1006-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1008-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1012-	ppc64le-* | powerpc64little-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1014-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1091-	strongarm-* | thumb-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1093-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1221-	xscale-* | xscalee[bl]-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1223-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1298-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1300-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1306-	*-digital*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1308-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1309-	*-commodore*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1311-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1327-	-solaris1 | -solaris1.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1329-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1339-	-gnu/linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1341-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1385-	-nto*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1387-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1392-	-mac*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1394-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1398-	-linux*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1400-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1401-	-sunos5*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1403-		;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1404-	-sunos6*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1406-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1453-	-sinix5.*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1455-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1512-		exit 1
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1769-		esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/config.sub-1771-		;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-76-DIST_SOURCES = $(w1temp_SOURCES)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-78-am__vpath_adj = case $$p in \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-80-    *) f=$$p;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-81-  esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-83-am__install_max = 40
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-84-am__nobase_strip_setup = \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-86-am__nobase_strip = \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-326-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:327:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-328-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-349-.c.obj:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:350:	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-351-	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-353-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:354:#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-355-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-383-	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:384:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-385-	test -n "$$files" || exit 0; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-403-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:404:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-405-	test -n "$$files" || exit 0; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-423-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-425-	test -n "$$files" || exit 0; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-443-	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:444:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-445-	test -n "$$files" || exit 0; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-493-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:494:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-495-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-501-distdir: $(DISTFILES)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:502:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:503:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-504-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-515-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile:516:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile-517-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-97-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:98:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-99-am__vpath_adj = case $$p in \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:100:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-101-    *) f=$$p;; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-102-  esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:103:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-104-am__install_max = 40
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-105-am__nobase_strip_setup = \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:106:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-107-am__nobase_strip = \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-356-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:357:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-358-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-379-.c.obj:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:380:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-381-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:384:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-385-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-416-	@list='$(applet_DATA)'; test -n "$(appletdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:417:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-418-	dir='$(DESTDIR)$(appletdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-437-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:438:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-439-	dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-458-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-460-	dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-479-	@list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:480:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-481-	dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-527-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:528:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-529-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-549-distdir: $(DISTFILES)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:550:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:551:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-552-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-563-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in:564:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/src/Makefile.in-565-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-67-	mingw/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-69-	  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-70-	cygwin/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-72-	  ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-73-	wine/*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile:74:	  file=`winepath -w "$file" || echo "$file"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-75-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-304-# Name of file we expect compiler to create.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile:305:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-306-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-310-# object file name, since that is what matters with a parallel build.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile:311:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/compile-312-while true; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-229-      fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-231-    *)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-276-      dstdir=$dst
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:277:      dst=$dstdir/`basename "$src"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-278-      dstdir_status=0
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-425-	    case $prefix in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-427-	      *) qprefix=$prefix;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-474-    if $copy_on_change &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/install-sh-477-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:7390:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9201-    
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:11630:@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:11872:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12624:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12942-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12959-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12980-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13016-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13033-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13054-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13088-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13105-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13126-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.0-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-40-	     IFS=-.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:41:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-42-	     IFS=$save_IFS
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-213-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:214:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-215-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-269-    [m4_ifset([AC_LIST_HEADERS],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:270:	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-271-	[])])])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-555-    ac_nlist=conftest.nm
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:556:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-557-      # See whether the symbols have a leading underscore.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-661-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:662:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-663-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:664:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-665-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-729-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:730:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-731-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-788-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:789:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-790-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-914-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:915:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-916-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-923-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:924:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-925-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-929-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:930:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-931-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:932:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-933-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:934:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-935-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-943-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:944:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-945-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-965-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:966:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-967-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1068-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1069:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1070-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1071-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1072:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1073-m4trace:/usr/share/aclocal-1.12/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1105-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1106:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1107-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1115-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1116:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1117-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1134-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1135:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1136-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1202-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1203:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1204-     if test "$[*]" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1205-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1206:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1207-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1386-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1387:  ac_define_dir=`eval echo [$]$2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1388:  ac_define_dir=`eval echo [$]ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1389-  $1="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1568-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1569:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1570-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1572- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1573:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1574-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1719-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1720:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1721:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1722-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1752-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1753:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1754-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1760-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1761:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1762:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1763-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1772-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1773:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1774-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1776-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1777:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1778-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1780-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1781:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1782-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1785-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1786:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1787-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1943-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:1944:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-1945-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2004-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2005:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2006-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2007:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2008-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2013-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2014:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2015-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2016:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2017-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2044-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2045:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2046-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2099-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2100:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2101-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2105-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2106:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2107-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2131-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2132:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2133-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2673-m4trace:configure.ac:65: -1- m4_pattern_allow([^GIO_MODULE_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2674:m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_CFLAGS=`$PKG_CONFIG --[]cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2675-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2676:m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_LIBS=`$PKG_CONFIG --[]libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2677-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2681-m4trace:configure.ac:69: -1- m4_pattern_allow([^GNOME_APPLETS_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2682:m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2683-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2684:m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_LIBS=`$PKG_CONFIG --[]libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2685-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2689-m4trace:configure.ac:71: -1- m4_pattern_allow([^LIBSOUP_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2690:m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([libsoup-2.4 >= 2.26], [pkg_cv_[]LIBSOUP_CFLAGS=`$PKG_CONFIG --[]cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2691-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0:2692:m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([libsoup-2.4 >= 2.26], [pkg_cv_[]LIBSOUP_LIBS=`$PKG_CONFIG --[]libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/traces.0-2693-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:7390:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9201-    
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:11630:@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:11872:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12624:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12942-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12959-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12980-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13016-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13033-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13054-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13088-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13105-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13126-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/autom4te.cache/output.1-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-412-# ----------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:7390:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9201-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:11630:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:11872:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12624:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12942-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12959-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12980-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13016-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13033-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13054-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13088-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13105-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13126-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13469-# ----------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13470:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13471-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-110-  while test -n "$$dir1"; do \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:111:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-112-    if test "$$first" != "."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-113-      if test "$$first" = ".."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:114:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:115:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-116-      else \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:117:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-118-        if test "$$first2" = "$$first"; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:119:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-120-        else \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-125-    fi; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:126:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-127-  done; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-348-	dot_seen=no; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:349:	target=`echo $@ | sed s/-recursive//`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-350-	case "$@" in \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-438-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:439:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-440-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-472-	test -d "$(distdir)" || mkdir "$(distdir)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:473:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:474:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-475-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-486-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:487:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-488-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-591-	test -d $(distdir)/_build || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:592:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-593-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-634-	}; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:635:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-636-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-646-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in:647:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/Makefile.in-648-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-96-    PKG_CHECK_EXISTS([$3],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:97:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-98-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-145-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:146:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-147-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:148:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-149-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-291-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:292:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-293-# and then we would define $MISSING as
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-307-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:308:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-309-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-405-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:406:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-407-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-556-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:557:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-558-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-565-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:566:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-567-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-571-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:572:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-573-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:574:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-575-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:576:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-577-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-585-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:586:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-587-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-646-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:647:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-648-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-765-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:766:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-767-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-768-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:769:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-770-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-836-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:837:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-838-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-846-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:847:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-848-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-876-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:877:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-878-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-996-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:997:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-998-     if test "$[*]" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-999-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4:1000:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/aclocal.m4-1001-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure.ac-74-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure.ac:75:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/configure.ac-76-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-74-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-248-  # Version 6 uses the directory in both cases.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:249:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-250-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:251:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-252-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-351-  #     ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:352:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-353-  test "x$dir" = "x$object" && dir=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-355-  # that's sadly what pgcc will do too.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:356:  base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-357-  tmpdepfile="$base.d"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-380-        sleep 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:381:        i=`expr $i - 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-382-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-383-    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:384:    i=`expr $i - 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-385-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-400-  # Do two passes, one to just change these to
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:401:  # `$object: dependent.h' and one to simply `dependent.h:'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-402-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-416-  # Much of this is similar to the tru64 case; see comments there.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:417:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-418-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:419:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-420-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-460-   # Subdirectories are respected.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:461:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-462-   test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:463:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-464-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-650-  done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp:651:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/w1temp-0.0.5/depcomp-652-  touch "$tmpdepfile"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-229-      fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-231-    *)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-276-      dstdir=$dst
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:277:      dst=$dstdir/`basename "$src"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-278-      dstdir_status=0
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-425-	    case $prefix in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-427-	      *) qprefix=$prefix;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-474-    if $copy_on_change &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/install-sh-477-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-40-	     IFS=-.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:41:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-42-	     IFS=$save_IFS
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-213-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:214:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-215-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-269-    [m4_ifset([AC_LIST_HEADERS],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:270:	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-271-	[])])])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-548-    ac_nlist=conftest.nm
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:549:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-550-      # See whether the symbols have a leading underscore.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-714-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:715:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-716-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:717:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-718-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-762-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:763:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-764-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-819-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:820:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-821-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-938-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:939:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-940-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-947-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:948:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-949-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-953-    # from the Makefile without running `make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:954:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-955-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:956:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-957-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:958:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-959-    # When using ansi2knr, U may be empty or an underscore; expand it
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:960:    U=`sed -n 's/^U = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-961-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-969-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:970:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-971-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-991-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:992:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-993-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1077-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1078:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1079-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1080-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1081:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1082-m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1114-# Ignore all kinds of additional output from `make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1115:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1116-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1124-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1125:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1126-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1143-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1144:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1145-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1226-if (
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1227:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1228-   if test "$[*]" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1229-      # -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1230:      set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1231-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1353-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1354:  ac_define_dir=`eval echo [$]$2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1355:  ac_define_dir=`eval echo [$]ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1356-  $1="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1655-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1656:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1658-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1683-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1685-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1694-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1703-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1704:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1705-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1707-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1708:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1709-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1711-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1713-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1716-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1718-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1874-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1875:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1876-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1934-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1935:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1936-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1937:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1938-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1943-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1944:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1945-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1946:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1947-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1974-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:1975:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-1976-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2029-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2030:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2031-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2035-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2036:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2037-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2560-m4trace:configure.ac:75: -1- m4_pattern_allow([^GIO_MODULE_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2561:m4trace:configure.ac:75: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_CFLAGS=`$PKG_CONFIG --[]cflags "gio-2.0 >= 2.16.0" 2>/dev/null`], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2562:m4trace:configure.ac:75: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_LIBS=`$PKG_CONFIG --[]libs "gio-2.0 >= 2.16.0" 2>/dev/null`], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2563-m4trace:configure.ac:75: -1- _PKG_SHORT_ERRORS_SUPPORTED
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2566-m4trace:configure.ac:79: -1- m4_pattern_allow([^GNOME_APPLETS_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2567:m4trace:configure.ac:79: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2:2568:m4trace:configure.ac:79: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_LIBS=`$PKG_CONFIG --[]libs "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.2-2569-m4trace:configure.ac:79: -1- _PKG_SHORT_ERRORS_SUPPORTED
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:7390:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9201-    
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:11630:@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:11872:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12624:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12942-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12959-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12980-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13016-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13033-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13054-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13088-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13105-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13126-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.0-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-40-	     IFS=-.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:41:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-42-	     IFS=$save_IFS
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-213-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:214:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-215-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-269-    [m4_ifset([AC_LIST_HEADERS],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:270:	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-271-	[])])])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-555-    ac_nlist=conftest.nm
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:556:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-557-      # See whether the symbols have a leading underscore.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-661-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:662:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-663-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:664:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-665-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-729-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:730:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-731-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-788-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:789:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-790-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-914-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:915:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-916-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-923-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:924:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-925-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-929-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:930:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-931-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:932:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-933-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:934:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-935-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-943-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:944:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-945-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-965-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:966:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-967-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1068-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1069:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1070-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1071-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1072:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1073-m4trace:/usr/share/aclocal-1.12/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1105-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1106:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1107-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1115-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1116:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1117-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1134-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1135:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1136-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1202-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1203:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1204-     if test "$[*]" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1205-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1206:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1207-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1386-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1387:  ac_define_dir=`eval echo [$]$2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1388:  ac_define_dir=`eval echo [$]ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1389-  $1="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1568-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1569:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1570-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1572- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1573:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1574-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1719-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1720:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1721:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1722-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1752-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1753:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1754-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1760-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1761:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1762:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1763-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1772-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1773:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1774-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1776-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1777:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1778-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1780-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1781:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1782-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1785-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1786:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1787-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1943-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:1944:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-1945-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2004-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2005:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2006-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2007:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2008-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2013-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2014:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2015-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2016:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2017-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2044-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2045:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2046-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2099-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2100:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2101-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2105-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2106:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2107-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2131-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2132:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2133-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2673-m4trace:configure.ac:65: -1- m4_pattern_allow([^GIO_MODULE_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2674:m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_CFLAGS=`$PKG_CONFIG --[]cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2675-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2676:m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gio-2.0 >= 2.16.0], [pkg_cv_[]GIO_MODULE_LIBS=`$PKG_CONFIG --[]libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2677-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2681-m4trace:configure.ac:69: -1- m4_pattern_allow([^GNOME_APPLETS_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2682:m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2683-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2684:m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED], [pkg_cv_[]GNOME_APPLETS_LIBS=`$PKG_CONFIG --[]libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2685-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2689-m4trace:configure.ac:71: -1- m4_pattern_allow([^LIBSOUP_LIBS$])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2690:m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([libsoup-2.4 >= 2.26], [pkg_cv_[]LIBSOUP_CFLAGS=`$PKG_CONFIG --[]cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2691-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0:2692:m4trace:configure.ac:71: -1- PKG_CHECK_EXISTS([libsoup-2.4 >= 2.26], [pkg_cv_[]LIBSOUP_LIBS=`$PKG_CONFIG --[]libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/traces.0-2693-		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:7390:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9201-    
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:11630:@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:11872:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12624:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12942-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12959-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12980-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13016-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13033-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13054-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13088-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13105-		      test "x$?" != "x0" && pkg_failed=yes 
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13126-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.1-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-47-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-48-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-50-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-52-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-64-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-296-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-298-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-361-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:362:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-363-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-522-	esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-524-	???[sx]*):;;*)false;;esac;fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-543-  # Remove one level of quotation (which was required for Make).
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:544:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-545-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-554-  :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:555:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-556-  # Yippee, $ECHO works!
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-580-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:581:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-582-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-588-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:589:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:590:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-591-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-603-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:604:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:605:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-606-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-615-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:616:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-617-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-630-        ECHO='printf %s\n'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:631:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:632:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-633-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-635-	  :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:636:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-637-	     test "X$echo_testing_string" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:638:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-639-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-644-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:645:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-646-	     test "X$echo_testing_string" = 'X\t' &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:647:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-648-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-654-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:655:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-656-	    then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-662-	  if test "$prev" != 'sed 50q "$0"'; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:663:	    echo_test_string=`eval $prev`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-664-	    export echo_test_string
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-972-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:973:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-974-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1016-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1017:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1018-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1021-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1022:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1023-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1042-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1043:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1044-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1047-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1048:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1049-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1246-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1247:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1248-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1251-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1252:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1253-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1262-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1263:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1264-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1267-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1268:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1269-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1300-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1301:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1302-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1321-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1322:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1323-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1343-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1344:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1345-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1380-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1381:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1382-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1436-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1437:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1438-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1479-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1480:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1481:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1482-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1592-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1593:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1594-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:1595:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-1596-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2130-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2131:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2132-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2213-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2214:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2215-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2228-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2229:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2230-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2348-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2349:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2350:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2351-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2359-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2360:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2361:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2362-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2379-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2380:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2381-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2556-if (
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2557:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2558-   if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2559-      # -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2560:      set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2561-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2592-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2593:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2594-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2595-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2596:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2597-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2737-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2738:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2739-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2816-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2817:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2818-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2826-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2827:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2828-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2853-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:2854:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-2855-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3266-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3267:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3268-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3310-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3311:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3312-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3370-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3371:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3372-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3479-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3480:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3481-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3729-# Ignore all kinds of additional output from `make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3730:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3731-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3739-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3740:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3741-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3800-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3801:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3802-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3902-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3903:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3904-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3912-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3913:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3914-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3967-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3968:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3969-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3970-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3971:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3972-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3991-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:3992:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-3993-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4002-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4003:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4004-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4024-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4025:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4026-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4052-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4053:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4054-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4128-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4129:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4130-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4194-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4195:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4196-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4261-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4262:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4263-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4341-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4342:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4343-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4344:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4345-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4350-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4351:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4352-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4353:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4354-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4385-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4386:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4387-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4416-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4417:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4418-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4461-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4462:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4463-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4467-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4468:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4469-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4690-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4691:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4692:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4693-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4718-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4719:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4720-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4726-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4727:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4728:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4729-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4738-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4739:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4740-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4742-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4743:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4744-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4746-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4747:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4748-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4751-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:4752:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-4753-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5106-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5107:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5108-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5595-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5596:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5597-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5613-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5614:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5615-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5810-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5811:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5812-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5830-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5831:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5832-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5842-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:5843:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-5844-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-6824-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:6825:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-6826-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-6829-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:6830:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-6831-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7123-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7124:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7125-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7152-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7153:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7154-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7218-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7219:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7220-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7561-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7562:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7563-	*Sun\ C*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7897-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7898:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7899:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7900-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7993-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:7994:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-7995-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8059-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8060:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8061-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8082-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8083:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8084:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8085-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8100-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8101:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8102-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8104-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8105:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8106-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8119-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8120:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8121-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8122:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8123-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8188-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8189:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8190-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8309-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8310:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8311-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8377-    }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8378:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8379-# Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8380-if test -z "$aix_libpath"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8381:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8382-fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8388-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8389:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8390-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8417-    }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8418:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8419-# Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8420-if test -z "$aix_libpath"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8421:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8422-fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8472-      # FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8473:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8474-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8477-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8478:      fix_srcfile_path='`cygpath -w "$srcfile"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8479-      enable_shared_with_static_runtimes=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8630-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8631:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8632-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8641-if ac_fn_c_try_link "$LINENO"; then :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8642:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8643-        
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8648-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8649:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8650:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8651-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8685-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8686:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8687-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8718-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8719:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8720-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8721-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8722:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8723-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8731-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8732:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8733-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8735-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8736:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8737:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8738:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8739-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8754-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:8755:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-8756-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9148-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9149:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9150-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9154-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9155:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9156-  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9157:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9158-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9161-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9162:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9163-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9190-}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9191:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9192-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9278-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9279:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9280-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9313-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9314:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9315:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9316:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9317-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9322-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9323:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9324-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9330-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9331:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9332-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9335-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9336:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9337:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9338-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9344-        # which wouldn't understand a cygwinified path. Ahh.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9345:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9346-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9347:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9348-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9351-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9352:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9353-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9357-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9358:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9359-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9374-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9375:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9376-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9590-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9591:    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;/^$/d' | tr '\n' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9592-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9664-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:9665:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-9666-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10672-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:10673:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10674-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10801-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:10802:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10803-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10833-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:10834:@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-10835-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11071-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11072:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11073-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11075-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11076:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11077-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11821-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11822:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11823-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11825-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11826:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11827-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11893-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11894:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:11895:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-11896-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12146-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12147:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12148-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12162-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12163:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12164-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12182-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12183:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12184-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12185:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12186-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12218-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12219:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12220-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12234-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12235:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12236-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12254-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12255:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12256-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12257:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0 >= $GTK_REQUIRED libpanelapplet-2.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12258-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12400-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12401:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12402-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12483-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12484:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12485-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12486-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12487:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12488-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12490-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12491:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12492-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12500-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12501:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12502-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12649-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12650:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12651-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12753-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12754:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12755-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12810-	esac;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12811:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12812-	???[sx]*):;;*)false;;esac;fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12900-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12901:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12902-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12925-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12926:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12927:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12928-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12930-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12931:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12932-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12954-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12955:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12956-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12962-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:12963:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-12964-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13031-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13032:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13033:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13034:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13035:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13036:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13037:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13038:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13039:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13040:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13041:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13042:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13043:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13044:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13045:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13046:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13047:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13048:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13049:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13050:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13051:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13052:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13053:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13054:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13055:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13056:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13057:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13058:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13059:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13060:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13061:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13062:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13063:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13064:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13065:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13066:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13067:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13068:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13069:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13070:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13071:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13072:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13073:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13074:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13075:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13076:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13077:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13078:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13079:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13080:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13081:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13082:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13083:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13084:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13085:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13086:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13087:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13088:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13089:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13090:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13091:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13092:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13093:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13094:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13095:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13096:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13097:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13098:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13099:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13100:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13101:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13102:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13103:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13104:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13105:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13106:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13107:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13108:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13109:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13110:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13111:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13112:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13113:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13114:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13115:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13116:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13117:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13118:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13119:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13120:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13121:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13122:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13123:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13124:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13125:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13126:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13127:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13128:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13129:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13130:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13131:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13132:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13133:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13134:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13135:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13136:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13137:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13138:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13139:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13140:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13141:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13142:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13143:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13144:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13145:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13146:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13147:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13148:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13149:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13150-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13213-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13214:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13215-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13216:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13217-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13242-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13243:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13244-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13245:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13246-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13254-case \$lt_ECHO in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13255:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13256-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13347-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13348:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13349-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13364-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13365:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13366-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13370-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13371:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13372-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13508-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13509:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13510-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13640-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13641:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13642-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13699-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13700:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13701-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13702:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13703-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13760-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13761:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13762-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13777-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13778:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13779-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13805-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13806:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13807-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13851-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13852:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13853-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13898-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13899:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13900-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13935-    # from the Makefile without running `make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13936:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13937-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13938:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13939-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13940:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13941-    # When using ansi2knr, U may be empty or an underscore; expand it
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13942:    U=`sed -n 's/^U = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13943-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13996-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:13997:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-13998-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14511-  # Extract subdirectory from the argument.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14512:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14513-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14522-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14523:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14524-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14549-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14550:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14551:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14552-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14556-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14557:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14558-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14562-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14563:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14564-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14568-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14569:  func_arith_result=`expr "$@"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14570-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14575-{
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2:14576:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autom4te.cache/output.2-14577-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-45-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-46-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-48-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-50-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-62-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-199-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-332-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-334-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-405-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:406:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-407-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-412-# ----------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-857-  case $ac_option in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:858:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-859-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-901-  -disable-* | --disable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:902:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-903-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-906-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:907:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-908-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-927-  -enable-* | --enable-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:928:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-929-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-932-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:933:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-934-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1131-  -with-* | --with-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1132:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1133-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1136-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1137:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1138-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1147-  -without-* | --without-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1148:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1149-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1152-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1153:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1154-    case $ac_user_opts in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1185-  *=*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1186:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1187-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1206-if test -n "$ac_prev"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1207:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1208-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1228-    */ )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1229:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1230-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1263-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1265-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1319-case $srcdir in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1321-esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1362-By default, \`make install' will install all the files in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1365-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1480-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1481:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1482-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:1483:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-1484-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2018-    *\'*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2019:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2020-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2101-      case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2102:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2103-      esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2116-	case $ac_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2117:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2118-	esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2236-    set,)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2237:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2239-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2247-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2248:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2249:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2250-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2267-    case $ac_new_val in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2268:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2444-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2445:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2446-     if test "$*" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2447-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2448:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2449-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2495-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2496:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2497-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2498-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2499:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2500-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2640-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2641:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2642-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2713-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2714:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2715-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2723-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2724:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2725-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2750-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3170-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3171:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3172-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3214-	then :; else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3215:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3216-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3275:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3276-	  break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3383-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3384:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3385-       break;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3632-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3633:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3634-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3642-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3643:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3644-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3705-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3706:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3707-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3807-set x ${MAKE-make}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3808:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3809-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3817-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3818:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3819-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3872-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3873:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3874-test "x$ac_build_alias" = x &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3875-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3877-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3896-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3898-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3907-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3908:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3909-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3929-IFS=$ac_save_IFS
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3931-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3957-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3958:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3959-  ECHO='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:3960:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-3961-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4026-  # Check for GNU $ac_path_SED
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4027:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4028-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4102-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4103:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4104-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4168-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4169:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4170-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4235-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4236:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4237-*GNU*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4315-    # gcc leaves a trailing carriage return which upsets mingw
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4316:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4317-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4318:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4319-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4324-      # Canonicalize the pathname of ld
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4325:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4326-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4327:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4328-      done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4359-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4360:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4361-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4390-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4391:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4392-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4435-	# Tru64's nm complains that /dev/null is an invalid object file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4436:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4437-	*/dev/null* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4441-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4442:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4443-	  */dev/null*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4569-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4570:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4571-    *COFF*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4681-    # And add a safety zone
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4682:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4683:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4684-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4714-    if test -n "$kargmax"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4715:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4716-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4722-    if test -n "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4725-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4734-      # we can't tell.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4735:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4736-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4738-      do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4739:        i=`expr $i + 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4740-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4742-      # Only check the string length outside the loop.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4743:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4744-      teststring=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4747-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-4749-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5187-openbsd*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:5188:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5189-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5254-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:5255:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5256-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5399-  # decide which to use based on capabilities of $DLLTOOL
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:5400:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5401-  *--identify-strict*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5921-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:5922:case `$NM -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5923-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5939-mingw*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:5940:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-5941-  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6158-   if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:6159:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6160-   fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6162- /*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:6163:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6164-   ;; #(
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6198-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:6199:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6200-      *ELF-32*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6218-    if test "$lt_cv_prog_gnu_ld" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:6219:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6220-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6230-    else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:6231:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-6232-	*32-bit*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7384-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:7385:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7386-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7389-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:7390:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7391-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7675-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:7676:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7677-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7704-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:7705:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7706-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7770-	"file_magic "*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:7771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-7772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8137-      *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8138:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8139-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8497-  if test "$hard_links" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8498:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8499:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8500-    need_locks=warn
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8583-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8584:	case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8585-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8615-    supports_anon_versioning=no
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8616:    case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8617-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8684-	# is EXPORTS), use it as is; otherwise, prepend...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8685:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8686-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8712-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8713:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8714:      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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8715-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8730-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8731:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8732-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8735-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8736:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8737-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8750-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8751:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8752-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8754-	esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8755:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8756-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8757:	  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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8758-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8823:      case `$LD -v 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8945-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:8946:	  collect2name=`${CC} -print-prog-name=collect2`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-8947-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9018-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9019:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9020-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9021-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9022:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9023-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9036-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9037:        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"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9038-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9071-      }'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9072:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9073-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9074-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9075:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9076-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9144-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9145:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9146-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9181-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9182:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9183-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9199-  if test "$lt_cv_ld_force_load" = "yes"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9200:    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\"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9201-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9379-      if test "$GCC" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9380:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9381-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9407-	if test "$lt_cv_irix_exported_symbol" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9408:          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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9409-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9410-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9411:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9412:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9413-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9447-	hardcode_direct_absolute=yes
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9448:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9449-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9480-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9481:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9482-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9483-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9484:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9485-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9493-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9494:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9495-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9497-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9498:	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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9499:	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~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9500:	$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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9501-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9516-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9517:	case `$CC -V 2>&1` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9518-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9915-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9916:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9917-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9922-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9923:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9924-    ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9925-  *)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9926:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9927-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9931-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9932:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9933-  for lt_sys_path in $lt_search_path_spec; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9966-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:9967:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-9968-else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10054-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10055:    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'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10056-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10090-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10091:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10092:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10093:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10094-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10099-      fi'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10101-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10107-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10108:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10109-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10113-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10114:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10115-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10117-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10118:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10119-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10126-    libname_spec='$name'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10127:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10128-    library_names_spec='${libname}.dll.lib'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10138-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10139:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10140-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10143-      # Convert to MSYS style.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10144:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10145-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10149-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10150:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10151:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10152:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10153-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10157-        # It is most probably a Windows format PATH.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10158:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10159-      else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10160:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10161-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10167-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10168:    postinstall_cmds='base_file=`basename \${file}`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10169:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10170:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10171-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10172-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10173:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10174-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10181-    # Assume MSVC wrapper
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10182:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10183-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10198-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10199:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10200-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10435-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10436:    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' ' '`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10437-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10497-  shlibpath_var=LD_LIBRARY_PATH
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:10498:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-10499-    case $host_os in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11532-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:11533:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11534-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11597-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:11598:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11599-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11629-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:11630:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11631-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11867-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:11868:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11869-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11871-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:11872:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-11873-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12619-do :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12623-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12624:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12625-_ACEOF
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12686-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12687:  ac_define_dir=`eval echo $"${pixmapsdir}"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12688:  ac_define_dir=`eval echo $ac_define_dir`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12689-  GNOME_PIXMAPSDIR="$ac_define_dir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12940-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12941:  pkg_cv_GIO_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12942-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12957-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12958:  pkg_cv_GIO_MODULE_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.16.0" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12959-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12978-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12979:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12980-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:12981:	        GIO_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.16.0" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-12982-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13014-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13015:  pkg_cv_GNOME_APPLETS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13016-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13031-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13032:  pkg_cv_GNOME_APPLETS_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13033-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13052-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13053:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13054-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13055:	        GNOME_APPLETS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED  libpanelapplet-4.0 >= $LIBPANEL_REQUIRED" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13056-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13086-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13087:  pkg_cv_LIBSOUP_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13088-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13103-  test $ac_status = 0; }; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13104:  pkg_cv_LIBSOUP_LIBS=`$PKG_CONFIG --libs "libsoup-2.4 >= 2.26" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13105-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13124-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13125:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13126-        else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13127:	        LIBSOUP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsoup-2.4 >= 2.26" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13128-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13166-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13167:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13168-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13284-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13285:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13286-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13375-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13376:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13377-  as_echo='print -r --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13378-  as_echo_n='print -rn --'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13379:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13380-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13382-else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13383:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13384-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13392-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13393:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13394-      esac;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13469-# ----------------------------------------
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13470:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13471-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13541-  {
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13542:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13543-  }
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13645-      case $as_dir in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13646:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13647-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13780-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13781:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13782-ac_cs_version="\\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13805-  --*=?*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13806:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13807:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13808-    ac_shift=:
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13810-  --*=)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13811:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13812-    ac_optarg=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13834-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13835:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13836-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13842-    case $ac_optarg in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13843:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13844-    esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-13911-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13912:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13913:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13914:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13915:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13916:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13917:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13918:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13919:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13920:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13921:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13922:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13923:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13924:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13925:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13926:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13927:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13928:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13929:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13930:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13931:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13932:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13933:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13934:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13935:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13936:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13937:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13938:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13939:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13940:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13941:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13942:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13943:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13944:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13945:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13946:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13947:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13948:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13949:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13950:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13951:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13952:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13953:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13954:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13955:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13956:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13957:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13958:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13959:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13960:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13961:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13962:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13963:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13964:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13965:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13966:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13967:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13968: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"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13969:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13970:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13971:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13972:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13973:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13974:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13975:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13976:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13977:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13978:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13979:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13980:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13981:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13982:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13983:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13984:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13985:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13986:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13987:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13988:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13989:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13990:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13991:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13992:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13993:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13994:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13995:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13996:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13997:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13998:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:13999:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14000:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14001:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14002:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14003:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14004:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14005:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14006:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14007:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14008:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14009:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14010:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14011:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14012:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14013:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14014:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14015:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14016:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14017:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14018:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14019:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14020:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14021:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14022:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14023:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14024:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14025:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14026:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14027:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14028:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14029:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14030:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14031:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14032:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14033:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14034:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14035:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14036:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14037:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14038:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14039:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14040:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14041:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14042-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14120-striplib; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14121:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14122-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14123:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14124-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14150-sys_lib_dlsearch_path_spec; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14151:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14152-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14153:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14154-      ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14249-fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14250:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14251-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14266-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14267:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14268-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14272-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14273:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14274-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14410-for ac_last_try in false false :; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14411:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14412-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14542-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14543:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14544-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14601-*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14602:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14603-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14604:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14605-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14662-/@mandir@/p'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14679-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14680:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14681-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14707-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14708:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14709-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14753-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14754:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14755-  esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14800-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14801:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14802-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14837-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14838:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14839-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14840:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14841-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14842:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14843-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14896-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure:14897:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure-14898-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-110-  while test -n "$$dir1"; do \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:111:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-112-    if test "$$first" != "."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-113-      if test "$$first" = ".."; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:114:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:115:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-116-      else \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:117:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-118-        if test "$$first2" = "$$first"; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:119:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-120-        else \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-125-    fi; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:126:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-127-  done; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-348-	dot_seen=no; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:349:	target=`echo $@ | sed s/-recursive//`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-350-	case "$@" in \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-438-GTAGS:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:439:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-440-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-472-	test -d "$(distdir)" || mkdir "$(distdir)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:473:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:474:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-475-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-486-	  if test -d $$d/$$file; then \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:487:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-488-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-591-	test -d $(distdir)/_build || exit 0; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:592:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-593-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-634-	}; \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:635:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-636-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-646-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in:647:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/Makefile.in-648-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-805-     progdir=$func_dirname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:806:     progdir=`cd "$progdir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-807-     progpath="$progdir/$progname"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-842-# Since each input `\' is now two `\'s, look for any number of runs of
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:843:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-844-bs='\\'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-956-        # ...otherwise throw away the child directory and loop
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:957:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-958-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:959:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-960-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-991-      # If mktemp works, use that first and foremost
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:992:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-993-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1022-      *[\\\`\"\$]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1023:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1024-      *)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1127-  [0-9]* | *[!a-zA-Z0-9_]*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1128:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1129-    ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1194-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1195:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1196:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1197-	p
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1390-	# quotes we have to do it in 2 steps:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1391:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1392-	eval "$extractedcf"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1804-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1805:      CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1806:      CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1807-      case $@ in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1817-	    # Evaluate the configuration.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1818:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1819-	    CC_quoted=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1823-	    done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1824:	    CC_expanded=`func_echo_all $CC`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1825:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1826-	    case "$@ " in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1914-    # zero AND non-empty stdout, which explains the odd construction:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1915:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1916-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1980-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:1981:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-1982-    if test "$?" -ne 0; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2143-    # LT_CYGPATH in this case.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2144:    func_to_host_file_result=`cygpath -m "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2145-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2293-    func_to_host_path_tmp1=$func_stripname_result
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2294:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2295-    func_convert_path_check : ";" \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2482-    *.[cCFSifmso] | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2483:    *.ada | *.adb | *.ads | *.asm | \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2484-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2559-    if test "$compiler_c_o" = no; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2560:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2561-      lockfile="$output_obj.lock"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2578-*** ERROR, $lockfile exists and contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2579:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2580-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2626-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2627:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2628-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2629-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2630:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2631-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2675-      if test "$need_locks" = warn &&
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2676:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2677-	$ECHO "\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2678-*** ERROR, $lockfile contains:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2679:`cat $lockfile 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2680-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2970-	  test -n "$library_names" && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2971:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2972-	  continue
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2981-	  if test ! -f "$dir/$dlname"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:2982:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2983-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-2999-      # Get the absolute pathname.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3000:      absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3001-      test -n "$absdir" && dir="$absdir"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3097-      if test -n "$lt_sysroot"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3098:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3099-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3379-	  # Determine the prefix the user has applied to our future dir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3380:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3381-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3392-	    # Stick the inst_prefix_dir data into the link command.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3393:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3394-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3395:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3396-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3552-	    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3553:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3554-	    if test -n "$libdir" && test ! -f "$libfile"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3555:	      func_warning "\`$lib' has not been installed in \`$libdir'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3556-	      finalize=no
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3571-	        # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3572:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3573-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3590-	    # Install the binary that we compiled earlier.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3591:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3592-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3663-    my_pic_p="${3-no}"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3664:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3665-    my_dlsyms=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3719-	  # Add our own program objects to the symbol list.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3720:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3721-	  for progfile in $progfiles; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3781-	          # Use subshell, to avoid clobbering current variable values
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3782:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3783-	          if test -n "$dlprefile_dlname" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3928-	  if test -f "$output_objdir/$my_outputname.def"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3929:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3930:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3931-	  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3932:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3933:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3934-	  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3936-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3937:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3938:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3939-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3951-      # Nullify the symbol file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3952:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3953:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3954-    fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3967-  win32_libid_type="unknown"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:3968:  win32_fileres=`file -L $1 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-3969-  case $win32_fileres in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4018-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4019:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4020-}
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4035-  $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4036:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4037-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4090-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4091:  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)$'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4092-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4102-  func_to_tool_file "$1" func_convert_file_msys_to_w32
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4103:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4104-  test -n "$func_cygming_ms_implib_tmp"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4122-    # binutils import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4123:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4124-  elif func_cygming_ms_implib_p "$1" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4125-    # ms-generated import library
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4126:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4127-  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4202-	  darwin_curdir=`pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4203:	  darwin_base_archive=`basename "$darwin_archive"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4204:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4205-	  if test -n "$darwin_arches"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4206:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4207-	    darwin_arch=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4217-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4218:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4219-	    darwin_file=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4221-	    for darwin_file in $darwin_filelist; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4222:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4223-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4236-      esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4237:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4238-    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4307-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4308:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4309-    $ECHO "\
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4342-    --lt-dump-script)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4343:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4344-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4345:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4346-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4369-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4370:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4371-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4427-  # Find the directory that this script lives in.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4428:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4429-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4431-  # Follow symbolic links until we get to the real thisdir.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4432:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4433-  while test -n \"\$file\"; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4434:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4435-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4443-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4444:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4445:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4446-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4457-    case \"\$thisdir\" in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4458:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4459-    $objdir )   thisdir=. ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4463-  # Try to get the absolute directory name.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4464:  absdir=\`cd \"\$thisdir\" && pwd\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4465-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4473-  if test ! -f \"\$progdir/\$program\" ||
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4474:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4475-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4488-    if test -n \"\$relink_command\"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4489:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4490-      else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4532-    # The second colon is a workaround for a bug in BeOS R4 sed
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:4533:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-4534-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5507-    $opt_debug
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:5508:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5509-    *import*) : ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5729-	    moreargs=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:5730:	    for fil in `cat "$save_arg"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5731-	    do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5985-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:5986:	  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-5987-	  test -z "$absdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6006-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6007:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6008-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6438-      # get the directories listed in $shlibpath_var
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6439:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6440-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6750-		  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6751:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6752-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6813-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6814:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6815-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6842-	if test -n "$inherited_linker_flags"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6843:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6844-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6850-	fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6851:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6852-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6923-	*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:6924:	  abs_ladir=`cd "$ladir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-6925-	  if test -z "$abs_ladir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7176-	    shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7177:	    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7178-	    # use dlname if we got it. it's perfectly good, no?
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7468-		*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7469:		  absdir=`cd "$dir" && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7470-		  if test -z "$absdir"; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7479-		  depdepl=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7480:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7481-		  if test -n "$deplibrary_names" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7486-		      depdepl="$absdir/$objdir/$depdepl"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7487:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7488-                      if test -z "$darwin_install_name"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7489:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7490-                      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7501-		else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7502:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7503-		  test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7524-	else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7525:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7526-	fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7673-	test "$module" = no && \
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7674:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7675-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7808-	if test "$age" -gt "$current"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7809:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7810-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7969-	removelist=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7970:	tempremovelist=`$ECHO "$output_objdir/*"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7971-	for p in $tempremovelist; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7995-	# Transform .lo files to .o files.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:7996:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-7997-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8000-      #for path in $notinst_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8001:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8002:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8003:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8004-      #done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8121-		if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8122:		  libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8123:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8124-		  set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8125-		  deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8126:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8127-		    newdeplibs+=" $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8164-		  if test -n "$i" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8165:		    libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8166:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8167-		    set dummy $deplib_matches; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8168-		    deplib_match=$1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8169:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8170-		      newdeplibs+=" $i"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8199-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8200:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8201-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8214-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8215:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8216-		if test -n "$file_magic_glob"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8217:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8218-		else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8224-		    shopt -s nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8225:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8226-		    $nocaseglob
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8227-		  else
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8228:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8229-		  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8242-		      while test -h "$potlib" 2>/dev/null; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8243:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8244-			case $potliblink in
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8245-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8246:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8247-			esac
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8283-	  set dummy $deplibs_check_method; shift
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8284:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8285-	  for a_deplib in $deplibs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8298-	      if test -n "$a_deplib" ; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8299:		libname=`eval "\\$ECHO \"$libname_spec\""`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8300-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8301:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8302-		  for potent_lib in $potential_libs; do
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8337-	  newdeplibs=""
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8338:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8339-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8341-	      # can't use Xsed below, because $i might contain '/'
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8342:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8343-	    done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8367-	  # On Rhapsody replace the C library with the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8368:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8369-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8419-	*-*-darwin*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8420:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8421:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8422:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8423-	  ;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8546-	# Use standard objects if they are pic
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8547:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8548-	test "X$libobjs" = "X " && libobjs=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8561-	    # exporting using user supplied symfile
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:8562:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-8563-	      # and it's NOT already a .def file. Must figure out
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9058-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9059:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9060-	else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9072-      # Create the old-style object.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9073:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9074-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9132-	# On Rhapsody replace the C library is the System framework
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9133:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9134:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9135-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9150-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9151:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9152:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9153-	;;
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9228-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9229:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9230-	  case :$dllsearchpath: in
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9288-	# Transform all the library objects into standard objects.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9289:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9290:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9291-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9318-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9319:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9320-	link_command="$compile_command$compile_rpath"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9327-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9328:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9329-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9371-	# Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9372:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9373-	# Delete the old output file.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9379-	  func_to_tool_file "$output"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9380:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9381-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9397-	  if test "$fast_install" = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9398:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9399-	  else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9409-      # Replace the output file specification.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9410:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9411-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9418-	func_to_tool_file "$output_objdir/$outputname"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9419:	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'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9420-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9439-	relink_command="(cd `pwd`; $relink_command)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9440:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9441-      fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9683-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9684:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9685-      if test "$hardcode_automatic" = yes ; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9704-		func_resolve_sysroot "$deplib"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9705:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9706-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9730-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9731:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9732-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9749-		name="$func_basename_result"
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:9750:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-9751-		test -z "$libdir" && \
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-10068-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool:10069:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/libtool-10070-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-96-    PKG_CHECK_EXISTS([$3],
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:97:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-98-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-145-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:146:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-147-        else 
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:148:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-149-        fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-291-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:292:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-293-# and then we would define $MISSING as
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-307-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:308:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-309-])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-405-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:406:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-407-  fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-556-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:557:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-558-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-565-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:566:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-567-    else
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-571-    # from the Makefile without running 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:572:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-573-    test -z "$DEPDIR" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:574:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-575-    test -z "am__include" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:576:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-577-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-585-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:586:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-587-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-646-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:647:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-648-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-765-    * )
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:766:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-767-  esac
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-768-done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:769:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-770-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-836-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:837:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-838-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-846-   echo '.include "confinc"' > confmf
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:847:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-848-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-876-set dummy $CC
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:877:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-878-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-996-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:997:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-998-     if test "$[*]" = "X"; then
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-999-	# -L didn't work.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4:1000:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/aclocal.m4-1001-     fi
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure.ac-74-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure.ac:75:LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/configure.ac-76-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autogen.sh-3-
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autogen.sh:4:srcdir=`dirname $0`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-74-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-248-  # Version 6 uses the directory in both cases.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:249:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-250-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:251:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-252-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-351-  #     ...
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:352:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-353-  test "x$dir" = "x$object" && dir=
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-355-  # that's sadly what pgcc will do too.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:356:  base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-357-  tmpdepfile="$base.d"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-380-        sleep 1
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:381:        i=`expr $i - 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-382-      done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-383-    fi
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:384:    i=`expr $i - 1`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-385-  done
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-400-  # Do two passes, one to just change these to
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:401:  # `$object: dependent.h' and one to simply `dependent.h:'.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-402-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-416-  # Much of this is similar to the tru64 case; see comments there.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:417:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-418-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:419:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-420-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-460-   # Subdirectories are respected.
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:461:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-462-   test "x$dir" = "x$object" && dir=
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:463:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-464-
##############################################
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-650-  done
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp:651:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
w1retap-1.4.4/contrib/applets/w1temp-gnome3/depcomp-652-  touch "$tmpdepfile"
##############################################
w1retap-1.4.4/config.sub-57-
w1retap-1.4.4/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
w1retap-1.4.4/config.sub-59-
##############################################
w1retap-1.4.4/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
w1retap-1.4.4/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
w1retap-1.4.4/config.sub-124-case $maybe_os in
##############################################
w1retap-1.4.4/config.sub-130-    os=-$maybe_os
w1retap-1.4.4/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
w1retap-1.4.4/config.sub-132-    ;;
##############################################
w1retap-1.4.4/config.sub-134-    os=-linux-android
w1retap-1.4.4/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
w1retap-1.4.4/config.sub-136-    ;;
w1retap-1.4.4/config.sub-137-  *)
w1retap-1.4.4/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
w1retap-1.4.4/config.sub-139-    if [ $basic_machine != $1 ]
w1retap-1.4.4/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
w1retap-1.4.4/config.sub-141-    else os=; fi
##############################################
w1retap-1.4.4/config.sub-188-		os=-sco5v6
w1retap-1.4.4/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-190-		;;
##############################################
w1retap-1.4.4/config.sub-192-		os=-sco3.2v5
w1retap-1.4.4/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-194-		;;
##############################################
w1retap-1.4.4/config.sub-196-		os=-sco3.2v4
w1retap-1.4.4/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-198-		;;
w1retap-1.4.4/config.sub-199-	-sco3.2.[4-9]*)
w1retap-1.4.4/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
w1retap-1.4.4/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-202-		;;
##############################################
w1retap-1.4.4/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-206-		;;
##############################################
w1retap-1.4.4/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
w1retap-1.4.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-210-		;;
##############################################
w1retap-1.4.4/config.sub-212-		os=-sco3.2v2
w1retap-1.4.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-214-		;;
w1retap-1.4.4/config.sub-215-	-udk*)
w1retap-1.4.4/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-217-		;;
##############################################
w1retap-1.4.4/config.sub-219-		os=-isc2.2
w1retap-1.4.4/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-221-		;;
##############################################
w1retap-1.4.4/config.sub-225-	-isc*)
w1retap-1.4.4/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
w1retap-1.4.4/config.sub-227-		;;
##############################################
w1retap-1.4.4/config.sub-237-	-ptx*)
w1retap-1.4.4/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
w1retap-1.4.4/config.sub-239-		;;
w1retap-1.4.4/config.sub-240-	-windowsnt*)
w1retap-1.4.4/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
w1retap-1.4.4/config.sub-242-		;;
##############################################
w1retap-1.4.4/config.sub-363-	*-*-*)
w1retap-1.4.4/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/config.sub-365-		exit 1
##############################################
w1retap-1.4.4/config.sub-481-	amd64-*)
w1retap-1.4.4/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-483-		;;
##############################################
w1retap-1.4.4/config.sub-523-	blackfin-*)
w1retap-1.4.4/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-525-		os=-linux
##############################################
w1retap-1.4.4/config.sub-531-	c54x-*)
w1retap-1.4.4/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-533-		;;
w1retap-1.4.4/config.sub-534-	c55x-*)
w1retap-1.4.4/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-536-		;;
w1retap-1.4.4/config.sub-537-	c6x-*)
w1retap-1.4.4/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-539-		;;
##############################################
w1retap-1.4.4/config.sub-734-	i*86v32)
w1retap-1.4.4/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/config.sub-736-		os=-sysv32
##############################################
w1retap-1.4.4/config.sub-738-	i*86v4*)
w1retap-1.4.4/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/config.sub-740-		os=-sysv4
##############################################
w1retap-1.4.4/config.sub-742-	i*86v)
w1retap-1.4.4/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/config.sub-744-		os=-sysv
##############################################
w1retap-1.4.4/config.sub-746-	i*86sol2)
w1retap-1.4.4/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
w1retap-1.4.4/config.sub-748-		os=-solaris2
##############################################
w1retap-1.4.4/config.sub-776-	m68knommu-*)
w1retap-1.4.4/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-778-		os=-linux
##############################################
w1retap-1.4.4/config.sub-809-	mips3*-*)
w1retap-1.4.4/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
w1retap-1.4.4/config.sub-811-		;;
w1retap-1.4.4/config.sub-812-	mips3*)
w1retap-1.4.4/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
w1retap-1.4.4/config.sub-814-		;;
##############################################
w1retap-1.4.4/config.sub-827-	ms1-*)
w1retap-1.4.4/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
w1retap-1.4.4/config.sub-829-		;;
##############################################
w1retap-1.4.4/config.sub-946-	parisc-*)
w1retap-1.4.4/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-948-		os=-linux
##############################################
w1retap-1.4.4/config.sub-962-	pc98-*)
w1retap-1.4.4/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-964-		;;
##############################################
w1retap-1.4.4/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
w1retap-1.4.4/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-979-		;;
w1retap-1.4.4/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
w1retap-1.4.4/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-982-		;;
w1retap-1.4.4/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
w1retap-1.4.4/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-985-		;;
w1retap-1.4.4/config.sub-986-	pentium4-*)
w1retap-1.4.4/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-988-		;;
##############################################
w1retap-1.4.4/config.sub-996-	ppc-* | ppcbe-*)
w1retap-1.4.4/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-998-		;;
##############################################
w1retap-1.4.4/config.sub-1002-	ppcle-* | powerpclittle-*)
w1retap-1.4.4/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-1004-		;;
##############################################
w1retap-1.4.4/config.sub-1006-		;;
w1retap-1.4.4/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-1008-		;;
##############################################
w1retap-1.4.4/config.sub-1012-	ppc64le-* | powerpc64little-*)
w1retap-1.4.4/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-1014-		;;
##############################################
w1retap-1.4.4/config.sub-1091-	strongarm-* | thumb-*)
w1retap-1.4.4/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
w1retap-1.4.4/config.sub-1093-		;;
##############################################
w1retap-1.4.4/config.sub-1221-	xscale-* | xscalee[bl]-*)
w1retap-1.4.4/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
w1retap-1.4.4/config.sub-1223-		;;
##############################################
w1retap-1.4.4/config.sub-1298-	*)
w1retap-1.4.4/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
w1retap-1.4.4/config.sub-1300-		exit 1
##############################################
w1retap-1.4.4/config.sub-1306-	*-digital*)
w1retap-1.4.4/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
w1retap-1.4.4/config.sub-1308-		;;
w1retap-1.4.4/config.sub-1309-	*-commodore*)
w1retap-1.4.4/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
w1retap-1.4.4/config.sub-1311-		;;
##############################################
w1retap-1.4.4/config.sub-1327-	-solaris1 | -solaris1.*)
w1retap-1.4.4/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
w1retap-1.4.4/config.sub-1329-		;;
##############################################
w1retap-1.4.4/config.sub-1339-	-gnu/linux*)
w1retap-1.4.4/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
w1retap-1.4.4/config.sub-1341-		;;
##############################################
w1retap-1.4.4/config.sub-1385-	-nto*)
w1retap-1.4.4/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
w1retap-1.4.4/config.sub-1387-		;;
##############################################
w1retap-1.4.4/config.sub-1392-	-mac*)
w1retap-1.4.4/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
w1retap-1.4.4/config.sub-1394-		;;
##############################################
w1retap-1.4.4/config.sub-1398-	-linux*)
w1retap-1.4.4/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
w1retap-1.4.4/config.sub-1400-		;;
w1retap-1.4.4/config.sub-1401-	-sunos5*)
w1retap-1.4.4/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
w1retap-1.4.4/config.sub-1403-		;;
w1retap-1.4.4/config.sub-1404-	-sunos6*)
w1retap-1.4.4/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
w1retap-1.4.4/config.sub-1406-		;;
##############################################
w1retap-1.4.4/config.sub-1453-	-sinix5.*)
w1retap-1.4.4/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
w1retap-1.4.4/config.sub-1455-		;;
##############################################
w1retap-1.4.4/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
w1retap-1.4.4/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
w1retap-1.4.4/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
w1retap-1.4.4/config.sub-1512-		exit 1
##############################################
w1retap-1.4.4/config.sub-1769-		esac
w1retap-1.4.4/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
w1retap-1.4.4/config.sub-1771-		;;
##############################################
w1retap-1.4.4/Makefile.am-4-dist-hook:
w1retap-1.4.4/Makefile.am:5:	rm -rf `find $(distdir) -name .svn`
w1retap-1.4.4/Makefile.am-6-
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-64-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/sqlite/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/sqlite/Makefile.in-66-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/sqlite/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/sqlite/Makefile.in-68-    *) f=$$p;; \
w1retap-1.4.4/src/sqlite/Makefile.in-69-  esac;
w1retap-1.4.4/src/sqlite/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/sqlite/Makefile.in-71-am__install_max = 40
w1retap-1.4.4/src/sqlite/Makefile.in-72-am__nobase_strip_setup = \
w1retap-1.4.4/src/sqlite/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/sqlite/Makefile.in-74-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-360-.c.obj:
w1retap-1.4.4/src/sqlite/Makefile.in:361:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/sqlite/Makefile.in-362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/sqlite/Makefile.in:365:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/sqlite/Makefile.in-366-
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-424-GTAGS:
w1retap-1.4.4/src/sqlite/Makefile.in:425:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/sqlite/Makefile.in-426-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-446-distdir: $(DISTFILES)
w1retap-1.4.4/src/sqlite/Makefile.in:447:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/sqlite/Makefile.in:448:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/sqlite/Makefile.in-449-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/sqlite/Makefile.in-460-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/sqlite/Makefile.in:461:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/sqlite/Makefile.in-462-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-64-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/mongo/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/mongo/Makefile.in-66-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/mongo/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/mongo/Makefile.in-68-    *) f=$$p;; \
w1retap-1.4.4/src/mongo/Makefile.in-69-  esac;
w1retap-1.4.4/src/mongo/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/mongo/Makefile.in-71-am__install_max = 40
w1retap-1.4.4/src/mongo/Makefile.in-72-am__nobase_strip_setup = \
w1retap-1.4.4/src/mongo/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/mongo/Makefile.in-74-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-360-.c.obj:
w1retap-1.4.4/src/mongo/Makefile.in:361:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/mongo/Makefile.in-362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/mongo/Makefile.in:365:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/mongo/Makefile.in-366-
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-424-GTAGS:
w1retap-1.4.4/src/mongo/Makefile.in:425:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/mongo/Makefile.in-426-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-446-distdir: $(DISTFILES)
w1retap-1.4.4/src/mongo/Makefile.in:447:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/mongo/Makefile.in:448:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/mongo/Makefile.in-449-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/mongo/Makefile.in-460-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/mongo/Makefile.in:461:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/mongo/Makefile.in-462-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-64-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/odbc/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/odbc/Makefile.in-66-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/odbc/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/odbc/Makefile.in-68-    *) f=$$p;; \
w1retap-1.4.4/src/odbc/Makefile.in-69-  esac;
w1retap-1.4.4/src/odbc/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/odbc/Makefile.in-71-am__install_max = 40
w1retap-1.4.4/src/odbc/Makefile.in-72-am__nobase_strip_setup = \
w1retap-1.4.4/src/odbc/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/odbc/Makefile.in-74-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-358-.c.obj:
w1retap-1.4.4/src/odbc/Makefile.in:359:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/odbc/Makefile.in-360-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/odbc/Makefile.in:363:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/odbc/Makefile.in-364-
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-422-GTAGS:
w1retap-1.4.4/src/odbc/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/odbc/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-444-distdir: $(DISTFILES)
w1retap-1.4.4/src/odbc/Makefile.in:445:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/odbc/Makefile.in:446:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/odbc/Makefile.in-447-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/odbc/Makefile.in-458-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/odbc/Makefile.in:459:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/odbc/Makefile.in-460-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-89-libowfat_a_OBJECTS = $(am_libowfat_a_OBJECTS)
w1retap-1.4.4/src/libusblinux300/Makefile.in:90:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/libusblinux300/Makefile.in-91-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/libusblinux300/Makefile.in:92:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/libusblinux300/Makefile.in-93-    *) f=$$p;; \
w1retap-1.4.4/src/libusblinux300/Makefile.in-94-  esac;
w1retap-1.4.4/src/libusblinux300/Makefile.in:95:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/libusblinux300/Makefile.in-96-am__install_max = 40
w1retap-1.4.4/src/libusblinux300/Makefile.in-97-am__nobase_strip_setup = \
w1retap-1.4.4/src/libusblinux300/Makefile.in:98:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/libusblinux300/Makefile.in-99-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-632-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/src/libusblinux300/Makefile.in:633:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/src/libusblinux300/Makefile.in-634-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-775-.c.obj:
w1retap-1.4.4/src/libusblinux300/Makefile.in:776:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/libusblinux300/Makefile.in-777-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/libusblinux300/Makefile.in:780:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/libusblinux300/Makefile.in-781-
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-789-ds192xtest-ds192x.o: ds192x.c
w1retap-1.4.4/src/libusblinux300/Makefile.in:790:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ds192xtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ds192xtest-ds192x.o -MD -MP -MF $(DEPDIR)/ds192xtest-ds192x.Tpo -c -o ds192xtest-ds192x.o `test -f 'ds192x.c' || echo '$(srcdir)/'`ds192x.c
w1retap-1.4.4/src/libusblinux300/Makefile.in-791-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ds192xtest-ds192x.Tpo $(DEPDIR)/ds192xtest-ds192x.Po
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/libusblinux300/Makefile.in:794:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ds192xtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ds192xtest-ds192x.o `test -f 'ds192x.c' || echo '$(srcdir)/'`ds192x.c
w1retap-1.4.4/src/libusblinux300/Makefile.in-795-
w1retap-1.4.4/src/libusblinux300/Makefile.in-796-ds192xtest-ds192x.obj: ds192x.c
w1retap-1.4.4/src/libusblinux300/Makefile.in:797:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ds192xtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ds192xtest-ds192x.obj -MD -MP -MF $(DEPDIR)/ds192xtest-ds192x.Tpo -c -o ds192xtest-ds192x.obj `if test -f 'ds192x.c'; then $(CYGPATH_W) 'ds192x.c'; else $(CYGPATH_W) '$(srcdir)/ds192x.c'; fi`
w1retap-1.4.4/src/libusblinux300/Makefile.in-798-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ds192xtest-ds192x.Tpo $(DEPDIR)/ds192xtest-ds192x.Po
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/libusblinux300/Makefile.in:801:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ds192xtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ds192xtest-ds192x.obj `if test -f 'ds192x.c'; then $(CYGPATH_W) 'ds192x.c'; else $(CYGPATH_W) '$(srcdir)/ds192x.c'; fi`
w1retap-1.4.4/src/libusblinux300/Makefile.in-802-
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-853-GTAGS:
w1retap-1.4.4/src/libusblinux300/Makefile.in:854:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/libusblinux300/Makefile.in-855-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-875-distdir: $(DISTFILES)
w1retap-1.4.4/src/libusblinux300/Makefile.in:876:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/libusblinux300/Makefile.in:877:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/libusblinux300/Makefile.in-878-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/libusblinux300/Makefile.in-889-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/libusblinux300/Makefile.in:890:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/libusblinux300/Makefile.in-891-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/Makefile.in-66-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/Makefile.in:67:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/Makefile.in-68-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/Makefile.in:69:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/Makefile.in-70-    *) f=$$p;; \
w1retap-1.4.4/src/Makefile.in-71-  esac;
w1retap-1.4.4/src/Makefile.in:72:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/Makefile.in-73-am__install_max = 40
w1retap-1.4.4/src/Makefile.in-74-am__nobase_strip_setup = \
w1retap-1.4.4/src/Makefile.in:75:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/Makefile.in-76-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/Makefile.in-164-  while test -n "$$dir1"; do \
w1retap-1.4.4/src/Makefile.in:165:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
w1retap-1.4.4/src/Makefile.in-166-    if test "$$first" != "."; then \
w1retap-1.4.4/src/Makefile.in-167-      if test "$$first" = ".."; then \
w1retap-1.4.4/src/Makefile.in:168:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
w1retap-1.4.4/src/Makefile.in:169:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
w1retap-1.4.4/src/Makefile.in-170-      else \
w1retap-1.4.4/src/Makefile.in:171:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
w1retap-1.4.4/src/Makefile.in-172-        if test "$$first2" = "$$first"; then \
w1retap-1.4.4/src/Makefile.in:173:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/src/Makefile.in-174-        else \
##############################################
w1retap-1.4.4/src/Makefile.in-179-    fi; \
w1retap-1.4.4/src/Makefile.in:180:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/src/Makefile.in-181-  done; \
##############################################
w1retap-1.4.4/src/Makefile.in-463-	test -n "$(EXEEXT)" || exit 0; \
w1retap-1.4.4/src/Makefile.in:464:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
w1retap-1.4.4/src/Makefile.in-465-	echo " rm -f" $$list; \
##############################################
w1retap-1.4.4/src/Makefile.in-492-.c.obj:
w1retap-1.4.4/src/Makefile.in:493:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/Makefile.in-494-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/Makefile.in:497:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/Makefile.in-498-
##############################################
w1retap-1.4.4/src/Makefile.in-506-libw1xml_la-w1xml.lo: w1xml.c
w1retap-1.4.4/src/Makefile.in:507:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw1xml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libw1xml_la-w1xml.lo -MD -MP -MF $(DEPDIR)/libw1xml_la-w1xml.Tpo -c -o libw1xml_la-w1xml.lo `test -f 'w1xml.c' || echo '$(srcdir)/'`w1xml.c
w1retap-1.4.4/src/Makefile.in-508-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libw1xml_la-w1xml.Tpo $(DEPDIR)/libw1xml_la-w1xml.Plo
##############################################
w1retap-1.4.4/src/Makefile.in-510-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/Makefile.in:511:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libw1xml_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libw1xml_la-w1xml.lo `test -f 'w1xml.c' || echo '$(srcdir)/'`w1xml.c
w1retap-1.4.4/src/Makefile.in-512-
##############################################
w1retap-1.4.4/src/Makefile.in-533-	dot_seen=no; \
w1retap-1.4.4/src/Makefile.in:534:	target=`echo $@ | sed s/-recursive//`; \
w1retap-1.4.4/src/Makefile.in-535-	case "$@" in \
##############################################
w1retap-1.4.4/src/Makefile.in-623-GTAGS:
w1retap-1.4.4/src/Makefile.in:624:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/Makefile.in-625-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/Makefile.in-645-distdir: $(DISTFILES)
w1retap-1.4.4/src/Makefile.in:646:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/Makefile.in:647:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/Makefile.in-648-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/Makefile.in-659-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/Makefile.in:660:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/Makefile.in-661-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-64-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/pgsql/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/pgsql/Makefile.in-66-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/pgsql/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/pgsql/Makefile.in-68-    *) f=$$p;; \
w1retap-1.4.4/src/pgsql/Makefile.in-69-  esac;
w1retap-1.4.4/src/pgsql/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/pgsql/Makefile.in-71-am__install_max = 40
w1retap-1.4.4/src/pgsql/Makefile.in-72-am__nobase_strip_setup = \
w1retap-1.4.4/src/pgsql/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/pgsql/Makefile.in-74-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-359-.c.obj:
w1retap-1.4.4/src/pgsql/Makefile.in:360:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/pgsql/Makefile.in-361-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-363-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/pgsql/Makefile.in:364:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/pgsql/Makefile.in-365-
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-423-GTAGS:
w1retap-1.4.4/src/pgsql/Makefile.in:424:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/pgsql/Makefile.in-425-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-445-distdir: $(DISTFILES)
w1retap-1.4.4/src/pgsql/Makefile.in:446:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/pgsql/Makefile.in:447:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/pgsql/Makefile.in-448-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/pgsql/Makefile.in-459-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/pgsql/Makefile.in:460:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/pgsql/Makefile.in-461-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-64-CONFIG_CLEAN_VPATH_FILES =
w1retap-1.4.4/src/mysql/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
w1retap-1.4.4/src/mysql/Makefile.in-66-am__vpath_adj = case $$p in \
w1retap-1.4.4/src/mysql/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
w1retap-1.4.4/src/mysql/Makefile.in-68-    *) f=$$p;; \
w1retap-1.4.4/src/mysql/Makefile.in-69-  esac;
w1retap-1.4.4/src/mysql/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
w1retap-1.4.4/src/mysql/Makefile.in-71-am__install_max = 40
w1retap-1.4.4/src/mysql/Makefile.in-72-am__nobase_strip_setup = \
w1retap-1.4.4/src/mysql/Makefile.in:73:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
w1retap-1.4.4/src/mysql/Makefile.in-74-am__nobase_strip = \
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-358-.c.obj:
w1retap-1.4.4/src/mysql/Makefile.in:359:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/mysql/Makefile.in-360-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
w1retap-1.4.4/src/mysql/Makefile.in:363:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
w1retap-1.4.4/src/mysql/Makefile.in-364-
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-422-GTAGS:
w1retap-1.4.4/src/mysql/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/src/mysql/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-444-distdir: $(DISTFILES)
w1retap-1.4.4/src/mysql/Makefile.in:445:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/mysql/Makefile.in:446:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/src/mysql/Makefile.in-447-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/src/mysql/Makefile.in-458-	  if test -d $$d/$$file; then \
w1retap-1.4.4/src/mysql/Makefile.in:459:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/src/mysql/Makefile.in-460-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/compile-67-	mingw/*)
w1retap-1.4.4/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
w1retap-1.4.4/compile-69-	  ;;
w1retap-1.4.4/compile-70-	cygwin/*)
w1retap-1.4.4/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
w1retap-1.4.4/compile-72-	  ;;
w1retap-1.4.4/compile-73-	wine/*)
w1retap-1.4.4/compile:74:	  file=`winepath -w "$file" || echo "$file"`
w1retap-1.4.4/compile-75-	  ;;
##############################################
w1retap-1.4.4/compile-309-# Name of file we expect compiler to create.
w1retap-1.4.4/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
w1retap-1.4.4/compile-311-
##############################################
w1retap-1.4.4/compile-315-# object file name, since that is what matters with a parallel build.
w1retap-1.4.4/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
w1retap-1.4.4/compile-317-while true; do
##############################################
w1retap-1.4.4/install-sh-229-      fi
w1retap-1.4.4/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
w1retap-1.4.4/install-sh-231-    *)
##############################################
w1retap-1.4.4/install-sh-276-      dstdir=$dst
w1retap-1.4.4/install-sh:277:      dst=$dstdir/`basename "$src"`
w1retap-1.4.4/install-sh-278-      dstdir_status=0
##############################################
w1retap-1.4.4/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
w1retap-1.4.4/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
w1retap-1.4.4/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
w1retap-1.4.4/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
w1retap-1.4.4/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
w1retap-1.4.4/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
w1retap-1.4.4/install-sh-425-	    case $prefix in
w1retap-1.4.4/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
w1retap-1.4.4/install-sh-427-	      *) qprefix=$prefix;;
##############################################
w1retap-1.4.4/install-sh-474-    if $copy_on_change &&
w1retap-1.4.4/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
w1retap-1.4.4/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
w1retap-1.4.4/install-sh-477-
##############################################
w1retap-1.4.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/configure-47-  as_echo='print -r --'
w1retap-1.4.4/configure-48-  as_echo_n='print -rn --'
w1retap-1.4.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/configure-50-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/configure-52-else
w1retap-1.4.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/configure-64-      esac;
##############################################
w1retap-1.4.4/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
w1retap-1.4.4/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
w1retap-1.4.4/configure-201-
##############################################
w1retap-1.4.4/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
w1retap-1.4.4/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
w1retap-1.4.4/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
w1retap-1.4.4/configure-335-      case $as_dir in #(
w1retap-1.4.4/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/configure-337-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/configure-408-  {
w1retap-1.4.4/configure:409:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/configure-410-  }
##############################################
w1retap-1.4.4/configure-415-# ----------------------------------------
w1retap-1.4.4/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
w1retap-1.4.4/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
w1retap-1.4.4/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
w1retap-1.4.4/configure-882-  case $ac_option in
w1retap-1.4.4/configure:883:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
w1retap-1.4.4/configure-884-  *=)   ac_optarg= ;;
##############################################
w1retap-1.4.4/configure-926-  -disable-* | --disable-*)
w1retap-1.4.4/configure:927:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
w1retap-1.4.4/configure-928-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/configure-931-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/configure:932:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/configure-933-    case $ac_user_opts in
##############################################
w1retap-1.4.4/configure-952-  -enable-* | --enable-*)
w1retap-1.4.4/configure:953:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
w1retap-1.4.4/configure-954-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/configure-957-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/configure:958:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/configure-959-    case $ac_user_opts in
##############################################
w1retap-1.4.4/configure-1156-  -with-* | --with-*)
w1retap-1.4.4/configure:1157:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
w1retap-1.4.4/configure-1158-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/configure-1161-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/configure:1162:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/configure-1163-    case $ac_user_opts in
##############################################
w1retap-1.4.4/configure-1172-  -without-* | --without-*)
w1retap-1.4.4/configure:1173:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
w1retap-1.4.4/configure-1174-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/configure-1177-    ac_useropt_orig=$ac_useropt
w1retap-1.4.4/configure:1178:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
w1retap-1.4.4/configure-1179-    case $ac_user_opts in
##############################################
w1retap-1.4.4/configure-1210-  *=*)
w1retap-1.4.4/configure:1211:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
w1retap-1.4.4/configure-1212-    # Reject names that are not valid shell variable names.
##############################################
w1retap-1.4.4/configure-1231-if test -n "$ac_prev"; then
w1retap-1.4.4/configure:1232:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
w1retap-1.4.4/configure-1233-  as_fn_error $? "missing argument to $ac_option"
##############################################
w1retap-1.4.4/configure-1253-    */ )
w1retap-1.4.4/configure:1254:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
w1retap-1.4.4/configure-1255-      eval $ac_var=\$ac_val;;
##############################################
w1retap-1.4.4/configure-1288-ac_ls_di=`ls -di .` &&
w1retap-1.4.4/configure:1289:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
w1retap-1.4.4/configure-1290-  as_fn_error $? "working directory cannot be determined"
##############################################
w1retap-1.4.4/configure-1344-case $srcdir in
w1retap-1.4.4/configure:1345:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
w1retap-1.4.4/configure-1346-esac
##############################################
w1retap-1.4.4/configure-1387-By default, \`make install' will install all the files in
w1retap-1.4.4/configure:1388:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
w1retap-1.4.4/configure:1389:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
w1retap-1.4.4/configure-1390-for instance \`--prefix=\$HOME'.
##############################################
w1retap-1.4.4/configure-1516-*)
w1retap-1.4.4/configure:1517:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/configure-1518-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/configure:1519:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/configure-1520-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/configure-2058-    *\'*)
w1retap-1.4.4/configure:2059:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/configure-2060-    esac
##############################################
w1retap-1.4.4/configure-2141-      case $ac_val in
w1retap-1.4.4/configure:2142:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/configure-2143-      esac
##############################################
w1retap-1.4.4/configure-2156-	case $ac_val in
w1retap-1.4.4/configure:2157:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
w1retap-1.4.4/configure-2158-	esac
##############################################
w1retap-1.4.4/configure-2276-    set,)
w1retap-1.4.4/configure:2277:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
w1retap-1.4.4/configure:2278:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
w1retap-1.4.4/configure-2279-      ac_cache_corrupted=: ;;
##############################################
w1retap-1.4.4/configure-2287-	# differences in whitespace do not lead to failure.
w1retap-1.4.4/configure:2288:	ac_old_val_w=`echo x $ac_old_val`
w1retap-1.4.4/configure:2289:	ac_new_val_w=`echo x $ac_new_val`
w1retap-1.4.4/configure-2290-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
w1retap-1.4.4/configure-2307-    case $ac_new_val in
w1retap-1.4.4/configure:2308:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/configure-2309-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
w1retap-1.4.4/configure-2378-test "x$ac_build_alias" = x &&
w1retap-1.4.4/configure:2379:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
w1retap-1.4.4/configure-2380-test "x$ac_build_alias" = x &&
w1retap-1.4.4/configure-2381-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
w1retap-1.4.4/configure:2382:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
w1retap-1.4.4/configure-2383-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/configure-2402-IFS=$ac_save_IFS
w1retap-1.4.4/configure:2403:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/configure-2404-
##############################################
w1retap-1.4.4/configure-2413-else
w1retap-1.4.4/configure:2414:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
w1retap-1.4.4/configure-2415-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/configure-2435-IFS=$ac_save_IFS
w1retap-1.4.4/configure:2436:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/configure-2437-
##############################################
w1retap-1.4.4/configure-2446-else
w1retap-1.4.4/configure:2447:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
w1retap-1.4.4/configure-2448-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
w1retap-1.4.4/configure-2468-IFS=$ac_save_IFS
w1retap-1.4.4/configure:2469:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
w1retap-1.4.4/configure-2470-
##############################################
w1retap-1.4.4/configure-2598-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/configure:2599:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/configure-2600-     if test "$*" = "X"; then
w1retap-1.4.4/configure-2601-	# -L didn't work.
w1retap-1.4.4/configure:2602:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/configure-2603-     fi
##############################################
w1retap-1.4.4/configure-2649-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
w1retap-1.4.4/configure:2650:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
w1retap-1.4.4/configure-2651-
w1retap-1.4.4/configure-2652-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/configure:2653:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/configure-2654-
##############################################
w1retap-1.4.4/configure-2794-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
w1retap-1.4.4/configure:2795:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
w1retap-1.4.4/configure-2796-	     'mkdir (GNU coreutils) '* | \
##############################################
w1retap-1.4.4/configure-2867-set x ${MAKE-make}
w1retap-1.4.4/configure:2868:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/configure-2869-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/configure-2877-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/configure:2878:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/configure-2879-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/configure-2904-
w1retap-1.4.4/configure:2905:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/configure-2906-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/configure-3403-$as_echo_n "checking whether the C compiler works... " >&6; }
w1retap-1.4.4/configure:3404:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
w1retap-1.4.4/configure-3405-
##############################################
w1retap-1.4.4/configure-3447-	then :; else
w1retap-1.4.4/configure:3448:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/configure-3449-	fi
##############################################
w1retap-1.4.4/configure-3507-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
w1retap-1.4.4/configure:3508:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
w1retap-1.4.4/configure-3509-	  break;;
##############################################
w1retap-1.4.4/configure-3616-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
w1retap-1.4.4/configure:3617:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
w1retap-1.4.4/configure-3618-       break;;
##############################################
w1retap-1.4.4/configure-3865-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/configure:3866:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/configure-3867-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/configure-3875-   echo '.include "confinc"' > confmf
w1retap-1.4.4/configure:3876:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/configure-3877-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/configure-3938-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/configure:3939:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
w1retap-1.4.4/configure-3940-  fi
##############################################
w1retap-1.4.4/configure-4040-set x ${MAKE-make}
w1retap-1.4.4/configure:4041:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
w1retap-1.4.4/configure-4042-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
w1retap-1.4.4/configure-4050-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
w1retap-1.4.4/configure:4051:case `${MAKE-make} -f conftest.make 2>/dev/null` in
w1retap-1.4.4/configure-4052-  *@@@%%%=?*=@@@%%%*)
##############################################
w1retap-1.4.4/configure-4123-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/configure:4124:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/configure-4125-  ECHO='print -r --'
w1retap-1.4.4/configure:4126:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/configure-4127-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/configure-4192-  # Check for GNU $ac_path_SED
w1retap-1.4.4/configure:4193:case `"$ac_path_SED" --version 2>&1` in
w1retap-1.4.4/configure-4194-*GNU*)
##############################################
w1retap-1.4.4/configure-4268-  # Check for GNU $ac_path_GREP
w1retap-1.4.4/configure:4269:case `"$ac_path_GREP" --version 2>&1` in
w1retap-1.4.4/configure-4270-*GNU*)
##############################################
w1retap-1.4.4/configure-4334-  # Check for GNU $ac_path_EGREP
w1retap-1.4.4/configure:4335:case `"$ac_path_EGREP" --version 2>&1` in
w1retap-1.4.4/configure-4336-*GNU*)
##############################################
w1retap-1.4.4/configure-4401-  # Check for GNU $ac_path_FGREP
w1retap-1.4.4/configure:4402:case `"$ac_path_FGREP" --version 2>&1` in
w1retap-1.4.4/configure-4403-*GNU*)
##############################################
w1retap-1.4.4/configure-4481-    # gcc leaves a trailing carriage return, which upsets mingw
w1retap-1.4.4/configure:4482:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/configure-4483-  *)
w1retap-1.4.4/configure:4484:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/configure-4485-  esac
##############################################
w1retap-1.4.4/configure-4490-      # Canonicalize the pathname of ld
w1retap-1.4.4/configure:4491:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/configure-4492-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/configure:4493:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/configure-4494-      done
##############################################
w1retap-1.4.4/configure-4525-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/configure:4526:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/configure-4527-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/configure-4556-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/configure:4557:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/configure-4558-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/configure-4606-	esac
w1retap-1.4.4/configure:4607:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
w1retap-1.4.4/configure-4608-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/configure-4612-	*)
w1retap-1.4.4/configure:4613:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/configure-4614-	  */dev/null*)
##############################################
w1retap-1.4.4/configure-4740-
w1retap-1.4.4/configure:4741:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/configure-4742-    *COFF*)
##############################################
w1retap-1.4.4/configure-4852-    # And add a safety zone
w1retap-1.4.4/configure:4853:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/configure:4854:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/configure-4855-    ;;
##############################################
w1retap-1.4.4/configure-4885-    if test -n "$kargmax"; then
w1retap-1.4.4/configure:4886:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
w1retap-1.4.4/configure-4887-    else
##############################################
w1retap-1.4.4/configure-4894-       test undefined != "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/configure:4895:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/configure:4896:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/configure-4897-    else
##############################################
w1retap-1.4.4/configure-4906-      # we can't tell.
w1retap-1.4.4/configure:4907:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/configure-4908-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/configure-4910-      do
w1retap-1.4.4/configure:4911:        i=`expr $i + 1`
w1retap-1.4.4/configure-4912-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/configure-4914-      # Only check the string length outside the loop.
w1retap-1.4.4/configure:4915:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/configure-4916-      teststring=
##############################################
w1retap-1.4.4/configure-4919-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/configure:4920:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/configure-4921-    fi
##############################################
w1retap-1.4.4/configure-5330-openbsd* | bitrig*)
w1retap-1.4.4/configure:5331:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/configure-5332-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/configure-5400-    else
w1retap-1.4.4/configure:5401:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
w1retap-1.4.4/configure-5402-    fi
##############################################
w1retap-1.4.4/configure-5545-  # decide which one to use based on capabilities of $DLLTOOL
w1retap-1.4.4/configure:5546:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/configure-5547-  *--identify-strict*)
##############################################
w1retap-1.4.4/configure-6067-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/configure:6068:case `$NM -V 2>&1` in
w1retap-1.4.4/configure-6069-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/configure-6115-mingw*)
w1retap-1.4.4/configure:6116:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/configure-6117-  ;;
##############################################
w1retap-1.4.4/configure-6347-   if test yes = "$GCC"; then
w1retap-1.4.4/configure:6348:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/configure-6349-   fi
##############################################
w1retap-1.4.4/configure-6351- /*)
w1retap-1.4.4/configure:6352:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/configure-6353-   ;; #(
##############################################
w1retap-1.4.4/configure-6446-    done
w1retap-1.4.4/configure:6447:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/configure-6448-}
##############################################
w1retap-1.4.4/configure-6468-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:6469:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6470-      *ELF-32*)
##############################################
w1retap-1.4.4/configure-6489-    if test yes = "$lt_cv_prog_gnu_ld"; then
w1retap-1.4.4/configure:6490:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6491-	*32-bit*)
##############################################
w1retap-1.4.4/configure-6501-    else
w1retap-1.4.4/configure:6502:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6503-	*32-bit*)
##############################################
w1retap-1.4.4/configure-6527-    emul=elf
w1retap-1.4.4/configure:6528:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6529-      *32-bit*)
##############################################
w1retap-1.4.4/configure-6535-    esac
w1retap-1.4.4/configure:6536:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6537-      *MSB*)
##############################################
w1retap-1.4.4/configure-6543-    esac
w1retap-1.4.4/configure:6544:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/configure-6545-      *N32*)
##############################################
w1retap-1.4.4/configure-7476-    *:)
w1retap-1.4.4/configure:7477:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
w1retap-1.4.4/configure-7478-        ;;
w1retap-1.4.4/configure-7479-    x:*)
w1retap-1.4.4/configure:7480:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/configure-7481-        ;;
w1retap-1.4.4/configure-7482-    *::*)
w1retap-1.4.4/configure:7483:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
w1retap-1.4.4/configure:7484:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
w1retap-1.4.4/configure-7485-        ;;
w1retap-1.4.4/configure-7486-    *)
w1retap-1.4.4/configure:7487:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/configure-7488-        ;;
##############################################
w1retap-1.4.4/configure-7745-do :
w1retap-1.4.4/configure:7746:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/configure-7747-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
w1retap-1.4.4/configure-7750-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/configure:7751:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/configure-7752-_ACEOF
##############################################
w1retap-1.4.4/configure-8106-	"file_magic "*)
w1retap-1.4.4/configure:8107:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/configure-8108-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
w1retap-1.4.4/configure-8172-	"file_magic "*)
w1retap-1.4.4/configure:8173:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/configure-8174-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
w1retap-1.4.4/configure-8566-      *)
w1retap-1.4.4/configure:8567:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/configure-8568-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
w1retap-1.4.4/configure-9012-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/configure:9013:	case `$LD -v 2>&1` in
w1retap-1.4.4/configure-9014-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/configure-9044-    supports_anon_versioning=no
w1retap-1.4.4/configure:9045:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
w1retap-1.4.4/configure-9046-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/configure-9113-	# is; otherwise, prepend EXPORTS...
w1retap-1.4.4/configure:9114:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
w1retap-1.4.4/configure-9115-          cp $export_symbols $output_objdir/$soname.def;
##############################################
w1retap-1.4.4/configure-9147-	prefix_cmds="$SED"~
w1retap-1.4.4/configure:9148:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
w1retap-1.4.4/configure-9149-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
w1retap-1.4.4/configure-9169-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/configure:9170:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
w1retap-1.4.4/configure:9171:      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'
w1retap-1.4.4/configure-9172-      ;;
##############################################
w1retap-1.4.4/configure-9187-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/configure:9188:	  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'
w1retap-1.4.4/configure-9189-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/configure-9192-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/configure:9193:	  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'
w1retap-1.4.4/configure-9194-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/configure-9209-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/configure:9210:	  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'
w1retap-1.4.4/configure-9211-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/configure-9213-	esac
w1retap-1.4.4/configure:9214:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/configure-9215-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/configure:9216:	  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'
w1retap-1.4.4/configure-9217-	  compiler_needs_object=yes
##############################################
w1retap-1.4.4/configure-9284-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/configure:9285:      case `$LD -v 2>&1` in
w1retap-1.4.4/configure-9286-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
w1retap-1.4.4/configure-9373-	else
w1retap-1.4.4/configure:9374:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
w1retap-1.4.4/configure-9375-	fi
##############################################
w1retap-1.4.4/configure-9438-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/configure:9439:	  collect2name=`$CC -print-prog-name=collect2`
w1retap-1.4.4/configure-9440-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/configure-9518-      }'
w1retap-1.4.4/configure:9519:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/configure-9520-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/configure-9521-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/configure:9522:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/configure-9523-  fi
##############################################
w1retap-1.4.4/configure-9536-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/configure:9537:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
w1retap-1.4.4/configure-9538-      else
##############################################
w1retap-1.4.4/configure-9571-      }'
w1retap-1.4.4/configure:9572:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/configure-9573-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/configure-9574-  if test -z "$lt_cv_aix_libpath_"; then
w1retap-1.4.4/configure:9575:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/configure-9576-  fi
##############################################
w1retap-1.4.4/configure-9603-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
w1retap-1.4.4/configure:9604:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
w1retap-1.4.4/configure-9605-	  if test svr4 != "$with_aix_soname"; then
##############################################
w1retap-1.4.4/configure-9656-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
w1retap-1.4.4/configure:9657:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
w1retap-1.4.4/configure-9658-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
w1retap-1.4.4/configure-9694-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/configure:9695:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/configure-9696-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/configure-9712-  if test yes = "$lt_cv_ld_force_load"; then
w1retap-1.4.4/configure:9713:    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\"`'
w1retap-1.4.4/configure-9714-
##############################################
w1retap-1.4.4/configure-9892-      if test yes = "$GCC"; then
w1retap-1.4.4/configure:9893:	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'
w1retap-1.4.4/configure-9894-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/configure-9920-	if test yes = "$lt_cv_irix_exported_symbol"; then
w1retap-1.4.4/configure:9921:          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'
w1retap-1.4.4/configure-9922-	fi
w1retap-1.4.4/configure-9923-      else
w1retap-1.4.4/configure:9924:	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'
w1retap-1.4.4/configure:9925:	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'
w1retap-1.4.4/configure-9926-      fi
##############################################
w1retap-1.4.4/configure-9970-	hardcode_direct_absolute=yes
w1retap-1.4.4/configure:9971:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/configure-9972-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/configure-10001-	prefix_cmds="$SED"~
w1retap-1.4.4/configure:10002:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
w1retap-1.4.4/configure-10003-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
w1retap-1.4.4/configure-10015-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
w1retap-1.4.4/configure:10016:	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'
w1retap-1.4.4/configure-10017-      else
w1retap-1.4.4/configure-10018-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/configure:10019:	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'
w1retap-1.4.4/configure-10020-      fi
##############################################
w1retap-1.4.4/configure-10028-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
w1retap-1.4.4/configure:10029:	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'
w1retap-1.4.4/configure-10030-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
w1retap-1.4.4/configure-10032-	allow_undefined_flag=' -expect_unresolved \*'
w1retap-1.4.4/configure:10033:	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'
w1retap-1.4.4/configure:10034:	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~
w1retap-1.4.4/configure:10035:          $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'
w1retap-1.4.4/configure-10036-
##############################################
w1retap-1.4.4/configure-10051-      else
w1retap-1.4.4/configure:10052:	case `$CC -V 2>&1` in
w1retap-1.4.4/configure-10053-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/configure-10450-  esac
w1retap-1.4.4/configure:10451:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/configure-10452-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/configure-10457-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/configure:10458:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/configure-10459-    ;;
w1retap-1.4.4/configure-10460-  *)
w1retap-1.4.4/configure:10461:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/configure-10462-    ;;
##############################################
w1retap-1.4.4/configure-10466-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/configure:10467:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/configure-10468-  # ...but if some path component already ends with the multilib dir we assume
##############################################
w1retap-1.4.4/configure-10508-  esac
w1retap-1.4.4/configure:10509:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/configure-10510-else
##############################################
w1retap-1.4.4/configure-10648-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/configure:10649:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
w1retap-1.4.4/configure-10650-    ;;
##############################################
w1retap-1.4.4/configure-10684-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/configure:10685:    postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/configure:10686:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
w1retap-1.4.4/configure:10687:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/configure-10688-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/configure-10693-      fi'
w1retap-1.4.4/configure:10694:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/configure-10695-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/configure-10701-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/configure:10702:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/configure-10703-
##############################################
w1retap-1.4.4/configure-10707-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/configure:10708:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/configure-10709-      ;;
##############################################
w1retap-1.4.4/configure-10711-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/configure:10712:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/configure-10713-      ;;
##############################################
w1retap-1.4.4/configure-10720-    libname_spec='$name'
w1retap-1.4.4/configure:10721:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/configure-10722-    library_names_spec='$libname.dll.lib'
##############################################
w1retap-1.4.4/configure-10732-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/configure:10733:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/configure-10734-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/configure-10737-      # Convert to MSYS style.
w1retap-1.4.4/configure:10738:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/configure-10739-      ;;
##############################################
w1retap-1.4.4/configure-10743-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/configure:10744:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/configure:10745:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/configure:10746:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/configure-10747-      ;;
##############################################
w1retap-1.4.4/configure-10751-        # It is most probably a Windows format PATH.
w1retap-1.4.4/configure:10752:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/configure-10753-      else
w1retap-1.4.4/configure:10754:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/configure-10755-      fi
##############################################
w1retap-1.4.4/configure-10761-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/configure:10762:    postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/configure:10763:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
w1retap-1.4.4/configure:10764:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/configure-10765-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/configure-10766-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/configure:10767:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/configure-10768-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/configure-10775-    # Assume MSVC wrapper
w1retap-1.4.4/configure:10776:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
w1retap-1.4.4/configure-10777-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/configure-10792-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/configure:10793:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/configure-10794-
##############################################
w1retap-1.4.4/configure-11045-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/configure:11046:    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' ' '`
w1retap-1.4.4/configure-11047-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/configure-11099-  need_lib_prefix=no
w1retap-1.4.4/configure:11100:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/configure-11101-    need_version=no
##############################################
w1retap-1.4.4/configure-11126-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
w1retap-1.4.4/configure:11127:  postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/configure:11128:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
w1retap-1.4.4/configure:11129:    dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/configure-11130-    test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/configure-11135-    fi'
w1retap-1.4.4/configure:11136:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
w1retap-1.4.4/configure-11137-    dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/configure-12179-set dummy $CC
w1retap-1.4.4/configure:12180:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
w1retap-1.4.4/configure-12181-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/configure-12372-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
w1retap-1.4.4/configure:12373:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
w1retap-1.4.4/configure-12374-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
w1retap-1.4.4/configure-12404-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/configure:12405:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
w1retap-1.4.4/configure-12406-_ACEOF
##############################################
w1retap-1.4.4/configure-12643-do :
w1retap-1.4.4/configure:12644:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
w1retap-1.4.4/configure-12645-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
w1retap-1.4.4/configure-12647-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/configure:12648:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
w1retap-1.4.4/configure-12649-_ACEOF
##############################################
w1retap-1.4.4/configure-13395-do :
w1retap-1.4.4/configure:13396:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
w1retap-1.4.4/configure-13397-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
w1retap-1.4.4/configure-13399-  cat >>confdefs.h <<_ACEOF
w1retap-1.4.4/configure:13400:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
w1retap-1.4.4/configure-13401-_ACEOF
##############################################
w1retap-1.4.4/configure-13549-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:13550:  pkg_cv_SQLITE_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
w1retap-1.4.4/configure-13551-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-13566-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:13567:  pkg_cv_SQLITE_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
w1retap-1.4.4/configure-13568-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-13587-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/configure:13588:	        SQLITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3" 2>&1`
w1retap-1.4.4/configure-13589-        else
w1retap-1.4.4/configure:13590:	        SQLITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3" 2>&1`
w1retap-1.4.4/configure-13591-        fi
##############################################
w1retap-1.4.4/configure-13632-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:13633:  pkg_cv_MONGO_CFLAGS=`$PKG_CONFIG --cflags "libmongo-client" 2>/dev/null`
w1retap-1.4.4/configure-13634-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-13649-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:13650:  pkg_cv_MONGO_LIBS=`$PKG_CONFIG --libs "libmongo-client" 2>/dev/null`
w1retap-1.4.4/configure-13651-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-13670-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/configure:13671:	        MONGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmongo-client" 2>&1`
w1retap-1.4.4/configure-13672-        else
w1retap-1.4.4/configure:13673:	        MONGO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmongo-client" 2>&1`
w1retap-1.4.4/configure-13674-        fi
##############################################
w1retap-1.4.4/configure-13754-    if test -n "$TOOL_XML2_CONFIG"; then :
w1retap-1.4.4/configure:13755:  XML2_CFLAGS=`$TOOL_XML2_CONFIG --cflags`
w1retap-1.4.4/configure:13756:           XML2_LIBS=`$TOOL_XML2_CONFIG --libs`
w1retap-1.4.4/configure:13757:           LIBXML_VERSION=`$TOOL_XML2_CONFIG --version`
w1retap-1.4.4/configure-13758-fi
##############################################
w1retap-1.4.4/configure-14101-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:14102:  pkg_cv_GLIB_MODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0 >= 2.8.0" 2>/dev/null`
w1retap-1.4.4/configure-14103-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-14118-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:14119:  pkg_cv_GLIB_MODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0 >= 2.8.0" 2>/dev/null`
w1retap-1.4.4/configure-14120-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-14139-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/configure:14140:	        GLIB_MODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmodule-2.0 >= 2.8.0" 2>&1`
w1retap-1.4.4/configure-14141-        else
w1retap-1.4.4/configure:14142:	        GLIB_MODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmodule-2.0 >= 2.8.0" 2>&1`
w1retap-1.4.4/configure-14143-        fi
##############################################
w1retap-1.4.4/configure-14205-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:14206:  pkg_cv_LIBUSB_CFLAGS=`$PKG_CONFIG --cflags "libusb" 2>/dev/null`
w1retap-1.4.4/configure-14207-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-14222-  test $ac_status = 0; }; then
w1retap-1.4.4/configure:14223:  pkg_cv_LIBUSB_LIBS=`$PKG_CONFIG --libs "libusb" 2>/dev/null`
w1retap-1.4.4/configure-14224-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
w1retap-1.4.4/configure-14243-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/configure:14244:	        LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libusb" 2>&1`
w1retap-1.4.4/configure-14245-        else
w1retap-1.4.4/configure:14246:	        LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libusb" 2>&1`
w1retap-1.4.4/configure-14247-        fi
##############################################
w1retap-1.4.4/configure-14385-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
w1retap-1.4.4/configure:14386:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
w1retap-1.4.4/configure-14387-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
w1retap-1.4.4/configure-14476-if test -z "$BASH_VERSION$ZSH_VERSION" \
w1retap-1.4.4/configure:14477:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/configure-14478-  as_echo='print -r --'
w1retap-1.4.4/configure-14479-  as_echo_n='print -rn --'
w1retap-1.4.4/configure:14480:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
w1retap-1.4.4/configure-14481-  as_echo='printf %s\n'
##############################################
w1retap-1.4.4/configure-14483-else
w1retap-1.4.4/configure:14484:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
w1retap-1.4.4/configure-14485-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
w1retap-1.4.4/configure-14493-	expr "X$arg" : "X\\(.*\\)$as_nl";
w1retap-1.4.4/configure:14494:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
w1retap-1.4.4/configure-14495-      esac;
##############################################
w1retap-1.4.4/configure-14570-# ----------------------------------------
w1retap-1.4.4/configure:14571:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
w1retap-1.4.4/configure-14572-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
w1retap-1.4.4/configure-14642-  {
w1retap-1.4.4/configure:14643:    as_val=`expr "$@" || test $? -eq 1`
w1retap-1.4.4/configure-14644-  }
##############################################
w1retap-1.4.4/configure-14746-      case $as_dir in #(
w1retap-1.4.4/configure:14747:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
w1retap-1.4.4/configure-14748-      *) as_qdir=$as_dir;;
##############################################
w1retap-1.4.4/configure-14881-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
w1retap-1.4.4/configure:14882:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
w1retap-1.4.4/configure-14883-ac_cs_version="\\
##############################################
w1retap-1.4.4/configure-14906-  --*=?*)
w1retap-1.4.4/configure:14907:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/configure:14908:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
w1retap-1.4.4/configure-14909-    ac_shift=:
##############################################
w1retap-1.4.4/configure-14911-  --*=)
w1retap-1.4.4/configure:14912:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
w1retap-1.4.4/configure-14913-    ac_optarg=
##############################################
w1retap-1.4.4/configure-14935-    case $ac_optarg in
w1retap-1.4.4/configure:14936:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/configure-14937-    '') as_fn_error $? "missing file argument" ;;
##############################################
w1retap-1.4.4/configure-14943-    case $ac_optarg in
w1retap-1.4.4/configure:14944:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
w1retap-1.4.4/configure-14945-    esac
##############################################
w1retap-1.4.4/configure-15012-delay_variable_subst='$delay_variable_subst'
w1retap-1.4.4/configure:15013:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15014:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15015:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15016:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15017:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15018:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15019:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15020:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15021:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15022:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15023:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15024:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15025:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15026:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15027:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15028:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15029:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15030:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15031:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15032:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15033:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15034:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15035:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15036:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15037:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15038:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15039:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15040:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15041:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15042:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15043:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15044:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15045:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15046:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15047:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15048:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15049:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15050:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15051:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15052:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15053:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15054:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15055:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15056:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15057:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15058:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15059:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15060:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15061:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15062:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15063:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15064:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15065:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15066:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15067:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15068:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15069:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15070:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15071: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"`'
w1retap-1.4.4/configure:15072:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15073:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15074:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15075:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15076:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15077:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15078:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15079:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15080:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15081:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15082:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15083:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15084:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15085:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15086:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15087:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15088:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15089:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15090:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15091:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15092:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15093:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15094:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15095:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15096:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15097:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15098:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15099:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15100:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15101:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15102:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15103:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15104:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15105:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15106:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15107:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15108:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15109:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15110:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15111:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15112:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15113:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15114:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15115:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15116:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15117:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15118:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15119:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15120:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15121:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15122:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15123:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15124:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15125:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15126:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15127:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15128:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15129:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15130:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15131:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15132:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15133:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15134:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15135:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15136:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15137:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15138:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15139:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15140:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15141:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15142:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15143:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15144:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15145:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15146:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure:15147:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/configure-15148-
##############################################
w1retap-1.4.4/configure-15229-striplib; do
w1retap-1.4.4/configure:15230:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/configure-15231-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/configure:15232:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
w1retap-1.4.4/configure-15233-      ;;
##############################################
w1retap-1.4.4/configure-15260-configure_time_lt_sys_library_path; do
w1retap-1.4.4/configure:15261:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/configure-15262-    *[\\\\\\\`\\"\\\$]*)
w1retap-1.4.4/configure:15263:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
w1retap-1.4.4/configure-15264-      ;;
##############################################
w1retap-1.4.4/configure-15362-fi
w1retap-1.4.4/configure:15363:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
w1retap-1.4.4/configure-15364-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
w1retap-1.4.4/configure-15379-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
w1retap-1.4.4/configure:15380:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
w1retap-1.4.4/configure-15381-ac_delim='%!_!# '
##############################################
w1retap-1.4.4/configure-15385-
w1retap-1.4.4/configure:15386:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
w1retap-1.4.4/configure-15387-  if test $ac_delim_n = $ac_delim_num; then
##############################################
w1retap-1.4.4/configure-15523-for ac_last_try in false false :; do
w1retap-1.4.4/configure:15524:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
w1retap-1.4.4/configure-15525-  if test -z "$ac_tt"; then
##############################################
w1retap-1.4.4/configure-15655-      esac
w1retap-1.4.4/configure:15656:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
w1retap-1.4.4/configure-15657-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
w1retap-1.4.4/configure-15714-*)
w1retap-1.4.4/configure:15715:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
w1retap-1.4.4/configure-15716-  # A ".." for each directory in $ac_dir_suffix.
w1retap-1.4.4/configure:15717:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
w1retap-1.4.4/configure-15718-  case $ac_top_builddir_sub in
##############################################
w1retap-1.4.4/configure-15775-/@mandir@/p'
w1retap-1.4.4/configure:15776:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
w1retap-1.4.4/configure-15777-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
w1retap-1.4.4/configure-15792-
w1retap-1.4.4/configure:15793:# Neutralize VPATH when `$srcdir' = `.'.
w1retap-1.4.4/configure-15794-# Shell code in configure.ac might set extrasub.
##############################################
w1retap-1.4.4/configure-15820-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
w1retap-1.4.4/configure:15821:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
w1retap-1.4.4/configure-15822-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
w1retap-1.4.4/configure-15866-    * )
w1retap-1.4.4/configure:15867:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/configure-15868-  esac
##############################################
w1retap-1.4.4/configure-15913-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/configure:15914:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/configure-15915-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/configure-15950-    # from the Makefile without running 'make'.
w1retap-1.4.4/configure:15951:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/configure-15952-    test -z "$DEPDIR" && continue
w1retap-1.4.4/configure:15953:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/configure-15954-    test -z "am__include" && continue
w1retap-1.4.4/configure:15955:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/configure-15956-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/configure-16472-    *:)
w1retap-1.4.4/configure:16473:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
w1retap-1.4.4/configure-16474-        ;;
w1retap-1.4.4/configure-16475-    x:*)
w1retap-1.4.4/configure:16476:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/configure-16477-        ;;
w1retap-1.4.4/configure-16478-    *::*)
w1retap-1.4.4/configure:16479:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
w1retap-1.4.4/configure:16480:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
w1retap-1.4.4/configure-16481-        ;;
w1retap-1.4.4/configure-16482-    *)
w1retap-1.4.4/configure:16483:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/configure-16484-        ;;
##############################################
w1retap-1.4.4/configure-16499-    done
w1retap-1.4.4/configure:16500:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/configure-16501-}
##############################################
w1retap-1.4.4/Makefile.in-108-  while test -n "$$dir1"; do \
w1retap-1.4.4/Makefile.in:109:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
w1retap-1.4.4/Makefile.in-110-    if test "$$first" != "."; then \
w1retap-1.4.4/Makefile.in-111-      if test "$$first" = ".."; then \
w1retap-1.4.4/Makefile.in:112:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
w1retap-1.4.4/Makefile.in:113:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
w1retap-1.4.4/Makefile.in-114-      else \
w1retap-1.4.4/Makefile.in:115:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
w1retap-1.4.4/Makefile.in-116-        if test "$$first2" = "$$first"; then \
w1retap-1.4.4/Makefile.in:117:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/Makefile.in-118-        else \
##############################################
w1retap-1.4.4/Makefile.in-123-    fi; \
w1retap-1.4.4/Makefile.in:124:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
w1retap-1.4.4/Makefile.in-125-  done; \
##############################################
w1retap-1.4.4/Makefile.in-361-	dot_seen=no; \
w1retap-1.4.4/Makefile.in:362:	target=`echo $@ | sed s/-recursive//`; \
w1retap-1.4.4/Makefile.in-363-	case "$@" in \
##############################################
w1retap-1.4.4/Makefile.in-451-GTAGS:
w1retap-1.4.4/Makefile.in:452:	here=`$(am__cd) $(top_builddir) && pwd` \
w1retap-1.4.4/Makefile.in-453-	  && $(am__cd) $(top_srcdir) \
##############################################
w1retap-1.4.4/Makefile.in-485-	test -d "$(distdir)" || mkdir "$(distdir)"
w1retap-1.4.4/Makefile.in:486:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/Makefile.in:487:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
w1retap-1.4.4/Makefile.in-488-	list='$(DISTFILES)'; \
##############################################
w1retap-1.4.4/Makefile.in-499-	  if test -d $$d/$$file; then \
w1retap-1.4.4/Makefile.in:500:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
w1retap-1.4.4/Makefile.in-501-	    if test -d "$(distdir)/$$file"; then \
##############################################
w1retap-1.4.4/Makefile.in-606-	test -d $(distdir)/_build || exit 0; \
w1retap-1.4.4/Makefile.in:607:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
w1retap-1.4.4/Makefile.in-608-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
w1retap-1.4.4/Makefile.in-649-	}; \
w1retap-1.4.4/Makefile.in:650:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/Makefile.in-651-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
w1retap-1.4.4/Makefile.in-661-	fi
w1retap-1.4.4/Makefile.in:662:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
w1retap-1.4.4/Makefile.in-663-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
w1retap-1.4.4/Makefile.in-794-dist-hook:
w1retap-1.4.4/Makefile.in:795:	rm -rf `find $(distdir) -name .svn`
w1retap-1.4.4/Makefile.in-796-
##############################################
w1retap-1.4.4/aclocal.m4-140-    done
w1retap-1.4.4/aclocal.m4:141:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
w1retap-1.4.4/aclocal.m4-142-}
##############################################
w1retap-1.4.4/aclocal.m4-452-m4_define([_LT_CONFIG_STATUS_DECLARE],
w1retap-1.4.4/aclocal.m4:453:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
w1retap-1.4.4/aclocal.m4-454-
##############################################
w1retap-1.4.4/aclocal.m4-462-#
w1retap-1.4.4/aclocal.m4:463:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
w1retap-1.4.4/aclocal.m4-464-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
w1retap-1.4.4/aclocal.m4-572-]], lt_decl_quote_varnames); do
w1retap-1.4.4/aclocal.m4:573:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/aclocal.m4-574-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/aclocal.m4:575:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
w1retap-1.4.4/aclocal.m4-576-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-585-]], lt_decl_dquote_varnames); do
w1retap-1.4.4/aclocal.m4:586:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
w1retap-1.4.4/aclocal.m4-587-    *[[\\\\\\\`\\"\\\$]]*)
w1retap-1.4.4/aclocal.m4:588:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
w1retap-1.4.4/aclocal.m4-589-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-1125-  if test yes = "$lt_cv_ld_force_load"; then
w1retap-1.4.4/aclocal.m4:1126:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
w1retap-1.4.4/aclocal.m4-1127-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
w1retap-1.4.4/aclocal.m4-1178-      }]'
w1retap-1.4.4/aclocal.m4:1179:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/aclocal.m4-1180-  # Check for a 64-bit object if we didn't find anything.
w1retap-1.4.4/aclocal.m4-1181-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
w1retap-1.4.4/aclocal.m4:1182:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
w1retap-1.4.4/aclocal.m4-1183-  fi],[])
##############################################
w1retap-1.4.4/aclocal.m4-1214-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
w1retap-1.4.4/aclocal.m4:1215:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/aclocal.m4-1216-  ECHO='print -r --'
w1retap-1.4.4/aclocal.m4:1217:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
w1retap-1.4.4/aclocal.m4-1218-  ECHO='printf %s\n'
##############################################
w1retap-1.4.4/aclocal.m4-1249-    PATH=/empty FPATH=/empty; export PATH FPATH
w1retap-1.4.4/aclocal.m4:1250:    test "X`printf %s $ECHO`" = "X$ECHO" \
w1retap-1.4.4/aclocal.m4:1251:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
w1retap-1.4.4/aclocal.m4-1252-
##############################################
w1retap-1.4.4/aclocal.m4-1273-   if test yes = "$GCC"; then
w1retap-1.4.4/aclocal.m4:1274:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
w1retap-1.4.4/aclocal.m4-1275-   fi
##############################################
w1retap-1.4.4/aclocal.m4-1277- /*)
w1retap-1.4.4/aclocal.m4:1278:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
w1retap-1.4.4/aclocal.m4-1279-   ;; #(
##############################################
w1retap-1.4.4/aclocal.m4-1307-  if AC_TRY_EVAL(ac_compile); then
w1retap-1.4.4/aclocal.m4:1308:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1309-      *ELF-32*)
##############################################
w1retap-1.4.4/aclocal.m4-1324-    if test yes = "$lt_cv_prog_gnu_ld"; then
w1retap-1.4.4/aclocal.m4:1325:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1326-	*32-bit*)
##############################################
w1retap-1.4.4/aclocal.m4-1336-    else
w1retap-1.4.4/aclocal.m4:1337:      case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1338-	*32-bit*)
##############################################
w1retap-1.4.4/aclocal.m4-1358-    emul=elf
w1retap-1.4.4/aclocal.m4:1359:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1360-      *32-bit*)
##############################################
w1retap-1.4.4/aclocal.m4-1366-    esac
w1retap-1.4.4/aclocal.m4:1367:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1368-      *MSB*)
##############################################
w1retap-1.4.4/aclocal.m4-1374-    esac
w1retap-1.4.4/aclocal.m4:1375:    case `/usr/bin/file conftest.$ac_objext` in
w1retap-1.4.4/aclocal.m4-1376-      *N32*)
##############################################
w1retap-1.4.4/aclocal.m4-1739-    # And add a safety zone
w1retap-1.4.4/aclocal.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/aclocal.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/aclocal.m4-1742-    ;;
##############################################
w1retap-1.4.4/aclocal.m4-1772-    if test -n "$kargmax"; then
w1retap-1.4.4/aclocal.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
w1retap-1.4.4/aclocal.m4-1774-    else
##############################################
w1retap-1.4.4/aclocal.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
w1retap-1.4.4/aclocal.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
w1retap-1.4.4/aclocal.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
w1retap-1.4.4/aclocal.m4-1784-    else
##############################################
w1retap-1.4.4/aclocal.m4-1793-      # we can't tell.
w1retap-1.4.4/aclocal.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
w1retap-1.4.4/aclocal.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
w1retap-1.4.4/aclocal.m4-1797-      do
w1retap-1.4.4/aclocal.m4:1798:        i=`expr $i + 1`
w1retap-1.4.4/aclocal.m4-1799-        teststring=$teststring$teststring
##############################################
w1retap-1.4.4/aclocal.m4-1801-      # Only check the string length outside the loop.
w1retap-1.4.4/aclocal.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
w1retap-1.4.4/aclocal.m4-1803-      teststring=
##############################################
w1retap-1.4.4/aclocal.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
w1retap-1.4.4/aclocal.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
w1retap-1.4.4/aclocal.m4-1808-    fi
##############################################
w1retap-1.4.4/aclocal.m4-2272-    *:)
w1retap-1.4.4/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
w1retap-1.4.4/aclocal.m4-2274-        ;;
w1retap-1.4.4/aclocal.m4-2275-    x:*)
w1retap-1.4.4/aclocal.m4:2276:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/aclocal.m4-2277-        ;;
w1retap-1.4.4/aclocal.m4-2278-    *::*)
w1retap-1.4.4/aclocal.m4:2279:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
w1retap-1.4.4/aclocal.m4:2280:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
w1retap-1.4.4/aclocal.m4-2281-        ;;
w1retap-1.4.4/aclocal.m4-2282-    *)
w1retap-1.4.4/aclocal.m4:2283:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
w1retap-1.4.4/aclocal.m4-2284-        ;;
##############################################
w1retap-1.4.4/aclocal.m4-2312-  esac
w1retap-1.4.4/aclocal.m4:2313:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
w1retap-1.4.4/aclocal.m4-2314-  case $lt_search_path_spec in
##############################################
w1retap-1.4.4/aclocal.m4-2319-    # okay in the real world where ";" in dirpaths is itself problematic.
w1retap-1.4.4/aclocal.m4:2320:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
w1retap-1.4.4/aclocal.m4-2321-    ;;
w1retap-1.4.4/aclocal.m4-2322-  *)
w1retap-1.4.4/aclocal.m4:2323:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/aclocal.m4-2324-    ;;
##############################################
w1retap-1.4.4/aclocal.m4-2328-  lt_tmp_lt_search_path_spec=
w1retap-1.4.4/aclocal.m4:2329:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
w1retap-1.4.4/aclocal.m4-2330-  # ...but if some path component already ends with the multilib dir we assume
##############################################
w1retap-1.4.4/aclocal.m4-2370-  esac
w1retap-1.4.4/aclocal.m4:2371:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
w1retap-1.4.4/aclocal.m4-2372-else
##############################################
w1retap-1.4.4/aclocal.m4-2511-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
w1retap-1.4.4/aclocal.m4:2512:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
w1retap-1.4.4/aclocal.m4-2513-    ;;
##############################################
w1retap-1.4.4/aclocal.m4-2547-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/aclocal.m4:2548:    postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/aclocal.m4:2549:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
w1retap-1.4.4/aclocal.m4:2550:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/aclocal.m4-2551-      test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/aclocal.m4-2556-      fi'
w1retap-1.4.4/aclocal.m4:2557:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/aclocal.m4-2558-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/aclocal.m4-2564-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
w1retap-1.4.4/aclocal.m4:2565:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/aclocal.m4-2566-m4_if([$1], [],[
##############################################
w1retap-1.4.4/aclocal.m4-2570-      # MinGW DLLs use traditional 'lib' prefix
w1retap-1.4.4/aclocal.m4:2571:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/aclocal.m4-2572-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-2574-      # pw32 DLLs use 'pw' prefix rather than 'lib'
w1retap-1.4.4/aclocal.m4:2575:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/aclocal.m4-2576-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-2583-    libname_spec='$name'
w1retap-1.4.4/aclocal.m4:2584:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
w1retap-1.4.4/aclocal.m4-2585-    library_names_spec='$libname.dll.lib'
##############################################
w1retap-1.4.4/aclocal.m4-2595-        # Let DOS variable expansion print the short 8.3 style file name.
w1retap-1.4.4/aclocal.m4:2596:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
w1retap-1.4.4/aclocal.m4-2597-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
w1retap-1.4.4/aclocal.m4-2600-      # Convert to MSYS style.
w1retap-1.4.4/aclocal.m4:2601:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
w1retap-1.4.4/aclocal.m4-2602-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-2606-      # like /cygdrive/c/PROGRA~1:/cygdr...
w1retap-1.4.4/aclocal.m4:2607:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
w1retap-1.4.4/aclocal.m4:2608:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
w1retap-1.4.4/aclocal.m4:2609:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/aclocal.m4-2610-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-2614-        # It is most probably a Windows format PATH.
w1retap-1.4.4/aclocal.m4:2615:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
w1retap-1.4.4/aclocal.m4-2616-      else
w1retap-1.4.4/aclocal.m4:2617:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
w1retap-1.4.4/aclocal.m4-2618-      fi
##############################################
w1retap-1.4.4/aclocal.m4-2624-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
w1retap-1.4.4/aclocal.m4:2625:    postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/aclocal.m4:2626:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
w1retap-1.4.4/aclocal.m4:2627:      dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/aclocal.m4-2628-      test -d \$dldir || mkdir -p \$dldir~
w1retap-1.4.4/aclocal.m4-2629-      $install_prog $dir/$dlname \$dldir/$dlname'
w1retap-1.4.4/aclocal.m4:2630:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
w1retap-1.4.4/aclocal.m4-2631-      dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/aclocal.m4-2638-    # Assume MSVC wrapper
w1retap-1.4.4/aclocal.m4:2639:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
w1retap-1.4.4/aclocal.m4-2640-    dynamic_linker='Win32 ld.exe'
##############################################
w1retap-1.4.4/aclocal.m4-2655-  shlibpath_var=DYLD_LIBRARY_PATH
w1retap-1.4.4/aclocal.m4:2656:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
w1retap-1.4.4/aclocal.m4-2657-m4_if([$1], [],[
##############################################
w1retap-1.4.4/aclocal.m4-2889-  if test -f /etc/ld.so.conf; then
w1retap-1.4.4/aclocal.m4:2890:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
w1retap-1.4.4/aclocal.m4-2891-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
w1retap-1.4.4/aclocal.m4-2943-  need_lib_prefix=no
w1retap-1.4.4/aclocal.m4:2944:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/aclocal.m4-2945-    need_version=no
##############################################
w1retap-1.4.4/aclocal.m4-2970-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
w1retap-1.4.4/aclocal.m4:2971:  postinstall_cmds='base_file=`basename \$file`~
w1retap-1.4.4/aclocal.m4:2972:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
w1retap-1.4.4/aclocal.m4:2973:    dldir=$destdir/`dirname \$dlpath`~
w1retap-1.4.4/aclocal.m4-2974-    test -d \$dldir || mkdir -p \$dldir~
##############################################
w1retap-1.4.4/aclocal.m4-2979-    fi'
w1retap-1.4.4/aclocal.m4:2980:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
w1retap-1.4.4/aclocal.m4-2981-    dlpath=$dir/\$dldll~
##############################################
w1retap-1.4.4/aclocal.m4-3190-	"file_magic "*)
w1retap-1.4.4/aclocal.m4:3191:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
w1retap-1.4.4/aclocal.m4-3192-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
w1retap-1.4.4/aclocal.m4-3273-    # gcc leaves a trailing carriage return, which upsets mingw
w1retap-1.4.4/aclocal.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
w1retap-1.4.4/aclocal.m4-3275-  *)
w1retap-1.4.4/aclocal.m4:3276:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
w1retap-1.4.4/aclocal.m4-3277-  esac
##############################################
w1retap-1.4.4/aclocal.m4-3282-      # Canonicalize the pathname of ld
w1retap-1.4.4/aclocal.m4:3283:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
w1retap-1.4.4/aclocal.m4-3284-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
w1retap-1.4.4/aclocal.m4:3285:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
w1retap-1.4.4/aclocal.m4-3286-      done
##############################################
w1retap-1.4.4/aclocal.m4-3313-      # Break only if it was the GNU/non-GNU ld that we prefer.
w1retap-1.4.4/aclocal.m4:3314:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
w1retap-1.4.4/aclocal.m4-3315-      *GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/aclocal.m4-3353-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
w1retap-1.4.4/aclocal.m4:3354:case `$LD -v 2>&1 </dev/null` in
w1retap-1.4.4/aclocal.m4-3355-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/aclocal.m4-3580-openbsd* | bitrig*)
w1retap-1.4.4/aclocal.m4:3581:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/aclocal.m4-3582-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
w1retap-1.4.4/aclocal.m4-3647-    else
w1retap-1.4.4/aclocal.m4:3648:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
w1retap-1.4.4/aclocal.m4-3649-    fi
##############################################
w1retap-1.4.4/aclocal.m4-3698-	esac
w1retap-1.4.4/aclocal.m4:3699:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
w1retap-1.4.4/aclocal.m4-3700-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
w1retap-1.4.4/aclocal.m4-3704-	*)
w1retap-1.4.4/aclocal.m4:3705:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/aclocal.m4-3706-	  */dev/null*)
##############################################
w1retap-1.4.4/aclocal.m4-3730-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
w1retap-1.4.4/aclocal.m4:3731:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
w1retap-1.4.4/aclocal.m4-3732-    *COFF*)
##############################################
w1retap-1.4.4/aclocal.m4-3789-  # decide which one to use based on capabilities of $DLLTOOL
w1retap-1.4.4/aclocal.m4:3790:  case `$DLLTOOL --help 2>&1` in
w1retap-1.4.4/aclocal.m4-3791-  *--identify-strict*)
##############################################
w1retap-1.4.4/aclocal.m4-3963-# If we're using GNU nm, then use its standard symbol codes.
w1retap-1.4.4/aclocal.m4:3964:case `$NM -V 2>&1` in
w1retap-1.4.4/aclocal.m4-3965-*GNU* | *'with BFD'*)
##############################################
w1retap-1.4.4/aclocal.m4-4011-mingw*)
w1retap-1.4.4/aclocal.m4:4012:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
w1retap-1.4.4/aclocal.m4-4013-  ;;
##############################################
w1retap-1.4.4/aclocal.m4-4067-    nlist=conftest.nm
w1retap-1.4.4/aclocal.m4:4068:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
w1retap-1.4.4/aclocal.m4-4069-      # Try sorting and uniquifying the output.
##############################################
w1retap-1.4.4/aclocal.m4-4415-	  *)
w1retap-1.4.4/aclocal.m4:4416:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/aclocal.m4-4417-	    *Sun\ C*)
##############################################
w1retap-1.4.4/aclocal.m4-4751-      *)
w1retap-1.4.4/aclocal.m4:4752:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/aclocal.m4-4753-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
w1retap-1.4.4/aclocal.m4-4934-    else
w1retap-1.4.4/aclocal.m4:4935:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
w1retap-1.4.4/aclocal.m4-4936-    fi
##############################################
w1retap-1.4.4/aclocal.m4-5027-	# shared libraries, regardless of the interface used.
w1retap-1.4.4/aclocal.m4:5028:	case `$LD -v 2>&1` in
w1retap-1.4.4/aclocal.m4-5029-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
w1retap-1.4.4/aclocal.m4-5059-    supports_anon_versioning=no
w1retap-1.4.4/aclocal.m4:5060:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
w1retap-1.4.4/aclocal.m4-5061-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
w1retap-1.4.4/aclocal.m4-5162-	prefix_cmds="$SED"~
w1retap-1.4.4/aclocal.m4:5163:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
w1retap-1.4.4/aclocal.m4-5164-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
w1retap-1.4.4/aclocal.m4-5184-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/aclocal.m4:5185:      _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'
w1retap-1.4.4/aclocal.m4:5186:      _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'
w1retap-1.4.4/aclocal.m4-5187-      ;;
##############################################
w1retap-1.4.4/aclocal.m4-5202-        pgcc*)				# Portland Group C compiler
w1retap-1.4.4/aclocal.m4:5203:	  _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'
w1retap-1.4.4/aclocal.m4-5204-	  tmp_addflag=' $pic_flag'
##############################################
w1retap-1.4.4/aclocal.m4-5207-					# Portland Group f77 and f90 compilers
w1retap-1.4.4/aclocal.m4:5208:	  _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'
w1retap-1.4.4/aclocal.m4-5209-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
w1retap-1.4.4/aclocal.m4-5224-	nvcc*)	# Cuda Compiler Driver 2.2
w1retap-1.4.4/aclocal.m4:5225:	  _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'
w1retap-1.4.4/aclocal.m4-5226-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/aclocal.m4-5228-	esac
w1retap-1.4.4/aclocal.m4:5229:	case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/aclocal.m4-5230-	*Sun\ C*)			# Sun C 5.9
w1retap-1.4.4/aclocal.m4:5231:	  _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'
w1retap-1.4.4/aclocal.m4-5232-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/aclocal.m4-5299-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
w1retap-1.4.4/aclocal.m4:5300:      case `$LD -v 2>&1` in
w1retap-1.4.4/aclocal.m4-5301-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
w1retap-1.4.4/aclocal.m4-5388-	else
w1retap-1.4.4/aclocal.m4:5389:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
w1retap-1.4.4/aclocal.m4-5390-	fi
##############################################
w1retap-1.4.4/aclocal.m4-5453-	# below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/aclocal.m4:5454:	  collect2name=`$CC -print-prog-name=collect2`
w1retap-1.4.4/aclocal.m4-5455-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/aclocal.m4-5509-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
w1retap-1.4.4/aclocal.m4:5510:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
w1retap-1.4.4/aclocal.m4-5511-      else
##############################################
w1retap-1.4.4/aclocal.m4-5534-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
w1retap-1.4.4/aclocal.m4:5535:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
w1retap-1.4.4/aclocal.m4-5536-	  if test svr4 != "$with_aix_soname"; then
##############################################
w1retap-1.4.4/aclocal.m4-5625-	# FIXME: Setting linknames here is a bad hack.
w1retap-1.4.4/aclocal.m4:5626:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
w1retap-1.4.4/aclocal.m4-5627-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
w1retap-1.4.4/aclocal.m4-5763-      if test yes = "$GCC"; then
w1retap-1.4.4/aclocal.m4:5764:	_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'
w1retap-1.4.4/aclocal.m4-5765-	# Try to use the -exported_symbol ld option, if it does not
##############################################
w1retap-1.4.4/aclocal.m4-5786-	if test yes = "$lt_cv_irix_exported_symbol"; then
w1retap-1.4.4/aclocal.m4:5787:          _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'
w1retap-1.4.4/aclocal.m4-5788-	fi
w1retap-1.4.4/aclocal.m4-5789-      else
w1retap-1.4.4/aclocal.m4:5790:	_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'
w1retap-1.4.4/aclocal.m4:5791:	_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'
w1retap-1.4.4/aclocal.m4-5792-      fi
##############################################
w1retap-1.4.4/aclocal.m4-5836-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
w1retap-1.4.4/aclocal.m4:5837:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
w1retap-1.4.4/aclocal.m4-5838-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
w1retap-1.4.4/aclocal.m4-5867-	prefix_cmds="$SED"~
w1retap-1.4.4/aclocal.m4:5868:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
w1retap-1.4.4/aclocal.m4-5869-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
w1retap-1.4.4/aclocal.m4-5881-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
w1retap-1.4.4/aclocal.m4:5882:	_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'
w1retap-1.4.4/aclocal.m4-5883-      else
w1retap-1.4.4/aclocal.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/aclocal.m4:5885:	_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'
w1retap-1.4.4/aclocal.m4-5886-      fi
##############################################
w1retap-1.4.4/aclocal.m4-5894-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
w1retap-1.4.4/aclocal.m4:5895:	_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'
w1retap-1.4.4/aclocal.m4-5896-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
w1retap-1.4.4/aclocal.m4-5898-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/aclocal.m4:5899:	_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'
w1retap-1.4.4/aclocal.m4:5900:	_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~
w1retap-1.4.4/aclocal.m4:5901:          $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'
w1retap-1.4.4/aclocal.m4-5902-
##############################################
w1retap-1.4.4/aclocal.m4-5917-      else
w1retap-1.4.4/aclocal.m4:5918:	case `$CC -V 2>&1` in
w1retap-1.4.4/aclocal.m4-5919-	*"Compilers 5.0"*)
##############################################
w1retap-1.4.4/aclocal.m4-6110-	  _LT_TAGVAR(allow_undefined_flag, $1)=
w1retap-1.4.4/aclocal.m4:6111:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
w1retap-1.4.4/aclocal.m4-6112-	  then
##############################################
w1retap-1.4.4/aclocal.m4-6410-        # ancient GNU ld didn't support --whole-archive et. al.
w1retap-1.4.4/aclocal.m4:6411:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
w1retap-1.4.4/aclocal.m4-6412-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
w1retap-1.4.4/aclocal.m4-6520-          # below for broken collect2 doesn't work under 4.3+
w1retap-1.4.4/aclocal.m4:6521:	  collect2name=`$CC -print-prog-name=collect2`
w1retap-1.4.4/aclocal.m4-6522-	  if test -f "$collect2name" &&
##############################################
w1retap-1.4.4/aclocal.m4-6578-
w1retap-1.4.4/aclocal.m4:6579:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
w1retap-1.4.4/aclocal.m4-6580-        else
##############################################
w1retap-1.4.4/aclocal.m4-6603-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
w1retap-1.4.4/aclocal.m4:6604:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
w1retap-1.4.4/aclocal.m4-6605-	    if test svr4 != "$with_aix_soname"; then
##############################################
w1retap-1.4.4/aclocal.m4-6732-	  prefix_cmds="$SED"~
w1retap-1.4.4/aclocal.m4:6733:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
w1retap-1.4.4/aclocal.m4-6734-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
w1retap-1.4.4/aclocal.m4-6806-            # dependencies.
w1retap-1.4.4/aclocal.m4:6807:            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"'
w1retap-1.4.4/aclocal.m4-6808-            ;;
##############################################
w1retap-1.4.4/aclocal.m4-6871-	    # dependencies.
w1retap-1.4.4/aclocal.m4:6872:	    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"'
w1retap-1.4.4/aclocal.m4-6873-	    ;;
##############################################
w1retap-1.4.4/aclocal.m4-6907-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
w1retap-1.4.4/aclocal.m4:6908:	_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'
w1retap-1.4.4/aclocal.m4:6909:	_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'
w1retap-1.4.4/aclocal.m4-6910-	;;
##############################################
w1retap-1.4.4/aclocal.m4-6914-	    # SGI C++
w1retap-1.4.4/aclocal.m4:6915:	    _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'
w1retap-1.4.4/aclocal.m4-6916-
##############################################
w1retap-1.4.4/aclocal.m4-6925-	      if test no = "$with_gnu_ld"; then
w1retap-1.4.4/aclocal.m4:6926:	        _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'
w1retap-1.4.4/aclocal.m4-6927-	      else
w1retap-1.4.4/aclocal.m4:6928:	        _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'
w1retap-1.4.4/aclocal.m4-6929-	      fi
##############################################
w1retap-1.4.4/aclocal.m4-6946-	    # to its proper name (with version) after linking.
w1retap-1.4.4/aclocal.m4:6947:	    _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'
w1retap-1.4.4/aclocal.m4:6948:	    _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'
w1retap-1.4.4/aclocal.m4-6949-	    # Commands to make compiler produce verbose output that lists
##############################################
w1retap-1.4.4/aclocal.m4-6956-	    # dependencies.
w1retap-1.4.4/aclocal.m4:6957:	    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"'
w1retap-1.4.4/aclocal.m4-6958-
##############################################
w1retap-1.4.4/aclocal.m4-6971-	    # earlier do not add the objects themselves.
w1retap-1.4.4/aclocal.m4:6972:	    case `$CC -V 2>&1` in
w1retap-1.4.4/aclocal.m4-6973-	      *"Version 7."*)
##############################################
w1retap-1.4.4/aclocal.m4-6992-            # Portland Group C++ compiler
w1retap-1.4.4/aclocal.m4:6993:	    case `$CC -V` in
w1retap-1.4.4/aclocal.m4-6994-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
w1retap-1.4.4/aclocal.m4-6997-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
w1retap-1.4.4/aclocal.m4:6998:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
w1retap-1.4.4/aclocal.m4-6999-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/aclocal.m4-7001-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
w1retap-1.4.4/aclocal.m4:7002:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
w1retap-1.4.4/aclocal.m4-7003-                $RANLIB $oldlib'
##############################################
w1retap-1.4.4/aclocal.m4-7006-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/aclocal.m4:7007:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
w1retap-1.4.4/aclocal.m4-7008-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
w1retap-1.4.4/aclocal.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
w1retap-1.4.4/aclocal.m4:7011:                $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'
w1retap-1.4.4/aclocal.m4-7012-	      ;;
##############################################
w1retap-1.4.4/aclocal.m4-7020-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
w1retap-1.4.4/aclocal.m4:7021:	    _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'
w1retap-1.4.4/aclocal.m4-7022-            ;;
##############################################
w1retap-1.4.4/aclocal.m4-7039-	    # dependencies.
w1retap-1.4.4/aclocal.m4:7040:	    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'
w1retap-1.4.4/aclocal.m4-7041-	    ;;
##############################################
w1retap-1.4.4/aclocal.m4-7054-	  *)
w1retap-1.4.4/aclocal.m4:7055:	    case `$CC -V 2>&1 | sed 5q` in
w1retap-1.4.4/aclocal.m4-7056-	    *Sun\ C*)
##############################################
w1retap-1.4.4/aclocal.m4-7061-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
w1retap-1.4.4/aclocal.m4:7062:	      _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'
w1retap-1.4.4/aclocal.m4-7063-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
w1retap-1.4.4/aclocal.m4-7126-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
w1retap-1.4.4/aclocal.m4:7127:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
w1retap-1.4.4/aclocal.m4-7128-	    _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'
##############################################
w1retap-1.4.4/aclocal.m4-7145-	    # to its proper name (with version) after linking.
w1retap-1.4.4/aclocal.m4:7146:	    _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'
w1retap-1.4.4/aclocal.m4-7147-
##############################################
w1retap-1.4.4/aclocal.m4-7166-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
w1retap-1.4.4/aclocal.m4:7167:	        _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'
w1retap-1.4.4/aclocal.m4-7168-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
w1retap-1.4.4/aclocal.m4-7171-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
w1retap-1.4.4/aclocal.m4:7172:	        _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'
w1retap-1.4.4/aclocal.m4:7173:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
w1retap-1.4.4/aclocal.m4-7174-                  echo "-hidden">> $lib.exp~
w1retap-1.4.4/aclocal.m4:7175:                  $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~
w1retap-1.4.4/aclocal.m4-7176-                  $RM $lib.exp'
##############################################
w1retap-1.4.4/aclocal.m4-7190-	    # dependencies.
w1retap-1.4.4/aclocal.m4:7191:	    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"'
w1retap-1.4.4/aclocal.m4-7192-	    ;;
##############################################
w1retap-1.4.4/aclocal.m4-7197-	        osf3*)
w1retap-1.4.4/aclocal.m4:7198:	          _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'
w1retap-1.4.4/aclocal.m4-7199-		  ;;
w1retap-1.4.4/aclocal.m4-7200-	        *)
w1retap-1.4.4/aclocal.m4:7201:	          _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'
w1retap-1.4.4/aclocal.m4-7202-		  ;;
##############################################
w1retap-1.4.4/aclocal.m4-7450-  case @S|@2 in
w1retap-1.4.4/aclocal.m4:7451:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
w1retap-1.4.4/aclocal.m4:7452:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
w1retap-1.4.4/aclocal.m4-7453-  esac
##############################################
w1retap-1.4.4/aclocal.m4-7539-
w1retap-1.4.4/aclocal.m4:7540:  for p in `eval "$output_verbose_link_cmd"`; do
w1retap-1.4.4/aclocal.m4-7541-    case $prev$p in
##############################################
w1retap-1.4.4/aclocal.m4-7643-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
w1retap-1.4.4/aclocal.m4:7644: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
w1retap-1.4.4/aclocal.m4-7645-fi
##############################################
w1retap-1.4.4/aclocal.m4-8253-    test 10 -lt "$lt_ac_count" && break
w1retap-1.4.4/aclocal.m4:8254:    lt_ac_count=`expr $lt_ac_count + 1`
w1retap-1.4.4/aclocal.m4-8255-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
w1retap-1.4.4/aclocal.m4-8869-m4_define([lt_combine],
w1retap-1.4.4/aclocal.m4:8870:[m4_if(m4_eval([$# > 3]), [1],
w1retap-1.4.4/aclocal.m4-8871-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
w1retap-1.4.4/aclocal.m4-9159-    PKG_CHECK_EXISTS([$3],
w1retap-1.4.4/aclocal.m4:9160:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
w1retap-1.4.4/aclocal.m4-9161-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
w1retap-1.4.4/aclocal.m4-9207-        if test $_pkg_short_errors_supported = yes; then
w1retap-1.4.4/aclocal.m4:9208:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/aclocal.m4-9209-        else 
w1retap-1.4.4/aclocal.m4:9210:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
w1retap-1.4.4/aclocal.m4-9211-        fi
##############################################
w1retap-1.4.4/aclocal.m4-9396-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
w1retap-1.4.4/aclocal.m4:9397:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
w1retap-1.4.4/aclocal.m4-9398-# and then we would define $MISSING as
##############################################
w1retap-1.4.4/aclocal.m4-9412-# expand $ac_aux_dir to an absolute path
w1retap-1.4.4/aclocal.m4:9413:am_aux_dir=`cd $ac_aux_dir && pwd`
w1retap-1.4.4/aclocal.m4-9414-])
##############################################
w1retap-1.4.4/aclocal.m4-9510-  if test "$am_compiler_list" = ""; then
w1retap-1.4.4/aclocal.m4:9511:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
w1retap-1.4.4/aclocal.m4-9512-  fi
##############################################
w1retap-1.4.4/aclocal.m4-9661-    # Strip MF so we end up with the name of the file.
w1retap-1.4.4/aclocal.m4:9662:    mf=`echo "$mf" | sed -e 's/:.*$//'`
w1retap-1.4.4/aclocal.m4-9663-    # Check whether this is an Automake generated Makefile or not.
##############################################
w1retap-1.4.4/aclocal.m4-9670-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
w1retap-1.4.4/aclocal.m4:9671:      dirpart=`AS_DIRNAME("$mf")`
w1retap-1.4.4/aclocal.m4-9672-    else
##############################################
w1retap-1.4.4/aclocal.m4-9676-    # from the Makefile without running 'make'.
w1retap-1.4.4/aclocal.m4:9677:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
w1retap-1.4.4/aclocal.m4-9678-    test -z "$DEPDIR" && continue
w1retap-1.4.4/aclocal.m4:9679:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
w1retap-1.4.4/aclocal.m4-9680-    test -z "am__include" && continue
w1retap-1.4.4/aclocal.m4:9681:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
w1retap-1.4.4/aclocal.m4-9682-    # Find all dependency output files, they are included files with
##############################################
w1retap-1.4.4/aclocal.m4-9690-      test -f "$dirpart/$file" && continue
w1retap-1.4.4/aclocal.m4:9691:      fdir=`AS_DIRNAME(["$file"])`
w1retap-1.4.4/aclocal.m4-9692-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
w1retap-1.4.4/aclocal.m4-9742-AC_REQUIRE([AC_PROG_INSTALL])dnl
w1retap-1.4.4/aclocal.m4:9743:if test "`cd $srcdir && pwd`" != "`pwd`"; then
w1retap-1.4.4/aclocal.m4-9744-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
w1retap-1.4.4/aclocal.m4-9861-    * )
w1retap-1.4.4/aclocal.m4:9862:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
w1retap-1.4.4/aclocal.m4-9863-  esac
w1retap-1.4.4/aclocal.m4-9864-done
w1retap-1.4.4/aclocal.m4:9865:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
w1retap-1.4.4/aclocal.m4-9866-
##############################################
w1retap-1.4.4/aclocal.m4-9932-# Ignore all kinds of additional output from 'make'.
w1retap-1.4.4/aclocal.m4:9933:case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/aclocal.m4-9934-*the\ am__doit\ target*)
##############################################
w1retap-1.4.4/aclocal.m4-9942-   echo '.include "confinc"' > confmf
w1retap-1.4.4/aclocal.m4:9943:   case `$am_make -s -f confmf 2> /dev/null` in #(
w1retap-1.4.4/aclocal.m4-9944-   *the\ am__doit\ target*)
##############################################
w1retap-1.4.4/aclocal.m4-9972-set dummy $CC
w1retap-1.4.4/aclocal.m4:9973:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
w1retap-1.4.4/aclocal.m4-9974-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
w1retap-1.4.4/aclocal.m4-10109-     echo "timestamp, slept: $am_has_slept" > conftest.file
w1retap-1.4.4/aclocal.m4:10110:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
w1retap-1.4.4/aclocal.m4-10111-     if test "$[*]" = "X"; then
w1retap-1.4.4/aclocal.m4-10112-	# -L didn't work.
w1retap-1.4.4/aclocal.m4:10113:	set X `ls -t "$srcdir/configure" conftest.file`
w1retap-1.4.4/aclocal.m4-10114-     fi
##############################################
w1retap-1.4.4/autogen.sh-3-
w1retap-1.4.4/autogen.sh:4:srcdir=`dirname $0`
w1retap-1.4.4/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
w1retap-1.4.4/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
w1retap-1.4.4/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
w1retap-1.4.4/depcomp-74-
##############################################
w1retap-1.4.4/depcomp-255-  # Version 6 uses the directory in both cases.
w1retap-1.4.4/depcomp:256:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/depcomp-257-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/depcomp:258:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/depcomp-259-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/depcomp-358-  #     ...
w1retap-1.4.4/depcomp:359:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/depcomp-360-  test "x$dir" = "x$object" && dir=
##############################################
w1retap-1.4.4/depcomp-362-  # that's sadly what pgcc will do too.
w1retap-1.4.4/depcomp:363:  base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'`
w1retap-1.4.4/depcomp-364-  tmpdepfile="$base.d"
##############################################
w1retap-1.4.4/depcomp-387-        sleep 1
w1retap-1.4.4/depcomp:388:        i=`expr $i - 1`
w1retap-1.4.4/depcomp-389-      done
w1retap-1.4.4/depcomp-390-    fi
w1retap-1.4.4/depcomp:391:    i=`expr $i - 1`
w1retap-1.4.4/depcomp-392-  done
##############################################
w1retap-1.4.4/depcomp-407-  # Do two passes, one to just change these to
w1retap-1.4.4/depcomp:408:  # `$object: dependent.h' and one to simply `dependent.h:'.
w1retap-1.4.4/depcomp-409-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
w1retap-1.4.4/depcomp-423-  # Much of this is similar to the tru64 case; see comments there.
w1retap-1.4.4/depcomp:424:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/depcomp-425-  test "x$dir" = "x$object" && dir=
w1retap-1.4.4/depcomp:426:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/depcomp-427-  if test "$libtool" = yes; then
##############################################
w1retap-1.4.4/depcomp-467-   # Subdirectories are respected.
w1retap-1.4.4/depcomp:468:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
w1retap-1.4.4/depcomp-469-   test "x$dir" = "x$object" && dir=
w1retap-1.4.4/depcomp:470:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
w1retap-1.4.4/depcomp-471-
##############################################
w1retap-1.4.4/depcomp-657-  done
w1retap-1.4.4/depcomp:658:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
w1retap-1.4.4/depcomp-659-  touch "$tmpdepfile"
##############################################
w1retap-1.4.4/debian/patches/fix-autotools-libxml2.patch-11--    AS_IF([test -n "$TOOL_XML2_CONFIG"],
w1retap-1.4.4/debian/patches/fix-autotools-libxml2.patch:12:-          [XML2_CFLAGS=`$TOOL_XML2_CONFIG --cflags`
w1retap-1.4.4/debian/patches/fix-autotools-libxml2.patch:13:-           XML2_LIBS=`$TOOL_XML2_CONFIG --libs`
w1retap-1.4.4/debian/patches/fix-autotools-libxml2.patch:14:-           LIBXML_VERSION=`$TOOL_XML2_CONFIG --version`])
w1retap-1.4.4/debian/patches/fix-autotools-libxml2.patch-15-+PKG_CHECK_MODULES(XML2, libxml-2.0)
##############################################
w1retap-1.4.4/.pc/fix-autotools-pkg-config.patch/configure.ac-104-    AS_IF([test -n "$TOOL_XML2_CONFIG"],
w1retap-1.4.4/.pc/fix-autotools-pkg-config.patch/configure.ac:105:          [XML2_CFLAGS=`$TOOL_XML2_CONFIG --cflags`
w1retap-1.4.4/.pc/fix-autotools-pkg-config.patch/configure.ac:106:           XML2_LIBS=`$TOOL_XML2_CONFIG --libs`
w1retap-1.4.4/.pc/fix-autotools-pkg-config.patch/configure.ac:107:           LIBXML_VERSION=`$TOOL_XML2_CONFIG --version`])
w1retap-1.4.4/.pc/fix-autotools-pkg-config.patch/configure.ac-108-AC_CHECK_LIB([xml2],[xmlNewTextWriterMemory])
##############################################
w1retap-1.4.4/.pc/fix-autotools-libxml2.patch/configure.ac-104-    AS_IF([test -n "$TOOL_XML2_CONFIG"],
w1retap-1.4.4/.pc/fix-autotools-libxml2.patch/configure.ac:105:          [XML2_CFLAGS=`$TOOL_XML2_CONFIG --cflags`
w1retap-1.4.4/.pc/fix-autotools-libxml2.patch/configure.ac:106:           XML2_LIBS=`$TOOL_XML2_CONFIG --libs`
w1retap-1.4.4/.pc/fix-autotools-libxml2.patch/configure.ac:107:           LIBXML_VERSION=`$TOOL_XML2_CONFIG --version`])
w1retap-1.4.4/.pc/fix-autotools-libxml2.patch/configure.ac-108-AC_CHECK_LIB([xml2],[xmlNewTextWriterMemory])