===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sinfo-0.0.48/ltmain.sh-167-{
sinfo-0.0.48/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
sinfo-0.0.48/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sinfo-0.0.48/ltmain.sh-179-{
sinfo-0.0.48/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
sinfo-0.0.48/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-198-    # Extract subdirectory from the argument.
sinfo-0.0.48/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
sinfo-0.0.48/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sinfo-0.0.48/ltmain.sh-204-    fi
sinfo-0.0.48/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
sinfo-0.0.48/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-217-    case ${2} in
sinfo-0.0.48/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sinfo-0.0.48/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sinfo-0.0.48/ltmain.sh-220-    esac
##############################################
sinfo-0.0.48/ltmain.sh-380-     progdir=$func_dirname_result
sinfo-0.0.48/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
sinfo-0.0.48/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
sinfo-0.0.48/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
sinfo-0.0.48/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
sinfo-0.0.48/ltmain.sh-419-bs='\\'
##############################################
sinfo-0.0.48/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
sinfo-0.0.48/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
sinfo-0.0.48/ltmain.sh-533-      done
sinfo-0.0.48/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
sinfo-0.0.48/ltmain.sh-535-
##############################################
sinfo-0.0.48/ltmain.sh-566-      # If mktemp works, use that first and foremost
sinfo-0.0.48/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
sinfo-0.0.48/ltmain.sh-568-
##############################################
sinfo-0.0.48/ltmain.sh-597-      *[\\\`\"\$]*)
sinfo-0.0.48/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
sinfo-0.0.48/ltmain.sh-599-      *)
##############################################
sinfo-0.0.48/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
sinfo-0.0.48/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
sinfo-0.0.48/ltmain.sh-704-    ;;
##############################################
sinfo-0.0.48/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
sinfo-0.0.48/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
sinfo-0.0.48/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
sinfo-0.0.48/ltmain.sh-772-	p
##############################################
sinfo-0.0.48/ltmain.sh-803-
sinfo-0.0.48/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
sinfo-0.0.48/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
sinfo-0.0.48/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-816-
sinfo-0.0.48/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
sinfo-0.0.48/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
sinfo-0.0.48/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-862-{
sinfo-0.0.48/ltmain.sh:863:    func_arith_result=`expr "${@}"`
sinfo-0.0.48/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-870-{
sinfo-0.0.48/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
sinfo-0.0.48/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-877-{
sinfo-0.0.48/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
sinfo-0.0.48/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-884-{
sinfo-0.0.48/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
sinfo-0.0.48/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
sinfo-0.0.48/ltmain.sh-968-	# quotes we have to do it in 2 steps:
sinfo-0.0.48/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
sinfo-0.0.48/ltmain.sh-970-	eval "$extractedcf"
##############################################
sinfo-0.0.48/ltmain.sh-1382-      done
sinfo-0.0.48/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
sinfo-0.0.48/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
sinfo-0.0.48/ltmain.sh-1385-      case $@ in
##############################################
sinfo-0.0.48/ltmain.sh-1395-	    # Evaluate the configuration.
sinfo-0.0.48/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
sinfo-0.0.48/ltmain.sh-1397-	    CC_quoted=
##############################################
sinfo-0.0.48/ltmain.sh-1401-	    done
sinfo-0.0.48/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
sinfo-0.0.48/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
sinfo-0.0.48/ltmain.sh-1404-	    case "$@ " in
##############################################
sinfo-0.0.48/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
sinfo-0.0.48/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
sinfo-0.0.48/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
sinfo-0.0.48/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
sinfo-0.0.48/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
sinfo-0.0.48/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
sinfo-0.0.48/ltmain.sh-1721-    # LT_CYGPATH in this case.
sinfo-0.0.48/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
sinfo-0.0.48/ltmain.sh-1723-  fi
##############################################
sinfo-0.0.48/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
sinfo-0.0.48/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
sinfo-0.0.48/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
sinfo-0.0.48/ltmain.sh-2060-    *.[cCFSifmso] | \
sinfo-0.0.48/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
sinfo-0.0.48/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
sinfo-0.0.48/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
sinfo-0.0.48/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
sinfo-0.0.48/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
sinfo-0.0.48/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
sinfo-0.0.48/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
sinfo-0.0.48/ltmain.sh-2158-
##############################################
sinfo-0.0.48/ltmain.sh-2204-      if test "$need_locks" = warn &&
sinfo-0.0.48/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sinfo-0.0.48/ltmain.sh-2206-	$ECHO "\
sinfo-0.0.48/ltmain.sh-2207-*** ERROR, $lockfile contains:
sinfo-0.0.48/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
sinfo-0.0.48/ltmain.sh-2209-
##############################################
sinfo-0.0.48/ltmain.sh-2253-      if test "$need_locks" = warn &&
sinfo-0.0.48/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sinfo-0.0.48/ltmain.sh-2255-	$ECHO "\
sinfo-0.0.48/ltmain.sh-2256-*** ERROR, $lockfile contains:
sinfo-0.0.48/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
sinfo-0.0.48/ltmain.sh-2258-
##############################################
sinfo-0.0.48/ltmain.sh-2548-	  test -n "$library_names" && \
sinfo-0.0.48/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
sinfo-0.0.48/ltmain.sh-2550-	  continue
##############################################
sinfo-0.0.48/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
sinfo-0.0.48/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
sinfo-0.0.48/ltmain.sh-2561-	  fi
##############################################
sinfo-0.0.48/ltmain.sh-2577-      # Get the absolute pathname.
sinfo-0.0.48/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
sinfo-0.0.48/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
sinfo-0.0.48/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
sinfo-0.0.48/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
sinfo-0.0.48/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
sinfo-0.0.48/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
sinfo-0.0.48/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
sinfo-0.0.48/ltmain.sh-2959-
##############################################
sinfo-0.0.48/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
sinfo-0.0.48/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
sinfo-0.0.48/ltmain.sh-2972-	  else
sinfo-0.0.48/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
sinfo-0.0.48/ltmain.sh-2974-	  fi
##############################################
sinfo-0.0.48/ltmain.sh-3130-	    fi
sinfo-0.0.48/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
sinfo-0.0.48/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
sinfo-0.0.48/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
sinfo-0.0.48/ltmain.sh-3134-	      finalize=no
##############################################
sinfo-0.0.48/ltmain.sh-3149-	        # Replace the output file specification.
sinfo-0.0.48/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
sinfo-0.0.48/ltmain.sh-3151-
##############################################
sinfo-0.0.48/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
sinfo-0.0.48/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
sinfo-0.0.48/ltmain.sh-3170-	  fi
##############################################
sinfo-0.0.48/ltmain.sh-3241-    my_pic_p="${3-no}"
sinfo-0.0.48/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
sinfo-0.0.48/ltmain.sh-3243-    my_dlsyms=
##############################################
sinfo-0.0.48/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
sinfo-0.0.48/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sinfo-0.0.48/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
sinfo-0.0.48/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
sinfo-0.0.48/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
sinfo-0.0.48/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
sinfo-0.0.48/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
sinfo-0.0.48/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sinfo-0.0.48/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sinfo-0.0.48/ltmain.sh-3509-	  else
sinfo-0.0.48/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sinfo-0.0.48/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sinfo-0.0.48/ltmain.sh-3512-	  fi
##############################################
sinfo-0.0.48/ltmain.sh-3514-	*)
sinfo-0.0.48/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sinfo-0.0.48/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sinfo-0.0.48/ltmain.sh-3517-	  ;;
##############################################
sinfo-0.0.48/ltmain.sh-3529-      # Nullify the symbol file.
sinfo-0.0.48/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
sinfo-0.0.48/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
sinfo-0.0.48/ltmain.sh-3532-    fi
##############################################
sinfo-0.0.48/ltmain.sh-3545-  win32_libid_type="unknown"
sinfo-0.0.48/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
sinfo-0.0.48/ltmain.sh-3547-  case $win32_fileres in
##############################################
sinfo-0.0.48/ltmain.sh-3596-  $opt_debug
sinfo-0.0.48/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
sinfo-0.0.48/ltmain.sh-3598-}
##############################################
sinfo-0.0.48/ltmain.sh-3613-  $opt_debug
sinfo-0.0.48/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
sinfo-0.0.48/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
sinfo-0.0.48/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sinfo-0.0.48/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)$'`
sinfo-0.0.48/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
sinfo-0.0.48/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sinfo-0.0.48/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
sinfo-0.0.48/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
sinfo-0.0.48/ltmain.sh-3700-    # binutils import library
sinfo-0.0.48/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
sinfo-0.0.48/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
sinfo-0.0.48/ltmain.sh-3703-    # ms-generated import library
sinfo-0.0.48/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
sinfo-0.0.48/ltmain.sh-3705-  else
##############################################
sinfo-0.0.48/ltmain.sh-3780-	  darwin_curdir=`pwd`
sinfo-0.0.48/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
sinfo-0.0.48/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
sinfo-0.0.48/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
sinfo-0.0.48/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
sinfo-0.0.48/ltmain.sh-3785-	    darwin_arch=
##############################################
sinfo-0.0.48/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
sinfo-0.0.48/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
sinfo-0.0.48/ltmain.sh-3797-	    darwin_file=
##############################################
sinfo-0.0.48/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
sinfo-0.0.48/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
sinfo-0.0.48/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
sinfo-0.0.48/ltmain.sh-3814-      esac
sinfo-0.0.48/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
sinfo-0.0.48/ltmain.sh-3816-    done
##############################################
sinfo-0.0.48/ltmain.sh-3885-
sinfo-0.0.48/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
sinfo-0.0.48/ltmain.sh-3887-    $ECHO "\
##############################################
sinfo-0.0.48/ltmain.sh-3920-    --lt-dump-script)
sinfo-0.0.48/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
sinfo-0.0.48/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
sinfo-0.0.48/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
sinfo-0.0.48/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
sinfo-0.0.48/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
sinfo-0.0.48/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
sinfo-0.0.48/ltmain.sh-3949-  done
##############################################
sinfo-0.0.48/ltmain.sh-4005-  # Find the directory that this script lives in.
sinfo-0.0.48/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
sinfo-0.0.48/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
sinfo-0.0.48/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
sinfo-0.0.48/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
sinfo-0.0.48/ltmain.sh-4011-  while test -n \"\$file\"; do
sinfo-0.0.48/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
sinfo-0.0.48/ltmain.sh-4013-
##############################################
sinfo-0.0.48/ltmain.sh-4021-
sinfo-0.0.48/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
sinfo-0.0.48/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
sinfo-0.0.48/ltmain.sh-4024-  done
##############################################
sinfo-0.0.48/ltmain.sh-4035-    case \"\$thisdir\" in
sinfo-0.0.48/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
sinfo-0.0.48/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
sinfo-0.0.48/ltmain.sh-4041-  # Try to get the absolute directory name.
sinfo-0.0.48/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
sinfo-0.0.48/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
sinfo-0.0.48/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
sinfo-0.0.48/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
sinfo-0.0.48/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
sinfo-0.0.48/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
sinfo-0.0.48/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
sinfo-0.0.48/ltmain.sh-4068-      else
##############################################
sinfo-0.0.48/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
sinfo-0.0.48/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
sinfo-0.0.48/ltmain.sh-4112-
##############################################
sinfo-0.0.48/ltmain.sh-5085-    $opt_debug
sinfo-0.0.48/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
sinfo-0.0.48/ltmain.sh-5087-    *import*) : ;;
##############################################
sinfo-0.0.48/ltmain.sh-5307-	    moreargs=
sinfo-0.0.48/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
sinfo-0.0.48/ltmain.sh-5309-	    do
##############################################
sinfo-0.0.48/ltmain.sh-5563-	*)
sinfo-0.0.48/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
sinfo-0.0.48/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
sinfo-0.0.48/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sinfo-0.0.48/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
sinfo-0.0.48/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
sinfo-0.0.48/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
sinfo-0.0.48/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
sinfo-0.0.48/ltmain.sh-6018-    else
##############################################
sinfo-0.0.48/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
sinfo-0.0.48/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sinfo-0.0.48/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
sinfo-0.0.48/ltmain.sh-6394-	else
sinfo-0.0.48/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
sinfo-0.0.48/ltmain.sh-6396-	fi
##############################################
sinfo-0.0.48/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
sinfo-0.0.48/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
sinfo-0.0.48/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
sinfo-0.0.48/ltmain.sh-6431-	fi
sinfo-0.0.48/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
sinfo-0.0.48/ltmain.sh-6504-	*)
sinfo-0.0.48/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
sinfo-0.0.48/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
sinfo-0.0.48/ltmain.sh-6757-	    shift
sinfo-0.0.48/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
sinfo-0.0.48/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
sinfo-0.0.48/ltmain.sh-7049-		*)
sinfo-0.0.48/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
sinfo-0.0.48/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
sinfo-0.0.48/ltmain.sh-7060-		  depdepl=
sinfo-0.0.48/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
sinfo-0.0.48/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
sinfo-0.0.48/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
sinfo-0.0.48/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
sinfo-0.0.48/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
sinfo-0.0.48/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
sinfo-0.0.48/ltmain.sh-7071-                      fi
##############################################
sinfo-0.0.48/ltmain.sh-7082-		else
sinfo-0.0.48/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
sinfo-0.0.48/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
sinfo-0.0.48/ltmain.sh-7105-	else
sinfo-0.0.48/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh-7107-	fi
##############################################
sinfo-0.0.48/ltmain.sh-7254-	test "$module" = no && \
sinfo-0.0.48/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
sinfo-0.0.48/ltmain.sh-7256-
##############################################
sinfo-0.0.48/ltmain.sh-7392-	if test "$age" -gt "$current"; then
sinfo-0.0.48/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
sinfo-0.0.48/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
sinfo-0.0.48/ltmain.sh-7553-	removelist=
sinfo-0.0.48/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
sinfo-0.0.48/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
sinfo-0.0.48/ltmain.sh-7579-	# Transform .lo files to .o files.
sinfo-0.0.48/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
sinfo-0.0.48/ltmain.sh-7581-      fi
##############################################
sinfo-0.0.48/ltmain.sh-7584-      #for path in $notinst_path; do
sinfo-0.0.48/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
sinfo-0.0.48/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
sinfo-0.0.48/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
sinfo-0.0.48/ltmain.sh-7588-      #done
##############################################
sinfo-0.0.48/ltmain.sh-7705-		if test -n "$i" ; then
sinfo-0.0.48/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
sinfo-0.0.48/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sinfo-0.0.48/ltmain.sh-7708-		  set dummy $deplib_matches; shift
sinfo-0.0.48/ltmain.sh-7709-		  deplib_match=$1
sinfo-0.0.48/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sinfo-0.0.48/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
sinfo-0.0.48/ltmain.sh-7748-		  if test -n "$i" ; then
sinfo-0.0.48/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
sinfo-0.0.48/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sinfo-0.0.48/ltmain.sh-7751-		    set dummy $deplib_matches; shift
sinfo-0.0.48/ltmain.sh-7752-		    deplib_match=$1
sinfo-0.0.48/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sinfo-0.0.48/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
sinfo-0.0.48/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
sinfo-0.0.48/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sinfo-0.0.48/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
sinfo-0.0.48/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
sinfo-0.0.48/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
sinfo-0.0.48/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
sinfo-0.0.48/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
sinfo-0.0.48/ltmain.sh-7802-		else
##############################################
sinfo-0.0.48/ltmain.sh-7808-		    shopt -s nocaseglob
sinfo-0.0.48/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sinfo-0.0.48/ltmain.sh-7810-		    $nocaseglob
sinfo-0.0.48/ltmain.sh-7811-		  else
sinfo-0.0.48/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sinfo-0.0.48/ltmain.sh-7813-		  fi
##############################################
sinfo-0.0.48/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
sinfo-0.0.48/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
sinfo-0.0.48/ltmain.sh-7828-			case $potliblink in
sinfo-0.0.48/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
sinfo-0.0.48/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
sinfo-0.0.48/ltmain.sh-7831-			esac
##############################################
sinfo-0.0.48/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
sinfo-0.0.48/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sinfo-0.0.48/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
sinfo-0.0.48/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
sinfo-0.0.48/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
sinfo-0.0.48/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
sinfo-0.0.48/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
sinfo-0.0.48/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
sinfo-0.0.48/ltmain.sh-7921-	  newdeplibs=""
sinfo-0.0.48/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
sinfo-0.0.48/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
sinfo-0.0.48/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
sinfo-0.0.48/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
sinfo-0.0.48/ltmain.sh-7927-	    done
##############################################
sinfo-0.0.48/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
sinfo-0.0.48/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
sinfo-0.0.48/ltmain.sh-7953-	  ;;
##############################################
sinfo-0.0.48/ltmain.sh-8003-	*-*-darwin*)
sinfo-0.0.48/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh-8007-	  ;;
##############################################
sinfo-0.0.48/ltmain.sh-8130-	# Use standard objects if they are pic
sinfo-0.0.48/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sinfo-0.0.48/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
sinfo-0.0.48/ltmain.sh-8145-	    # exporting using user supplied symfile
sinfo-0.0.48/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
sinfo-0.0.48/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
sinfo-0.0.48/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
sinfo-0.0.48/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
sinfo-0.0.48/ltmain.sh-8644-	else
##############################################
sinfo-0.0.48/ltmain.sh-8656-      # Create the old-style object.
sinfo-0.0.48/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
sinfo-0.0.48/ltmain.sh-8658-
##############################################
sinfo-0.0.48/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
sinfo-0.0.48/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
sinfo-0.0.48/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
sinfo-0.0.48/ltmain.sh-8719-	;;
##############################################
sinfo-0.0.48/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
sinfo-0.0.48/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sinfo-0.0.48/ltmain.sh-8737-	;;
##############################################
sinfo-0.0.48/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sinfo-0.0.48/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
sinfo-0.0.48/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
sinfo-0.0.48/ltmain.sh-8872-	# Transform all the library objects into standard objects.
sinfo-0.0.48/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sinfo-0.0.48/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sinfo-0.0.48/ltmain.sh-8875-      fi
##############################################
sinfo-0.0.48/ltmain.sh-8902-	# Replace the output file specification.
sinfo-0.0.48/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sinfo-0.0.48/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
sinfo-0.0.48/ltmain.sh-8911-	  func_to_tool_file "$output"
sinfo-0.0.48/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sinfo-0.0.48/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sinfo-0.0.48/ltmain.sh-8955-	# Replace the output file specification.
sinfo-0.0.48/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sinfo-0.0.48/ltmain.sh-8957-	# Delete the old output file.
##############################################
sinfo-0.0.48/ltmain.sh-8963-	  func_to_tool_file "$output"
sinfo-0.0.48/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sinfo-0.0.48/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sinfo-0.0.48/ltmain.sh-8981-	  if test "$fast_install" = yes; then
sinfo-0.0.48/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
sinfo-0.0.48/ltmain.sh-8983-	  else
##############################################
sinfo-0.0.48/ltmain.sh-8993-      # Replace the output file specification.
sinfo-0.0.48/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
sinfo-0.0.48/ltmain.sh-8995-
##############################################
sinfo-0.0.48/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
sinfo-0.0.48/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sinfo-0.0.48/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sinfo-0.0.48/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
sinfo-0.0.48/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sinfo-0.0.48/ltmain.sh-9025-      fi
##############################################
sinfo-0.0.48/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
sinfo-0.0.48/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sinfo-0.0.48/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
sinfo-0.0.48/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
sinfo-0.0.48/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
sinfo-0.0.48/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
sinfo-0.0.48/ltmain.sh-9314-		name="$func_basename_result"
sinfo-0.0.48/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sinfo-0.0.48/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
sinfo-0.0.48/ltmain.sh-9333-		name="$func_basename_result"
sinfo-0.0.48/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sinfo-0.0.48/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
sinfo-0.0.48/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
sinfo-0.0.48/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
sinfo-0.0.48/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
sinfo-0.0.48/html/Makefile.in-93-  while test -n "$$dir1"; do \
sinfo-0.0.48/html/Makefile.in:94:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sinfo-0.0.48/html/Makefile.in-95-    if test "$$first" != "."; then \
sinfo-0.0.48/html/Makefile.in-96-      if test "$$first" = ".."; then \
sinfo-0.0.48/html/Makefile.in:97:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sinfo-0.0.48/html/Makefile.in:98:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sinfo-0.0.48/html/Makefile.in-99-      else \
sinfo-0.0.48/html/Makefile.in:100:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sinfo-0.0.48/html/Makefile.in-101-        if test "$$first2" = "$$first"; then \
sinfo-0.0.48/html/Makefile.in:102:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/html/Makefile.in-103-        else \
##############################################
sinfo-0.0.48/html/Makefile.in-108-    fi; \
sinfo-0.0.48/html/Makefile.in:109:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/html/Makefile.in-110-  done; \
##############################################
sinfo-0.0.48/html/Makefile.in-305-	dot_seen=no; \
sinfo-0.0.48/html/Makefile.in:306:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/html/Makefile.in-307-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
sinfo-0.0.48/html/Makefile.in-340-	rev="$$rev ."; \
sinfo-0.0.48/html/Makefile.in:341:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/html/Makefile.in-342-	for subdir in $$rev; do \
##############################################
sinfo-0.0.48/html/Makefile.in-418-GTAGS:
sinfo-0.0.48/html/Makefile.in:419:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/html/Makefile.in-420-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/html/Makefile.in-426-distdir: $(DISTFILES)
sinfo-0.0.48/html/Makefile.in:427:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/html/Makefile.in:428:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/html/Makefile.in-429-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/html/Makefile.in-440-	  if test -d $$d/$$file; then \
sinfo-0.0.48/html/Makefile.in:441:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/html/Makefile.in-442-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/html/pics/Makefile.in-247-distdir: $(DISTFILES)
sinfo-0.0.48/html/pics/Makefile.in:248:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/html/pics/Makefile.in:249:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/html/pics/Makefile.in-250-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/html/pics/Makefile.in-261-	  if test -d $$d/$$file; then \
sinfo-0.0.48/html/pics/Makefile.in:262:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/html/pics/Makefile.in-263-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/addon/Makefile.in-63-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/addon/Makefile.in:64:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/addon/Makefile.in-65-am__vpath_adj = case $$p in \
sinfo-0.0.48/addon/Makefile.in:66:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/addon/Makefile.in-67-    *) f=$$p;; \
sinfo-0.0.48/addon/Makefile.in-68-  esac;
sinfo-0.0.48/addon/Makefile.in:69:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/addon/Makefile.in-70-am__install_max = 40
sinfo-0.0.48/addon/Makefile.in-71-am__nobase_strip_setup = \
sinfo-0.0.48/addon/Makefile.in:72:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/addon/Makefile.in-73-am__nobase_strip = \
##############################################
sinfo-0.0.48/addon/Makefile.in-320-	test -n "$(man1dir)" \
sinfo-0.0.48/addon/Makefile.in:321:	  && test -n "`echo $$list1$$list2`" \
sinfo-0.0.48/addon/Makefile.in-322-	  || exit 0; \
##############################################
sinfo-0.0.48/addon/Makefile.in-379-	else :; fi
sinfo-0.0.48/addon/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/addon/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/addon/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/addon/Makefile.in-393-	  if test -d $$d/$$file; then \
sinfo-0.0.48/addon/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/addon/Makefile.in-395-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/librpc/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/librpc/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/librpc/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/librpc/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/librpc/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/librpc/Makefile.in-67-  esac;
sinfo-0.0.48/librpc/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/librpc/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/librpc/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/librpc/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/librpc/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/librpc/Makefile.in-325-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/librpc/Makefile.in:326:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/librpc/Makefile.in-327-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/librpc/Makefile.in-350-.cc.obj:
sinfo-0.0.48/librpc/Makefile.in:351:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/librpc/Makefile.in-352-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/librpc/Makefile.in-354-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/librpc/Makefile.in:355:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/librpc/Makefile.in-356-
##############################################
sinfo-0.0.48/librpc/Makefile.in-364-librpc_la-rpcserverconnector.lo: rpcserverconnector.cc
sinfo-0.0.48/librpc/Makefile.in:365:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librpc_la-rpcserverconnector.lo -MD -MP -MF $(DEPDIR)/librpc_la-rpcserverconnector.Tpo -c -o librpc_la-rpcserverconnector.lo `test -f 'rpcserverconnector.cc' || echo '$(srcdir)/'`rpcserverconnector.cc
sinfo-0.0.48/librpc/Makefile.in-366-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/librpc_la-rpcserverconnector.Tpo $(DEPDIR)/librpc_la-rpcserverconnector.Plo
##############################################
sinfo-0.0.48/librpc/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/librpc/Makefile.in:369:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librpc_la-rpcserverconnector.lo `test -f 'rpcserverconnector.cc' || echo '$(srcdir)/'`rpcserverconnector.cc
sinfo-0.0.48/librpc/Makefile.in-370-
sinfo-0.0.48/librpc/Makefile.in-371-librpc_la-rpcserverconnectorfactory.lo: rpcserverconnectorfactory.cc
sinfo-0.0.48/librpc/Makefile.in:372:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT librpc_la-rpcserverconnectorfactory.lo -MD -MP -MF $(DEPDIR)/librpc_la-rpcserverconnectorfactory.Tpo -c -o librpc_la-rpcserverconnectorfactory.lo `test -f 'rpcserverconnectorfactory.cc' || echo '$(srcdir)/'`rpcserverconnectorfactory.cc
sinfo-0.0.48/librpc/Makefile.in-373-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/librpc_la-rpcserverconnectorfactory.Tpo $(DEPDIR)/librpc_la-rpcserverconnectorfactory.Plo
##############################################
sinfo-0.0.48/librpc/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/librpc/Makefile.in:376:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librpc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o librpc_la-rpcserverconnectorfactory.lo `test -f 'rpcserverconnectorfactory.cc' || echo '$(srcdir)/'`rpcserverconnectorfactory.cc
sinfo-0.0.48/librpc/Makefile.in-377-
##############################################
sinfo-0.0.48/librpc/Makefile.in-428-GTAGS:
sinfo-0.0.48/librpc/Makefile.in:429:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/librpc/Makefile.in-430-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/librpc/Makefile.in-436-distdir: $(DISTFILES)
sinfo-0.0.48/librpc/Makefile.in:437:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/librpc/Makefile.in:438:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/librpc/Makefile.in-439-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/librpc/Makefile.in-450-	  if test -d $$d/$$file; then \
sinfo-0.0.48/librpc/Makefile.in:451:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/librpc/Makefile.in-452-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/config.guess-38-
sinfo-0.0.48/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
sinfo-0.0.48/config.guess-40-
##############################################
sinfo-0.0.48/config.guess-108-: ${TMPDIR=/tmp} ;
sinfo-0.0.48/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sinfo-0.0.48/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sinfo-0.0.48/config.guess-194-	    *)
sinfo-0.0.48/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
sinfo-0.0.48/config.guess-196-		;;
##############################################
sinfo-0.0.48/config.guess-221-	*4.0)
sinfo-0.0.48/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sinfo-0.0.48/config.guess-223-		;;
sinfo-0.0.48/config.guess-224-	*5.*)
sinfo-0.0.48/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sinfo-0.0.48/config.guess-226-		;;
##############################################
sinfo-0.0.48/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
sinfo-0.0.48/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sinfo-0.0.48/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
sinfo-0.0.48/config.guess-269-	# 1.2 uses "1.2" for uname -r.
sinfo-0.0.48/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
sinfo-0.0.48/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
sinfo-0.0.48/config.guess-329-    s390x:SunOS:*:*)
sinfo-0.0.48/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-331-	exit ;;
sinfo-0.0.48/config.guess-332-    sun4H:SunOS:5.*:*)
sinfo-0.0.48/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-334-	exit ;;
sinfo-0.0.48/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sinfo-0.0.48/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-337-	exit ;;
##############################################
sinfo-0.0.48/config.guess-354-	fi
sinfo-0.0.48/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-356-	exit ;;
##############################################
sinfo-0.0.48/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
sinfo-0.0.48/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-362-	exit ;;
##############################################
sinfo-0.0.48/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
sinfo-0.0.48/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
sinfo-0.0.48/config.guess-371-	exit ;;
##############################################
sinfo-0.0.48/config.guess-375-    sun*:*:4.2BSD:*)
sinfo-0.0.48/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sinfo-0.0.48/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
sinfo-0.0.48/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
sinfo-0.0.48/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sinfo-0.0.48/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
sinfo-0.0.48/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sinfo-0.0.48/config.guess-513-    *:IRIX*:*:*)
sinfo-0.0.48/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
sinfo-0.0.48/config.guess-515-	exit ;;
##############################################
sinfo-0.0.48/config.guess-543-EOF
sinfo-0.0.48/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
sinfo-0.0.48/config.guess-545-		then
##############################################
sinfo-0.0.48/config.guess-556-    *:AIX:*:[4567])
sinfo-0.0.48/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sinfo-0.0.48/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
sinfo-0.0.48/config.guess-591-    9000/[34678]??:HP-UX:*:*)
sinfo-0.0.48/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sinfo-0.0.48/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
sinfo-0.0.48/config.guess-645-EOF
sinfo-0.0.48/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
sinfo-0.0.48/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sinfo-0.0.48/config.guess-673-    ia64:HP-UX:*:*)
sinfo-0.0.48/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sinfo-0.0.48/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
sinfo-0.0.48/config.guess-703-EOF
sinfo-0.0.48/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
sinfo-0.0.48/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sinfo-0.0.48/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sinfo-0.0.48/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
sinfo-0.0.48/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sinfo-0.0.48/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sinfo-0.0.48/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
sinfo-0.0.48/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sinfo-0.0.48/config.guess-795-	    amd64)
sinfo-0.0.48/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sinfo-0.0.48/config.guess-797-	    *)
sinfo-0.0.48/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sinfo-0.0.48/config.guess-799-	esac
##############################################
sinfo-0.0.48/config.guess-850-    prep*:SunOS:5.*:*)
sinfo-0.0.48/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sinfo-0.0.48/config.guess-852-	exit ;;
##############################################
sinfo-0.0.48/config.guess-854-	# the GNU system
sinfo-0.0.48/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
sinfo-0.0.48/config.guess-856-	exit ;;
##############################################
sinfo-0.0.48/config.guess-858-	# other systems with GNU libc and userland
sinfo-0.0.48/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
sinfo-0.0.48/config.guess-860-	exit ;;
##############################################
sinfo-0.0.48/config.guess-923-EOF
sinfo-0.0.48/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
sinfo-0.0.48/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
sinfo-0.0.48/config.guess-951-EOF
sinfo-0.0.48/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
sinfo-0.0.48/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
sinfo-0.0.48/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
sinfo-0.0.48/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
sinfo-0.0.48/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sinfo-0.0.48/config.guess-1306-    *:DragonFly:*:*)
sinfo-0.0.48/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
sinfo-0.0.48/config.guess-1308-	exit ;;
##############################################
sinfo-0.0.48/config.guess-1319-    i*86:skyos:*:*)
sinfo-0.0.48/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
sinfo-0.0.48/config.guess-1321-	exit ;;
##############################################
sinfo-0.0.48/config.guess-1450-
sinfo-0.0.48/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
sinfo-0.0.48/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-65-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libsinfotypes/Makefile.in:66:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libsinfotypes/Makefile.in-67-am__vpath_adj = case $$p in \
sinfo-0.0.48/libsinfotypes/Makefile.in:68:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libsinfotypes/Makefile.in-69-    *) f=$$p;; \
sinfo-0.0.48/libsinfotypes/Makefile.in-70-  esac;
sinfo-0.0.48/libsinfotypes/Makefile.in:71:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libsinfotypes/Makefile.in-72-am__install_max = 40
sinfo-0.0.48/libsinfotypes/Makefile.in-73-am__nobase_strip_setup = \
sinfo-0.0.48/libsinfotypes/Makefile.in:74:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libsinfotypes/Makefile.in-75-am__nobase_strip = \
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-372-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libsinfotypes/Makefile.in:373:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libsinfotypes/Makefile.in-374-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-385-	test -n "$(EXEEXT)" || exit 0; \
sinfo-0.0.48/libsinfotypes/Makefile.in:386:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sinfo-0.0.48/libsinfotypes/Makefile.in-387-	echo " rm -f" $$list; \
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-411-.cc.obj:
sinfo-0.0.48/libsinfotypes/Makefile.in:412:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libsinfotypes/Makefile.in-413-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfotypes/Makefile.in:416:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libsinfotypes/Makefile.in-417-
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-425-libsinfotypes_la-wsinfo.lo: wsinfo.cc
sinfo-0.0.48/libsinfotypes/Makefile.in:426:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -MT libsinfotypes_la-wsinfo.lo -MD -MP -MF $(DEPDIR)/libsinfotypes_la-wsinfo.Tpo -c -o libsinfotypes_la-wsinfo.lo `test -f 'wsinfo.cc' || echo '$(srcdir)/'`wsinfo.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-427-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfotypes_la-wsinfo.Tpo $(DEPDIR)/libsinfotypes_la-wsinfo.Plo
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfotypes/Makefile.in:430:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -c -o libsinfotypes_la-wsinfo.lo `test -f 'wsinfo.cc' || echo '$(srcdir)/'`wsinfo.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-431-
sinfo-0.0.48/libsinfotypes/Makefile.in-432-libsinfotypes_la-messagesinfotypes.lo: messagesinfotypes.cc
sinfo-0.0.48/libsinfotypes/Makefile.in:433:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -MT libsinfotypes_la-messagesinfotypes.lo -MD -MP -MF $(DEPDIR)/libsinfotypes_la-messagesinfotypes.Tpo -c -o libsinfotypes_la-messagesinfotypes.lo `test -f 'messagesinfotypes.cc' || echo '$(srcdir)/'`messagesinfotypes.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-434-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfotypes_la-messagesinfotypes.Tpo $(DEPDIR)/libsinfotypes_la-messagesinfotypes.Plo
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfotypes/Makefile.in:437:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -c -o libsinfotypes_la-messagesinfotypes.lo `test -f 'messagesinfotypes.cc' || echo '$(srcdir)/'`messagesinfotypes.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-438-
sinfo-0.0.48/libsinfotypes/Makefile.in-439-libsinfotypes_la-stringandnumericcomparison.lo: stringandnumericcomparison.cc
sinfo-0.0.48/libsinfotypes/Makefile.in:440:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -MT libsinfotypes_la-stringandnumericcomparison.lo -MD -MP -MF $(DEPDIR)/libsinfotypes_la-stringandnumericcomparison.Tpo -c -o libsinfotypes_la-stringandnumericcomparison.lo `test -f 'stringandnumericcomparison.cc' || echo '$(srcdir)/'`stringandnumericcomparison.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-441-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfotypes_la-stringandnumericcomparison.Tpo $(DEPDIR)/libsinfotypes_la-stringandnumericcomparison.Plo
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-443-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfotypes/Makefile.in:444:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfotypes_la_CPPFLAGS) $(CPPFLAGS) $(libsinfotypes_la_CXXFLAGS) $(CXXFLAGS) -c -o libsinfotypes_la-stringandnumericcomparison.lo `test -f 'stringandnumericcomparison.cc' || echo '$(srcdir)/'`stringandnumericcomparison.cc
sinfo-0.0.48/libsinfotypes/Makefile.in-445-
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-496-GTAGS:
sinfo-0.0.48/libsinfotypes/Makefile.in:497:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libsinfotypes/Makefile.in-498-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-504-distdir: $(DISTFILES)
sinfo-0.0.48/libsinfotypes/Makefile.in:505:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libsinfotypes/Makefile.in:506:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libsinfotypes/Makefile.in-507-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libsinfotypes/Makefile.in-518-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libsinfotypes/Makefile.in:519:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libsinfotypes/Makefile.in-520-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-115-  esac
sinfo-0.0.48/sinfo/Makefile.in:116:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/sinfo/Makefile.in-117-am__vpath_adj = case $$p in \
sinfo-0.0.48/sinfo/Makefile.in:118:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/sinfo/Makefile.in-119-    *) f=$$p;; \
sinfo-0.0.48/sinfo/Makefile.in-120-  esac;
sinfo-0.0.48/sinfo/Makefile.in:121:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/sinfo/Makefile.in-122-am__install_max = 40
sinfo-0.0.48/sinfo/Makefile.in-123-am__nobase_strip_setup = \
sinfo-0.0.48/sinfo/Makefile.in:124:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/sinfo/Makefile.in-125-am__nobase_strip = \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-398-	test -n "$(EXEEXT)" || exit 0; \
sinfo-0.0.48/sinfo/Makefile.in:399:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sinfo-0.0.48/sinfo/Makefile.in-400-	echo " rm -f" $$list; \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-428-.cc.obj:
sinfo-0.0.48/sinfo/Makefile.in:429:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/sinfo/Makefile.in-430-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:433:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/sinfo/Makefile.in-434-
##############################################
sinfo-0.0.48/sinfo/Makefile.in-442-sinfo-sinfo.o: sinfo.cc
sinfo-0.0.48/sinfo/Makefile.in:443:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfo.o -MD -MP -MF $(DEPDIR)/sinfo-sinfo.Tpo -c -o sinfo-sinfo.o `test -f 'sinfo.cc' || echo '$(srcdir)/'`sinfo.cc
sinfo-0.0.48/sinfo/Makefile.in-444-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfo.Tpo $(DEPDIR)/sinfo-sinfo.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:447:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfo.o `test -f 'sinfo.cc' || echo '$(srcdir)/'`sinfo.cc
sinfo-0.0.48/sinfo/Makefile.in-448-
sinfo-0.0.48/sinfo/Makefile.in-449-sinfo-sinfo.obj: sinfo.cc
sinfo-0.0.48/sinfo/Makefile.in:450:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfo.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfo.Tpo -c -o sinfo-sinfo.obj `if test -f 'sinfo.cc'; then $(CYGPATH_W) 'sinfo.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-451-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfo.Tpo $(DEPDIR)/sinfo-sinfo.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:454:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfo.obj `if test -f 'sinfo.cc'; then $(CYGPATH_W) 'sinfo.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-455-
sinfo-0.0.48/sinfo/Makefile.in-456-sinfo-sinforequester.o: sinforequester.cc
sinfo-0.0.48/sinfo/Makefile.in:457:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinforequester.o -MD -MP -MF $(DEPDIR)/sinfo-sinforequester.Tpo -c -o sinfo-sinforequester.o `test -f 'sinforequester.cc' || echo '$(srcdir)/'`sinforequester.cc
sinfo-0.0.48/sinfo/Makefile.in-458-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinforequester.Tpo $(DEPDIR)/sinfo-sinforequester.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:461:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinforequester.o `test -f 'sinforequester.cc' || echo '$(srcdir)/'`sinforequester.cc
sinfo-0.0.48/sinfo/Makefile.in-462-
sinfo-0.0.48/sinfo/Makefile.in-463-sinfo-sinforequester.obj: sinforequester.cc
sinfo-0.0.48/sinfo/Makefile.in:464:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinforequester.obj -MD -MP -MF $(DEPDIR)/sinfo-sinforequester.Tpo -c -o sinfo-sinforequester.obj `if test -f 'sinforequester.cc'; then $(CYGPATH_W) 'sinforequester.cc'; else $(CYGPATH_W) '$(srcdir)/sinforequester.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-465-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinforequester.Tpo $(DEPDIR)/sinfo-sinforequester.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-467-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:468:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinforequester.obj `if test -f 'sinforequester.cc'; then $(CYGPATH_W) 'sinforequester.cc'; else $(CYGPATH_W) '$(srcdir)/sinforequester.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-469-
sinfo-0.0.48/sinfo/Makefile.in-470-sinfo-sinfoviewconfig.o: sinfoviewconfig.cc
sinfo-0.0.48/sinfo/Makefile.in:471:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfoviewconfig.o -MD -MP -MF $(DEPDIR)/sinfo-sinfoviewconfig.Tpo -c -o sinfo-sinfoviewconfig.o `test -f 'sinfoviewconfig.cc' || echo '$(srcdir)/'`sinfoviewconfig.cc
sinfo-0.0.48/sinfo/Makefile.in-472-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfoviewconfig.Tpo $(DEPDIR)/sinfo-sinfoviewconfig.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-474-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:475:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfoviewconfig.o `test -f 'sinfoviewconfig.cc' || echo '$(srcdir)/'`sinfoviewconfig.cc
sinfo-0.0.48/sinfo/Makefile.in-476-
sinfo-0.0.48/sinfo/Makefile.in-477-sinfo-sinfoviewconfig.obj: sinfoviewconfig.cc
sinfo-0.0.48/sinfo/Makefile.in:478:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfoviewconfig.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfoviewconfig.Tpo -c -o sinfo-sinfoviewconfig.obj `if test -f 'sinfoviewconfig.cc'; then $(CYGPATH_W) 'sinfoviewconfig.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoviewconfig.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-479-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfoviewconfig.Tpo $(DEPDIR)/sinfo-sinfoviewconfig.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-481-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:482:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfoviewconfig.obj `if test -f 'sinfoviewconfig.cc'; then $(CYGPATH_W) 'sinfoviewconfig.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoviewconfig.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-483-
sinfo-0.0.48/sinfo/Makefile.in-484-sinfo-sinfocurses.o: sinfocurses.cc
sinfo-0.0.48/sinfo/Makefile.in:485:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfocurses.o -MD -MP -MF $(DEPDIR)/sinfo-sinfocurses.Tpo -c -o sinfo-sinfocurses.o `test -f 'sinfocurses.cc' || echo '$(srcdir)/'`sinfocurses.cc
sinfo-0.0.48/sinfo/Makefile.in-486-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfocurses.Tpo $(DEPDIR)/sinfo-sinfocurses.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-488-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:489:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfocurses.o `test -f 'sinfocurses.cc' || echo '$(srcdir)/'`sinfocurses.cc
sinfo-0.0.48/sinfo/Makefile.in-490-
sinfo-0.0.48/sinfo/Makefile.in-491-sinfo-sinfocurses.obj: sinfocurses.cc
sinfo-0.0.48/sinfo/Makefile.in:492:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfocurses.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfocurses.Tpo -c -o sinfo-sinfocurses.obj `if test -f 'sinfocurses.cc'; then $(CYGPATH_W) 'sinfocurses.cc'; else $(CYGPATH_W) '$(srcdir)/sinfocurses.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-493-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfocurses.Tpo $(DEPDIR)/sinfo-sinfocurses.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-495-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:496:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfocurses.obj `if test -f 'sinfocurses.cc'; then $(CYGPATH_W) 'sinfocurses.cc'; else $(CYGPATH_W) '$(srcdir)/sinfocurses.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-497-
sinfo-0.0.48/sinfo/Makefile.in-498-sinfo-sinfodata.o: sinfodata.cc
sinfo-0.0.48/sinfo/Makefile.in:499:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfodata.o -MD -MP -MF $(DEPDIR)/sinfo-sinfodata.Tpo -c -o sinfo-sinfodata.o `test -f 'sinfodata.cc' || echo '$(srcdir)/'`sinfodata.cc
sinfo-0.0.48/sinfo/Makefile.in-500-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfodata.Tpo $(DEPDIR)/sinfo-sinfodata.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-502-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:503:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfodata.o `test -f 'sinfodata.cc' || echo '$(srcdir)/'`sinfodata.cc
sinfo-0.0.48/sinfo/Makefile.in-504-
sinfo-0.0.48/sinfo/Makefile.in-505-sinfo-sinfodata.obj: sinfodata.cc
sinfo-0.0.48/sinfo/Makefile.in:506:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfodata.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfodata.Tpo -c -o sinfo-sinfodata.obj `if test -f 'sinfodata.cc'; then $(CYGPATH_W) 'sinfodata.cc'; else $(CYGPATH_W) '$(srcdir)/sinfodata.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-507-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfodata.Tpo $(DEPDIR)/sinfo-sinfodata.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:510:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfodata.obj `if test -f 'sinfodata.cc'; then $(CYGPATH_W) 'sinfodata.cc'; else $(CYGPATH_W) '$(srcdir)/sinfodata.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-511-
sinfo-0.0.48/sinfo/Makefile.in-512-sinfo-sinfohtml.o: sinfohtml.cc
sinfo-0.0.48/sinfo/Makefile.in:513:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfohtml.o -MD -MP -MF $(DEPDIR)/sinfo-sinfohtml.Tpo -c -o sinfo-sinfohtml.o `test -f 'sinfohtml.cc' || echo '$(srcdir)/'`sinfohtml.cc
sinfo-0.0.48/sinfo/Makefile.in-514-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfohtml.Tpo $(DEPDIR)/sinfo-sinfohtml.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:517:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfohtml.o `test -f 'sinfohtml.cc' || echo '$(srcdir)/'`sinfohtml.cc
sinfo-0.0.48/sinfo/Makefile.in-518-
sinfo-0.0.48/sinfo/Makefile.in-519-sinfo-sinfohtml.obj: sinfohtml.cc
sinfo-0.0.48/sinfo/Makefile.in:520:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfohtml.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfohtml.Tpo -c -o sinfo-sinfohtml.obj `if test -f 'sinfohtml.cc'; then $(CYGPATH_W) 'sinfohtml.cc'; else $(CYGPATH_W) '$(srcdir)/sinfohtml.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-521-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfohtml.Tpo $(DEPDIR)/sinfo-sinfohtml.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:524:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfohtml.obj `if test -f 'sinfohtml.cc'; then $(CYGPATH_W) 'sinfohtml.cc'; else $(CYGPATH_W) '$(srcdir)/sinfohtml.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-525-
sinfo-0.0.48/sinfo/Makefile.in-526-sinfo-sinfoprint.o: sinfoprint.cc
sinfo-0.0.48/sinfo/Makefile.in:527:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfoprint.o -MD -MP -MF $(DEPDIR)/sinfo-sinfoprint.Tpo -c -o sinfo-sinfoprint.o `test -f 'sinfoprint.cc' || echo '$(srcdir)/'`sinfoprint.cc
sinfo-0.0.48/sinfo/Makefile.in-528-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfoprint.Tpo $(DEPDIR)/sinfo-sinfoprint.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:531:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfoprint.o `test -f 'sinfoprint.cc' || echo '$(srcdir)/'`sinfoprint.cc
sinfo-0.0.48/sinfo/Makefile.in-532-
sinfo-0.0.48/sinfo/Makefile.in-533-sinfo-sinfoprint.obj: sinfoprint.cc
sinfo-0.0.48/sinfo/Makefile.in:534:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfoprint.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfoprint.Tpo -c -o sinfo-sinfoprint.obj `if test -f 'sinfoprint.cc'; then $(CYGPATH_W) 'sinfoprint.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoprint.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-535-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfoprint.Tpo $(DEPDIR)/sinfo-sinfoprint.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:538:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfoprint.obj `if test -f 'sinfoprint.cc'; then $(CYGPATH_W) 'sinfoprint.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoprint.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-539-
sinfo-0.0.48/sinfo/Makefile.in-540-sinfo-sinfo.idlx.client.o: sinfo.idlx.client.cc
sinfo-0.0.48/sinfo/Makefile.in:541:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfo.idlx.client.o -MD -MP -MF $(DEPDIR)/sinfo-sinfo.idlx.client.Tpo -c -o sinfo-sinfo.idlx.client.o `test -f 'sinfo.idlx.client.cc' || echo '$(srcdir)/'`sinfo.idlx.client.cc
sinfo-0.0.48/sinfo/Makefile.in-542-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfo.idlx.client.Tpo $(DEPDIR)/sinfo-sinfo.idlx.client.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:545:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfo.idlx.client.o `test -f 'sinfo.idlx.client.cc' || echo '$(srcdir)/'`sinfo.idlx.client.cc
sinfo-0.0.48/sinfo/Makefile.in-546-
sinfo-0.0.48/sinfo/Makefile.in-547-sinfo-sinfo.idlx.client.obj: sinfo.idlx.client.cc
sinfo-0.0.48/sinfo/Makefile.in:548:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfo-sinfo.idlx.client.obj -MD -MP -MF $(DEPDIR)/sinfo-sinfo.idlx.client.Tpo -c -o sinfo-sinfo.idlx.client.obj `if test -f 'sinfo.idlx.client.cc'; then $(CYGPATH_W) 'sinfo.idlx.client.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.client.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-549-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfo-sinfo.idlx.client.Tpo $(DEPDIR)/sinfo-sinfo.idlx.client.Po
##############################################
sinfo-0.0.48/sinfo/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfo/Makefile.in:552:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfo_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfo-sinfo.idlx.client.obj `if test -f 'sinfo.idlx.client.cc'; then $(CYGPATH_W) 'sinfo.idlx.client.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.client.cc'; fi`
sinfo-0.0.48/sinfo/Makefile.in-553-
##############################################
sinfo-0.0.48/sinfo/Makefile.in-563-	test -n "$(man1dir)" \
sinfo-0.0.48/sinfo/Makefile.in:564:	  && test -n "`echo $$list1$$list2`" \
sinfo-0.0.48/sinfo/Makefile.in-565-	  || exit 0; \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-647-GTAGS:
sinfo-0.0.48/sinfo/Makefile.in:648:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/sinfo/Makefile.in-649-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-668-	else :; fi
sinfo-0.0.48/sinfo/Makefile.in:669:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/sinfo/Makefile.in:670:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/sinfo/Makefile.in-671-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/sinfo/Makefile.in-682-	  if test -d $$d/$$file; then \
sinfo-0.0.48/sinfo/Makefile.in:683:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/sinfo/Makefile.in-684-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/cgi/Makefile.in-245-distdir: $(DISTFILES)
sinfo-0.0.48/cgi/Makefile.in:246:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/cgi/Makefile.in:247:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/cgi/Makefile.in-248-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/cgi/Makefile.in-259-	  if test -d $$d/$$file; then \
sinfo-0.0.48/cgi/Makefile.in:260:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/cgi/Makefile.in-261-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/cgi/sinfo.pl.cgi.in-172-      "                  <FONT FACE=\"monospace\" size=\"-2\">\n",
sinfo-0.0.48/cgi/sinfo.pl.cgi.in:173:      `$syscall`,
sinfo-0.0.48/cgi/sinfo.pl.cgi.in-174-      "                  </FONT>\n",
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libmessageparser/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libmessageparser/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libmessageparser/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libmessageparser/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libmessageparser/Makefile.in-67-  esac;
sinfo-0.0.48/libmessageparser/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libmessageparser/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libmessageparser/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libmessageparser/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libmessageparser/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-323-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libmessageparser/Makefile.in:324:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libmessageparser/Makefile.in-325-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-348-.cc.obj:
sinfo-0.0.48/libmessageparser/Makefile.in:349:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageparser/Makefile.in-350-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-352-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageparser/Makefile.in:353:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageparser/Makefile.in-354-
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-362-libmessageparser_la-parser.lo: parser.cc
sinfo-0.0.48/libmessageparser/Makefile.in:363:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageparser_la-parser.lo -MD -MP -MF $(DEPDIR)/libmessageparser_la-parser.Tpo -c -o libmessageparser_la-parser.lo `test -f 'parser.cc' || echo '$(srcdir)/'`parser.cc
sinfo-0.0.48/libmessageparser/Makefile.in-364-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageparser_la-parser.Tpo $(DEPDIR)/libmessageparser_la-parser.Plo
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-366-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageparser/Makefile.in:367:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageparser_la-parser.lo `test -f 'parser.cc' || echo '$(srcdir)/'`parser.cc
sinfo-0.0.48/libmessageparser/Makefile.in-368-
sinfo-0.0.48/libmessageparser/Makefile.in-369-libmessageparser_la-replyparser.lo: replyparser.cc
sinfo-0.0.48/libmessageparser/Makefile.in:370:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageparser_la-replyparser.lo -MD -MP -MF $(DEPDIR)/libmessageparser_la-replyparser.Tpo -c -o libmessageparser_la-replyparser.lo `test -f 'replyparser.cc' || echo '$(srcdir)/'`replyparser.cc
sinfo-0.0.48/libmessageparser/Makefile.in-371-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageparser_la-replyparser.Tpo $(DEPDIR)/libmessageparser_la-replyparser.Plo
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-373-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageparser/Makefile.in:374:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageparser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageparser_la-replyparser.lo `test -f 'replyparser.cc' || echo '$(srcdir)/'`replyparser.cc
sinfo-0.0.48/libmessageparser/Makefile.in-375-
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-426-GTAGS:
sinfo-0.0.48/libmessageparser/Makefile.in:427:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libmessageparser/Makefile.in-428-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-434-distdir: $(DISTFILES)
sinfo-0.0.48/libmessageparser/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageparser/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageparser/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libmessageparser/Makefile.in-448-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libmessageparser/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libmessageparser/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libprotocol/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libprotocol/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libprotocol/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libprotocol/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libprotocol/Makefile.in-67-  esac;
sinfo-0.0.48/libprotocol/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libprotocol/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libprotocol/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libprotocol/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libprotocol/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-320-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libprotocol/Makefile.in:321:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libprotocol/Makefile.in-322-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-344-.cc.obj:
sinfo-0.0.48/libprotocol/Makefile.in:345:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libprotocol/Makefile.in-346-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libprotocol/Makefile.in:349:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libprotocol/Makefile.in-350-
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-408-GTAGS:
sinfo-0.0.48/libprotocol/Makefile.in:409:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libprotocol/Makefile.in-410-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-416-distdir: $(DISTFILES)
sinfo-0.0.48/libprotocol/Makefile.in:417:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libprotocol/Makefile.in:418:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libprotocol/Makefile.in-419-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libprotocol/Makefile.in-430-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libprotocol/Makefile.in:431:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libprotocol/Makefile.in-432-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/Makefile.in-104-  while test -n "$$dir1"; do \
sinfo-0.0.48/Makefile.in:105:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sinfo-0.0.48/Makefile.in-106-    if test "$$first" != "."; then \
sinfo-0.0.48/Makefile.in-107-      if test "$$first" = ".."; then \
sinfo-0.0.48/Makefile.in:108:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sinfo-0.0.48/Makefile.in:109:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sinfo-0.0.48/Makefile.in-110-      else \
sinfo-0.0.48/Makefile.in:111:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sinfo-0.0.48/Makefile.in-112-        if test "$$first2" = "$$first"; then \
sinfo-0.0.48/Makefile.in:113:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/Makefile.in-114-        else \
##############################################
sinfo-0.0.48/Makefile.in-119-    fi; \
sinfo-0.0.48/Makefile.in:120:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/Makefile.in-121-  done; \
##############################################
sinfo-0.0.48/Makefile.in-316-	dot_seen=no; \
sinfo-0.0.48/Makefile.in:317:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/Makefile.in-318-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
sinfo-0.0.48/Makefile.in-351-	rev="$$rev ."; \
sinfo-0.0.48/Makefile.in:352:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/Makefile.in-353-	for subdir in $$rev; do \
##############################################
sinfo-0.0.48/Makefile.in-429-GTAGS:
sinfo-0.0.48/Makefile.in:430:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/Makefile.in-431-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/Makefile.in-439-	test -d "$(distdir)" || mkdir "$(distdir)"
sinfo-0.0.48/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/Makefile.in-453-	  if test -d $$d/$$file; then \
sinfo-0.0.48/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/Makefile.in-564-	test -d $(distdir)/_build || exit 0; \
sinfo-0.0.48/Makefile.in:565:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sinfo-0.0.48/Makefile.in-566-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sinfo-0.0.48/Makefile.in-607-	}; \
sinfo-0.0.48/Makefile.in:608:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
sinfo-0.0.48/Makefile.in-609-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sinfo-0.0.48/Makefile.in-619-	fi
sinfo-0.0.48/Makefile.in:620:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sinfo-0.0.48/Makefile.in-621-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libmessageiobase/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libmessageiobase/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libmessageiobase/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libmessageiobase/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libmessageiobase/Makefile.in-67-  esac;
sinfo-0.0.48/libmessageiobase/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libmessageiobase/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libmessageiobase/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libmessageiobase/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libmessageiobase/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-322-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libmessageiobase/Makefile.in:323:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libmessageiobase/Makefile.in-324-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-346-.cc.obj:
sinfo-0.0.48/libmessageiobase/Makefile.in:347:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageiobase/Makefile.in-348-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-350-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageiobase/Makefile.in:351:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageiobase/Makefile.in-352-
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-360-libmessageiobase_la-serverconnectorfactorybase.lo: serverconnectorfactorybase.cc
sinfo-0.0.48/libmessageiobase/Makefile.in:361:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageiobase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageiobase_la-serverconnectorfactorybase.lo -MD -MP -MF $(DEPDIR)/libmessageiobase_la-serverconnectorfactorybase.Tpo -c -o libmessageiobase_la-serverconnectorfactorybase.lo `test -f 'serverconnectorfactorybase.cc' || echo '$(srcdir)/'`serverconnectorfactorybase.cc
sinfo-0.0.48/libmessageiobase/Makefile.in-362-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageiobase_la-serverconnectorfactorybase.Tpo $(DEPDIR)/libmessageiobase_la-serverconnectorfactorybase.Plo
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageiobase/Makefile.in:365:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageiobase_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageiobase_la-serverconnectorfactorybase.lo `test -f 'serverconnectorfactorybase.cc' || echo '$(srcdir)/'`serverconnectorfactorybase.cc
sinfo-0.0.48/libmessageiobase/Makefile.in-366-
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-417-GTAGS:
sinfo-0.0.48/libmessageiobase/Makefile.in:418:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libmessageiobase/Makefile.in-419-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-425-distdir: $(DISTFILES)
sinfo-0.0.48/libmessageiobase/Makefile.in:426:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageiobase/Makefile.in:427:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageiobase/Makefile.in-428-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libmessageiobase/Makefile.in-439-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libmessageiobase/Makefile.in:440:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libmessageiobase/Makefile.in-441-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/sinfod/broadcastreceiver.cc-70-    inaddr.s_addr=htonl(inetaddrHostByteOrder);
sinfo-0.0.48/sinfod/broadcastreceiver.cc:71:    hostent * hostentry = gethostbyaddr((const char *) & inaddr, 4, AF_INET);
sinfo-0.0.48/sinfod/broadcastreceiver.cc-72-    if (0 != hostentry)
##############################################
sinfo-0.0.48/sinfod/Makefile.in-114-  esac
sinfo-0.0.48/sinfod/Makefile.in:115:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/sinfod/Makefile.in-116-am__vpath_adj = case $$p in \
sinfo-0.0.48/sinfod/Makefile.in:117:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/sinfod/Makefile.in-118-    *) f=$$p;; \
sinfo-0.0.48/sinfod/Makefile.in-119-  esac;
sinfo-0.0.48/sinfod/Makefile.in:120:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/sinfod/Makefile.in-121-am__install_max = 40
sinfo-0.0.48/sinfod/Makefile.in-122-am__nobase_strip_setup = \
sinfo-0.0.48/sinfod/Makefile.in:123:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/sinfod/Makefile.in-124-am__nobase_strip = \
##############################################
sinfo-0.0.48/sinfod/Makefile.in-399-	test -n "$(EXEEXT)" || exit 0; \
sinfo-0.0.48/sinfod/Makefile.in:400:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sinfo-0.0.48/sinfod/Makefile.in-401-	echo " rm -f" $$list; \
##############################################
sinfo-0.0.48/sinfod/Makefile.in-430-.cc.obj:
sinfo-0.0.48/sinfod/Makefile.in:431:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/sinfod/Makefile.in-432-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:435:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/sinfod/Makefile.in-436-
##############################################
sinfo-0.0.48/sinfod/Makefile.in-444-sinfod-demoninit.o: demoninit.cc
sinfo-0.0.48/sinfod/Makefile.in:445:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-demoninit.o -MD -MP -MF $(DEPDIR)/sinfod-demoninit.Tpo -c -o sinfod-demoninit.o `test -f 'demoninit.cc' || echo '$(srcdir)/'`demoninit.cc
sinfo-0.0.48/sinfod/Makefile.in-446-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-demoninit.Tpo $(DEPDIR)/sinfod-demoninit.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:449:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-demoninit.o `test -f 'demoninit.cc' || echo '$(srcdir)/'`demoninit.cc
sinfo-0.0.48/sinfod/Makefile.in-450-
sinfo-0.0.48/sinfod/Makefile.in-451-sinfod-demoninit.obj: demoninit.cc
sinfo-0.0.48/sinfod/Makefile.in:452:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-demoninit.obj -MD -MP -MF $(DEPDIR)/sinfod-demoninit.Tpo -c -o sinfod-demoninit.obj `if test -f 'demoninit.cc'; then $(CYGPATH_W) 'demoninit.cc'; else $(CYGPATH_W) '$(srcdir)/demoninit.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-453-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-demoninit.Tpo $(DEPDIR)/sinfod-demoninit.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:456:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-demoninit.obj `if test -f 'demoninit.cc'; then $(CYGPATH_W) 'demoninit.cc'; else $(CYGPATH_W) '$(srcdir)/demoninit.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-457-
sinfo-0.0.48/sinfod/Makefile.in-458-sinfod-cleanuplist.o: cleanuplist.cc
sinfo-0.0.48/sinfod/Makefile.in:459:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-cleanuplist.o -MD -MP -MF $(DEPDIR)/sinfod-cleanuplist.Tpo -c -o sinfod-cleanuplist.o `test -f 'cleanuplist.cc' || echo '$(srcdir)/'`cleanuplist.cc
sinfo-0.0.48/sinfod/Makefile.in-460-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-cleanuplist.Tpo $(DEPDIR)/sinfod-cleanuplist.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:463:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-cleanuplist.o `test -f 'cleanuplist.cc' || echo '$(srcdir)/'`cleanuplist.cc
sinfo-0.0.48/sinfod/Makefile.in-464-
sinfo-0.0.48/sinfod/Makefile.in-465-sinfod-cleanuplist.obj: cleanuplist.cc
sinfo-0.0.48/sinfod/Makefile.in:466:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-cleanuplist.obj -MD -MP -MF $(DEPDIR)/sinfod-cleanuplist.Tpo -c -o sinfod-cleanuplist.obj `if test -f 'cleanuplist.cc'; then $(CYGPATH_W) 'cleanuplist.cc'; else $(CYGPATH_W) '$(srcdir)/cleanuplist.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-467-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-cleanuplist.Tpo $(DEPDIR)/sinfod-cleanuplist.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:470:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-cleanuplist.obj `if test -f 'cleanuplist.cc'; then $(CYGPATH_W) 'cleanuplist.cc'; else $(CYGPATH_W) '$(srcdir)/cleanuplist.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-471-
sinfo-0.0.48/sinfod/Makefile.in-472-sinfod-broadcastreceiver.o: broadcastreceiver.cc
sinfo-0.0.48/sinfod/Makefile.in:473:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-broadcastreceiver.o -MD -MP -MF $(DEPDIR)/sinfod-broadcastreceiver.Tpo -c -o sinfod-broadcastreceiver.o `test -f 'broadcastreceiver.cc' || echo '$(srcdir)/'`broadcastreceiver.cc
sinfo-0.0.48/sinfod/Makefile.in-474-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-broadcastreceiver.Tpo $(DEPDIR)/sinfod-broadcastreceiver.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:477:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-broadcastreceiver.o `test -f 'broadcastreceiver.cc' || echo '$(srcdir)/'`broadcastreceiver.cc
sinfo-0.0.48/sinfod/Makefile.in-478-
sinfo-0.0.48/sinfod/Makefile.in-479-sinfod-broadcastreceiver.obj: broadcastreceiver.cc
sinfo-0.0.48/sinfod/Makefile.in:480:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-broadcastreceiver.obj -MD -MP -MF $(DEPDIR)/sinfod-broadcastreceiver.Tpo -c -o sinfod-broadcastreceiver.obj `if test -f 'broadcastreceiver.cc'; then $(CYGPATH_W) 'broadcastreceiver.cc'; else $(CYGPATH_W) '$(srcdir)/broadcastreceiver.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-481-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-broadcastreceiver.Tpo $(DEPDIR)/sinfod-broadcastreceiver.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:484:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-broadcastreceiver.obj `if test -f 'broadcastreceiver.cc'; then $(CYGPATH_W) 'broadcastreceiver.cc'; else $(CYGPATH_W) '$(srcdir)/broadcastreceiver.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-485-
sinfo-0.0.48/sinfod/Makefile.in-486-sinfod-lastgasp.o: lastgasp.cc
sinfo-0.0.48/sinfod/Makefile.in:487:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-lastgasp.o -MD -MP -MF $(DEPDIR)/sinfod-lastgasp.Tpo -c -o sinfod-lastgasp.o `test -f 'lastgasp.cc' || echo '$(srcdir)/'`lastgasp.cc
sinfo-0.0.48/sinfod/Makefile.in-488-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-lastgasp.Tpo $(DEPDIR)/sinfod-lastgasp.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:491:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-lastgasp.o `test -f 'lastgasp.cc' || echo '$(srcdir)/'`lastgasp.cc
sinfo-0.0.48/sinfod/Makefile.in-492-
sinfo-0.0.48/sinfod/Makefile.in-493-sinfod-lastgasp.obj: lastgasp.cc
sinfo-0.0.48/sinfod/Makefile.in:494:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-lastgasp.obj -MD -MP -MF $(DEPDIR)/sinfod-lastgasp.Tpo -c -o sinfod-lastgasp.obj `if test -f 'lastgasp.cc'; then $(CYGPATH_W) 'lastgasp.cc'; else $(CYGPATH_W) '$(srcdir)/lastgasp.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-495-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-lastgasp.Tpo $(DEPDIR)/sinfod-lastgasp.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:498:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-lastgasp.obj `if test -f 'lastgasp.cc'; then $(CYGPATH_W) 'lastgasp.cc'; else $(CYGPATH_W) '$(srcdir)/lastgasp.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-499-
sinfo-0.0.48/sinfod/Makefile.in-500-sinfod-measureserver.o: measureserver.cc
sinfo-0.0.48/sinfod/Makefile.in:501:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-measureserver.o -MD -MP -MF $(DEPDIR)/sinfod-measureserver.Tpo -c -o sinfod-measureserver.o `test -f 'measureserver.cc' || echo '$(srcdir)/'`measureserver.cc
sinfo-0.0.48/sinfod/Makefile.in-502-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-measureserver.Tpo $(DEPDIR)/sinfod-measureserver.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:505:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-measureserver.o `test -f 'measureserver.cc' || echo '$(srcdir)/'`measureserver.cc
sinfo-0.0.48/sinfod/Makefile.in-506-
sinfo-0.0.48/sinfod/Makefile.in-507-sinfod-measureserver.obj: measureserver.cc
sinfo-0.0.48/sinfod/Makefile.in:508:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-measureserver.obj -MD -MP -MF $(DEPDIR)/sinfod-measureserver.Tpo -c -o sinfod-measureserver.obj `if test -f 'measureserver.cc'; then $(CYGPATH_W) 'measureserver.cc'; else $(CYGPATH_W) '$(srcdir)/measureserver.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-509-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-measureserver.Tpo $(DEPDIR)/sinfod-measureserver.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:512:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-measureserver.obj `if test -f 'measureserver.cc'; then $(CYGPATH_W) 'measureserver.cc'; else $(CYGPATH_W) '$(srcdir)/measureserver.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-513-
sinfo-0.0.48/sinfod/Makefile.in-514-sinfod-sinfoworker.o: sinfoworker.cc
sinfo-0.0.48/sinfod/Makefile.in:515:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfoworker.o -MD -MP -MF $(DEPDIR)/sinfod-sinfoworker.Tpo -c -o sinfod-sinfoworker.o `test -f 'sinfoworker.cc' || echo '$(srcdir)/'`sinfoworker.cc
sinfo-0.0.48/sinfod/Makefile.in-516-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfoworker.Tpo $(DEPDIR)/sinfod-sinfoworker.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:519:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfoworker.o `test -f 'sinfoworker.cc' || echo '$(srcdir)/'`sinfoworker.cc
sinfo-0.0.48/sinfod/Makefile.in-520-
sinfo-0.0.48/sinfod/Makefile.in-521-sinfod-sinfoworker.obj: sinfoworker.cc
sinfo-0.0.48/sinfod/Makefile.in:522:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfoworker.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfoworker.Tpo -c -o sinfod-sinfoworker.obj `if test -f 'sinfoworker.cc'; then $(CYGPATH_W) 'sinfoworker.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoworker.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-523-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfoworker.Tpo $(DEPDIR)/sinfod-sinfoworker.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:526:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfoworker.obj `if test -f 'sinfoworker.cc'; then $(CYGPATH_W) 'sinfoworker.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoworker.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-527-
sinfo-0.0.48/sinfod/Makefile.in-528-sinfod-sinfod.o: sinfod.cc
sinfo-0.0.48/sinfod/Makefile.in:529:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfod.o -MD -MP -MF $(DEPDIR)/sinfod-sinfod.Tpo -c -o sinfod-sinfod.o `test -f 'sinfod.cc' || echo '$(srcdir)/'`sinfod.cc
sinfo-0.0.48/sinfod/Makefile.in-530-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfod.Tpo $(DEPDIR)/sinfod-sinfod.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:533:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfod.o `test -f 'sinfod.cc' || echo '$(srcdir)/'`sinfod.cc
sinfo-0.0.48/sinfod/Makefile.in-534-
sinfo-0.0.48/sinfod/Makefile.in-535-sinfod-sinfod.obj: sinfod.cc
sinfo-0.0.48/sinfod/Makefile.in:536:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfod.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfod.Tpo -c -o sinfod-sinfod.obj `if test -f 'sinfod.cc'; then $(CYGPATH_W) 'sinfod.cc'; else $(CYGPATH_W) '$(srcdir)/sinfod.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-537-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfod.Tpo $(DEPDIR)/sinfod-sinfod.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:540:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfod.obj `if test -f 'sinfod.cc'; then $(CYGPATH_W) 'sinfod.cc'; else $(CYGPATH_W) '$(srcdir)/sinfod.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-541-
sinfo-0.0.48/sinfod/Makefile.in-542-sinfod-basicmessages.idlx.parser.o: basicmessages.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in:543:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-basicmessages.idlx.parser.o -MD -MP -MF $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo -c -o sinfod-basicmessages.idlx.parser.o `test -f 'basicmessages.idlx.parser.cc' || echo '$(srcdir)/'`basicmessages.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in-544-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo $(DEPDIR)/sinfod-basicmessages.idlx.parser.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:547:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-basicmessages.idlx.parser.o `test -f 'basicmessages.idlx.parser.cc' || echo '$(srcdir)/'`basicmessages.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in-548-
sinfo-0.0.48/sinfod/Makefile.in-549-sinfod-basicmessages.idlx.parser.obj: basicmessages.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in:550:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-basicmessages.idlx.parser.obj -MD -MP -MF $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo -c -o sinfod-basicmessages.idlx.parser.obj `if test -f 'basicmessages.idlx.parser.cc'; then $(CYGPATH_W) 'basicmessages.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/basicmessages.idlx.parser.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-551-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo $(DEPDIR)/sinfod-basicmessages.idlx.parser.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:554:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-basicmessages.idlx.parser.obj `if test -f 'basicmessages.idlx.parser.cc'; then $(CYGPATH_W) 'basicmessages.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/basicmessages.idlx.parser.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-555-
sinfo-0.0.48/sinfod/Makefile.in-556-sinfod-sinfo.idlx.parser.o: sinfo.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in:557:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfo.idlx.parser.o -MD -MP -MF $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo -c -o sinfod-sinfo.idlx.parser.o `test -f 'sinfo.idlx.parser.cc' || echo '$(srcdir)/'`sinfo.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in-558-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo $(DEPDIR)/sinfod-sinfo.idlx.parser.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:561:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfo.idlx.parser.o `test -f 'sinfo.idlx.parser.cc' || echo '$(srcdir)/'`sinfo.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in-562-
sinfo-0.0.48/sinfod/Makefile.in-563-sinfod-sinfo.idlx.parser.obj: sinfo.idlx.parser.cc
sinfo-0.0.48/sinfod/Makefile.in:564:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfo.idlx.parser.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo -c -o sinfod-sinfo.idlx.parser.obj `if test -f 'sinfo.idlx.parser.cc'; then $(CYGPATH_W) 'sinfo.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.parser.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-565-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo $(DEPDIR)/sinfod-sinfo.idlx.parser.Po
##############################################
sinfo-0.0.48/sinfod/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/sinfod/Makefile.in:568:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfo.idlx.parser.obj `if test -f 'sinfo.idlx.parser.cc'; then $(CYGPATH_W) 'sinfo.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.parser.cc'; fi`
sinfo-0.0.48/sinfod/Makefile.in-569-
##############################################
sinfo-0.0.48/sinfod/Makefile.in-579-	test -n "$(man8dir)" \
sinfo-0.0.48/sinfod/Makefile.in:580:	  && test -n "`echo $$list1$$list2`" \
sinfo-0.0.48/sinfod/Makefile.in-581-	  || exit 0; \
##############################################
sinfo-0.0.48/sinfod/Makefile.in-663-GTAGS:
sinfo-0.0.48/sinfod/Makefile.in:664:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/sinfod/Makefile.in-665-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/sinfod/Makefile.in-684-	else :; fi
sinfo-0.0.48/sinfod/Makefile.in:685:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/sinfod/Makefile.in:686:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/sinfod/Makefile.in-687-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/sinfod/Makefile.in-698-	  if test -d $$d/$$file; then \
sinfo-0.0.48/sinfod/Makefile.in:699:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/sinfod/Makefile.in-700-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/INSTALL-173-directory configuration variables that were expressed in terms of
sinfo-0.0.48/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
sinfo-0.0.48/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libsinfometer/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libsinfometer/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libsinfometer/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libsinfometer/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libsinfometer/Makefile.in-67-  esac;
sinfo-0.0.48/libsinfometer/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libsinfometer/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libsinfometer/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libsinfometer/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libsinfometer/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-346-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libsinfometer/Makefile.in:347:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libsinfometer/Makefile.in-348-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-380-.cc.obj:
sinfo-0.0.48/libsinfometer/Makefile.in:381:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libsinfometer/Makefile.in-382-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-384-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:385:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libsinfometer/Makefile.in-386-
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-394-libsinfometer_la-deriver.lo: deriver.cc
sinfo-0.0.48/libsinfometer/Makefile.in:395:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-deriver.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-deriver.Tpo -c -o libsinfometer_la-deriver.lo `test -f 'deriver.cc' || echo '$(srcdir)/'`deriver.cc
sinfo-0.0.48/libsinfometer/Makefile.in-396-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-deriver.Tpo $(DEPDIR)/libsinfometer_la-deriver.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-398-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:399:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-deriver.lo `test -f 'deriver.cc' || echo '$(srcdir)/'`deriver.cc
sinfo-0.0.48/libsinfometer/Makefile.in-400-
sinfo-0.0.48/libsinfometer/Makefile.in-401-libsinfometer_la-cpustatmeter.lo: cpustatmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:402:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-cpustatmeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-cpustatmeter.Tpo -c -o libsinfometer_la-cpustatmeter.lo `test -f 'cpustatmeter.cc' || echo '$(srcdir)/'`cpustatmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-403-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-cpustatmeter.Tpo $(DEPDIR)/libsinfometer_la-cpustatmeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-405-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:406:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-cpustatmeter.lo `test -f 'cpustatmeter.cc' || echo '$(srcdir)/'`cpustatmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-407-
sinfo-0.0.48/libsinfometer/Makefile.in-408-libsinfometer_la-cpuinfometer.lo: cpuinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in:409:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-cpuinfometer.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-cpuinfometer.Tpo -c -o libsinfometer_la-cpuinfometer.lo `test -f 'cpuinfometer.cc' || echo '$(srcdir)/'`cpuinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-410-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-cpuinfometer.Tpo $(DEPDIR)/libsinfometer_la-cpuinfometer.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-412-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:413:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-cpuinfometer.lo `test -f 'cpuinfometer.cc' || echo '$(srcdir)/'`cpuinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-414-
sinfo-0.0.48/libsinfometer/Makefile.in-415-libsinfometer_la-loadavgmeter.lo: loadavgmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:416:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-loadavgmeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-loadavgmeter.Tpo -c -o libsinfometer_la-loadavgmeter.lo `test -f 'loadavgmeter.cc' || echo '$(srcdir)/'`loadavgmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-417-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-loadavgmeter.Tpo $(DEPDIR)/libsinfometer_la-loadavgmeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:420:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-loadavgmeter.lo `test -f 'loadavgmeter.cc' || echo '$(srcdir)/'`loadavgmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-421-
sinfo-0.0.48/libsinfometer/Makefile.in-422-libsinfometer_la-meminfometer.lo: meminfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in:423:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-meminfometer.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-meminfometer.Tpo -c -o libsinfometer_la-meminfometer.lo `test -f 'meminfometer.cc' || echo '$(srcdir)/'`meminfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-424-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-meminfometer.Tpo $(DEPDIR)/libsinfometer_la-meminfometer.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-426-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:427:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-meminfometer.lo `test -f 'meminfometer.cc' || echo '$(srcdir)/'`meminfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-428-
sinfo-0.0.48/libsinfometer/Makefile.in-429-libsinfometer_la-netloadmeter.lo: netloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:430:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-netloadmeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-netloadmeter.Tpo -c -o libsinfometer_la-netloadmeter.lo `test -f 'netloadmeter.cc' || echo '$(srcdir)/'`netloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-431-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-netloadmeter.Tpo $(DEPDIR)/libsinfometer_la-netloadmeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:434:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-netloadmeter.lo `test -f 'netloadmeter.cc' || echo '$(srcdir)/'`netloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-435-
sinfo-0.0.48/libsinfometer/Makefile.in-436-libsinfometer_la-diskloadmeter.lo: diskloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:437:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-diskloadmeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-diskloadmeter.Tpo -c -o libsinfometer_la-diskloadmeter.lo `test -f 'diskloadmeter.cc' || echo '$(srcdir)/'`diskloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-438-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-diskloadmeter.Tpo $(DEPDIR)/libsinfometer_la-diskloadmeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-440-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:441:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-diskloadmeter.lo `test -f 'diskloadmeter.cc' || echo '$(srcdir)/'`diskloadmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-442-
sinfo-0.0.48/libsinfometer/Makefile.in-443-libsinfometer_la-procinfometer.lo: procinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in:444:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-procinfometer.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-procinfometer.Tpo -c -o libsinfometer_la-procinfometer.lo `test -f 'procinfometer.cc' || echo '$(srcdir)/'`procinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-445-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-procinfometer.Tpo $(DEPDIR)/libsinfometer_la-procinfometer.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:448:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-procinfometer.lo `test -f 'procinfometer.cc' || echo '$(srcdir)/'`procinfometer.cc
sinfo-0.0.48/libsinfometer/Makefile.in-449-
sinfo-0.0.48/libsinfometer/Makefile.in-450-libsinfometer_la-unamemeter.lo: unamemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:451:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-unamemeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-unamemeter.Tpo -c -o libsinfometer_la-unamemeter.lo `test -f 'unamemeter.cc' || echo '$(srcdir)/'`unamemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-452-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-unamemeter.Tpo $(DEPDIR)/libsinfometer_la-unamemeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:455:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-unamemeter.lo `test -f 'unamemeter.cc' || echo '$(srcdir)/'`unamemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-456-
sinfo-0.0.48/libsinfometer/Makefile.in-457-libsinfometer_la-uptimemeter.lo: uptimemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:458:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-uptimemeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-uptimemeter.Tpo -c -o libsinfometer_la-uptimemeter.lo `test -f 'uptimemeter.cc' || echo '$(srcdir)/'`uptimemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-459-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-uptimemeter.Tpo $(DEPDIR)/libsinfometer_la-uptimemeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-461-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:462:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-uptimemeter.lo `test -f 'uptimemeter.cc' || echo '$(srcdir)/'`uptimemeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-463-
sinfo-0.0.48/libsinfometer/Makefile.in-464-libsinfometer_la-usersmeter.lo: usersmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in:465:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libsinfometer_la-usersmeter.lo -MD -MP -MF $(DEPDIR)/libsinfometer_la-usersmeter.Tpo -c -o libsinfometer_la-usersmeter.lo `test -f 'usersmeter.cc' || echo '$(srcdir)/'`usersmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-466-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsinfometer_la-usersmeter.Tpo $(DEPDIR)/libsinfometer_la-usersmeter.Plo
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-468-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libsinfometer/Makefile.in:469:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsinfometer_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libsinfometer_la-usersmeter.lo `test -f 'usersmeter.cc' || echo '$(srcdir)/'`usersmeter.cc
sinfo-0.0.48/libsinfometer/Makefile.in-470-
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-521-GTAGS:
sinfo-0.0.48/libsinfometer/Makefile.in:522:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libsinfometer/Makefile.in-523-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-529-distdir: $(DISTFILES)
sinfo-0.0.48/libsinfometer/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libsinfometer/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libsinfometer/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libsinfometer/Makefile.in-543-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libsinfometer/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libsinfometer/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libmessageio/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libmessageio/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libmessageio/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libmessageio/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libmessageio/Makefile.in-67-  esac;
sinfo-0.0.48/libmessageio/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libmessageio/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libmessageio/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libmessageio/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libmessageio/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-340-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libmessageio/Makefile.in:341:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libmessageio/Makefile.in-342-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-370-.cc.obj:
sinfo-0.0.48/libmessageio/Makefile.in:371:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageio/Makefile.in-372-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:375:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessageio/Makefile.in-376-
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-384-libmessageio_la-udpmessagereceiver.lo: udpmessagereceiver.cc
sinfo-0.0.48/libmessageio/Makefile.in:385:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-udpmessagereceiver.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-udpmessagereceiver.Tpo -c -o libmessageio_la-udpmessagereceiver.lo `test -f 'udpmessagereceiver.cc' || echo '$(srcdir)/'`udpmessagereceiver.cc
sinfo-0.0.48/libmessageio/Makefile.in-386-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-udpmessagereceiver.Tpo $(DEPDIR)/libmessageio_la-udpmessagereceiver.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:389:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-udpmessagereceiver.lo `test -f 'udpmessagereceiver.cc' || echo '$(srcdir)/'`udpmessagereceiver.cc
sinfo-0.0.48/libmessageio/Makefile.in-390-
sinfo-0.0.48/libmessageio/Makefile.in-391-libmessageio_la-udpmessagetransmitter.lo: udpmessagetransmitter.cc
sinfo-0.0.48/libmessageio/Makefile.in:392:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-udpmessagetransmitter.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-udpmessagetransmitter.Tpo -c -o libmessageio_la-udpmessagetransmitter.lo `test -f 'udpmessagetransmitter.cc' || echo '$(srcdir)/'`udpmessagetransmitter.cc
sinfo-0.0.48/libmessageio/Makefile.in-393-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-udpmessagetransmitter.Tpo $(DEPDIR)/libmessageio_la-udpmessagetransmitter.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:396:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-udpmessagetransmitter.lo `test -f 'udpmessagetransmitter.cc' || echo '$(srcdir)/'`udpmessagetransmitter.cc
sinfo-0.0.48/libmessageio/Makefile.in-397-
sinfo-0.0.48/libmessageio/Makefile.in-398-libmessageio_la-udpmessageserver.lo: udpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in:399:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-udpmessageserver.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-udpmessageserver.Tpo -c -o libmessageio_la-udpmessageserver.lo `test -f 'udpmessageserver.cc' || echo '$(srcdir)/'`udpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in-400-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-udpmessageserver.Tpo $(DEPDIR)/libmessageio_la-udpmessageserver.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:403:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-udpmessageserver.lo `test -f 'udpmessageserver.cc' || echo '$(srcdir)/'`udpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in-404-
sinfo-0.0.48/libmessageio/Makefile.in-405-libmessageio_la-tcpmessageserver.lo: tcpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in:406:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-tcpmessageserver.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-tcpmessageserver.Tpo -c -o libmessageio_la-tcpmessageserver.lo `test -f 'tcpmessageserver.cc' || echo '$(srcdir)/'`tcpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in-407-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-tcpmessageserver.Tpo $(DEPDIR)/libmessageio_la-tcpmessageserver.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:410:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-tcpmessageserver.lo `test -f 'tcpmessageserver.cc' || echo '$(srcdir)/'`tcpmessageserver.cc
sinfo-0.0.48/libmessageio/Makefile.in-411-
sinfo-0.0.48/libmessageio/Makefile.in-412-libmessageio_la-tcpmessageserverconnection.lo: tcpmessageserverconnection.cc
sinfo-0.0.48/libmessageio/Makefile.in:413:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-tcpmessageserverconnection.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-tcpmessageserverconnection.Tpo -c -o libmessageio_la-tcpmessageserverconnection.lo `test -f 'tcpmessageserverconnection.cc' || echo '$(srcdir)/'`tcpmessageserverconnection.cc
sinfo-0.0.48/libmessageio/Makefile.in-414-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-tcpmessageserverconnection.Tpo $(DEPDIR)/libmessageio_la-tcpmessageserverconnection.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-416-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:417:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-tcpmessageserverconnection.lo `test -f 'tcpmessageserverconnection.cc' || echo '$(srcdir)/'`tcpmessageserverconnection.cc
sinfo-0.0.48/libmessageio/Makefile.in-418-
sinfo-0.0.48/libmessageio/Makefile.in-419-libmessageio_la-udpmessageclient.lo: udpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in:420:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-udpmessageclient.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-udpmessageclient.Tpo -c -o libmessageio_la-udpmessageclient.lo `test -f 'udpmessageclient.cc' || echo '$(srcdir)/'`udpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in-421-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-udpmessageclient.Tpo $(DEPDIR)/libmessageio_la-udpmessageclient.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:424:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-udpmessageclient.lo `test -f 'udpmessageclient.cc' || echo '$(srcdir)/'`udpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in-425-
sinfo-0.0.48/libmessageio/Makefile.in-426-libmessageio_la-tcpmessageclient.lo: tcpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in:427:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmessageio_la-tcpmessageclient.lo -MD -MP -MF $(DEPDIR)/libmessageio_la-tcpmessageclient.Tpo -c -o libmessageio_la-tcpmessageclient.lo `test -f 'tcpmessageclient.cc' || echo '$(srcdir)/'`tcpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in-428-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libmessageio_la-tcpmessageclient.Tpo $(DEPDIR)/libmessageio_la-tcpmessageclient.Plo
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessageio/Makefile.in:431:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmessageio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libmessageio_la-tcpmessageclient.lo `test -f 'tcpmessageclient.cc' || echo '$(srcdir)/'`tcpmessageclient.cc
sinfo-0.0.48/libmessageio/Makefile.in-432-
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-483-GTAGS:
sinfo-0.0.48/libmessageio/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libmessageio/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-491-distdir: $(DISTFILES)
sinfo-0.0.48/libmessageio/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageio/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessageio/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libmessageio/Makefile.in-505-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libmessageio/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libmessageio/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/config.sub-57-
sinfo-0.0.48/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
sinfo-0.0.48/config.sub-59-
##############################################
sinfo-0.0.48/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
sinfo-0.0.48/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sinfo-0.0.48/config.sub-124-case $maybe_os in
##############################################
sinfo-0.0.48/config.sub-130-    os=-$maybe_os
sinfo-0.0.48/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sinfo-0.0.48/config.sub-132-    ;;
##############################################
sinfo-0.0.48/config.sub-134-    os=-linux-android
sinfo-0.0.48/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
sinfo-0.0.48/config.sub-136-    ;;
sinfo-0.0.48/config.sub-137-  *)
sinfo-0.0.48/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
sinfo-0.0.48/config.sub-139-    if [ $basic_machine != $1 ]
sinfo-0.0.48/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
sinfo-0.0.48/config.sub-141-    else os=; fi
##############################################
sinfo-0.0.48/config.sub-188-		os=-sco5v6
sinfo-0.0.48/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-190-		;;
##############################################
sinfo-0.0.48/config.sub-192-		os=-sco3.2v5
sinfo-0.0.48/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-194-		;;
##############################################
sinfo-0.0.48/config.sub-196-		os=-sco3.2v4
sinfo-0.0.48/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-198-		;;
sinfo-0.0.48/config.sub-199-	-sco3.2.[4-9]*)
sinfo-0.0.48/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sinfo-0.0.48/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-202-		;;
##############################################
sinfo-0.0.48/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
sinfo-0.0.48/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-206-		;;
##############################################
sinfo-0.0.48/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
sinfo-0.0.48/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-210-		;;
##############################################
sinfo-0.0.48/config.sub-212-		os=-sco3.2v2
sinfo-0.0.48/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-214-		;;
sinfo-0.0.48/config.sub-215-	-udk*)
sinfo-0.0.48/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-217-		;;
##############################################
sinfo-0.0.48/config.sub-219-		os=-isc2.2
sinfo-0.0.48/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-221-		;;
##############################################
sinfo-0.0.48/config.sub-225-	-isc*)
sinfo-0.0.48/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sinfo-0.0.48/config.sub-227-		;;
##############################################
sinfo-0.0.48/config.sub-237-	-ptx*)
sinfo-0.0.48/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
sinfo-0.0.48/config.sub-239-		;;
sinfo-0.0.48/config.sub-240-	-windowsnt*)
sinfo-0.0.48/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
sinfo-0.0.48/config.sub-242-		;;
##############################################
sinfo-0.0.48/config.sub-363-	*-*-*)
sinfo-0.0.48/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sinfo-0.0.48/config.sub-365-		exit 1
##############################################
sinfo-0.0.48/config.sub-481-	amd64-*)
sinfo-0.0.48/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-483-		;;
##############################################
sinfo-0.0.48/config.sub-523-	blackfin-*)
sinfo-0.0.48/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-525-		os=-linux
##############################################
sinfo-0.0.48/config.sub-531-	c54x-*)
sinfo-0.0.48/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-533-		;;
sinfo-0.0.48/config.sub-534-	c55x-*)
sinfo-0.0.48/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-536-		;;
sinfo-0.0.48/config.sub-537-	c6x-*)
sinfo-0.0.48/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-539-		;;
##############################################
sinfo-0.0.48/config.sub-734-	i*86v32)
sinfo-0.0.48/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sinfo-0.0.48/config.sub-736-		os=-sysv32
##############################################
sinfo-0.0.48/config.sub-738-	i*86v4*)
sinfo-0.0.48/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sinfo-0.0.48/config.sub-740-		os=-sysv4
##############################################
sinfo-0.0.48/config.sub-742-	i*86v)
sinfo-0.0.48/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sinfo-0.0.48/config.sub-744-		os=-sysv
##############################################
sinfo-0.0.48/config.sub-746-	i*86sol2)
sinfo-0.0.48/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sinfo-0.0.48/config.sub-748-		os=-solaris2
##############################################
sinfo-0.0.48/config.sub-776-	m68knommu-*)
sinfo-0.0.48/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-778-		os=-linux
##############################################
sinfo-0.0.48/config.sub-809-	mips3*-*)
sinfo-0.0.48/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
sinfo-0.0.48/config.sub-811-		;;
sinfo-0.0.48/config.sub-812-	mips3*)
sinfo-0.0.48/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
sinfo-0.0.48/config.sub-814-		;;
##############################################
sinfo-0.0.48/config.sub-827-	ms1-*)
sinfo-0.0.48/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
sinfo-0.0.48/config.sub-829-		;;
##############################################
sinfo-0.0.48/config.sub-946-	parisc-*)
sinfo-0.0.48/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-948-		os=-linux
##############################################
sinfo-0.0.48/config.sub-962-	pc98-*)
sinfo-0.0.48/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-964-		;;
##############################################
sinfo-0.0.48/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sinfo-0.0.48/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-979-		;;
sinfo-0.0.48/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sinfo-0.0.48/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-982-		;;
sinfo-0.0.48/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sinfo-0.0.48/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-985-		;;
sinfo-0.0.48/config.sub-986-	pentium4-*)
sinfo-0.0.48/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-988-		;;
##############################################
sinfo-0.0.48/config.sub-996-	ppc-* | ppcbe-*)
sinfo-0.0.48/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-998-		;;
##############################################
sinfo-0.0.48/config.sub-1002-	ppcle-* | powerpclittle-*)
sinfo-0.0.48/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-1004-		;;
##############################################
sinfo-0.0.48/config.sub-1006-		;;
sinfo-0.0.48/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-1008-		;;
##############################################
sinfo-0.0.48/config.sub-1012-	ppc64le-* | powerpc64little-*)
sinfo-0.0.48/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-1014-		;;
##############################################
sinfo-0.0.48/config.sub-1091-	strongarm-* | thumb-*)
sinfo-0.0.48/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
sinfo-0.0.48/config.sub-1093-		;;
##############################################
sinfo-0.0.48/config.sub-1221-	xscale-* | xscalee[bl]-*)
sinfo-0.0.48/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
sinfo-0.0.48/config.sub-1223-		;;
##############################################
sinfo-0.0.48/config.sub-1298-	*)
sinfo-0.0.48/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sinfo-0.0.48/config.sub-1300-		exit 1
##############################################
sinfo-0.0.48/config.sub-1306-	*-digital*)
sinfo-0.0.48/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
sinfo-0.0.48/config.sub-1308-		;;
sinfo-0.0.48/config.sub-1309-	*-commodore*)
sinfo-0.0.48/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
sinfo-0.0.48/config.sub-1311-		;;
##############################################
sinfo-0.0.48/config.sub-1327-	-solaris1 | -solaris1.*)
sinfo-0.0.48/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sinfo-0.0.48/config.sub-1329-		;;
##############################################
sinfo-0.0.48/config.sub-1339-	-gnu/linux*)
sinfo-0.0.48/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sinfo-0.0.48/config.sub-1341-		;;
##############################################
sinfo-0.0.48/config.sub-1385-	-nto*)
sinfo-0.0.48/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sinfo-0.0.48/config.sub-1387-		;;
##############################################
sinfo-0.0.48/config.sub-1392-	-mac*)
sinfo-0.0.48/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
sinfo-0.0.48/config.sub-1394-		;;
##############################################
sinfo-0.0.48/config.sub-1398-	-linux*)
sinfo-0.0.48/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sinfo-0.0.48/config.sub-1400-		;;
sinfo-0.0.48/config.sub-1401-	-sunos5*)
sinfo-0.0.48/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
sinfo-0.0.48/config.sub-1403-		;;
sinfo-0.0.48/config.sub-1404-	-sunos6*)
sinfo-0.0.48/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
sinfo-0.0.48/config.sub-1406-		;;
##############################################
sinfo-0.0.48/config.sub-1453-	-sinix5.*)
sinfo-0.0.48/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
sinfo-0.0.48/config.sub-1455-		;;
##############################################
sinfo-0.0.48/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
sinfo-0.0.48/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
sinfo-0.0.48/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
sinfo-0.0.48/config.sub-1512-		exit 1
##############################################
sinfo-0.0.48/config.sub-1769-		esac
sinfo-0.0.48/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
sinfo-0.0.48/config.sub-1771-		;;
##############################################
sinfo-0.0.48/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
sinfo-0.0.48/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
sinfo-0.0.48/depcomp-75-
##############################################
sinfo-0.0.48/depcomp-249-  # Version 6 uses the directory in both cases.
sinfo-0.0.48/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sinfo-0.0.48/depcomp-251-  test "x$dir" = "x$object" && dir=
sinfo-0.0.48/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sinfo-0.0.48/depcomp-253-  if test "$libtool" = yes; then
##############################################
sinfo-0.0.48/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
sinfo-0.0.48/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sinfo-0.0.48/depcomp-346-  test "x$dir" = "x$object" && dir=
sinfo-0.0.48/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sinfo-0.0.48/depcomp-348-  if test "$libtool" = yes; then
##############################################
sinfo-0.0.48/depcomp-388-   # Subdirectories are respected.
sinfo-0.0.48/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sinfo-0.0.48/depcomp-390-   test "x$dir" = "x$object" && dir=
sinfo-0.0.48/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sinfo-0.0.48/depcomp-392-
##############################################
sinfo-0.0.48/depcomp-578-  done
sinfo-0.0.48/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
sinfo-0.0.48/depcomp-580-  touch "$tmpdepfile"
##############################################
sinfo-0.0.48/libmessage/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libmessage/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libmessage/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libmessage/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libmessage/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libmessage/Makefile.in-67-  esac;
sinfo-0.0.48/libmessage/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libmessage/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libmessage/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libmessage/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libmessage/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-147-  while test -n "$$dir1"; do \
sinfo-0.0.48/libmessage/Makefile.in:148:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sinfo-0.0.48/libmessage/Makefile.in-149-    if test "$$first" != "."; then \
sinfo-0.0.48/libmessage/Makefile.in-150-      if test "$$first" = ".."; then \
sinfo-0.0.48/libmessage/Makefile.in:151:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sinfo-0.0.48/libmessage/Makefile.in:152:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sinfo-0.0.48/libmessage/Makefile.in-153-      else \
sinfo-0.0.48/libmessage/Makefile.in:154:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sinfo-0.0.48/libmessage/Makefile.in-155-        if test "$$first2" = "$$first"; then \
sinfo-0.0.48/libmessage/Makefile.in:156:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/libmessage/Makefile.in-157-        else \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-162-    fi; \
sinfo-0.0.48/libmessage/Makefile.in:163:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sinfo-0.0.48/libmessage/Makefile.in-164-  done; \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-364-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libmessage/Makefile.in:365:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libmessage/Makefile.in-366-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-391-.cc.obj:
sinfo-0.0.48/libmessage/Makefile.in:392:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessage/Makefile.in-393-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libmessage/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/Makefile.in:396:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessage/Makefile.in-397-
##############################################
sinfo-0.0.48/libmessage/Makefile.in-425-	dot_seen=no; \
sinfo-0.0.48/libmessage/Makefile.in:426:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/libmessage/Makefile.in-427-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-460-	rev="$$rev ."; \
sinfo-0.0.48/libmessage/Makefile.in:461:	target=`echo $@ | sed s/-recursive//`; \
sinfo-0.0.48/libmessage/Makefile.in-462-	for subdir in $$rev; do \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-538-GTAGS:
sinfo-0.0.48/libmessage/Makefile.in:539:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libmessage/Makefile.in-540-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-546-distdir: $(DISTFILES)
sinfo-0.0.48/libmessage/Makefile.in:547:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessage/Makefile.in:548:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessage/Makefile.in-549-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libmessage/Makefile.in-560-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libmessage/Makefile.in:561:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libmessage/Makefile.in-562-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-269-	test -n "$(EXEEXT)" || exit 0; \
sinfo-0.0.48/libmessage/testmessage/Makefile.in:270:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sinfo-0.0.48/libmessage/testmessage/Makefile.in-271-	echo " rm -f" $$list; \
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-296-.cc.obj:
sinfo-0.0.48/libmessage/testmessage/Makefile.in:297:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-298-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-300-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/testmessage/Makefile.in:301:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-302-
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-310-testmessage-testmessage.o: testmessage.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in:311:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testmessage-testmessage.o -MD -MP -MF $(DEPDIR)/testmessage-testmessage.Tpo -c -o testmessage-testmessage.o `test -f 'testmessage.cc' || echo '$(srcdir)/'`testmessage.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in-312-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/testmessage-testmessage.Tpo $(DEPDIR)/testmessage-testmessage.Po
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-314-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/testmessage/Makefile.in:315:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testmessage-testmessage.o `test -f 'testmessage.cc' || echo '$(srcdir)/'`testmessage.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in-316-
sinfo-0.0.48/libmessage/testmessage/Makefile.in-317-testmessage-testmessage.obj: testmessage.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in:318:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testmessage-testmessage.obj -MD -MP -MF $(DEPDIR)/testmessage-testmessage.Tpo -c -o testmessage-testmessage.obj `if test -f 'testmessage.cc'; then $(CYGPATH_W) 'testmessage.cc'; else $(CYGPATH_W) '$(srcdir)/testmessage.cc'; fi`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-319-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/testmessage-testmessage.Tpo $(DEPDIR)/testmessage-testmessage.Po
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-321-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/testmessage/Makefile.in:322:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testmessage-testmessage.obj `if test -f 'testmessage.cc'; then $(CYGPATH_W) 'testmessage.cc'; else $(CYGPATH_W) '$(srcdir)/testmessage.cc'; fi`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-323-
sinfo-0.0.48/libmessage/testmessage/Makefile.in-324-testmessage2-testmessage2.o: testmessage2.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in:325:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testmessage2-testmessage2.o -MD -MP -MF $(DEPDIR)/testmessage2-testmessage2.Tpo -c -o testmessage2-testmessage2.o `test -f 'testmessage2.cc' || echo '$(srcdir)/'`testmessage2.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in-326-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/testmessage2-testmessage2.Tpo $(DEPDIR)/testmessage2-testmessage2.Po
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-328-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/testmessage/Makefile.in:329:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testmessage2-testmessage2.o `test -f 'testmessage2.cc' || echo '$(srcdir)/'`testmessage2.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in-330-
sinfo-0.0.48/libmessage/testmessage/Makefile.in-331-testmessage2-testmessage2.obj: testmessage2.cc
sinfo-0.0.48/libmessage/testmessage/Makefile.in:332:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testmessage2-testmessage2.obj -MD -MP -MF $(DEPDIR)/testmessage2-testmessage2.Tpo -c -o testmessage2-testmessage2.obj `if test -f 'testmessage2.cc'; then $(CYGPATH_W) 'testmessage2.cc'; else $(CYGPATH_W) '$(srcdir)/testmessage2.cc'; fi`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-333-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/testmessage2-testmessage2.Tpo $(DEPDIR)/testmessage2-testmessage2.Po
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-335-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libmessage/testmessage/Makefile.in:336:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testmessage2_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testmessage2-testmessage2.obj `if test -f 'testmessage2.cc'; then $(CYGPATH_W) 'testmessage2.cc'; else $(CYGPATH_W) '$(srcdir)/testmessage2.cc'; fi`
sinfo-0.0.48/libmessage/testmessage/Makefile.in-337-
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-388-GTAGS:
sinfo-0.0.48/libmessage/testmessage/Makefile.in:389:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libmessage/testmessage/Makefile.in-390-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-396-distdir: $(DISTFILES)
sinfo-0.0.48/libmessage/testmessage/Makefile.in:397:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessage/testmessage/Makefile.in:398:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libmessage/testmessage/Makefile.in-399-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libmessage/testmessage/Makefile.in-410-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libmessage/testmessage/Makefile.in:411:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libmessage/testmessage/Makefile.in-412-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
sinfo-0.0.48/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sinfo-0.0.48/configure-45-  as_echo='print -r --'
sinfo-0.0.48/configure-46-  as_echo_n='print -rn --'
sinfo-0.0.48/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sinfo-0.0.48/configure-48-  as_echo='printf %s\n'
##############################################
sinfo-0.0.48/configure-50-else
sinfo-0.0.48/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sinfo-0.0.48/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sinfo-0.0.48/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
sinfo-0.0.48/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sinfo-0.0.48/configure-62-      esac;
##############################################
sinfo-0.0.48/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sinfo-0.0.48/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sinfo-0.0.48/configure-199-
##############################################
sinfo-0.0.48/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
sinfo-0.0.48/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
sinfo-0.0.48/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
sinfo-0.0.48/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sinfo-0.0.48/configure-332-      case $as_dir in #(
sinfo-0.0.48/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sinfo-0.0.48/configure-334-      *) as_qdir=$as_dir;;
##############################################
sinfo-0.0.48/configure-405-  {
sinfo-0.0.48/configure:406:    as_val=`expr "$@" || test $? -eq 1`
sinfo-0.0.48/configure-407-  }
##############################################
sinfo-0.0.48/configure-412-# ----------------------------------------
sinfo-0.0.48/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sinfo-0.0.48/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sinfo-0.0.48/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sinfo-0.0.48/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sinfo-0.0.48/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sinfo-0.0.48/configure-855-  case $ac_option in
sinfo-0.0.48/configure:856:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sinfo-0.0.48/configure-857-  *=)   ac_optarg= ;;
##############################################
sinfo-0.0.48/configure-899-  -disable-* | --disable-*)
sinfo-0.0.48/configure:900:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sinfo-0.0.48/configure-901-    # Reject names that are not valid shell variable names.
##############################################
sinfo-0.0.48/configure-904-    ac_useropt_orig=$ac_useropt
sinfo-0.0.48/configure:905:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sinfo-0.0.48/configure-906-    case $ac_user_opts in
##############################################
sinfo-0.0.48/configure-925-  -enable-* | --enable-*)
sinfo-0.0.48/configure:926:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sinfo-0.0.48/configure-927-    # Reject names that are not valid shell variable names.
##############################################
sinfo-0.0.48/configure-930-    ac_useropt_orig=$ac_useropt
sinfo-0.0.48/configure:931:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sinfo-0.0.48/configure-932-    case $ac_user_opts in
##############################################
sinfo-0.0.48/configure-1129-  -with-* | --with-*)
sinfo-0.0.48/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sinfo-0.0.48/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
sinfo-0.0.48/configure-1134-    ac_useropt_orig=$ac_useropt
sinfo-0.0.48/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sinfo-0.0.48/configure-1136-    case $ac_user_opts in
##############################################
sinfo-0.0.48/configure-1145-  -without-* | --without-*)
sinfo-0.0.48/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sinfo-0.0.48/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
sinfo-0.0.48/configure-1150-    ac_useropt_orig=$ac_useropt
sinfo-0.0.48/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sinfo-0.0.48/configure-1152-    case $ac_user_opts in
##############################################
sinfo-0.0.48/configure-1183-  *=*)
sinfo-0.0.48/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sinfo-0.0.48/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
sinfo-0.0.48/configure-1204-if test -n "$ac_prev"; then
sinfo-0.0.48/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sinfo-0.0.48/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
sinfo-0.0.48/configure-1226-    */ )
sinfo-0.0.48/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sinfo-0.0.48/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
sinfo-0.0.48/configure-1261-ac_ls_di=`ls -di .` &&
sinfo-0.0.48/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sinfo-0.0.48/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
sinfo-0.0.48/configure-1317-case $srcdir in
sinfo-0.0.48/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sinfo-0.0.48/configure-1319-esac
##############################################
sinfo-0.0.48/configure-1360-By default, \`make install' will install all the files in
sinfo-0.0.48/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sinfo-0.0.48/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sinfo-0.0.48/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
sinfo-0.0.48/configure-1490-*)
sinfo-0.0.48/configure:1491:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sinfo-0.0.48/configure-1492-  # A ".." for each directory in $ac_dir_suffix.
sinfo-0.0.48/configure:1493:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sinfo-0.0.48/configure-1494-  case $ac_top_builddir_sub in
##############################################
sinfo-0.0.48/configure-2123-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
sinfo-0.0.48/configure:2124:  as_decl_name=`echo $2|sed 's/ *(.*//'`
sinfo-0.0.48/configure:2125:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
sinfo-0.0.48/configure-2126-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
sinfo-0.0.48/configure-2361-    *\'*)
sinfo-0.0.48/configure:2362:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sinfo-0.0.48/configure-2363-    esac
##############################################
sinfo-0.0.48/configure-2444-      case $ac_val in
sinfo-0.0.48/configure:2445:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sinfo-0.0.48/configure-2446-      esac
##############################################
sinfo-0.0.48/configure-2459-	case $ac_val in
sinfo-0.0.48/configure:2460:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sinfo-0.0.48/configure-2461-	esac
##############################################
sinfo-0.0.48/configure-2579-    set,)
sinfo-0.0.48/configure:2580:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sinfo-0.0.48/configure:2581:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sinfo-0.0.48/configure-2582-      ac_cache_corrupted=: ;;
##############################################
sinfo-0.0.48/configure-2590-	# differences in whitespace do not lead to failure.
sinfo-0.0.48/configure:2591:	ac_old_val_w=`echo x $ac_old_val`
sinfo-0.0.48/configure:2592:	ac_new_val_w=`echo x $ac_new_val`
sinfo-0.0.48/configure-2593-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sinfo-0.0.48/configure-2610-    case $ac_new_val in
sinfo-0.0.48/configure:2611:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sinfo-0.0.48/configure-2612-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sinfo-0.0.48/configure-2785-if (
sinfo-0.0.48/configure:2786:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sinfo-0.0.48/configure-2787-   if test "$*" = "X"; then
sinfo-0.0.48/configure-2788-      # -L didn't work.
sinfo-0.0.48/configure:2789:      set X `ls -t "$srcdir/configure" conftest.file`
sinfo-0.0.48/configure-2790-   fi
##############################################
sinfo-0.0.48/configure-2821-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
sinfo-0.0.48/configure:2822:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
sinfo-0.0.48/configure-2823-
sinfo-0.0.48/configure-2824-# expand $ac_aux_dir to an absolute path
sinfo-0.0.48/configure:2825:am_aux_dir=`cd $ac_aux_dir && pwd`
sinfo-0.0.48/configure-2826-
##############################################
sinfo-0.0.48/configure-2966-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
sinfo-0.0.48/configure:2967:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
sinfo-0.0.48/configure-2968-	     'mkdir (GNU coreutils) '* | \
##############################################
sinfo-0.0.48/configure-3045-set x ${MAKE-make}
sinfo-0.0.48/configure:3046:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sinfo-0.0.48/configure-3047-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sinfo-0.0.48/configure-3055-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sinfo-0.0.48/configure:3056:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sinfo-0.0.48/configure-3057-  *@@@%%%=?*=@@@%%%*)
##############################################
sinfo-0.0.48/configure-3082-
sinfo-0.0.48/configure:3083:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sinfo-0.0.48/configure-3084-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sinfo-0.0.48/configure-3299-$as_echo_n "checking whether the C++ compiler works... " >&6; }
sinfo-0.0.48/configure:3300:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sinfo-0.0.48/configure-3301-
##############################################
sinfo-0.0.48/configure-3343-	then :; else
sinfo-0.0.48/configure:3344:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sinfo-0.0.48/configure-3345-	fi
##############################################
sinfo-0.0.48/configure-3403-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sinfo-0.0.48/configure:3404:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sinfo-0.0.48/configure-3405-	  break;;
##############################################
sinfo-0.0.48/configure-3512-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sinfo-0.0.48/configure:3513:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sinfo-0.0.48/configure-3514-       break;;
##############################################
sinfo-0.0.48/configure-3671-# Ignore all kinds of additional output from `make'.
sinfo-0.0.48/configure:3672:case `$am_make -s -f confmf 2> /dev/null` in #(
sinfo-0.0.48/configure-3673-*the\ am__doit\ target*)
##############################################
sinfo-0.0.48/configure-3681-   echo '.include "confinc"' > confmf
sinfo-0.0.48/configure:3682:   case `$am_make -s -f confmf 2> /dev/null` in #(
sinfo-0.0.48/configure-3683-   *the\ am__doit\ target*)
##############################################
sinfo-0.0.48/configure-3744-  if test "$am_compiler_list" = ""; then
sinfo-0.0.48/configure:3745:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sinfo-0.0.48/configure-3746-  fi
##############################################
sinfo-0.0.48/configure-3919-test "x$ac_build_alias" = x &&
sinfo-0.0.48/configure:3920:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sinfo-0.0.48/configure-3921-test "x$ac_build_alias" = x &&
sinfo-0.0.48/configure-3922-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
sinfo-0.0.48/configure:3923:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sinfo-0.0.48/configure-3924-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
sinfo-0.0.48/configure-3943-IFS=$ac_save_IFS
sinfo-0.0.48/configure:3944:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sinfo-0.0.48/configure-3945-
##############################################
sinfo-0.0.48/configure-3954-else
sinfo-0.0.48/configure:3955:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sinfo-0.0.48/configure-3956-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
sinfo-0.0.48/configure-3976-IFS=$ac_save_IFS
sinfo-0.0.48/configure:3977:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sinfo-0.0.48/configure-3978-
##############################################
sinfo-0.0.48/configure-4004-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
sinfo-0.0.48/configure:4005:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
sinfo-0.0.48/configure-4006-  ECHO='print -r --'
sinfo-0.0.48/configure:4007:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
sinfo-0.0.48/configure-4008-  ECHO='printf %s\n'
##############################################
sinfo-0.0.48/configure-4616-  if test "$am_compiler_list" = ""; then
sinfo-0.0.48/configure:4617:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sinfo-0.0.48/configure-4618-  fi
##############################################
sinfo-0.0.48/configure-4740-  # Check for GNU $ac_path_SED
sinfo-0.0.48/configure:4741:case `"$ac_path_SED" --version 2>&1` in
sinfo-0.0.48/configure-4742-*GNU*)
##############################################
sinfo-0.0.48/configure-4816-  # Check for GNU $ac_path_GREP
sinfo-0.0.48/configure:4817:case `"$ac_path_GREP" --version 2>&1` in
sinfo-0.0.48/configure-4818-*GNU*)
##############################################
sinfo-0.0.48/configure-4882-  # Check for GNU $ac_path_EGREP
sinfo-0.0.48/configure:4883:case `"$ac_path_EGREP" --version 2>&1` in
sinfo-0.0.48/configure-4884-*GNU*)
##############################################
sinfo-0.0.48/configure-4949-  # Check for GNU $ac_path_FGREP
sinfo-0.0.48/configure:4950:case `"$ac_path_FGREP" --version 2>&1` in
sinfo-0.0.48/configure-4951-*GNU*)
##############################################
sinfo-0.0.48/configure-5029-    # gcc leaves a trailing carriage return which upsets mingw
sinfo-0.0.48/configure:5030:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sinfo-0.0.48/configure-5031-  *)
sinfo-0.0.48/configure:5032:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sinfo-0.0.48/configure-5033-  esac
##############################################
sinfo-0.0.48/configure-5038-      # Canonicalize the pathname of ld
sinfo-0.0.48/configure:5039:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sinfo-0.0.48/configure-5040-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sinfo-0.0.48/configure:5041:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sinfo-0.0.48/configure-5042-      done
##############################################
sinfo-0.0.48/configure-5073-      # Break only if it was the GNU/non-GNU ld that we prefer.
sinfo-0.0.48/configure:5074:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sinfo-0.0.48/configure-5075-      *GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/configure-5104-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
sinfo-0.0.48/configure:5105:case `$LD -v 2>&1 </dev/null` in
sinfo-0.0.48/configure-5106-*GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/configure-5149-	# Tru64's nm complains that /dev/null is an invalid object file
sinfo-0.0.48/configure:5150:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/configure-5151-	*/dev/null* | *'Invalid file or object type'*)
##############################################
sinfo-0.0.48/configure-5155-	*)
sinfo-0.0.48/configure:5156:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/configure-5157-	  */dev/null*)
##############################################
sinfo-0.0.48/configure-5283-
sinfo-0.0.48/configure:5284:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/configure-5285-    *COFF*)
##############################################
sinfo-0.0.48/configure-5395-    # And add a safety zone
sinfo-0.0.48/configure:5396:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sinfo-0.0.48/configure:5397:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sinfo-0.0.48/configure-5398-    ;;
##############################################
sinfo-0.0.48/configure-5428-    if test -n "$kargmax"; then
sinfo-0.0.48/configure:5429:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
sinfo-0.0.48/configure-5430-    else
##############################################
sinfo-0.0.48/configure-5436-    if test -n "$lt_cv_sys_max_cmd_len"; then
sinfo-0.0.48/configure:5437:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sinfo-0.0.48/configure:5438:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sinfo-0.0.48/configure-5439-    else
##############################################
sinfo-0.0.48/configure-5448-      # we can't tell.
sinfo-0.0.48/configure:5449:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
sinfo-0.0.48/configure-5450-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
sinfo-0.0.48/configure-5452-      do
sinfo-0.0.48/configure:5453:        i=`expr $i + 1`
sinfo-0.0.48/configure-5454-        teststring=$teststring$teststring
##############################################
sinfo-0.0.48/configure-5456-      # Only check the string length outside the loop.
sinfo-0.0.48/configure:5457:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
sinfo-0.0.48/configure-5458-      teststring=
##############################################
sinfo-0.0.48/configure-5461-      # linker.  It appears as though 1/2 is a usable value.
sinfo-0.0.48/configure:5462:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
sinfo-0.0.48/configure-5463-    fi
##############################################
sinfo-0.0.48/configure-5897-openbsd*)
sinfo-0.0.48/configure:5898:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/configure-5899-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
sinfo-0.0.48/configure-5964-    else
sinfo-0.0.48/configure:5965:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
sinfo-0.0.48/configure-5966-    fi
##############################################
sinfo-0.0.48/configure-6109-  # decide which to use based on capabilities of $DLLTOOL
sinfo-0.0.48/configure:6110:  case `$DLLTOOL --help 2>&1` in
sinfo-0.0.48/configure-6111-  *--identify-strict*)
##############################################
sinfo-0.0.48/configure-6631-# If we're using GNU nm, then use its standard symbol codes.
sinfo-0.0.48/configure:6632:case `$NM -V 2>&1` in
sinfo-0.0.48/configure-6633-*GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/configure-6649-mingw*)
sinfo-0.0.48/configure:6650:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
sinfo-0.0.48/configure-6651-  ;;
##############################################
sinfo-0.0.48/configure-6868-   if test "$GCC" = yes; then
sinfo-0.0.48/configure:6869:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
sinfo-0.0.48/configure-6870-   fi
##############################################
sinfo-0.0.48/configure-6872- /*)
sinfo-0.0.48/configure:6873:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
sinfo-0.0.48/configure-6874-   ;; #(
##############################################
sinfo-0.0.48/configure-6909-  test $ac_status = 0; }; then
sinfo-0.0.48/configure:6910:    case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/configure-6911-      *ELF-32*)
##############################################
sinfo-0.0.48/configure-6929-    if test "$lt_cv_prog_gnu_ld" = yes; then
sinfo-0.0.48/configure:6930:      case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/configure-6931-	*32-bit*)
##############################################
sinfo-0.0.48/configure-6941-    else
sinfo-0.0.48/configure:6942:      case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/configure-6943-	*32-bit*)
##############################################
sinfo-0.0.48/configure-8095-do :
sinfo-0.0.48/configure:8096:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sinfo-0.0.48/configure-8097-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sinfo-0.0.48/configure-8100-  cat >>confdefs.h <<_ACEOF
sinfo-0.0.48/configure:8101:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sinfo-0.0.48/configure-8102-_ACEOF
##############################################
sinfo-0.0.48/configure-8126-  case ${2} in
sinfo-0.0.48/configure:8127:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sinfo-0.0.48/configure:8128:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sinfo-0.0.48/configure-8129-  esac
##############################################
sinfo-0.0.48/configure-8366-done
sinfo-0.0.48/configure:8367:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sinfo-0.0.48/configure-8368-
##############################################
sinfo-0.0.48/configure-8395-	"file_magic "*)
sinfo-0.0.48/configure:8396:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sinfo-0.0.48/configure-8397-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sinfo-0.0.48/configure-8461-	"file_magic "*)
sinfo-0.0.48/configure:8462:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sinfo-0.0.48/configure-8463-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sinfo-0.0.48/configure-8824-      *)
sinfo-0.0.48/configure:8825:	case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/configure-8826-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
sinfo-0.0.48/configure-9184-  if test "$hard_links" = no; then
sinfo-0.0.48/configure:9185:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
sinfo-0.0.48/configure:9186:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
sinfo-0.0.48/configure-9187-    need_locks=warn
##############################################
sinfo-0.0.48/configure-9273-	# shared libraries, regardless of the interface used.
sinfo-0.0.48/configure:9274:	case `$LD -v 2>&1` in
sinfo-0.0.48/configure-9275-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
sinfo-0.0.48/configure-9305-    supports_anon_versioning=no
sinfo-0.0.48/configure:9306:    case `$LD -v 2>&1` in
sinfo-0.0.48/configure-9307-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
sinfo-0.0.48/configure-9374-	# is EXPORTS), use it as is; otherwise, prepend...
sinfo-0.0.48/configure:9375:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/configure-9376-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
sinfo-0.0.48/configure-9402-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sinfo-0.0.48/configure:9403:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sinfo-0.0.48/configure:9404:      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'
sinfo-0.0.48/configure-9405-      ;;
##############################################
sinfo-0.0.48/configure-9420-        pgcc*)				# Portland Group C compiler
sinfo-0.0.48/configure:9421:	  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'
sinfo-0.0.48/configure-9422-	  tmp_addflag=' $pic_flag'
##############################################
sinfo-0.0.48/configure-9425-					# Portland Group f77 and f90 compilers
sinfo-0.0.48/configure:9426:	  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'
sinfo-0.0.48/configure-9427-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
sinfo-0.0.48/configure-9440-	nvcc*)	# Cuda Compiler Driver 2.2
sinfo-0.0.48/configure:9441:	  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'
sinfo-0.0.48/configure-9442-	  compiler_needs_object=yes
##############################################
sinfo-0.0.48/configure-9444-	esac
sinfo-0.0.48/configure:9445:	case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/configure-9446-	*Sun\ C*)			# Sun C 5.9
sinfo-0.0.48/configure:9447:	  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'
sinfo-0.0.48/configure-9448-	  compiler_needs_object=yes
##############################################
sinfo-0.0.48/configure-9512-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sinfo-0.0.48/configure:9513:      case `$LD -v 2>&1` in
sinfo-0.0.48/configure-9514-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
sinfo-0.0.48/configure-9635-	# below for broken collect2 doesn't work under 4.3+
sinfo-0.0.48/configure:9636:	  collect2name=`${CC} -print-prog-name=collect2`
sinfo-0.0.48/configure-9637-	  if test -f "$collect2name" &&
##############################################
sinfo-0.0.48/configure-9709-      }'
sinfo-0.0.48/configure:9710:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-9711-  # Check for a 64-bit object if we didn't find anything.
sinfo-0.0.48/configure-9712-  if test -z "$lt_cv_aix_libpath_"; then
sinfo-0.0.48/configure:9713:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-9714-  fi
##############################################
sinfo-0.0.48/configure-9727-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
sinfo-0.0.48/configure:9728:        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"
sinfo-0.0.48/configure-9729-      else
##############################################
sinfo-0.0.48/configure-9762-      }'
sinfo-0.0.48/configure:9763:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-9764-  # Check for a 64-bit object if we didn't find anything.
sinfo-0.0.48/configure-9765-  if test -z "$lt_cv_aix_libpath_"; then
sinfo-0.0.48/configure:9766:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-9767-  fi
##############################################
sinfo-0.0.48/configure-9835-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sinfo-0.0.48/configure:9836:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/configure-9837-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sinfo-0.0.48/configure-9872-	# FIXME: Setting linknames here is a bad hack.
sinfo-0.0.48/configure:9873:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
sinfo-0.0.48/configure-9874-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
sinfo-0.0.48/configure-9890-  if test "$lt_cv_ld_force_load" = "yes"; then
sinfo-0.0.48/configure:9891:    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\"`'
sinfo-0.0.48/configure-9892-
##############################################
sinfo-0.0.48/configure-10070-      if test "$GCC" = yes; then
sinfo-0.0.48/configure:10071:	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'
sinfo-0.0.48/configure-10072-	# Try to use the -exported_symbol ld option, if it does not
##############################################
sinfo-0.0.48/configure-10098-	if test "$lt_cv_irix_exported_symbol" = yes; then
sinfo-0.0.48/configure:10099:          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'
sinfo-0.0.48/configure-10100-	fi
sinfo-0.0.48/configure-10101-      else
sinfo-0.0.48/configure:10102:	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'
sinfo-0.0.48/configure:10103:	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'
sinfo-0.0.48/configure-10104-      fi
##############################################
sinfo-0.0.48/configure-10138-	hardcode_direct_absolute=yes
sinfo-0.0.48/configure:10139:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/configure-10140-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
sinfo-0.0.48/configure-10171-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/configure:10172:	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'
sinfo-0.0.48/configure-10173-      else
sinfo-0.0.48/configure-10174-	allow_undefined_flag=' -expect_unresolved \*'
sinfo-0.0.48/configure:10175:	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'
sinfo-0.0.48/configure-10176-      fi
##############################################
sinfo-0.0.48/configure-10184-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/configure:10185:	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'
sinfo-0.0.48/configure-10186-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
sinfo-0.0.48/configure-10188-	allow_undefined_flag=' -expect_unresolved \*'
sinfo-0.0.48/configure:10189:	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'
sinfo-0.0.48/configure:10190:	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~
sinfo-0.0.48/configure:10191:	$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'
sinfo-0.0.48/configure-10192-
##############################################
sinfo-0.0.48/configure-10207-      else
sinfo-0.0.48/configure:10208:	case `$CC -V 2>&1` in
sinfo-0.0.48/configure-10209-	*"Compilers 5.0"*)
##############################################
sinfo-0.0.48/configure-10606-  esac
sinfo-0.0.48/configure:10607:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
sinfo-0.0.48/configure-10608-  case $lt_search_path_spec in
##############################################
sinfo-0.0.48/configure-10613-    # okay in the real world where ";" in dirpaths is itself problematic.
sinfo-0.0.48/configure:10614:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
sinfo-0.0.48/configure-10615-    ;;
sinfo-0.0.48/configure-10616-  *)
sinfo-0.0.48/configure:10617:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/configure-10618-    ;;
##############################################
sinfo-0.0.48/configure-10622-  lt_tmp_lt_search_path_spec=
sinfo-0.0.48/configure:10623:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
sinfo-0.0.48/configure-10624-  for lt_sys_path in $lt_search_path_spec; do
##############################################
sinfo-0.0.48/configure-10657-  esac
sinfo-0.0.48/configure:10658:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
sinfo-0.0.48/configure-10659-else
##############################################
sinfo-0.0.48/configure-10745-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sinfo-0.0.48/configure:10746:    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'
sinfo-0.0.48/configure-10747-    ;;
##############################################
sinfo-0.0.48/configure-10781-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/configure:10782:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/configure:10783:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/configure:10784:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/configure-10785-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sinfo-0.0.48/configure-10790-      fi'
sinfo-0.0.48/configure:10791:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/configure-10792-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/configure-10798-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sinfo-0.0.48/configure:10799:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-10800-
##############################################
sinfo-0.0.48/configure-10804-      # MinGW DLLs use traditional 'lib' prefix
sinfo-0.0.48/configure:10805:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-10806-      ;;
##############################################
sinfo-0.0.48/configure-10808-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sinfo-0.0.48/configure:10809:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-10810-      ;;
##############################################
sinfo-0.0.48/configure-10817-    libname_spec='$name'
sinfo-0.0.48/configure:10818:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-10819-    library_names_spec='${libname}.dll.lib'
##############################################
sinfo-0.0.48/configure-10829-        # Let DOS variable expansion print the short 8.3 style file name.
sinfo-0.0.48/configure:10830:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sinfo-0.0.48/configure-10831-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sinfo-0.0.48/configure-10834-      # Convert to MSYS style.
sinfo-0.0.48/configure:10835:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
sinfo-0.0.48/configure-10836-      ;;
##############################################
sinfo-0.0.48/configure-10840-      # like /cygdrive/c/PROGRA~1:/cygdr...
sinfo-0.0.48/configure:10841:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sinfo-0.0.48/configure:10842:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sinfo-0.0.48/configure:10843:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/configure-10844-      ;;
##############################################
sinfo-0.0.48/configure-10848-        # It is most probably a Windows format PATH.
sinfo-0.0.48/configure:10849:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sinfo-0.0.48/configure-10850-      else
sinfo-0.0.48/configure:10851:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/configure-10852-      fi
##############################################
sinfo-0.0.48/configure-10858-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/configure:10859:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/configure:10860:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/configure:10861:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/configure-10862-      test -d \$dldir || mkdir -p \$dldir~
sinfo-0.0.48/configure-10863-      $install_prog $dir/$dlname \$dldir/$dlname'
sinfo-0.0.48/configure:10864:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/configure-10865-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/configure-10872-    # Assume MSVC wrapper
sinfo-0.0.48/configure:10873:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
sinfo-0.0.48/configure-10874-    dynamic_linker='Win32 ld.exe'
##############################################
sinfo-0.0.48/configure-10889-  shlibpath_var=DYLD_LIBRARY_PATH
sinfo-0.0.48/configure:10890:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sinfo-0.0.48/configure-10891-
##############################################
sinfo-0.0.48/configure-11115-  if test -f /etc/ld.so.conf; then
sinfo-0.0.48/configure:11116:    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' ' '`
sinfo-0.0.48/configure-11117-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
sinfo-0.0.48/configure-11189-  shlibpath_var=LD_LIBRARY_PATH
sinfo-0.0.48/configure:11190:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/configure-11191-    case $host_os in
##############################################
sinfo-0.0.48/configure-12338-done
sinfo-0.0.48/configure:12339:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sinfo-0.0.48/configure-12340-
##############################################
sinfo-0.0.48/configure-12370-    # gcc leaves a trailing carriage return which upsets mingw
sinfo-0.0.48/configure:12371:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sinfo-0.0.48/configure-12372-  *)
sinfo-0.0.48/configure:12373:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sinfo-0.0.48/configure-12374-  esac
##############################################
sinfo-0.0.48/configure-12379-      # Canonicalize the pathname of ld
sinfo-0.0.48/configure:12380:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sinfo-0.0.48/configure-12381-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sinfo-0.0.48/configure:12382:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sinfo-0.0.48/configure-12383-      done
##############################################
sinfo-0.0.48/configure-12414-      # Break only if it was the GNU/non-GNU ld that we prefer.
sinfo-0.0.48/configure:12415:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sinfo-0.0.48/configure-12416-      *GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/configure-12445-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
sinfo-0.0.48/configure:12446:case `$LD -v 2>&1 </dev/null` in
sinfo-0.0.48/configure-12447-*GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/configure-12479-        # ancient GNU ld didn't support --whole-archive et. al.
sinfo-0.0.48/configure:12480:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
sinfo-0.0.48/configure-12481-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
sinfo-0.0.48/configure-12563-          # below for broken collect2 doesn't work under 4.3+
sinfo-0.0.48/configure:12564:	  collect2name=`${CC} -print-prog-name=collect2`
sinfo-0.0.48/configure-12565-	  if test -f "$collect2name" &&
##############################################
sinfo-0.0.48/configure-12636-      }'
sinfo-0.0.48/configure:12637:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-12638-  # Check for a 64-bit object if we didn't find anything.
sinfo-0.0.48/configure-12639-  if test -z "$lt_cv_aix_libpath__CXX"; then
sinfo-0.0.48/configure:12640:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-12641-  fi
##############################################
sinfo-0.0.48/configure-12655-
sinfo-0.0.48/configure:12656:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
sinfo-0.0.48/configure-12657-        else
##############################################
sinfo-0.0.48/configure-12690-      }'
sinfo-0.0.48/configure:12691:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-12692-  # Check for a 64-bit object if we didn't find anything.
sinfo-0.0.48/configure-12693-  if test -z "$lt_cv_aix_libpath__CXX"; then
sinfo-0.0.48/configure:12694:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/configure-12695-  fi
##############################################
sinfo-0.0.48/configure-12763-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sinfo-0.0.48/configure:12764:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/configure-12765-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sinfo-0.0.48/configure-12804-	    # is EXPORTS), use it as is; otherwise, prepend...
sinfo-0.0.48/configure:12805:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/configure-12806-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
sinfo-0.0.48/configure-12825-  if test "$lt_cv_ld_force_load" = "yes"; then
sinfo-0.0.48/configure:12826:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
sinfo-0.0.48/configure-12827-
##############################################
sinfo-0.0.48/configure-12916-            # dependencies.
sinfo-0.0.48/configure:12917:            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"'
sinfo-0.0.48/configure-12918-            ;;
##############################################
sinfo-0.0.48/configure-12981-	    # dependencies.
sinfo-0.0.48/configure:12982:	    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"'
sinfo-0.0.48/configure-12983-	    ;;
##############################################
sinfo-0.0.48/configure-13017-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sinfo-0.0.48/configure:13018:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sinfo-0.0.48/configure:13019:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sinfo-0.0.48/configure-13020-	;;
##############################################
sinfo-0.0.48/configure-13024-	    # SGI C++
sinfo-0.0.48/configure:13025:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure-13026-
##############################################
sinfo-0.0.48/configure-13035-	      if test "$with_gnu_ld" = no; then
sinfo-0.0.48/configure:13036:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure-13037-	      else
sinfo-0.0.48/configure:13038:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
sinfo-0.0.48/configure-13039-	      fi
##############################################
sinfo-0.0.48/configure-13056-	    # to its proper name (with version) after linking.
sinfo-0.0.48/configure:13057:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
sinfo-0.0.48/configure:13058:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
sinfo-0.0.48/configure-13059-	    # Commands to make compiler produce verbose output that lists
##############################################
sinfo-0.0.48/configure-13066-	    # dependencies.
sinfo-0.0.48/configure:13067:	    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"'
sinfo-0.0.48/configure-13068-
##############################################
sinfo-0.0.48/configure-13081-	    # earlier do not add the objects themselves.
sinfo-0.0.48/configure:13082:	    case `$CC -V 2>&1` in
sinfo-0.0.48/configure-13083-	      *"Version 7."*)
##############################################
sinfo-0.0.48/configure-13102-            # Portland Group C++ compiler
sinfo-0.0.48/configure:13103:	    case `$CC -V` in
sinfo-0.0.48/configure-13104-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
sinfo-0.0.48/configure-13107-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
sinfo-0.0.48/configure:13108:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
sinfo-0.0.48/configure-13109-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
sinfo-0.0.48/configure-13111-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
sinfo-0.0.48/configure:13112:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
sinfo-0.0.48/configure-13113-		$RANLIB $oldlib'
##############################################
sinfo-0.0.48/configure-13116-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sinfo-0.0.48/configure:13117:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
sinfo-0.0.48/configure-13118-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
sinfo-0.0.48/configure-13120-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sinfo-0.0.48/configure:13121:		$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'
sinfo-0.0.48/configure-13122-	      ;;
##############################################
sinfo-0.0.48/configure-13130-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
sinfo-0.0.48/configure:13131:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sinfo-0.0.48/configure-13132-            ;;
##############################################
sinfo-0.0.48/configure-13149-	    # dependencies.
sinfo-0.0.48/configure:13150:	    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'
sinfo-0.0.48/configure-13151-	    ;;
##############################################
sinfo-0.0.48/configure-13164-	  *)
sinfo-0.0.48/configure:13165:	    case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/configure-13166-	    *Sun\ C*)
##############################################
sinfo-0.0.48/configure-13171-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
sinfo-0.0.48/configure:13172:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
sinfo-0.0.48/configure-13173-	      compiler_needs_object_CXX=yes
##############################################
sinfo-0.0.48/configure-13241-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
sinfo-0.0.48/configure:13242:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/configure-13243-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
sinfo-0.0.48/configure-13260-	    # to its proper name (with version) after linking.
sinfo-0.0.48/configure:13261:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
sinfo-0.0.48/configure-13262-
##############################################
sinfo-0.0.48/configure-13281-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/configure:13282:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure-13283-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
sinfo-0.0.48/configure-13286-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
sinfo-0.0.48/configure:13287:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure:13288:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
sinfo-0.0.48/configure-13289-	          echo "-hidden">> $lib.exp~
sinfo-0.0.48/configure:13290:	          $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~
sinfo-0.0.48/configure-13291-	          $RM $lib.exp'
##############################################
sinfo-0.0.48/configure-13305-	    # dependencies.
sinfo-0.0.48/configure:13306:	    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"'
sinfo-0.0.48/configure-13307-	    ;;
##############################################
sinfo-0.0.48/configure-13312-	        osf3*)
sinfo-0.0.48/configure:13313:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure-13314-		  ;;
sinfo-0.0.48/configure-13315-	        *)
sinfo-0.0.48/configure:13316:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
sinfo-0.0.48/configure-13317-		  ;;
##############################################
sinfo-0.0.48/configure-13559-
sinfo-0.0.48/configure:13560:  for p in `eval "$output_verbose_link_cmd"`; do
sinfo-0.0.48/configure-13561-    case ${prev}${p} in
##############################################
sinfo-0.0.48/configure-13656-linux*)
sinfo-0.0.48/configure:13657:  case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/configure-13658-  *Sun\ C*)
##############################################
sinfo-0.0.48/configure-13707-if test -n "${compiler_lib_search_path_CXX}"; then
sinfo-0.0.48/configure:13708: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
sinfo-0.0.48/configure-13709-fi
##############################################
sinfo-0.0.48/configure-13948-	  *)
sinfo-0.0.48/configure:13949:	    case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/configure-13950-	    *Sun\ C*)
##############################################
sinfo-0.0.48/configure-14302-  if test "$hard_links" = no; then
sinfo-0.0.48/configure:14303:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
sinfo-0.0.48/configure:14304:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
sinfo-0.0.48/configure-14305-    need_locks=warn
##############################################
sinfo-0.0.48/configure-14579-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sinfo-0.0.48/configure:14580:    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'
sinfo-0.0.48/configure-14581-    ;;
##############################################
sinfo-0.0.48/configure-14615-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/configure:14616:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/configure:14617:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/configure:14618:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/configure-14619-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sinfo-0.0.48/configure-14624-      fi'
sinfo-0.0.48/configure:14625:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/configure-14626-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/configure-14632-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sinfo-0.0.48/configure:14633:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-14634-
##############################################
sinfo-0.0.48/configure-14637-      # MinGW DLLs use traditional 'lib' prefix
sinfo-0.0.48/configure:14638:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-14639-      ;;
##############################################
sinfo-0.0.48/configure-14641-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sinfo-0.0.48/configure:14642:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-14643-      ;;
##############################################
sinfo-0.0.48/configure-14650-    libname_spec='$name'
sinfo-0.0.48/configure:14651:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/configure-14652-    library_names_spec='${libname}.dll.lib'
##############################################
sinfo-0.0.48/configure-14662-        # Let DOS variable expansion print the short 8.3 style file name.
sinfo-0.0.48/configure:14663:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sinfo-0.0.48/configure-14664-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sinfo-0.0.48/configure-14667-      # Convert to MSYS style.
sinfo-0.0.48/configure:14668:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
sinfo-0.0.48/configure-14669-      ;;
##############################################
sinfo-0.0.48/configure-14673-      # like /cygdrive/c/PROGRA~1:/cygdr...
sinfo-0.0.48/configure:14674:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sinfo-0.0.48/configure:14675:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sinfo-0.0.48/configure:14676:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/configure-14677-      ;;
##############################################
sinfo-0.0.48/configure-14681-        # It is most probably a Windows format PATH.
sinfo-0.0.48/configure:14682:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sinfo-0.0.48/configure-14683-      else
sinfo-0.0.48/configure:14684:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/configure-14685-      fi
##############################################
sinfo-0.0.48/configure-14691-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/configure:14692:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/configure:14693:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/configure:14694:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/configure-14695-      test -d \$dldir || mkdir -p \$dldir~
sinfo-0.0.48/configure-14696-      $install_prog $dir/$dlname \$dldir/$dlname'
sinfo-0.0.48/configure:14697:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/configure-14698-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/configure-14705-    # Assume MSVC wrapper
sinfo-0.0.48/configure:14706:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
sinfo-0.0.48/configure-14707-    dynamic_linker='Win32 ld.exe'
##############################################
sinfo-0.0.48/configure-14722-  shlibpath_var=DYLD_LIBRARY_PATH
sinfo-0.0.48/configure:14723:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sinfo-0.0.48/configure-14724-
##############################################
sinfo-0.0.48/configure-14947-  if test -f /etc/ld.so.conf; then
sinfo-0.0.48/configure:14948:    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' ' '`
sinfo-0.0.48/configure-14949-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
sinfo-0.0.48/configure-15021-  shlibpath_var=LD_LIBRARY_PATH
sinfo-0.0.48/configure:15022:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/configure-15023-    case $host_os in
##############################################
sinfo-0.0.48/configure-16178-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
sinfo-0.0.48/configure:16179:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
sinfo-0.0.48/configure-16180-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
sinfo-0.0.48/configure-16210-  cat >>confdefs.h <<_ACEOF
sinfo-0.0.48/configure:16211:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
sinfo-0.0.48/configure-16212-_ACEOF
##############################################
sinfo-0.0.48/configure-16540-do :
sinfo-0.0.48/configure:16541:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sinfo-0.0.48/configure-16542-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sinfo-0.0.48/configure-16544-  cat >>confdefs.h <<_ACEOF
sinfo-0.0.48/configure:16545:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sinfo-0.0.48/configure-16546-_ACEOF
##############################################
sinfo-0.0.48/configure-16965-do :
sinfo-0.0.48/configure:16966:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sinfo-0.0.48/configure-16967-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sinfo-0.0.48/configure-16969-  cat >>confdefs.h <<_ACEOF
sinfo-0.0.48/configure:16970:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sinfo-0.0.48/configure-16971-_ACEOF
##############################################
sinfo-0.0.48/configure-17340-do :
sinfo-0.0.48/configure:17341:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sinfo-0.0.48/configure-17342-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sinfo-0.0.48/configure-17344-  cat >>confdefs.h <<_ACEOF
sinfo-0.0.48/configure:17345:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sinfo-0.0.48/configure-17346-_ACEOF
##############################################
sinfo-0.0.48/configure-17391-    boost_lib_version_req=1.36
sinfo-0.0.48/configure:17392:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
sinfo-0.0.48/configure:17393:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
sinfo-0.0.48/configure:17394:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
sinfo-0.0.48/configure:17395:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
sinfo-0.0.48/configure-17396-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
sinfo-0.0.48/configure-17398-        fi
sinfo-0.0.48/configure:17399:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
sinfo-0.0.48/configure-17400-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
sinfo-0.0.48/configure-17490-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
sinfo-0.0.48/configure:17491:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
sinfo-0.0.48/configure:17492:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
sinfo-0.0.48/configure:17493:                    V_CHECK=`expr $_version_tmp \> $_version`
sinfo-0.0.48/configure-17494-                    if test "$V_CHECK" = "1" ; then
##############################################
sinfo-0.0.48/configure-17496-                    fi
sinfo-0.0.48/configure:17497:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
sinfo-0.0.48/configure-17498-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
sinfo-0.0.48/configure-17504-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
sinfo-0.0.48/configure:17505:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
sinfo-0.0.48/configure:17506:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
sinfo-0.0.48/configure:17507:                            V_CHECK=`expr $_version_tmp \> $_version`
sinfo-0.0.48/configure-17508-                            if test "$V_CHECK" = "1" ; then
##############################################
sinfo-0.0.48/configure-17515-
sinfo-0.0.48/configure:17516:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
sinfo-0.0.48/configure-17517-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
sinfo-0.0.48/configure-17530-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
sinfo-0.0.48/configure:17531:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
sinfo-0.0.48/configure:17532:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
sinfo-0.0.48/configure:17533:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
sinfo-0.0.48/configure:17534:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
sinfo-0.0.48/configure-17535-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
sinfo-0.0.48/configure-17692-
sinfo-0.0.48/configure:17693:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
sinfo-0.0.48/configure-17694-            if test "x$ax_boost_user_signals_lib" = "x"; then
sinfo-0.0.48/configure:17695:                for libextension in `ls $BOOSTLIBDIR/libboost_signals*.so* $BOOSTLIBDIR/libboost_signals*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_signals.*\)\.so.*$;\1;' -e 's;^lib\(boost_signals.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/configure-17696-                     ax_lib=${libextension}
sinfo-0.0.48/configure:17697:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
sinfo-0.0.48/configure-17698-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-17742-                if test "x$link_signals" != "xyes"; then
sinfo-0.0.48/configure:17743:                for libextension in `ls $BOOSTLIBDIR/boost_signals*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_signals.*\)\.dll.*$;\1;' -e 's;^\(boost_signals.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/configure-17744-                     ax_lib=${libextension}
sinfo-0.0.48/configure:17745:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
sinfo-0.0.48/configure-17746-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-17793-               for ax_lib in $ax_boost_user_signals_lib boost_signals-$ax_boost_user_signals_lib; do
sinfo-0.0.48/configure:17794:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
sinfo-0.0.48/configure-17795-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-17925-
sinfo-0.0.48/configure:17926:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
sinfo-0.0.48/configure-17927-
##############################################
sinfo-0.0.48/configure-17929-            if test "x$ax_boost_user_system_lib" = "x"; then
sinfo-0.0.48/configure:17930:                for libextension in `ls $BOOSTLIBDIR/libboost_system*.so* $BOOSTLIBDIR/libboost_system*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_system.*\)\.so.*$;\1;' -e 's;^lib\(boost_system.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/configure-17931-                     ax_lib=${libextension}
sinfo-0.0.48/configure:17932:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
sinfo-0.0.48/configure-17933-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-17977-                if test "x$link_system" != "xyes"; then
sinfo-0.0.48/configure:17978:                for libextension in `ls $BOOSTLIBDIR/boost_system*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_system.*\)\.dll.*$;\1;' -e 's;^\(boost_system.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/configure-17979-                     ax_lib=${libextension}
sinfo-0.0.48/configure:17980:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
sinfo-0.0.48/configure-17981-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-18028-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
sinfo-0.0.48/configure:18029:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
sinfo-0.0.48/configure-18030-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
sinfo-0.0.48/configure-18215-'
sinfo-0.0.48/configure:18216:DEFS=`sed -n "$ac_script" confdefs.h`
sinfo-0.0.48/configure-18217-
##############################################
sinfo-0.0.48/configure-18224-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sinfo-0.0.48/configure:18225:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sinfo-0.0.48/configure-18226-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sinfo-0.0.48/configure-18311-if test -z "$BASH_VERSION$ZSH_VERSION" \
sinfo-0.0.48/configure:18312:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sinfo-0.0.48/configure-18313-  as_echo='print -r --'
sinfo-0.0.48/configure-18314-  as_echo_n='print -rn --'
sinfo-0.0.48/configure:18315:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sinfo-0.0.48/configure-18316-  as_echo='printf %s\n'
##############################################
sinfo-0.0.48/configure-18318-else
sinfo-0.0.48/configure:18319:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sinfo-0.0.48/configure-18320-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sinfo-0.0.48/configure-18328-	expr "X$arg" : "X\\(.*\\)$as_nl";
sinfo-0.0.48/configure:18329:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sinfo-0.0.48/configure-18330-      esac;
##############################################
sinfo-0.0.48/configure-18405-# ----------------------------------------
sinfo-0.0.48/configure:18406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sinfo-0.0.48/configure-18407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sinfo-0.0.48/configure-18477-  {
sinfo-0.0.48/configure:18478:    as_val=`expr "$@" || test $? -eq 1`
sinfo-0.0.48/configure-18479-  }
##############################################
sinfo-0.0.48/configure-18581-      case $as_dir in #(
sinfo-0.0.48/configure:18582:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sinfo-0.0.48/configure-18583-      *) as_qdir=$as_dir;;
##############################################
sinfo-0.0.48/configure-18707-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sinfo-0.0.48/configure:18708:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sinfo-0.0.48/configure-18709-ac_cs_version="\\
##############################################
sinfo-0.0.48/configure-18732-  --*=?*)
sinfo-0.0.48/configure:18733:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sinfo-0.0.48/configure:18734:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sinfo-0.0.48/configure-18735-    ac_shift=:
##############################################
sinfo-0.0.48/configure-18737-  --*=)
sinfo-0.0.48/configure:18738:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sinfo-0.0.48/configure-18739-    ac_optarg=
##############################################
sinfo-0.0.48/configure-18761-    case $ac_optarg in
sinfo-0.0.48/configure:18762:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sinfo-0.0.48/configure-18763-    '') as_fn_error $? "missing file argument" ;;
##############################################
sinfo-0.0.48/configure-18827-delay_variable_subst='$delay_variable_subst'
sinfo-0.0.48/configure:18828:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18829:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18830:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18831:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18832:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18833:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18834:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18835:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18836:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18837:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18838:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18839:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18840:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18841:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18842:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18843:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18844:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18845:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18846:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18847:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18848:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18849:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18850:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18851:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18852:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18853:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18854:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18855:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18856:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18857:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18858:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18859:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18860:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18861:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18862:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18863:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18864:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18865:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18866:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18867:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18868:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18869:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18870:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18871:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18872:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18873:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18874:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18875:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18876:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18877:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18878:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18879:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18880:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18881:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18882:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18883:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18884: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"`'
sinfo-0.0.48/configure:18885:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18886:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18887:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18888:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18889:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18890:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18891:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18892:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18893:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18894:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18895:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18896:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18897:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18898:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18899:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18900:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18901:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18902:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18903:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18904:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18905:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18906:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18907:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18908:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18909:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18910:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18911:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18912:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18913:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18914:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18915:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18916:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18917:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18918:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18919:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18920:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18921:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18922:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18923:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18924:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18925:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18926:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18927:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18928:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18929:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18930:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18931:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18932:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18933:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18934:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18935:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18936:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18937:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18938:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18939:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18940:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18941:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18942:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18943:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18944:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18945:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18946:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18947:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18948:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18949:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18950:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18951:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18952:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18953:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18954:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18955:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18956:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18957:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18958:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18959:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18960:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18961:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18962:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18963:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18964:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18965:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18966:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18967:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18968:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18969:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18970:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18971:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18972:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18973:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18974:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18975:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18976:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18977:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18978:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18979:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18980:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18981:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18982:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18983:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18984:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18985:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18986:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18987:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18988:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18989:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18990:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18991:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18992:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18993:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18994:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18995:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18996:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18997:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18998:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:18999:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19000:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19001:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19002:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19003:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19004:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19005:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19006:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19007:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19008:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19009:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19010:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure:19011:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/configure-19012-
##############################################
sinfo-0.0.48/configure-19121-compiler_lib_search_path_CXX; do
sinfo-0.0.48/configure:19122:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sinfo-0.0.48/configure-19123-    *[\\\\\\\`\\"\\\$]*)
sinfo-0.0.48/configure:19124:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
sinfo-0.0.48/configure-19125-      ;;
##############################################
sinfo-0.0.48/configure-19162-postlink_cmds_CXX; do
sinfo-0.0.48/configure:19163:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sinfo-0.0.48/configure-19164-    *[\\\\\\\`\\"\\\$]*)
sinfo-0.0.48/configure:19165:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
sinfo-0.0.48/configure-19166-      ;;
##############################################
sinfo-0.0.48/configure-19278-fi
sinfo-0.0.48/configure:19279:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sinfo-0.0.48/configure-19280-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sinfo-0.0.48/configure-19295-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sinfo-0.0.48/configure:19296:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sinfo-0.0.48/configure-19297-ac_delim='%!_!# '
##############################################
sinfo-0.0.48/configure-19301-
sinfo-0.0.48/configure:19302:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sinfo-0.0.48/configure-19303-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sinfo-0.0.48/configure-19463-      esac
sinfo-0.0.48/configure:19464:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sinfo-0.0.48/configure-19465-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sinfo-0.0.48/configure-19522-*)
sinfo-0.0.48/configure:19523:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sinfo-0.0.48/configure-19524-  # A ".." for each directory in $ac_dir_suffix.
sinfo-0.0.48/configure:19525:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sinfo-0.0.48/configure-19526-  case $ac_top_builddir_sub in
##############################################
sinfo-0.0.48/configure-19583-/@mandir@/p'
sinfo-0.0.48/configure:19584:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sinfo-0.0.48/configure-19585-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sinfo-0.0.48/configure-19600-
sinfo-0.0.48/configure:19601:# Neutralize VPATH when `$srcdir' = `.'.
sinfo-0.0.48/configure-19602-# Shell code in configure.ac might set extrasub.
##############################################
sinfo-0.0.48/configure-19628-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sinfo-0.0.48/configure:19629:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sinfo-0.0.48/configure-19630-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sinfo-0.0.48/configure-19664-    # Strip MF so we end up with the name of the file.
sinfo-0.0.48/configure:19665:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sinfo-0.0.48/configure-19666-    # Check whether this is an Automake generated Makefile or not.
##############################################
sinfo-0.0.48/configure-19701-    # from the Makefile without running `make'.
sinfo-0.0.48/configure:19702:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sinfo-0.0.48/configure-19703-    test -z "$DEPDIR" && continue
sinfo-0.0.48/configure:19704:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sinfo-0.0.48/configure-19705-    test -z "am__include" && continue
sinfo-0.0.48/configure:19706:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sinfo-0.0.48/configure-19707-    # When using ansi2knr, U may be empty or an underscore; expand it
sinfo-0.0.48/configure:19708:    U=`sed -n 's/^U = //p' < "$mf"`
sinfo-0.0.48/configure-19709-    # Find all dependency output files, they are included files with
##############################################
sinfo-0.0.48/configure-19762-
sinfo-0.0.48/configure:19763:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
sinfo-0.0.48/configure-19764-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
sinfo-0.0.48/install-sh-229-      fi
sinfo-0.0.48/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sinfo-0.0.48/install-sh-231-    *)
##############################################
sinfo-0.0.48/install-sh-276-      dstdir=$dst
sinfo-0.0.48/install-sh:277:      dst=$dstdir/`basename "$src"`
sinfo-0.0.48/install-sh-278-      dstdir_status=0
##############################################
sinfo-0.0.48/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
sinfo-0.0.48/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
sinfo-0.0.48/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
sinfo-0.0.48/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
sinfo-0.0.48/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
sinfo-0.0.48/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sinfo-0.0.48/install-sh-425-	    case $prefix in
sinfo-0.0.48/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sinfo-0.0.48/install-sh-427-	      *) qprefix=$prefix;;
##############################################
sinfo-0.0.48/install-sh-474-    if $copy_on_change &&
sinfo-0.0.48/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
sinfo-0.0.48/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
sinfo-0.0.48/install-sh-477-
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES =
sinfo-0.0.48/libprotocolasio/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/libprotocolasio/Makefile.in-64-am__vpath_adj = case $$p in \
sinfo-0.0.48/libprotocolasio/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/libprotocolasio/Makefile.in-66-    *) f=$$p;; \
sinfo-0.0.48/libprotocolasio/Makefile.in-67-  esac;
sinfo-0.0.48/libprotocolasio/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/libprotocolasio/Makefile.in-69-am__install_max = 40
sinfo-0.0.48/libprotocolasio/Makefile.in-70-am__nobase_strip_setup = \
sinfo-0.0.48/libprotocolasio/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/libprotocolasio/Makefile.in-72-am__nobase_strip = \
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-324-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
sinfo-0.0.48/libprotocolasio/Makefile.in:325:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
sinfo-0.0.48/libprotocolasio/Makefile.in-326-	  test "$$dir" != "$$p" || dir=.; \
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-349-.cc.obj:
sinfo-0.0.48/libprotocolasio/Makefile.in:350:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libprotocolasio/Makefile.in-351-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-353-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libprotocolasio/Makefile.in:354:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/libprotocolasio/Makefile.in-355-
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-363-libprotocolasio_la-protocoltimerasio.lo: protocoltimerasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in:364:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libprotocolasio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libprotocolasio_la-protocoltimerasio.lo -MD -MP -MF $(DEPDIR)/libprotocolasio_la-protocoltimerasio.Tpo -c -o libprotocolasio_la-protocoltimerasio.lo `test -f 'protocoltimerasio.cc' || echo '$(srcdir)/'`protocoltimerasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in-365-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libprotocolasio_la-protocoltimerasio.Tpo $(DEPDIR)/libprotocolasio_la-protocoltimerasio.Plo
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-367-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libprotocolasio/Makefile.in:368:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libprotocolasio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libprotocolasio_la-protocoltimerasio.lo `test -f 'protocoltimerasio.cc' || echo '$(srcdir)/'`protocoltimerasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in-369-
sinfo-0.0.48/libprotocolasio/Makefile.in-370-libprotocolasio_la-thetimerobjectasio.lo: thetimerobjectasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in:371:@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libprotocolasio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libprotocolasio_la-thetimerobjectasio.lo -MD -MP -MF $(DEPDIR)/libprotocolasio_la-thetimerobjectasio.Tpo -c -o libprotocolasio_la-thetimerobjectasio.lo `test -f 'thetimerobjectasio.cc' || echo '$(srcdir)/'`thetimerobjectasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in-372-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libprotocolasio_la-thetimerobjectasio.Tpo $(DEPDIR)/libprotocolasio_la-thetimerobjectasio.Plo
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/libprotocolasio/Makefile.in:375:@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libprotocolasio_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libprotocolasio_la-thetimerobjectasio.lo `test -f 'thetimerobjectasio.cc' || echo '$(srcdir)/'`thetimerobjectasio.cc
sinfo-0.0.48/libprotocolasio/Makefile.in-376-
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-427-GTAGS:
sinfo-0.0.48/libprotocolasio/Makefile.in:428:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/libprotocolasio/Makefile.in-429-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-435-distdir: $(DISTFILES)
sinfo-0.0.48/libprotocolasio/Makefile.in:436:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libprotocolasio/Makefile.in:437:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/libprotocolasio/Makefile.in-438-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/libprotocolasio/Makefile.in-449-	  if test -d $$d/$$file; then \
sinfo-0.0.48/libprotocolasio/Makefile.in:450:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/libprotocolasio/Makefile.in-451-	    if test -d "$(distdir)/$$file"; then \
##############################################
sinfo-0.0.48/aclocal.m4-97-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
sinfo-0.0.48/aclocal.m4:98:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
sinfo-0.0.48/aclocal.m4:99:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
sinfo-0.0.48/aclocal.m4:100:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
sinfo-0.0.48/aclocal.m4:101:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
sinfo-0.0.48/aclocal.m4-102-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
sinfo-0.0.48/aclocal.m4-104-        fi
sinfo-0.0.48/aclocal.m4:105:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
sinfo-0.0.48/aclocal.m4-106-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
sinfo-0.0.48/aclocal.m4-183-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
sinfo-0.0.48/aclocal.m4:184:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
sinfo-0.0.48/aclocal.m4:185:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
sinfo-0.0.48/aclocal.m4:186:                    V_CHECK=`expr $_version_tmp \> $_version`
sinfo-0.0.48/aclocal.m4-187-                    if test "$V_CHECK" = "1" ; then
##############################################
sinfo-0.0.48/aclocal.m4-189-                    fi
sinfo-0.0.48/aclocal.m4:190:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
sinfo-0.0.48/aclocal.m4-191-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
sinfo-0.0.48/aclocal.m4-197-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
sinfo-0.0.48/aclocal.m4:198:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
sinfo-0.0.48/aclocal.m4:199:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
sinfo-0.0.48/aclocal.m4:200:                            V_CHECK=`expr $_version_tmp \> $_version`
sinfo-0.0.48/aclocal.m4-201-                            if test "$V_CHECK" = "1" ; then
##############################################
sinfo-0.0.48/aclocal.m4-208-
sinfo-0.0.48/aclocal.m4:209:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
sinfo-0.0.48/aclocal.m4-210-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
sinfo-0.0.48/aclocal.m4-223-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
sinfo-0.0.48/aclocal.m4:224:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
sinfo-0.0.48/aclocal.m4:225:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
sinfo-0.0.48/aclocal.m4:226:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
sinfo-0.0.48/aclocal.m4:227:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
sinfo-0.0.48/aclocal.m4-228-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
sinfo-0.0.48/aclocal.m4-358-			AC_DEFINE(HAVE_BOOST_SIGNALS,,[define if the Boost::Signals library is available])
sinfo-0.0.48/aclocal.m4:359:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
sinfo-0.0.48/aclocal.m4-360-            if test "x$ax_boost_user_signals_lib" = "x"; then
sinfo-0.0.48/aclocal.m4:361:                for libextension in `ls $BOOSTLIBDIR/libboost_signals*.so* $BOOSTLIBDIR/libboost_signals*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_signals.*\)\.so.*$;\1;' -e 's;^lib\(boost_signals.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/aclocal.m4-362-                     ax_lib=${libextension}
##############################################
sinfo-0.0.48/aclocal.m4-367-                if test "x$link_signals" != "xyes"; then
sinfo-0.0.48/aclocal.m4:368:                for libextension in `ls $BOOSTLIBDIR/boost_signals*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_signals.*\)\.dll.*$;\1;' -e 's;^\(boost_signals.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/aclocal.m4-369-                     ax_lib=${libextension}
##############################################
sinfo-0.0.48/aclocal.m4-477-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
sinfo-0.0.48/aclocal.m4:478:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
sinfo-0.0.48/aclocal.m4-479-
##############################################
sinfo-0.0.48/aclocal.m4-481-            if test "x$ax_boost_user_system_lib" = "x"; then
sinfo-0.0.48/aclocal.m4:482:                for libextension in `ls $BOOSTLIBDIR/libboost_system*.so* $BOOSTLIBDIR/libboost_system*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_system.*\)\.so.*$;\1;' -e 's;^lib\(boost_system.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/aclocal.m4-483-                     ax_lib=${libextension}
##############################################
sinfo-0.0.48/aclocal.m4-488-                if test "x$link_system" != "xyes"; then
sinfo-0.0.48/aclocal.m4:489:                for libextension in `ls $BOOSTLIBDIR/boost_system*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_system.*\)\.dll.*$;\1;' -e 's;^\(boost_system.*\)\.a*$;\1;'` ; do
sinfo-0.0.48/aclocal.m4-490-                     ax_lib=${libextension}
##############################################
sinfo-0.0.48/aclocal.m4-1161-done
sinfo-0.0.48/aclocal.m4:1162:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sinfo-0.0.48/aclocal.m4-1163-])
##############################################
sinfo-0.0.48/aclocal.m4-1457-m4_define([_LT_CONFIG_STATUS_DECLARE],
sinfo-0.0.48/aclocal.m4:1458:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
sinfo-0.0.48/aclocal.m4-1459-
##############################################
sinfo-0.0.48/aclocal.m4-1467-#
sinfo-0.0.48/aclocal.m4:1468:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
sinfo-0.0.48/aclocal.m4-1469-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
sinfo-0.0.48/aclocal.m4-1577-]], lt_decl_quote_varnames); do
sinfo-0.0.48/aclocal.m4:1578:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sinfo-0.0.48/aclocal.m4-1579-    *[[\\\\\\\`\\"\\\$]]*)
sinfo-0.0.48/aclocal.m4:1580:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
sinfo-0.0.48/aclocal.m4-1581-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-1590-]], lt_decl_dquote_varnames); do
sinfo-0.0.48/aclocal.m4:1591:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sinfo-0.0.48/aclocal.m4-1592-    *[[\\\\\\\`\\"\\\$]]*)
sinfo-0.0.48/aclocal.m4:1593:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
sinfo-0.0.48/aclocal.m4-1594-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-1750-
sinfo-0.0.48/aclocal.m4:1751:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
sinfo-0.0.48/aclocal.m4-1752-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
sinfo-0.0.48/aclocal.m4-2118-  if test "$lt_cv_ld_force_load" = "yes"; then
sinfo-0.0.48/aclocal.m4:2119:    _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\"`'
sinfo-0.0.48/aclocal.m4-2120-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
sinfo-0.0.48/aclocal.m4-2171-      }]'
sinfo-0.0.48/aclocal.m4:2172:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/aclocal.m4-2173-  # Check for a 64-bit object if we didn't find anything.
sinfo-0.0.48/aclocal.m4-2174-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
sinfo-0.0.48/aclocal.m4:2175:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sinfo-0.0.48/aclocal.m4-2176-  fi],[])
##############################################
sinfo-0.0.48/aclocal.m4-2207-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
sinfo-0.0.48/aclocal.m4:2208:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
sinfo-0.0.48/aclocal.m4-2209-  ECHO='print -r --'
sinfo-0.0.48/aclocal.m4:2210:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
sinfo-0.0.48/aclocal.m4-2211-  ECHO='printf %s\n'
##############################################
sinfo-0.0.48/aclocal.m4-2242-    PATH=/empty FPATH=/empty; export PATH FPATH
sinfo-0.0.48/aclocal.m4:2243:    test "X`printf %s $ECHO`" = "X$ECHO" \
sinfo-0.0.48/aclocal.m4:2244:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
sinfo-0.0.48/aclocal.m4-2245-
##############################################
sinfo-0.0.48/aclocal.m4-2265-   if test "$GCC" = yes; then
sinfo-0.0.48/aclocal.m4:2266:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
sinfo-0.0.48/aclocal.m4-2267-   fi
##############################################
sinfo-0.0.48/aclocal.m4-2269- /*)
sinfo-0.0.48/aclocal.m4:2270:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
sinfo-0.0.48/aclocal.m4-2271-   ;; #(
##############################################
sinfo-0.0.48/aclocal.m4-2298-  if AC_TRY_EVAL(ac_compile); then
sinfo-0.0.48/aclocal.m4:2299:    case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/aclocal.m4-2300-      *ELF-32*)
##############################################
sinfo-0.0.48/aclocal.m4-2314-    if test "$lt_cv_prog_gnu_ld" = yes; then
sinfo-0.0.48/aclocal.m4:2315:      case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/aclocal.m4-2316-	*32-bit*)
##############################################
sinfo-0.0.48/aclocal.m4-2326-    else
sinfo-0.0.48/aclocal.m4:2327:      case `/usr/bin/file conftest.$ac_objext` in
sinfo-0.0.48/aclocal.m4-2328-	*32-bit*)
##############################################
sinfo-0.0.48/aclocal.m4-2678-    # And add a safety zone
sinfo-0.0.48/aclocal.m4:2679:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sinfo-0.0.48/aclocal.m4:2680:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sinfo-0.0.48/aclocal.m4-2681-    ;;
##############################################
sinfo-0.0.48/aclocal.m4-2711-    if test -n "$kargmax"; then
sinfo-0.0.48/aclocal.m4:2712:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
sinfo-0.0.48/aclocal.m4-2713-    else
##############################################
sinfo-0.0.48/aclocal.m4-2719-    if test -n "$lt_cv_sys_max_cmd_len"; then
sinfo-0.0.48/aclocal.m4:2720:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sinfo-0.0.48/aclocal.m4:2721:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sinfo-0.0.48/aclocal.m4-2722-    else
##############################################
sinfo-0.0.48/aclocal.m4-2731-      # we can't tell.
sinfo-0.0.48/aclocal.m4:2732:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
sinfo-0.0.48/aclocal.m4-2733-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
sinfo-0.0.48/aclocal.m4-2735-      do
sinfo-0.0.48/aclocal.m4:2736:        i=`expr $i + 1`
sinfo-0.0.48/aclocal.m4-2737-        teststring=$teststring$teststring
##############################################
sinfo-0.0.48/aclocal.m4-2739-      # Only check the string length outside the loop.
sinfo-0.0.48/aclocal.m4:2740:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
sinfo-0.0.48/aclocal.m4-2741-      teststring=
##############################################
sinfo-0.0.48/aclocal.m4-2744-      # linker.  It appears as though 1/2 is a usable value.
sinfo-0.0.48/aclocal.m4:2745:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
sinfo-0.0.48/aclocal.m4-2746-    fi
##############################################
sinfo-0.0.48/aclocal.m4-3069-  if test "$hard_links" = no; then
sinfo-0.0.48/aclocal.m4:3070:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
sinfo-0.0.48/aclocal.m4-3071-    need_locks=warn
##############################################
sinfo-0.0.48/aclocal.m4-3200-  esac
sinfo-0.0.48/aclocal.m4:3201:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
sinfo-0.0.48/aclocal.m4-3202-  case $lt_search_path_spec in
##############################################
sinfo-0.0.48/aclocal.m4-3207-    # okay in the real world where ";" in dirpaths is itself problematic.
sinfo-0.0.48/aclocal.m4:3208:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
sinfo-0.0.48/aclocal.m4-3209-    ;;
sinfo-0.0.48/aclocal.m4-3210-  *)
sinfo-0.0.48/aclocal.m4:3211:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/aclocal.m4-3212-    ;;
##############################################
sinfo-0.0.48/aclocal.m4-3216-  lt_tmp_lt_search_path_spec=
sinfo-0.0.48/aclocal.m4:3217:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
sinfo-0.0.48/aclocal.m4-3218-  for lt_sys_path in $lt_search_path_spec; do
##############################################
sinfo-0.0.48/aclocal.m4-3251-  esac
sinfo-0.0.48/aclocal.m4:3252:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
sinfo-0.0.48/aclocal.m4-3253-else
##############################################
sinfo-0.0.48/aclocal.m4-3339-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sinfo-0.0.48/aclocal.m4:3340:    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'
sinfo-0.0.48/aclocal.m4-3341-    ;;
##############################################
sinfo-0.0.48/aclocal.m4-3375-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/aclocal.m4:3376:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/aclocal.m4:3377:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/aclocal.m4:3378:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/aclocal.m4-3379-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sinfo-0.0.48/aclocal.m4-3384-      fi'
sinfo-0.0.48/aclocal.m4:3385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/aclocal.m4-3386-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/aclocal.m4-3392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sinfo-0.0.48/aclocal.m4:3393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/aclocal.m4-3394-m4_if([$1], [],[
##############################################
sinfo-0.0.48/aclocal.m4-3398-      # MinGW DLLs use traditional 'lib' prefix
sinfo-0.0.48/aclocal.m4:3399:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/aclocal.m4-3400-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-3402-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sinfo-0.0.48/aclocal.m4:3403:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/aclocal.m4-3404-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-3411-    libname_spec='$name'
sinfo-0.0.48/aclocal.m4:3412:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sinfo-0.0.48/aclocal.m4-3413-    library_names_spec='${libname}.dll.lib'
##############################################
sinfo-0.0.48/aclocal.m4-3423-        # Let DOS variable expansion print the short 8.3 style file name.
sinfo-0.0.48/aclocal.m4:3424:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sinfo-0.0.48/aclocal.m4-3425-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sinfo-0.0.48/aclocal.m4-3428-      # Convert to MSYS style.
sinfo-0.0.48/aclocal.m4:3429:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
sinfo-0.0.48/aclocal.m4-3430-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-3434-      # like /cygdrive/c/PROGRA~1:/cygdr...
sinfo-0.0.48/aclocal.m4:3435:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sinfo-0.0.48/aclocal.m4:3436:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sinfo-0.0.48/aclocal.m4:3437:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/aclocal.m4-3438-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-3442-        # It is most probably a Windows format PATH.
sinfo-0.0.48/aclocal.m4:3443:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sinfo-0.0.48/aclocal.m4-3444-      else
sinfo-0.0.48/aclocal.m4:3445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sinfo-0.0.48/aclocal.m4-3446-      fi
##############################################
sinfo-0.0.48/aclocal.m4-3452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sinfo-0.0.48/aclocal.m4:3453:    postinstall_cmds='base_file=`basename \${file}`~
sinfo-0.0.48/aclocal.m4:3454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sinfo-0.0.48/aclocal.m4:3455:      dldir=$destdir/`dirname \$dlpath`~
sinfo-0.0.48/aclocal.m4-3456-      test -d \$dldir || mkdir -p \$dldir~
sinfo-0.0.48/aclocal.m4-3457-      $install_prog $dir/$dlname \$dldir/$dlname'
sinfo-0.0.48/aclocal.m4:3458:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sinfo-0.0.48/aclocal.m4-3459-      dlpath=$dir/\$dldll~
##############################################
sinfo-0.0.48/aclocal.m4-3466-    # Assume MSVC wrapper
sinfo-0.0.48/aclocal.m4:3467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
sinfo-0.0.48/aclocal.m4-3468-    dynamic_linker='Win32 ld.exe'
##############################################
sinfo-0.0.48/aclocal.m4-3483-  shlibpath_var=DYLD_LIBRARY_PATH
sinfo-0.0.48/aclocal.m4:3484:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sinfo-0.0.48/aclocal.m4-3485-m4_if([$1], [],[
##############################################
sinfo-0.0.48/aclocal.m4-3690-  if test -f /etc/ld.so.conf; then
sinfo-0.0.48/aclocal.m4:3691:    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' ' '`
sinfo-0.0.48/aclocal.m4-3692-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
sinfo-0.0.48/aclocal.m4-3764-  shlibpath_var=LD_LIBRARY_PATH
sinfo-0.0.48/aclocal.m4:3765:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/aclocal.m4-3766-    case $host_os in
##############################################
sinfo-0.0.48/aclocal.m4-3981-	"file_magic "*)
sinfo-0.0.48/aclocal.m4:3982:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sinfo-0.0.48/aclocal.m4-3983-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sinfo-0.0.48/aclocal.m4-4064-    # gcc leaves a trailing carriage return which upsets mingw
sinfo-0.0.48/aclocal.m4:4065:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sinfo-0.0.48/aclocal.m4-4066-  *)
sinfo-0.0.48/aclocal.m4:4067:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sinfo-0.0.48/aclocal.m4-4068-  esac
##############################################
sinfo-0.0.48/aclocal.m4-4073-      # Canonicalize the pathname of ld
sinfo-0.0.48/aclocal.m4:4074:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sinfo-0.0.48/aclocal.m4-4075-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sinfo-0.0.48/aclocal.m4:4076:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sinfo-0.0.48/aclocal.m4-4077-      done
##############################################
sinfo-0.0.48/aclocal.m4-4104-      # Break only if it was the GNU/non-GNU ld that we prefer.
sinfo-0.0.48/aclocal.m4:4105:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sinfo-0.0.48/aclocal.m4-4106-      *GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/aclocal.m4-4144-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
sinfo-0.0.48/aclocal.m4:4145:case `$LD -v 2>&1 </dev/null` in
sinfo-0.0.48/aclocal.m4-4146-*GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/aclocal.m4-4335-openbsd*)
sinfo-0.0.48/aclocal.m4:4336:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/aclocal.m4-4337-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
sinfo-0.0.48/aclocal.m4-4399-    else
sinfo-0.0.48/aclocal.m4:4400:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
sinfo-0.0.48/aclocal.m4-4401-    fi
##############################################
sinfo-0.0.48/aclocal.m4-4445-	# Tru64's nm complains that /dev/null is an invalid object file
sinfo-0.0.48/aclocal.m4:4446:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/aclocal.m4-4447-	*/dev/null* | *'Invalid file or object type'*)
##############################################
sinfo-0.0.48/aclocal.m4-4451-	*)
sinfo-0.0.48/aclocal.m4:4452:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/aclocal.m4-4453-	  */dev/null*)
##############################################
sinfo-0.0.48/aclocal.m4-4477-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
sinfo-0.0.48/aclocal.m4:4478:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
sinfo-0.0.48/aclocal.m4-4479-    *COFF*)
##############################################
sinfo-0.0.48/aclocal.m4-4536-  # decide which to use based on capabilities of $DLLTOOL
sinfo-0.0.48/aclocal.m4:4537:  case `$DLLTOOL --help 2>&1` in
sinfo-0.0.48/aclocal.m4-4538-  *--identify-strict*)
##############################################
sinfo-0.0.48/aclocal.m4-4695-# If we're using GNU nm, then use its standard symbol codes.
sinfo-0.0.48/aclocal.m4:4696:case `$NM -V 2>&1` in
sinfo-0.0.48/aclocal.m4-4697-*GNU* | *'with BFD'*)
##############################################
sinfo-0.0.48/aclocal.m4-4713-mingw*)
sinfo-0.0.48/aclocal.m4:4714:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
sinfo-0.0.48/aclocal.m4-4715-  ;;
##############################################
sinfo-0.0.48/aclocal.m4-4766-    nlist=conftest.nm
sinfo-0.0.48/aclocal.m4:4767:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
sinfo-0.0.48/aclocal.m4-4768-      # Try sorting and uniquifying the output.
##############################################
sinfo-0.0.48/aclocal.m4-5104-	  *)
sinfo-0.0.48/aclocal.m4:5105:	    case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/aclocal.m4-5106-	    *Sun\ C*)
##############################################
sinfo-0.0.48/aclocal.m4-5409-      *)
sinfo-0.0.48/aclocal.m4:5410:	case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/aclocal.m4-5411-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
sinfo-0.0.48/aclocal.m4-5687-	# shared libraries, regardless of the interface used.
sinfo-0.0.48/aclocal.m4:5688:	case `$LD -v 2>&1` in
sinfo-0.0.48/aclocal.m4-5689-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
sinfo-0.0.48/aclocal.m4-5719-    supports_anon_versioning=no
sinfo-0.0.48/aclocal.m4:5720:    case `$LD -v 2>&1` in
sinfo-0.0.48/aclocal.m4-5721-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
sinfo-0.0.48/aclocal.m4-5788-	# is EXPORTS), use it as is; otherwise, prepend...
sinfo-0.0.48/aclocal.m4:5789:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/aclocal.m4-5790-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
sinfo-0.0.48/aclocal.m4-5816-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sinfo-0.0.48/aclocal.m4:5817:      _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'
sinfo-0.0.48/aclocal.m4:5818:      _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'
sinfo-0.0.48/aclocal.m4-5819-      ;;
##############################################
sinfo-0.0.48/aclocal.m4-5834-        pgcc*)				# Portland Group C compiler
sinfo-0.0.48/aclocal.m4:5835:	  _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'
sinfo-0.0.48/aclocal.m4-5836-	  tmp_addflag=' $pic_flag'
##############################################
sinfo-0.0.48/aclocal.m4-5839-					# Portland Group f77 and f90 compilers
sinfo-0.0.48/aclocal.m4:5840:	  _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'
sinfo-0.0.48/aclocal.m4-5841-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
sinfo-0.0.48/aclocal.m4-5854-	nvcc*)	# Cuda Compiler Driver 2.2
sinfo-0.0.48/aclocal.m4:5855:	  _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'
sinfo-0.0.48/aclocal.m4-5856-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sinfo-0.0.48/aclocal.m4-5858-	esac
sinfo-0.0.48/aclocal.m4:5859:	case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/aclocal.m4-5860-	*Sun\ C*)			# Sun C 5.9
sinfo-0.0.48/aclocal.m4:5861:	  _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'
sinfo-0.0.48/aclocal.m4-5862-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sinfo-0.0.48/aclocal.m4-5926-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sinfo-0.0.48/aclocal.m4:5927:      case `$LD -v 2>&1` in
sinfo-0.0.48/aclocal.m4-5928-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
sinfo-0.0.48/aclocal.m4-6049-	# below for broken collect2 doesn't work under 4.3+
sinfo-0.0.48/aclocal.m4:6050:	  collect2name=`${CC} -print-prog-name=collect2`
sinfo-0.0.48/aclocal.m4-6051-	  if test -f "$collect2name" &&
##############################################
sinfo-0.0.48/aclocal.m4-6099-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
sinfo-0.0.48/aclocal.m4:6100:        _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"
sinfo-0.0.48/aclocal.m4-6101-      else
##############################################
sinfo-0.0.48/aclocal.m4-6165-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sinfo-0.0.48/aclocal.m4:6166:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/aclocal.m4-6167-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sinfo-0.0.48/aclocal.m4-6202-	# FIXME: Setting linknames here is a bad hack.
sinfo-0.0.48/aclocal.m4:6203:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
sinfo-0.0.48/aclocal.m4-6204-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
sinfo-0.0.48/aclocal.m4-6340-      if test "$GCC" = yes; then
sinfo-0.0.48/aclocal.m4:6341:	_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'
sinfo-0.0.48/aclocal.m4-6342-	# Try to use the -exported_symbol ld option, if it does not
##############################################
sinfo-0.0.48/aclocal.m4-6363-	if test "$lt_cv_irix_exported_symbol" = yes; then
sinfo-0.0.48/aclocal.m4:6364:          _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'
sinfo-0.0.48/aclocal.m4-6365-	fi
sinfo-0.0.48/aclocal.m4-6366-      else
sinfo-0.0.48/aclocal.m4:6367:	_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'
sinfo-0.0.48/aclocal.m4:6368:	_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'
sinfo-0.0.48/aclocal.m4-6369-      fi
##############################################
sinfo-0.0.48/aclocal.m4-6403-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
sinfo-0.0.48/aclocal.m4:6404:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/aclocal.m4-6405-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
sinfo-0.0.48/aclocal.m4-6436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/aclocal.m4:6437:	_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'
sinfo-0.0.48/aclocal.m4-6438-      else
sinfo-0.0.48/aclocal.m4-6439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sinfo-0.0.48/aclocal.m4:6440:	_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'
sinfo-0.0.48/aclocal.m4-6441-      fi
##############################################
sinfo-0.0.48/aclocal.m4-6449-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/aclocal.m4:6450:	_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'
sinfo-0.0.48/aclocal.m4-6451-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
sinfo-0.0.48/aclocal.m4-6453-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sinfo-0.0.48/aclocal.m4:6454:	_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'
sinfo-0.0.48/aclocal.m4:6455:	_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~
sinfo-0.0.48/aclocal.m4:6456:	$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'
sinfo-0.0.48/aclocal.m4-6457-
##############################################
sinfo-0.0.48/aclocal.m4-6472-      else
sinfo-0.0.48/aclocal.m4:6473:	case `$CC -V 2>&1` in
sinfo-0.0.48/aclocal.m4-6474-	*"Compilers 5.0"*)
##############################################
sinfo-0.0.48/aclocal.m4-6665-	  _LT_TAGVAR(allow_undefined_flag, $1)=
sinfo-0.0.48/aclocal.m4:6666:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
sinfo-0.0.48/aclocal.m4-6667-	  then
##############################################
sinfo-0.0.48/aclocal.m4-6961-        # ancient GNU ld didn't support --whole-archive et. al.
sinfo-0.0.48/aclocal.m4:6962:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
sinfo-0.0.48/aclocal.m4-6963-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
sinfo-0.0.48/aclocal.m4-7044-          # below for broken collect2 doesn't work under 4.3+
sinfo-0.0.48/aclocal.m4:7045:	  collect2name=`${CC} -print-prog-name=collect2`
sinfo-0.0.48/aclocal.m4-7046-	  if test -f "$collect2name" &&
##############################################
sinfo-0.0.48/aclocal.m4-7094-
sinfo-0.0.48/aclocal.m4:7095:          _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"
sinfo-0.0.48/aclocal.m4-7096-        else
##############################################
sinfo-0.0.48/aclocal.m4-7160-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sinfo-0.0.48/aclocal.m4:7161:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/aclocal.m4-7162-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sinfo-0.0.48/aclocal.m4-7201-	    # is EXPORTS), use it as is; otherwise, prepend...
sinfo-0.0.48/aclocal.m4:7202:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sinfo-0.0.48/aclocal.m4-7203-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
sinfo-0.0.48/aclocal.m4-7281-            # dependencies.
sinfo-0.0.48/aclocal.m4:7282:            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"'
sinfo-0.0.48/aclocal.m4-7283-            ;;
##############################################
sinfo-0.0.48/aclocal.m4-7346-	    # dependencies.
sinfo-0.0.48/aclocal.m4:7347:	    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"'
sinfo-0.0.48/aclocal.m4-7348-	    ;;
##############################################
sinfo-0.0.48/aclocal.m4-7382-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sinfo-0.0.48/aclocal.m4:7383:	_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'
sinfo-0.0.48/aclocal.m4:7384:	_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'
sinfo-0.0.48/aclocal.m4-7385-	;;
##############################################
sinfo-0.0.48/aclocal.m4-7389-	    # SGI C++
sinfo-0.0.48/aclocal.m4:7390:	    _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'
sinfo-0.0.48/aclocal.m4-7391-
##############################################
sinfo-0.0.48/aclocal.m4-7400-	      if test "$with_gnu_ld" = no; then
sinfo-0.0.48/aclocal.m4:7401:	        _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'
sinfo-0.0.48/aclocal.m4-7402-	      else
sinfo-0.0.48/aclocal.m4:7403:	        _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'
sinfo-0.0.48/aclocal.m4-7404-	      fi
##############################################
sinfo-0.0.48/aclocal.m4-7421-	    # to its proper name (with version) after linking.
sinfo-0.0.48/aclocal.m4:7422:	    _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'
sinfo-0.0.48/aclocal.m4:7423:	    _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'
sinfo-0.0.48/aclocal.m4-7424-	    # Commands to make compiler produce verbose output that lists
##############################################
sinfo-0.0.48/aclocal.m4-7431-	    # dependencies.
sinfo-0.0.48/aclocal.m4:7432:	    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"'
sinfo-0.0.48/aclocal.m4-7433-
##############################################
sinfo-0.0.48/aclocal.m4-7446-	    # earlier do not add the objects themselves.
sinfo-0.0.48/aclocal.m4:7447:	    case `$CC -V 2>&1` in
sinfo-0.0.48/aclocal.m4-7448-	      *"Version 7."*)
##############################################
sinfo-0.0.48/aclocal.m4-7467-            # Portland Group C++ compiler
sinfo-0.0.48/aclocal.m4:7468:	    case `$CC -V` in
sinfo-0.0.48/aclocal.m4-7469-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
sinfo-0.0.48/aclocal.m4-7472-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
sinfo-0.0.48/aclocal.m4:7473:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
sinfo-0.0.48/aclocal.m4-7474-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
sinfo-0.0.48/aclocal.m4-7476-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
sinfo-0.0.48/aclocal.m4:7477:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
sinfo-0.0.48/aclocal.m4-7478-		$RANLIB $oldlib'
##############################################
sinfo-0.0.48/aclocal.m4-7481-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sinfo-0.0.48/aclocal.m4:7482:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
sinfo-0.0.48/aclocal.m4-7483-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
sinfo-0.0.48/aclocal.m4-7485-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sinfo-0.0.48/aclocal.m4:7486:		$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'
sinfo-0.0.48/aclocal.m4-7487-	      ;;
##############################################
sinfo-0.0.48/aclocal.m4-7495-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
sinfo-0.0.48/aclocal.m4:7496:	    _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'
sinfo-0.0.48/aclocal.m4-7497-            ;;
##############################################
sinfo-0.0.48/aclocal.m4-7514-	    # dependencies.
sinfo-0.0.48/aclocal.m4:7515:	    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'
sinfo-0.0.48/aclocal.m4-7516-	    ;;
##############################################
sinfo-0.0.48/aclocal.m4-7529-	  *)
sinfo-0.0.48/aclocal.m4:7530:	    case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/aclocal.m4-7531-	    *Sun\ C*)
##############################################
sinfo-0.0.48/aclocal.m4-7536-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
sinfo-0.0.48/aclocal.m4:7537:	      _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'
sinfo-0.0.48/aclocal.m4-7538-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sinfo-0.0.48/aclocal.m4-7606-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
sinfo-0.0.48/aclocal.m4:7607:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sinfo-0.0.48/aclocal.m4-7608-	    _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'
##############################################
sinfo-0.0.48/aclocal.m4-7625-	    # to its proper name (with version) after linking.
sinfo-0.0.48/aclocal.m4:7626:	    _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'
sinfo-0.0.48/aclocal.m4-7627-
##############################################
sinfo-0.0.48/aclocal.m4-7646-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sinfo-0.0.48/aclocal.m4:7647:	        _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'
sinfo-0.0.48/aclocal.m4-7648-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
sinfo-0.0.48/aclocal.m4-7651-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sinfo-0.0.48/aclocal.m4:7652:	        _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'
sinfo-0.0.48/aclocal.m4:7653:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
sinfo-0.0.48/aclocal.m4-7654-	          echo "-hidden">> $lib.exp~
sinfo-0.0.48/aclocal.m4:7655:	          $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~
sinfo-0.0.48/aclocal.m4-7656-	          $RM $lib.exp'
##############################################
sinfo-0.0.48/aclocal.m4-7670-	    # dependencies.
sinfo-0.0.48/aclocal.m4:7671:	    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"'
sinfo-0.0.48/aclocal.m4-7672-	    ;;
##############################################
sinfo-0.0.48/aclocal.m4-7677-	        osf3*)
sinfo-0.0.48/aclocal.m4:7678:	          _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'
sinfo-0.0.48/aclocal.m4-7679-		  ;;
sinfo-0.0.48/aclocal.m4-7680-	        *)
sinfo-0.0.48/aclocal.m4:7681:	          _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'
sinfo-0.0.48/aclocal.m4-7682-		  ;;
##############################################
sinfo-0.0.48/aclocal.m4-7930-  case ${2} in
sinfo-0.0.48/aclocal.m4:7931:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sinfo-0.0.48/aclocal.m4:7932:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sinfo-0.0.48/aclocal.m4-7933-  esac
##############################################
sinfo-0.0.48/aclocal.m4-8018-
sinfo-0.0.48/aclocal.m4:8019:  for p in `eval "$output_verbose_link_cmd"`; do
sinfo-0.0.48/aclocal.m4-8020-    case ${prev}${p} in
##############################################
sinfo-0.0.48/aclocal.m4-8116-linux*)
sinfo-0.0.48/aclocal.m4:8117:  case `$CC -V 2>&1 | sed 5q` in
sinfo-0.0.48/aclocal.m4-8118-  *Sun\ C*)
##############################################
sinfo-0.0.48/aclocal.m4-8167-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
sinfo-0.0.48/aclocal.m4:8168: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
sinfo-0.0.48/aclocal.m4-8169-fi
##############################################
sinfo-0.0.48/aclocal.m4-8769-    test $lt_ac_count -gt 10 && break
sinfo-0.0.48/aclocal.m4:8770:    lt_ac_count=`expr $lt_ac_count + 1`
sinfo-0.0.48/aclocal.m4-8771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
sinfo-0.0.48/aclocal.m4-8840-# ------------------------------------------------------
sinfo-0.0.48/aclocal.m4:8841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
sinfo-0.0.48/aclocal.m4-8842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
sinfo-0.0.48/aclocal.m4-9444-m4_define([lt_combine],
sinfo-0.0.48/aclocal.m4:9445:[m4_if(m4_eval([$# > 3]), [1],
sinfo-0.0.48/aclocal.m4-9446-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
sinfo-0.0.48/aclocal.m4-9675-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
sinfo-0.0.48/aclocal.m4:9676:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
sinfo-0.0.48/aclocal.m4-9677-#
##############################################
sinfo-0.0.48/aclocal.m4-9699-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sinfo-0.0.48/aclocal.m4:9700:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sinfo-0.0.48/aclocal.m4-9701-# and then we would define $MISSING as
##############################################
sinfo-0.0.48/aclocal.m4-9715-# expand $ac_aux_dir to an absolute path
sinfo-0.0.48/aclocal.m4:9716:am_aux_dir=`cd $ac_aux_dir && pwd`
sinfo-0.0.48/aclocal.m4-9717-])
##############################################
sinfo-0.0.48/aclocal.m4-9817-  if test "$am_compiler_list" = ""; then
sinfo-0.0.48/aclocal.m4:9818:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
sinfo-0.0.48/aclocal.m4-9819-  fi
##############################################
sinfo-0.0.48/aclocal.m4-9966-    # Strip MF so we end up with the name of the file.
sinfo-0.0.48/aclocal.m4:9967:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sinfo-0.0.48/aclocal.m4-9968-    # Check whether this is an Automake generated Makefile or not.
##############################################
sinfo-0.0.48/aclocal.m4-9975-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
sinfo-0.0.48/aclocal.m4:9976:      dirpart=`AS_DIRNAME("$mf")`
sinfo-0.0.48/aclocal.m4-9977-    else
##############################################
sinfo-0.0.48/aclocal.m4-9981-    # from the Makefile without running `make'.
sinfo-0.0.48/aclocal.m4:9982:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sinfo-0.0.48/aclocal.m4-9983-    test -z "$DEPDIR" && continue
sinfo-0.0.48/aclocal.m4:9984:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sinfo-0.0.48/aclocal.m4-9985-    test -z "am__include" && continue
sinfo-0.0.48/aclocal.m4:9986:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sinfo-0.0.48/aclocal.m4-9987-    # When using ansi2knr, U may be empty or an underscore; expand it
sinfo-0.0.48/aclocal.m4:9988:    U=`sed -n 's/^U = //p' < "$mf"`
sinfo-0.0.48/aclocal.m4-9989-    # Find all dependency output files, they are included files with
##############################################
sinfo-0.0.48/aclocal.m4-9997-      test -f "$dirpart/$file" && continue
sinfo-0.0.48/aclocal.m4:9998:      fdir=`AS_DIRNAME(["$file"])`
sinfo-0.0.48/aclocal.m4-9999-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
sinfo-0.0.48/aclocal.m4-10052-AC_REQUIRE([AC_PROG_INSTALL])dnl
sinfo-0.0.48/aclocal.m4:10053:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sinfo-0.0.48/aclocal.m4-10054-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sinfo-0.0.48/aclocal.m4-10154-    * )
sinfo-0.0.48/aclocal.m4:10155:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sinfo-0.0.48/aclocal.m4-10156-  esac
sinfo-0.0.48/aclocal.m4-10157-done
sinfo-0.0.48/aclocal.m4:10158:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
sinfo-0.0.48/aclocal.m4-10159-
##############################################
sinfo-0.0.48/aclocal.m4-10232-# Ignore all kinds of additional output from `make'.
sinfo-0.0.48/aclocal.m4:10233:case `$am_make -s -f confmf 2> /dev/null` in #(
sinfo-0.0.48/aclocal.m4-10234-*the\ am__doit\ target*)
##############################################
sinfo-0.0.48/aclocal.m4-10242-   echo '.include "confinc"' > confmf
sinfo-0.0.48/aclocal.m4:10243:   case `$am_make -s -f confmf 2> /dev/null` in #(
sinfo-0.0.48/aclocal.m4-10244-   *the\ am__doit\ target*)
##############################################
sinfo-0.0.48/aclocal.m4-10399-if (
sinfo-0.0.48/aclocal.m4:10400:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sinfo-0.0.48/aclocal.m4-10401-   if test "$[*]" = "X"; then
sinfo-0.0.48/aclocal.m4-10402-      # -L didn't work.
sinfo-0.0.48/aclocal.m4:10403:      set X `ls -t "$srcdir/configure" conftest.file`
sinfo-0.0.48/aclocal.m4-10404-   fi
##############################################
sinfo-0.0.48/missing-129-       # Could not run --version or --help.  This is probably someone
sinfo-0.0.48/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
sinfo-0.0.48/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
sinfo-0.0.48/missing-163-         from any GNU archive site."
sinfo-0.0.48/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
sinfo-0.0.48/missing-165-    test -z "$files" && files="config.h"
##############################################
sinfo-0.0.48/missing-192-         proper tools for further handling them.
sinfo-0.0.48/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
sinfo-0.0.48/missing-194-         archive site."
sinfo-0.0.48/missing-195-
sinfo-0.0.48/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
sinfo-0.0.48/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sinfo-0.0.48/missing-198-    if test -f "$file"; then
##############################################
sinfo-0.0.48/missing-221-	*.y)
sinfo-0.0.48/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
sinfo-0.0.48/missing-223-	    if test -f "$SRCFILE"; then
##############################################
sinfo-0.0.48/missing-225-	    fi
sinfo-0.0.48/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
sinfo-0.0.48/missing-227-	    if test -f "$SRCFILE"; then
##############################################
sinfo-0.0.48/missing-251-	*.l)
sinfo-0.0.48/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
sinfo-0.0.48/missing-253-	    if test -f "$SRCFILE"; then
##############################################
sinfo-0.0.48/missing-270-
sinfo-0.0.48/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
sinfo-0.0.48/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sinfo-0.0.48/missing-273-    if test -f "$file"; then
##############################################
sinfo-0.0.48/missing-290-    # The file to touch is that specified with -o ...
sinfo-0.0.48/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
sinfo-0.0.48/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sinfo-0.0.48/missing-293-    if test -z "$file"; then
sinfo-0.0.48/missing-294-      # ... or it is the one specified with @setfilename ...
sinfo-0.0.48/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
sinfo-0.0.48/missing-296-      file=`sed -n '
##############################################
sinfo-0.0.48/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
sinfo-0.0.48/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
sinfo-0.0.48/missing-304-    fi
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-114-  esac
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:115:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-116-am__vpath_adj = case $$p in \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:117:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-118-    *) f=$$p;; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-119-  esac;
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:120:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-121-am__install_max = 40
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-122-am__nobase_strip_setup = \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:123:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-124-am__nobase_strip = \
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-399-	test -n "$(EXEEXT)" || exit 0; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:400:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-401-	echo " rm -f" $$list; \
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-430-.cc.obj:
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:431:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-432-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:435:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-436-
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-444-sinfod-demoninit.o: demoninit.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:445:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-demoninit.o -MD -MP -MF $(DEPDIR)/sinfod-demoninit.Tpo -c -o sinfod-demoninit.o `test -f 'demoninit.cc' || echo '$(srcdir)/'`demoninit.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-446-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-demoninit.Tpo $(DEPDIR)/sinfod-demoninit.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:449:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-demoninit.o `test -f 'demoninit.cc' || echo '$(srcdir)/'`demoninit.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-450-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-451-sinfod-demoninit.obj: demoninit.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:452:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-demoninit.obj -MD -MP -MF $(DEPDIR)/sinfod-demoninit.Tpo -c -o sinfod-demoninit.obj `if test -f 'demoninit.cc'; then $(CYGPATH_W) 'demoninit.cc'; else $(CYGPATH_W) '$(srcdir)/demoninit.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-453-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-demoninit.Tpo $(DEPDIR)/sinfod-demoninit.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:456:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-demoninit.obj `if test -f 'demoninit.cc'; then $(CYGPATH_W) 'demoninit.cc'; else $(CYGPATH_W) '$(srcdir)/demoninit.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-457-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-458-sinfod-cleanuplist.o: cleanuplist.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:459:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-cleanuplist.o -MD -MP -MF $(DEPDIR)/sinfod-cleanuplist.Tpo -c -o sinfod-cleanuplist.o `test -f 'cleanuplist.cc' || echo '$(srcdir)/'`cleanuplist.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-460-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-cleanuplist.Tpo $(DEPDIR)/sinfod-cleanuplist.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:463:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-cleanuplist.o `test -f 'cleanuplist.cc' || echo '$(srcdir)/'`cleanuplist.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-464-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-465-sinfod-cleanuplist.obj: cleanuplist.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:466:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-cleanuplist.obj -MD -MP -MF $(DEPDIR)/sinfod-cleanuplist.Tpo -c -o sinfod-cleanuplist.obj `if test -f 'cleanuplist.cc'; then $(CYGPATH_W) 'cleanuplist.cc'; else $(CYGPATH_W) '$(srcdir)/cleanuplist.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-467-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-cleanuplist.Tpo $(DEPDIR)/sinfod-cleanuplist.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:470:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-cleanuplist.obj `if test -f 'cleanuplist.cc'; then $(CYGPATH_W) 'cleanuplist.cc'; else $(CYGPATH_W) '$(srcdir)/cleanuplist.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-471-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-472-sinfod-broadcastreceiver.o: broadcastreceiver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:473:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-broadcastreceiver.o -MD -MP -MF $(DEPDIR)/sinfod-broadcastreceiver.Tpo -c -o sinfod-broadcastreceiver.o `test -f 'broadcastreceiver.cc' || echo '$(srcdir)/'`broadcastreceiver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-474-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-broadcastreceiver.Tpo $(DEPDIR)/sinfod-broadcastreceiver.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:477:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-broadcastreceiver.o `test -f 'broadcastreceiver.cc' || echo '$(srcdir)/'`broadcastreceiver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-478-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-479-sinfod-broadcastreceiver.obj: broadcastreceiver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:480:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-broadcastreceiver.obj -MD -MP -MF $(DEPDIR)/sinfod-broadcastreceiver.Tpo -c -o sinfod-broadcastreceiver.obj `if test -f 'broadcastreceiver.cc'; then $(CYGPATH_W) 'broadcastreceiver.cc'; else $(CYGPATH_W) '$(srcdir)/broadcastreceiver.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-481-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-broadcastreceiver.Tpo $(DEPDIR)/sinfod-broadcastreceiver.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:484:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-broadcastreceiver.obj `if test -f 'broadcastreceiver.cc'; then $(CYGPATH_W) 'broadcastreceiver.cc'; else $(CYGPATH_W) '$(srcdir)/broadcastreceiver.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-485-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-486-sinfod-lastgasp.o: lastgasp.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:487:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-lastgasp.o -MD -MP -MF $(DEPDIR)/sinfod-lastgasp.Tpo -c -o sinfod-lastgasp.o `test -f 'lastgasp.cc' || echo '$(srcdir)/'`lastgasp.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-488-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-lastgasp.Tpo $(DEPDIR)/sinfod-lastgasp.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:491:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-lastgasp.o `test -f 'lastgasp.cc' || echo '$(srcdir)/'`lastgasp.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-492-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-493-sinfod-lastgasp.obj: lastgasp.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:494:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-lastgasp.obj -MD -MP -MF $(DEPDIR)/sinfod-lastgasp.Tpo -c -o sinfod-lastgasp.obj `if test -f 'lastgasp.cc'; then $(CYGPATH_W) 'lastgasp.cc'; else $(CYGPATH_W) '$(srcdir)/lastgasp.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-495-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-lastgasp.Tpo $(DEPDIR)/sinfod-lastgasp.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:498:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-lastgasp.obj `if test -f 'lastgasp.cc'; then $(CYGPATH_W) 'lastgasp.cc'; else $(CYGPATH_W) '$(srcdir)/lastgasp.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-499-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-500-sinfod-measureserver.o: measureserver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:501:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-measureserver.o -MD -MP -MF $(DEPDIR)/sinfod-measureserver.Tpo -c -o sinfod-measureserver.o `test -f 'measureserver.cc' || echo '$(srcdir)/'`measureserver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-502-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-measureserver.Tpo $(DEPDIR)/sinfod-measureserver.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:505:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-measureserver.o `test -f 'measureserver.cc' || echo '$(srcdir)/'`measureserver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-506-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-507-sinfod-measureserver.obj: measureserver.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:508:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-measureserver.obj -MD -MP -MF $(DEPDIR)/sinfod-measureserver.Tpo -c -o sinfod-measureserver.obj `if test -f 'measureserver.cc'; then $(CYGPATH_W) 'measureserver.cc'; else $(CYGPATH_W) '$(srcdir)/measureserver.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-509-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-measureserver.Tpo $(DEPDIR)/sinfod-measureserver.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:512:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-measureserver.obj `if test -f 'measureserver.cc'; then $(CYGPATH_W) 'measureserver.cc'; else $(CYGPATH_W) '$(srcdir)/measureserver.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-513-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-514-sinfod-sinfoworker.o: sinfoworker.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:515:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfoworker.o -MD -MP -MF $(DEPDIR)/sinfod-sinfoworker.Tpo -c -o sinfod-sinfoworker.o `test -f 'sinfoworker.cc' || echo '$(srcdir)/'`sinfoworker.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-516-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfoworker.Tpo $(DEPDIR)/sinfod-sinfoworker.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:519:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfoworker.o `test -f 'sinfoworker.cc' || echo '$(srcdir)/'`sinfoworker.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-520-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-521-sinfod-sinfoworker.obj: sinfoworker.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:522:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfoworker.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfoworker.Tpo -c -o sinfod-sinfoworker.obj `if test -f 'sinfoworker.cc'; then $(CYGPATH_W) 'sinfoworker.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoworker.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-523-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfoworker.Tpo $(DEPDIR)/sinfod-sinfoworker.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:526:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfoworker.obj `if test -f 'sinfoworker.cc'; then $(CYGPATH_W) 'sinfoworker.cc'; else $(CYGPATH_W) '$(srcdir)/sinfoworker.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-527-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-528-sinfod-sinfod.o: sinfod.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:529:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfod.o -MD -MP -MF $(DEPDIR)/sinfod-sinfod.Tpo -c -o sinfod-sinfod.o `test -f 'sinfod.cc' || echo '$(srcdir)/'`sinfod.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-530-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfod.Tpo $(DEPDIR)/sinfod-sinfod.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:533:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfod.o `test -f 'sinfod.cc' || echo '$(srcdir)/'`sinfod.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-534-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-535-sinfod-sinfod.obj: sinfod.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:536:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfod.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfod.Tpo -c -o sinfod-sinfod.obj `if test -f 'sinfod.cc'; then $(CYGPATH_W) 'sinfod.cc'; else $(CYGPATH_W) '$(srcdir)/sinfod.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-537-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfod.Tpo $(DEPDIR)/sinfod-sinfod.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:540:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfod.obj `if test -f 'sinfod.cc'; then $(CYGPATH_W) 'sinfod.cc'; else $(CYGPATH_W) '$(srcdir)/sinfod.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-541-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-542-sinfod-basicmessages.idlx.parser.o: basicmessages.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:543:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-basicmessages.idlx.parser.o -MD -MP -MF $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo -c -o sinfod-basicmessages.idlx.parser.o `test -f 'basicmessages.idlx.parser.cc' || echo '$(srcdir)/'`basicmessages.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-544-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo $(DEPDIR)/sinfod-basicmessages.idlx.parser.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:547:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-basicmessages.idlx.parser.o `test -f 'basicmessages.idlx.parser.cc' || echo '$(srcdir)/'`basicmessages.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-548-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-549-sinfod-basicmessages.idlx.parser.obj: basicmessages.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:550:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-basicmessages.idlx.parser.obj -MD -MP -MF $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo -c -o sinfod-basicmessages.idlx.parser.obj `if test -f 'basicmessages.idlx.parser.cc'; then $(CYGPATH_W) 'basicmessages.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/basicmessages.idlx.parser.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-551-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-basicmessages.idlx.parser.Tpo $(DEPDIR)/sinfod-basicmessages.idlx.parser.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:554:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-basicmessages.idlx.parser.obj `if test -f 'basicmessages.idlx.parser.cc'; then $(CYGPATH_W) 'basicmessages.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/basicmessages.idlx.parser.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-555-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-556-sinfod-sinfo.idlx.parser.o: sinfo.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:557:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfo.idlx.parser.o -MD -MP -MF $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo -c -o sinfod-sinfo.idlx.parser.o `test -f 'sinfo.idlx.parser.cc' || echo '$(srcdir)/'`sinfo.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-558-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo $(DEPDIR)/sinfod-sinfo.idlx.parser.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:561:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfo.idlx.parser.o `test -f 'sinfo.idlx.parser.cc' || echo '$(srcdir)/'`sinfo.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-562-
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-563-sinfod-sinfo.idlx.parser.obj: sinfo.idlx.parser.cc
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:564:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sinfod-sinfo.idlx.parser.obj -MD -MP -MF $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo -c -o sinfod-sinfo.idlx.parser.obj `if test -f 'sinfo.idlx.parser.cc'; then $(CYGPATH_W) 'sinfo.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.parser.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-565-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/sinfod-sinfo.idlx.parser.Tpo $(DEPDIR)/sinfod-sinfo.idlx.parser.Po
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:568:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sinfod_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sinfod-sinfo.idlx.parser.obj `if test -f 'sinfo.idlx.parser.cc'; then $(CYGPATH_W) 'sinfo.idlx.parser.cc'; else $(CYGPATH_W) '$(srcdir)/sinfo.idlx.parser.cc'; fi`
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-569-
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-579-	test -n "$(man8dir)" \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:580:	  && test -n "`echo $$list1$$list2`" \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-581-	  || exit 0; \
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-663-GTAGS:
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:664:	here=`$(am__cd) $(top_builddir) && pwd` \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-665-	  && $(am__cd) $(top_srcdir) \
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-684-	else :; fi
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:685:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:686:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-687-	list='$(DISTFILES)'; \
##############################################
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-698-	  if test -d $$d/$$file; then \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in:699:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sinfo-0.0.48/.pc/0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch/sinfod/Makefile.in-700-	    if test -d "$(distdir)/$$file"; then \